Uses of Class
io.qt.widgets.QStyleOptionViewItem.ViewItemFeature
Package | Description |
---|---|
io.qt.widgets |
-
Uses of QStyleOptionViewItem.ViewItemFeature in io.qt.widgets
Methods in io.qt.widgets that return QStyleOptionViewItem.ViewItemFeature Modifier and Type Method Description QStyleOptionViewItem.ViewItemFeature[]
QStyleOptionViewItem.ViewItemFeatures. flags()
Returns an array of flag objects represented by this ViewItemFeatures.static QStyleOptionViewItem.ViewItemFeature
QStyleOptionViewItem.ViewItemFeature. resolve(int value)
Returns the corresponding enum entry for the given value.static QStyleOptionViewItem.ViewItemFeature
QStyleOptionViewItem.ViewItemFeature. valueOf(String name)
Returns the enum constant of this type with the specified name.static QStyleOptionViewItem.ViewItemFeature[]
QStyleOptionViewItem.ViewItemFeature. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.qt.widgets with parameters of type QStyleOptionViewItem.ViewItemFeature Constructor Description ViewItemFeatures(QStyleOptionViewItem.ViewItemFeature... args)
Creates a new ViewItemFeatures where the flags inargs
are set.