Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
#include <Attempt.hpp>
Classes | |
struct | DefaultValues |
struct | Keys |
struct | Sections |
Public Member Functions | |
Attempt () | |
bool | load (const iv::file::xml::node &nodeAttempt) |
bool | save (iv::file::xml::node &nodeAttempt) const |
void | getChannels (const std::shared_ptr< std::vector< std::weak_ptr< iv::channels::AbstractChannel > > > &channelsInControl) const |
void | mapChannels (const std::function< void(std::weak_ptr< iv::channels::AbstractChannel > &)> &mapFunction) |
AbstractComponentGUI * | panelEditAttempt () |
Private Attributes | |
bool | m_hasAttempts |
iv::mimics::Channel | m_attemptsToStart |
iv::mimics::Channel | m_resetAttemptsToStart |
iv::mimics::support::Attempt::Attempt | ( | ) |
void iv::mimics::support::Attempt::getChannels | ( | const std::shared_ptr< std::vector< std::weak_ptr< iv::channels::AbstractChannel > > > & | channelsInControl | ) | const |
bool iv::mimics::support::Attempt::load | ( | const iv::file::xml::node & | nodeAttempt | ) |
void iv::mimics::support::Attempt::mapChannels | ( | const std::function< void(std::weak_ptr< iv::channels::AbstractChannel > &)> & | mapFunction | ) |
AbstractComponentGUI * iv::mimics::support::Attempt::panelEditAttempt | ( | ) |
bool iv::mimics::support::Attempt::save | ( | iv::file::xml::node & | nodeAttempt | ) | const |
|
private |
|
private |
|
private |