Uses of Class
io.qt.core.QAbstractItemModel.LayoutChangeHint
Package | Description |
---|---|
io.qt.core |
-
Uses of QAbstractItemModel.LayoutChangeHint in io.qt.core
Fields in io.qt.core with type parameters of type QAbstractItemModel.LayoutChangeHint Modifier and Type Field Description QObject.Signal2Default2<List<QPersistentModelIndex>,QAbstractItemModel.LayoutChangeHint>
QAbstractItemModel. layoutAboutToBeChanged
QObject.Signal2Default2<List<QPersistentModelIndex>,QAbstractItemModel.LayoutChangeHint>
QAbstractItemModel. layoutChanged
Methods in io.qt.core that return QAbstractItemModel.LayoutChangeHint Modifier and Type Method Description static QAbstractItemModel.LayoutChangeHint
QAbstractItemModel.LayoutChangeHint. resolve(int value)
Returns the corresponding enum entry for the given value.static QAbstractItemModel.LayoutChangeHint
QAbstractItemModel.LayoutChangeHint. valueOf(String name)
Returns the enum constant of this type with the specified name.static QAbstractItemModel.LayoutChangeHint[]
QAbstractItemModel.LayoutChangeHint. values()
Returns an array containing the constants of this enum type, in the order they are declared.