Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
#include <Attempts.hpp>
Classes | |
struct | DefaultValues |
struct | Keys |
struct | Sections |
Public Member Functions | |
Attempts () | |
bool | loadAttempts (const iv::file::xml::node &nodeAttempt) |
bool | saveAttempts (iv::file::xml::node &nodeAttempt) const |
void | getChannelsAttempts (const std::shared_ptr< std::vector< std::weak_ptr< iv::channels::AbstractChannel > > > &channelsInControl) const |
void | mapChannelsAttempts (const std::function< void(std::weak_ptr< iv::channels::AbstractChannel > &)> &mapFunction) |
AbstractComponentGUI * | panelEditAttempt () |
Public Attributes | |
bool | m_hasAttempts |
iv::mimics::Channel | m_attemptsToStart |
iv::mimics::Channel | m_resetAttemptsToStartCommand |
iv::mimics::traits::Attempts::Attempts | ( | ) |
void iv::mimics::traits::Attempts::getChannelsAttempts | ( | const std::shared_ptr< std::vector< std::weak_ptr< iv::channels::AbstractChannel > > > & | channelsInControl | ) | const |
bool iv::mimics::traits::Attempts::loadAttempts | ( | const iv::file::xml::node & | nodeAttempt | ) |
void iv::mimics::traits::Attempts::mapChannelsAttempts | ( | const std::function< void(std::weak_ptr< iv::channels::AbstractChannel > &)> & | mapFunction | ) |
AbstractComponentGUI * iv::mimics::traits::Attempts::panelEditAttempt | ( | ) |
bool iv::mimics::traits::Attempts::saveAttempts | ( | iv::file::xml::node & | nodeAttempt | ) | const |
iv::mimics::Channel iv::mimics::traits::Attempts::m_attemptsToStart |
bool iv::mimics::traits::Attempts::m_hasAttempts |
iv::mimics::Channel iv::mimics::traits::Attempts::m_resetAttemptsToStartCommand |