Uses of Enum
io.qt.designer.QDesignerIntegrationInterface.FeatureFlag
Packages that use QDesignerIntegrationInterface.FeatureFlag
-
Uses of QDesignerIntegrationInterface.FeatureFlag in io.qt.designer
Methods in io.qt.designer that return QDesignerIntegrationInterface.FeatureFlagModifier 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.Methods in io.qt.designer with parameters of type QDesignerIntegrationInterface.FeatureFlagModifier and TypeMethodDescriptionQDesignerIntegrationInterface.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.Featurefrom the entries.final booleanQDesignerIntegrationInterface.hasFeature(QDesignerIntegrationInterface.FeatureFlag... f) Overloaded function forQDesignerIntegrationInterface.hasFeature(io.qt.designer.QDesignerIntegrationInterface.Feature).QDesignerIntegrationInterface.Feature.setFlag(QDesignerIntegrationInterface.FeatureFlag e) Sets the flageQDesignerIntegrationInterface.Feature.setFlag(QDesignerIntegrationInterface.FeatureFlag e, boolean on) Sets or clears the flagflagConstructors in io.qt.designer with parameters of type QDesignerIntegrationInterface.FeatureFlagModifierConstructorDescriptionCreates a new Feature where the flags inargsare set.