Uses of Enum
io.qt.designer.QDesignerIntegrationInterface.FeatureFlag
-
Uses of QDesignerIntegrationInterface.FeatureFlag in io.qt.designer
Modifier and TypeMethodDescriptionQDesignerIntegrationInterface.Feature.flags()
Returns an array of flag objects represented by this Feature.QDesignerIntegrationInterface.FeatureFlag.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.QDesignerIntegrationInterface.FeatureFlag.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionQDesignerIntegrationInterface.FeatureFlag.cleared
(QDesignerIntegrationInterface.FeatureFlag e) Excludes other enum entry from a flag of this entry.QDesignerIntegrationInterface.Feature.combined
(QDesignerIntegrationInterface.FeatureFlag e) Combines this flags with enum entry.QDesignerIntegrationInterface.FeatureFlag.combined
(QDesignerIntegrationInterface.FeatureFlag e) Combines this entry with other enum entry.QDesignerIntegrationInterface.FeatureFlag.flags
(QDesignerIntegrationInterface.FeatureFlag ... values) Creates a newQDesignerIntegrationInterface.Feature
from the entries.final boolean
QDesignerIntegrationInterface.hasFeature
(QDesignerIntegrationInterface.FeatureFlag ... f) Overloaded function forQDesignerIntegrationInterface.hasFeature(io.qt.designer.QDesignerIntegrationInterface.Feature)
.final void
QDesignerIntegrationInterface.setFeatures
(QDesignerIntegrationInterface.FeatureFlag ... f) Overloaded function forQDesignerIntegrationInterface.setFeatures(io.qt.designer.QDesignerIntegrationInterface.Feature)
.QDesignerIntegrationInterface.Feature.setFlag
(QDesignerIntegrationInterface.FeatureFlag e) Sets the flage
QDesignerIntegrationInterface.Feature.setFlag
(QDesignerIntegrationInterface.FeatureFlag e, boolean on) Sets or clears the flagflag
ModifierConstructorDescriptionCreates a new Feature where the flags inargs
are set.