1#ifndef IV_SRC_MIMICS_MODEL_TRAITS_CONTROLLOCK_HPP_
2#define IV_SRC_MIMICS_MODEL_TRAITS_CONTROLLOCK_HPP_
20 const std::shared_ptr<std::vector<std::weak_ptr<iv::channels::AbstractChannel>>> &channelsInControl)
const;
21 void mapChannelsControlLock(
const std::function<
void(std::weak_ptr<iv::channels::AbstractChannel> &)> &mapFunction);
42 static constexpr std::string_view
controlLock {
"ResetCommand"};
Definition AbstractComponentGUI.hpp:30
Definition xmlFile.hpp:15
Definition Channel.hpp:12
Definition ControlLock.hpp:11
bool m_hasControlLock
Definition ControlLock.hpp:26
void getChannelsControlLock(const std::shared_ptr< std::vector< std::weak_ptr< iv::channels::AbstractChannel > > > &channelsInControl) const
Definition ControlLock.cpp:38
bool saveControlLock(iv::file::xml::node &nodeControlLock) const
Definition ControlLock.cpp:27
iv::mimics::Channel m_controlLock
Definition ControlLock.hpp:28
AbstractComponentGUI * panelEditControlLock()
Definition ControlLock.cpp:57
void mapChannelsControlLock(const std::function< void(std::weak_ptr< iv::channels::AbstractChannel > &)> &mapFunction)
Definition ControlLock.cpp:48
ControlLock()
Definition ControlLock.cpp:11
bool loadControlLock(const iv::file::xml::node &nodeControlLock)
Definition ControlLock.cpp:16
Definition ControlLock.hpp:36
static constexpr bool hasControlLock
Definition ControlLock.hpp:37
Definition ControlLock.hpp:32
static constexpr std::string_view hasControlLock
Definition ControlLock.hpp:33
Definition ControlLock.hpp:40
static constexpr std::string_view tripFeedback
Definition ControlLock.hpp:41
static constexpr std::string_view controlLock
Definition ControlLock.hpp:42