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