Uses of Enum
io.qt.core.QAbstractItemModel.CheckIndexOption
Packages that use QAbstractItemModel.CheckIndexOption
-
Uses of QAbstractItemModel.CheckIndexOption in io.qt.core
Methods in io.qt.core that return QAbstractItemModel.CheckIndexOptionModifier and TypeMethodDescriptionQAbstractItemModel.CheckIndexOptions.flags()
Returns an array of flag objects represented by this CheckIndexOptions.QAbstractItemModel.CheckIndexOption.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.static QAbstractItemModel.CheckIndexOption[]
QAbstractItemModel.CheckIndexOption.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.core with parameters of type QAbstractItemModel.CheckIndexOptionModifier and TypeMethodDescriptionfinal boolean
QAbstractItemModel.checkIndex
(QModelIndex index, QAbstractItemModel.CheckIndexOption... options) QAbstractItemModel.CheckIndexOption.combined
(QAbstractItemModel.CheckIndexOption e) Combines this entry with other enum entry.QAbstractItemModel.CheckIndexOptions.combined
(QAbstractItemModel.CheckIndexOption e) Combines this flags with enum entry.QAbstractItemModel.CheckIndexOption.flags
(QAbstractItemModel.CheckIndexOption... values) Creates a newQAbstractItemModel.CheckIndexOptions
from the entries.QAbstractItemModel.CheckIndexOptions.setFlag
(QAbstractItemModel.CheckIndexOption e) Sets the flage
QAbstractItemModel.CheckIndexOptions.setFlag
(QAbstractItemModel.CheckIndexOption e, boolean on) Sets or clears the flagflag
Constructors in io.qt.core with parameters of type QAbstractItemModel.CheckIndexOptionModifierConstructorDescriptionCreates a new CheckIndexOptions where the flags inargs
are set.