Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
#include <DiamarMimicPanelsFactory.hpp>
Public Attributes | |
std::string | cmdText |
iv::types::color | cmdColor |
std::weak_ptr< iv::channels::AbstractChannel > | cmdChannel |
std::function< bool()> | isHighlighted = [] { return false; } |
std::function< bool(CDialog *dlgFather)> | canSendCmd = [](auto) { return true; } |
std::function<bool(CDialog *dlgFather)> iv::panels::diamar::CmdButtonConfiguration::canSendCmd = [](auto) { return true; } |
std::weak_ptr<iv::channels::AbstractChannel> iv::panels::diamar::CmdButtonConfiguration::cmdChannel |
iv::types::color iv::panels::diamar::CmdButtonConfiguration::cmdColor |
std::string iv::panels::diamar::CmdButtonConfiguration::cmdText |
std::function<bool()> iv::panels::diamar::CmdButtonConfiguration::isHighlighted = [] { return false; } |