QObject that links:
More...
#include <SyncedCheckboxes.h>
|
| void | toggled (bool) |
| | Signal emitted when the check box is toggled.
|
| |
QObject that links:
- a checkable QAction (menu item)
- and a checkable QAbstractButton (like a toolbar button)
so that their checked status is consistent. Emits a single "toggled" signal if either one is toggled.
- Date
- 2011-12-06
Definition at line 28 of file SyncedCheckboxes.h.
◆ SyncedCheckboxes()
| MantidQt::API::SyncedCheckboxes::SyncedCheckboxes |
( |
QAction * |
menu, |
|
|
QAbstractButton * |
button, |
|
|
bool |
checked = false |
|
) |
| |
◆ ~SyncedCheckboxes()
| MantidQt::API::SyncedCheckboxes::~SyncedCheckboxes |
( |
| ) |
|
|
override |
◆ on_button_toggled
| void MantidQt::API::SyncedCheckboxes::on_button_toggled |
( |
bool |
| ) |
|
|
slot |
◆ on_menu_toggled
| void MantidQt::API::SyncedCheckboxes::on_menu_toggled |
( |
bool |
| ) |
|
|
slot |
◆ setEnabled()
| void MantidQt::API::SyncedCheckboxes::setEnabled |
( |
bool |
val | ) |
|
◆ setVisible()
| void MantidQt::API::SyncedCheckboxes::setVisible |
( |
bool |
val | ) |
|
◆ toggle()
| void MantidQt::API::SyncedCheckboxes::toggle |
( |
bool |
val | ) |
|
◆ toggled
| void MantidQt::API::SyncedCheckboxes::toggled |
( |
bool |
| ) |
|
|
signal |
Signal emitted when the check box is toggled.
◆ m_button
| QAbstractButton* MantidQt::API::SyncedCheckboxes::m_button |
|
private |
◆ m_menu
| QAction* MantidQt::API::SyncedCheckboxes::m_menu |
|
private |
The documentation for this class was generated from the following file: