#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 | ) |
CaseSwitch::~CaseSwitch | ( | ) |
Definition at line 36 of file CaseSwitch.cxx.
References DEBTRACE.
bool CaseSwitch::isDefaultChecked | ( | ) |
Definition at line 50 of file CaseSwitch.cxx.
|
slot |
void CaseSwitch::setDefaultChecked | ( | bool | isDefault | ) |
Definition at line 55 of file CaseSwitch.cxx.
References DEBTRACE.
Referenced by YACS::HMI::CaseSwitchEditor::setData().
|
protected |
Definition at line 43 of file CaseSwitch.hxx.
Referenced by YACS::HMI::CaseSwitchEditor::GetStrValue().