Uses of Enum
io.qt.designer.QDesignerFormWindowInterface.FeatureFlag
Packages that use QDesignerFormWindowInterface.FeatureFlag
-
Uses of QDesignerFormWindowInterface.FeatureFlag in io.qt.designer
Methods in io.qt.designer that return QDesignerFormWindowInterface.FeatureFlagModifier 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.Methods in io.qt.designer with parameters of type QDesignerFormWindowInterface.FeatureFlagModifier and TypeMethodDescriptionQDesignerFormWindowInterface.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.QDesignerFormWindowInterface.Feature.setFlag
(QDesignerFormWindowInterface.FeatureFlag e) Sets the flage
QDesignerFormWindowInterface.Feature.setFlag
(QDesignerFormWindowInterface.FeatureFlag e, boolean on) Sets or clears the flagflag
Constructors in io.qt.designer with parameters of type QDesignerFormWindowInterface.FeatureFlagModifierConstructorDescriptionCreates a new Feature where the flags inargs
are set.