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