Uses of Class
io.qt.core.QAbstractItemModel.CheckIndexOption
Package | Description |
---|---|
io.qt.core |
-
Uses of QAbstractItemModel.CheckIndexOption in io.qt.core
Methods in io.qt.core that return QAbstractItemModel.CheckIndexOption Modifier and Type Method Description QAbstractItemModel.CheckIndexOption[]
QAbstractItemModel.CheckIndexOptions. flags()
Returns an array of flag objects represented by this CheckIndexOptions.static QAbstractItemModel.CheckIndexOption
QAbstractItemModel.CheckIndexOption. resolve(int value)
Returns the corresponding enum entry for the given value.static QAbstractItemModel.CheckIndexOption
QAbstractItemModel.CheckIndexOption. valueOf(String name)
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.Constructors in io.qt.core with parameters of type QAbstractItemModel.CheckIndexOption Constructor Description CheckIndexOptions(QAbstractItemModel.CheckIndexOption... args)
Creates a new CheckIndexOptions where the flags inargs
are set.