Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
iv::panels::diamar::CmdButtonConfiguration Struct Reference

#include <DiamarMimicPanelsFactory.hpp>

Public Attributes

std::string cmdText
 
iv::types::color cmdColor
 
std::weak_ptr< iv::channels::AbstractChannelcmdChannel
 
std::function< bool()> isHighlighted = [] { return false; }
 
std::function< bool(CDialog *dlgFather)> canSendCmd = [](auto) { return true; }
 

Member Data Documentation

◆ canSendCmd

std::function<bool(CDialog *dlgFather)> iv::panels::diamar::CmdButtonConfiguration::canSendCmd = [](auto) { return true; }

◆ cmdChannel

std::weak_ptr<iv::channels::AbstractChannel> iv::panels::diamar::CmdButtonConfiguration::cmdChannel

◆ cmdColor

iv::types::color iv::panels::diamar::CmdButtonConfiguration::cmdColor

◆ cmdText

std::string iv::panels::diamar::CmdButtonConfiguration::cmdText

◆ isHighlighted

std::function<bool()> iv::panels::diamar::CmdButtonConfiguration::isHighlighted = [] { return false; }

The documentation for this struct was generated from the following file: