Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
iv::mimics::support::Attempt Class Reference

#include <Attempt.hpp>

Collaboration diagram for iv::mimics::support::Attempt:
[legend]

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)
 
AbstractComponentGUIpanelEditAttempt ()
 

Private Attributes

bool m_hasAttempts
 
iv::mimics::Channel m_attemptsToStart
 
iv::mimics::Channel m_resetAttemptsToStart
 

Constructor & Destructor Documentation

◆ Attempt()

iv::mimics::support::Attempt::Attempt ( )

Member Function Documentation

◆ getChannels()

void iv::mimics::support::Attempt::getChannels ( const std::shared_ptr< std::vector< std::weak_ptr< iv::channels::AbstractChannel > > > & channelsInControl) const

◆ load()

bool iv::mimics::support::Attempt::load ( const iv::file::xml::node & nodeAttempt)

◆ mapChannels()

void iv::mimics::support::Attempt::mapChannels ( const std::function< void(std::weak_ptr< iv::channels::AbstractChannel > &)> & mapFunction)

◆ panelEditAttempt()

AbstractComponentGUI * iv::mimics::support::Attempt::panelEditAttempt ( )

◆ save()

bool iv::mimics::support::Attempt::save ( iv::file::xml::node & nodeAttempt) const

Member Data Documentation

◆ m_attemptsToStart

iv::mimics::Channel iv::mimics::support::Attempt::m_attemptsToStart
private

◆ m_hasAttempts

bool iv::mimics::support::Attempt::m_hasAttempts
private

◆ m_resetAttemptsToStart

iv::mimics::Channel iv::mimics::support::Attempt::m_resetAttemptsToStart
private

The documentation for this class was generated from the following files: