Uses of Class
io.qt.designer.QDesignerFormWindowInterface.FeatureFlag
Package | Description |
---|---|
io.qt.designer |
-
Uses of QDesignerFormWindowInterface.FeatureFlag in io.qt.designer
Methods in io.qt.designer that return QDesignerFormWindowInterface.FeatureFlag Modifier and Type Method Description QDesignerFormWindowInterface.FeatureFlag[]
QDesignerFormWindowInterface.Feature. flags()
Returns an array of flag objects represented by this Feature.static QDesignerFormWindowInterface.FeatureFlag
QDesignerFormWindowInterface.FeatureFlag. resolve(int value)
Returns the corresponding enum entry for the given value.static QDesignerFormWindowInterface.FeatureFlag
QDesignerFormWindowInterface.FeatureFlag. valueOf(String name)
Returns the enum constant of this type with the specified name.static QDesignerFormWindowInterface.FeatureFlag[]
QDesignerFormWindowInterface.FeatureFlag. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.designer with parameters of type QDesignerFormWindowInterface.FeatureFlag Modifier and Type Method Description QDesignerFormWindowInterface.Feature
QDesignerFormWindowInterface.Feature. combined(QDesignerFormWindowInterface.FeatureFlag e)
Combines this flags with enum entry.QDesignerFormWindowInterface.Feature
QDesignerFormWindowInterface.FeatureFlag. combined(QDesignerFormWindowInterface.FeatureFlag e)
Combines this entry with other enum entry.static QDesignerFormWindowInterface.Feature
QDesignerFormWindowInterface.FeatureFlag. flags(QDesignerFormWindowInterface.FeatureFlag... values)
Creates a newQDesignerFormWindowInterface.Feature
from the entries.QDesignerFormWindowInterface.Feature
QDesignerFormWindowInterface.Feature. setFlag(QDesignerFormWindowInterface.FeatureFlag e)
Sets the flage
QDesignerFormWindowInterface.Feature
QDesignerFormWindowInterface.Feature. setFlag(QDesignerFormWindowInterface.FeatureFlag e, boolean on)
Sets or clears the flagflag
Constructors in io.qt.designer with parameters of type QDesignerFormWindowInterface.FeatureFlag Constructor Description Feature(QDesignerFormWindowInterface.FeatureFlag... args)
Creates a new Feature where the flags inargs
are set.