Uses of Enum
io.qt.widgets.QDialogButtonBox.StandardButton
-
Uses of QDialogButtonBox.StandardButton in io.qt.widgets
Modifier 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.Modifier and TypeMethodDescriptionfinal QPushButton
QDialogButtonBox.addButton
(QDialogButtonBox.StandardButton button) final QPushButton
QDialogButtonBox.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.StandardButtons
from the entries.QDialogButtonBox.StandardButtons.setFlag
(QDialogButtonBox.StandardButton e) Sets the flage
QDialogButtonBox.StandardButtons.setFlag
(QDialogButtonBox.StandardButton e, boolean on) Sets or clears the flagflag
final void
QDialogButtonBox.setStandardButtons
(QDialogButtonBox.StandardButton ... buttons) Overloaded function forQDialogButtonBox.setStandardButtons(io.qt.widgets.QDialogButtonBox.StandardButtons)
.ModifierConstructorDescriptionCreates a new StandardButtons where the flags inargs
are set.