Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
#include <OrderOpCl.hpp>
Classes | |
struct | Sections |
Public Member Functions | |
OrderOpCl () | |
bool | loadOrderOpCl (const iv::file::xml::node &nodeStartStop) |
bool | saveOrderOpCl (iv::file::xml::node &nodeStartStop) const |
void | getChannelsOrderOpCl (const std::shared_ptr< std::vector< std::weak_ptr< iv::channels::AbstractChannel > > > &channelsInControl) const |
void | mapChannelsOrderOpCl (const std::function< void(std::weak_ptr< iv::channels::AbstractChannel > &)> &mapFunction) |
AbstractComponentGUI * | panelEditOrder () |
Public Attributes | |
iv::mimics::Channel | m_openOrder |
iv::mimics::Channel | m_closeOrder |
|
default |
void iv::mimics::traits::OrderOpCl::getChannelsOrderOpCl | ( | const std::shared_ptr< std::vector< std::weak_ptr< iv::channels::AbstractChannel > > > & | channelsInControl | ) | const |
bool iv::mimics::traits::OrderOpCl::loadOrderOpCl | ( | const iv::file::xml::node & | nodeStartStop | ) |
void iv::mimics::traits::OrderOpCl::mapChannelsOrderOpCl | ( | const std::function< void(std::weak_ptr< iv::channels::AbstractChannel > &)> & | mapFunction | ) |
AbstractComponentGUI * iv::mimics::traits::OrderOpCl::panelEditOrder | ( | ) |
bool iv::mimics::traits::OrderOpCl::saveOrderOpCl | ( | iv::file::xml::node & | nodeStartStop | ) | const |
iv::mimics::Channel iv::mimics::traits::OrderOpCl::m_closeOrder |
iv::mimics::Channel iv::mimics::traits::OrderOpCl::m_openOrder |