Typically used for dialogs which have any number of buttons associated with it that are toggled on when the dialog is visible, and off when the widget is invisible. Each button controls the visibility of the dialog.
More...
#include <ButtonDialog.h>
Typically used for dialogs which have any number of buttons associated with it that are toggled on when the dialog is visible, and off when the widget is invisible. Each button controls the visibility of the dialog.
◆ ~ButtonDialog()
◆ addButton()
virtual void addButton |
( |
Button * | button | ) |
|
|
virtual |
◆ buttonDialogBestPopupInfo()
PopupInfo buttonDialogBestPopupInfo |
( |
| ) |
const |
◆ onCheckedClick()
virtual void onCheckedClick |
( |
| ) |
|
|
virtual |
◆ removeButton()
virtual void removeButton |
( |
Button * | button | ) |
|
|
virtual |
◆ setButtonsChecked()
virtual void setButtonsChecked |
( |
bool | check | ) |
|
|
virtual |
◆ m_buttons
◆ m_last_pressed
QPointer<Button> m_last_pressed |
|
protected |
◆ m_should_be_checked
bool m_should_be_checked = false |
|
protected |
The documentation for this class was generated from the following file: