#include <CaseSwitch.hxx>


Public Slots | |
| void | on_cb_default_stateChanged (int state) |
Public Member Functions | |
| CaseSwitch (QWidget *parent=0) | |
| ~CaseSwitch () | |
| bool | isDefaultChecked () |
| void | setDefaultChecked (bool isDefault) |
Protected Attributes | |
| bool | _isDefault |
Definition at line 29 of file CaseSwitch.hxx.
| CaseSwitch::CaseSwitch | ( | QWidget * | parent = 0 | ) |
Definition at line 28 of file CaseSwitch.cxx.
References _isDefault, and DEBTRACE.
| CaseSwitch::~CaseSwitch | ( | ) |
Definition at line 36 of file CaseSwitch.cxx.
References DEBTRACE.
| bool CaseSwitch::isDefaultChecked | ( | ) |
|
slot |
Definition at line 41 of file CaseSwitch.cxx.
References DEBTRACE, setDefaultChecked(), and yacsorb.CORBAEngineTest::state.
| void CaseSwitch::setDefaultChecked | ( | bool | isDefault | ) |
Definition at line 55 of file CaseSwitch.cxx.
References _isDefault, and DEBTRACE.
Referenced by on_cb_default_stateChanged(), and YACS::HMI::CaseSwitchEditor::setData().
|
protected |
Definition at line 43 of file CaseSwitch.hxx.
Referenced by CaseSwitch(), YACS::HMI::CaseSwitchEditor::GetStrValue(), isDefaultChecked(), and setDefaultChecked().