#include <lamp.h>
|
| | LampWdg (QWidget *parent, const std::string &name, const std::string &ps_endpoint, const int &cmd_timeout=60000) |
| |
| virtual | ~LampWdg () |
| |
| virtual void | StartSubscription () |
| |
| void | GetMessage (std::shared_ptr<::elt::mal::Mal > mal, std::vector< std::shared_ptr<::fcfif::SetupElem >> &setup_buffer, bool ignoreChecked=false) |
| |
| virtual void | GetSubordinatedDevices (QStringList &dev_list) |
| |
| virtual void | UpdateData (QList< QVariant > &data_list) |
| |
| virtual std::vector< std::string > | GetDbAttributes (std::string server_id) |
| |
| virtual void | SetEnable (bool flag) |
| |
| | DeviceWdg (QWidget *parent, const std::string &name, const std::string &ps_endpoint, const int &cmd_timeout) |
| |
| virtual | ~DeviceWdg () |
| |
| std::string | GetName () |
| |
| void | Select () |
| |
| void | Deselect () |
| |
| bool | IsSelected () |
| |
| virtual void | Stop () |
| |
| virtual void | GetDbAttributes (std::string server_id, std::vector< std::string > &vector) |
| |
◆ LampWdg()
| LampWdg::LampWdg |
( |
QWidget * |
parent, |
|
|
const std::string & |
name, |
|
|
const std::string & |
ps_endpoint, |
|
|
const int & |
cmd_timeout = 60000 |
|
) |
| |
|
explicit |
◆ ~LampWdg()
◆ GetDbAttributes()
| std::vector< std::string > LampWdg::GetDbAttributes |
( |
std::string |
server_id | ) |
|
|
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 |
◆ GetSubordinatedDevices()
| void LampWdg::GetSubordinatedDevices |
( |
QStringList & |
dev_list | ) |
|
|
virtual |
◆ SetEnable()
| void LampWdg::SetEnable |
( |
bool |
flag | ) |
|
|
virtual |
◆ SetIntensity
| void LampWdg::SetIntensity |
( |
double |
value | ) |
|
|
slot |
◆ StartSubscription()
| void LampWdg::StartSubscription |
( |
| ) |
|
|
virtual |
◆ UpdateData()
| void LampWdg::UpdateData |
( |
QList< QVariant > & |
data_list | ) |
|
|
virtual |
◆ UpdateIntensity
| void LampWdg::UpdateIntensity |
( |
double |
intensity | ) |
|
|
slot |
◆ UpdateSpinner
| void LampWdg::UpdateSpinner |
( |
int |
substate | ) |
|
|
slot |
◆ UpdateSubstate
| void LampWdg::UpdateSubstate |
( |
int |
substate | ) |
|
|
slot |
The documentation for this class was generated from the following files: