#include <lamp.h>
|
| void | TriggerSetup (QString) |
| |
| void | SetupCommonUi () |
| |
| void | SetupInfoUi (const std::string &overview, const std::string &desc) |
| |
| bool | IsSimulated () |
| |
| void | SetProperty (QPushButton *button, std::string property, bool flag) |
| |
| void | SetProperty (QRadioButton *button, std::string property, bool flag) |
| |
| void | SetProperty (QLabel *label, std::string property, bool flag) |
| |
| void | SetProperty (QComboBox *combo, std::string property, bool flag) |
| |
| void | SetProperty (QSpinBox *spin, std::string property, bool flag) |
| |
| void | SetProperty (QDoubleSpinBox *spin, std::string property, bool flag) |
| |
| QTimer * | m_spinner_timer |
| |
| std::unique_ptr< utils::bat::DbInterface > & | m_dbinterface |
| |
| std::string | m_name |
| |
| int | m_cmd_timeout |
| |
| bool | m_simulated |
| |
| std::string | m_lcs_prefix |
| |
| std::string | m_cfg_prefix |
| |
| QString | m_error_text {""} |
| |
| QString | m_error_tooltip {""} |
| |
| std::vector< std::string > | m_dbattribute_vector |
| |
| CommonUi | m_ui |
| |
◆ LampWdg()
| LampWdg::LampWdg |
( |
QWidget * |
parent, |
|
|
std::unique_ptr< utils::bat::DbInterface > & |
dbinterface, |
|
|
const std::string & |
name, |
|
|
const std::string & |
config, |
|
|
const int & |
cmd_timeout = 60000 |
|
) |
| |
|
explicit |
◆ ~LampWdg()
◆ GetDbAttributes()
| void LampWdg::GetDbAttributes |
( |
| ) |
|
|
virtual |
◆ GetMessage()
| void LampWdg::GetMessage |
( |
std::shared_ptr<::elt::mal::Mal > |
mal, |
|
|
std::vector< std::shared_ptr<::fcfif::SetupElem >> & |
setup_buffer, |
|
|
bool |
ignoreChecked = false |
|
) |
| |
|
virtual |
◆ HandleLaunchButton
| void LampWdg::HandleLaunchButton |
( |
| ) |
|
|
slot |
◆ SetEnable()
| void LampWdg::SetEnable |
( |
bool |
flag | ) |
|
|
virtual |
◆ SetIntensity
| void LampWdg::SetIntensity |
( |
double |
value | ) |
|
|
slot |
◆ StartSubscription()
| void LampWdg::StartSubscription |
( |
| ) |
|
|
virtual |
◆ UpdateData()
| void LampWdg::UpdateData |
( |
| ) |
|
|
virtual |
◆ UpdateIntensity
| void LampWdg::UpdateIntensity |
( |
double |
intensity | ) |
|
|
slot |
◆ UpdateSpinner
| void LampWdg::UpdateSpinner |
( |
int |
substate | ) |
|
|
slot |
◆ UpdateSubstate
| void LampWdg::UpdateSubstate |
( |
int |
substate | ) |
|
|
slot |
◆ UpdateTimeLeft
| void LampWdg::UpdateTimeLeft |
( |
unsigned int |
timeleft | ) |
|
|
slot |
The documentation for this class was generated from the following files: