Uses of Enum
io.qt.widgets.QDialogButtonBox.StandardButton
Packages that use QDialogButtonBox.StandardButton
-
Uses of QDialogButtonBox.StandardButton in io.qt.widgets
Methods in io.qt.widgets that return QDialogButtonBox.StandardButtonModifier and TypeMethodDescriptionfinal QDialogButtonBox.StandardButton []QDialogButtonBox.StandardButtons.flags()Returns an array of flag objects represented by this StandardButtons.QDialogButtonBox.StandardButton.resolve(int value) Returns the corresponding enum entry for the given value.QDialogButtonBox.standardButton(QAbstractButton button) Returns the enum constant of this type with the specified name.static QDialogButtonBox.StandardButton[]QDialogButtonBox.StandardButton.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.widgets with parameters of type QDialogButtonBox.StandardButtonModifier and TypeMethodDescriptionfinal QPushButtonQDialogButtonBox.addButton(QDialogButtonBox.StandardButton button) final QPushButtonQDialogButtonBox.button(QDialogButtonBox.StandardButton which) QDialogButtonBox.StandardButton.cleared(QDialogButtonBox.StandardButton e) Excludes other enum entry from a flag of this entry.QDialogButtonBox.StandardButton.combined(QDialogButtonBox.StandardButton e) Combines this entry with other enum entry.QDialogButtonBox.StandardButtons.combined(QDialogButtonBox.StandardButton e) Combines this flags with enum entry.QDialogButtonBox.StandardButton.flags(QDialogButtonBox.StandardButton ... values) Creates a newQDialogButtonBox.StandardButtonsfrom the entries.QDialogButtonBox.StandardButtons.setFlag(QDialogButtonBox.StandardButton e) Sets the flageQDialogButtonBox.StandardButtons.setFlag(QDialogButtonBox.StandardButton e, boolean on) Sets or clears the flagflagfinal voidQDialogButtonBox.setStandardButtons(QDialogButtonBox.StandardButton ... buttons) Overloaded function forQDialogButtonBox.setStandardButtons(io.qt.widgets.QDialogButtonBox.StandardButtons).Constructors in io.qt.widgets with parameters of type QDialogButtonBox.StandardButtonModifierConstructorDescriptionCreates a new StandardButtons where the flags inargsare set.