Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
iv::mimics::elementsAutomated::ValveAutomated Class Referencefinal

#include <ValveAutomated.hpp>

Inheritance diagram for iv::mimics::elementsAutomated::ValveAutomated:
[legend]
Collaboration diagram for iv::mimics::elementsAutomated::ValveAutomated:
[legend]

Classes

struct  Constants
 
struct  DefaultValues
 
struct  Keys
 
struct  Sections
 

Public Member Functions

 ValveAutomated ()
 
 ~ValveAutomated () override=default
 
bool load (const iv::file::xml::node &nodeControlMimic) override
 
bool save (iv::file::xml::node &nodeControlMimic) const override
 
void getChannels (const std::shared_ptr< std::vector< std::weak_ptr< iv::channels::AbstractChannel > > > &channelsInControl) const override
 Añade los canales que el MimicElement tiene enlazado.
 
void mapChannels (const std::function< void(std::weak_ptr< iv::channels::AbstractChannel > &)> &mapFunction) override
 Processed gets ///.
 
std::shared_ptr< iv::mimics::AbstractMimicElementclone () const override
 
void executeCommand (const std::string &strAction) const override
 Run actions ///.
 
std::optional< iv::types::colorgetColorWorkingState () const override
 Retrieves the color representing the current working state of the element.
 
std::optional< std::string > getStringWorkingState () const override
 
std::optional< iv::mimics::eAlarmStategetAlarmState () const override
 
void drawSpecific (IGraphics *graphics, std::optional< iv::types::color > colorWorkingState, std::optional< iv::types::color > colorControlState, iv::eLanguage drawingLanguage) override
 Draws the specific abstract element shape.
 
AbstractComponentGUIpanelEditControl () override
 UI methods ///.
 
void addOptionsMenu (const std::shared_ptr< iv::mimics::MimicControlMenu > &menu) override
 
bool canShowCircularMenu () const override
 Behaviours gets ///.
 
bool hasAlternativeAction () const override
 
void runAlternativeAction (CDialog *dlgFatherRef) override
 Ejecuta código específico del control.
 
const iv::mimics::TitleSettingsgetTitleSettings () const
 
std::weak_ptr< iv::mimics::OnlineVariablesgetOnlineVariables () const
 
virtual void updateEnabledLanguages (const std::set< iv::eLanguage > &enabledLanguages)
 
bool isPointInMimic (iv::types::coord x, iv::types::coord y) const
 
virtual std::optional< iv::types::colorgetColorControlState () const
 Retrieves the color representing the current control state of the element.
 
virtual std::optional< std::string > getStringControlState () const
 
virtual iv::math::geometry::Point2d getAlarmIconPosition (const iv::math::geometry::Area &elementSize) const
 
virtual void runCommandControlWithoutMenu ()
 Ejecuta un comando accionado sin el menu de opciones (caso de un botón)
 
virtual void runEvaluation ()
 Ejecuta la evaluación del control.
 
virtual void postProcess ()
 PROCESSES.
 
void draw (IGraphics *graphics, iv::eLanguage drawingLanguage, const std::optional< std::unordered_set< iv::types::channelId > > &channelsRepeatedOpt=std::nullopt, const std::optional< std::set< std::shared_ptr< AbstractMimicElement > > > &otherMimicElements=std::nullopt)
 DRAWS.
 
void setRedrawFlag (bool reDrawFlag=true)
 
void removeGraphicsObjects (IGraphics *graphics)
 Elimina el elemento gráfico.
 
virtual void move (double dx, double dy)
 MOVEMENTS.
 
bool rotate (double angle)
 
void handleEvent (CEventMotion *evtMotion)
 

Public Attributes

eZDepth m_depth
 
iv::mimics::eMimicElementType m_mimicElementType
 
iv::mimics::Location m_location
 
iv::types::width m_width
 
iv::types::height m_height
 
iv::mimics::TitleSettings m_titleSettings
 
iv::mimics::Background m_background
 
std::shared_ptr< OnlineVariablesm_onlineVariables
 
std::shared_ptr< std::vector< std::weak_ptr< iv::channels::AbstractChannel > > > m_addedAlarms
 

Protected Member Functions

 ValveAutomated (const ValveAutomated &other)
 
bool checkIntegrity () const override
 
bool hasRepeatedChannels (const std::unordered_set< iv::types::channelId > &channelsRepeatedOpt) const override
 Checks if the current mimic element contains any repeated channels.
 
bool isRepeatedMimicElement (const std::set< std::shared_ptr< AbstractMimicElement > > &otherMimicsElements) const override
 Determines whether the current mimic element shares significant similarities with others.
 
bool removePreviousOnlineVariables (const std::optional< iv::types::control::valve::valveId > &previousValveId) const
 
bool addOnlineVariables (const std::optional< iv::types::control::valve::valveId > &newValveId) const
 
virtual void prvDrawMechanicalValve (iv::types::color colorState, IGraphics *graphics) const
 
virtual void prvDrawNormalValve (iv::types::color colorState, IGraphics *graphics) const
 
std::vector< iv::math::geometry::Point2dcalculateLimits (IGraphics *graphics, iv::eLanguage drawingLanguage)
 
AbstractComponentGUIbuttonEditTitle ()
 
AbstractComponentGUIpanelEditSize ()
 
AbstractComponentGUIpanelEditOnlineVariables () const
 
AbstractComponentGUIpanelEditAddedAlarms () const
 

Protected Attributes

std::unique_ptr< CDrawTextm_textStateOpt {nullptr}
 
iv::mimics::elements::eValveDesign m_valveDesign
 
iv::mimics::support::Maintenance m_maintenance
 
std::weak_ptr< iv::model::control::Valvem_valve
 
bool m_redrawFlag {false}
 

Private Member Functions

void updateValveTraits ()
 Update the valve traits channels with the current valve channels.
 
std::unique_ptr< CDrawTextprvCreateTextTitle (iv::eLanguage language) const
 
void applyPosition (IGraphics *graphics) const
 
void applyRotation (IGraphics *graphics) const
 
std::optional< iv::mimics::eAlarmStategetAddedAlarmsMimicAlarmState () const
 
bool loadFeedbackOpCl (const iv::file::xml::node &nodeStartStop)
 
bool saveFeedbackOpCl (iv::file::xml::node &nodeStartStop) const
 
void getChannelsFeedbackOpCl (const std::shared_ptr< std::vector< std::weak_ptr< iv::channels::AbstractChannel > > > &channelsInControl) const
 
void mapChannelsFeedbackOpCl (const std::function< void(std::weak_ptr< iv::channels::AbstractChannel > &)> &mapFunction)
 
eOpClState getState () const
 
bool hasLinkedChannels () const
 
AbstractComponentGUIpanelEditFeedbacks ()
 
bool loadCommandsOpCl (const iv::file::xml::node &nodeStartStop)
 
bool saveCommandsOpCl (iv::file::xml::node &nodeStartStop) const
 
void getChannelsCommandsOpCl (const std::shared_ptr< std::vector< std::weak_ptr< iv::channels::AbstractChannel > > > &channelsInControl) const
 
void mapChannelsCommandsOpCl (const std::function< void(std::weak_ptr< iv::channels::AbstractChannel > &)> &mapFunction)
 
AbstractComponentGUIpanelEditCommands ()
 
void addTraitOptionsMenu (const std::shared_ptr< iv::mimics::MimicControlMenu > &menu, const std::optional< std::function< bool(CDialog *)> > &commandEvaluation, bool swapColors=false) const
 
bool loadControlLock (const iv::file::xml::node &nodeControlLock)
 
bool saveControlLock (iv::file::xml::node &nodeControlLock) const
 
void getChannelsControlLock (const std::shared_ptr< std::vector< std::weak_ptr< iv::channels::AbstractChannel > > > &channelsInControl) const
 
void mapChannelsControlLock (const std::function< void(std::weak_ptr< iv::channels::AbstractChannel > &)> &mapFunction)
 
AbstractComponentGUIpanelEditControlLock ()
 
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)
 
AbstractComponentGUIpanelEditOrder ()
 
bool loadTripReset (const iv::file::xml::node &nodeTripReset)
 
bool saveTripReset (iv::file::xml::node &nodeTripReset) const
 
void getChannelsTripReset (const std::shared_ptr< std::vector< std::weak_ptr< iv::channels::AbstractChannel > > > &channelsInControl) const
 
void mapChannelsTripReset (const std::function< void(std::weak_ptr< iv::channels::AbstractChannel > &)> &mapFunction)
 
bool isTrip () const
 
AbstractComponentGUIpanelEditTrip ()
 
void addTraitOptionsMenu (const std::shared_ptr< iv::mimics::MimicControlMenu > &menu, const std::optional< std::function< bool(CDialog *)> > &resetCommandEvaluation) const
 

Static Private Member Functions

static bool checkHasRepeated (const std::unordered_set< iv::types::channelId > &repeatedChannels, const std::shared_ptr< std::vector< std::weak_ptr< iv::channels::AbstractChannel > > > &elementChannels)
 

Private Attributes

std::unique_ptr< CDrawTextm_textTitleOpt
 
std::shared_ptr< std::vector< iv::math::geometry::Point2d > > m_polylinesLimits
 
uint32_t m_idBlockBackground
 
uint32_t m_idBlockForegorund
 
bool m_isCreatedForeground {false}
 
bool m_isCreatedBackground {false}
 
bool m_isMarked {false}
 
iv::mimics::Channel m_openFeedback
 
iv::mimics::Channel m_closeFeedback
 
iv::mimics::Channel m_commandOpen
 
iv::mimics::Channel m_commandClose
 
bool m_hasControlLock
 
iv::mimics::Channel m_controlLock
 
iv::mimics::Channel m_openOrder
 
iv::mimics::Channel m_closeOrder
 
iv::mimics::Channel m_tripFeedback
 
bool m_withCommandReset
 
iv::mimics::Channel m_resetCommand
 
bool m_hasResetConfirmation
 

Constructor & Destructor Documentation

◆ ValveAutomated() [1/2]

iv::mimics::elementsAutomated::ValveAutomated::ValveAutomated ( )

◆ ~ValveAutomated()

iv::mimics::elementsAutomated::ValveAutomated::~ValveAutomated ( )
overridedefault

◆ ValveAutomated() [2/2]

iv::mimics::elementsAutomated::ValveAutomated::ValveAutomated ( const ValveAutomated & other)
protected

Member Function Documentation

◆ addOnlineVariables()

bool iv::mimics::elementsAutomated::ValveAutomated::addOnlineVariables ( const std::optional< iv::types::control::valve::valveId > & newValveId) const
protected

◆ addOptionsMenu()

void iv::mimics::elementsAutomated::ValveAutomated::addOptionsMenu ( const std::shared_ptr< iv::mimics::MimicControlMenu > & menu)
overridevirtual

Reimplemented from iv::mimics::AbstractMimicElement.

◆ addTraitOptionsMenu() [1/2]

void iv::mimics::traits::CommandsOpCl::addTraitOptionsMenu ( const std::shared_ptr< iv::mimics::MimicControlMenu > & menu,
const std::optional< std::function< bool(CDialog *)> > & commandEvaluation,
bool swapColors = false ) const
inherited

◆ addTraitOptionsMenu() [2/2]

void iv::mimics::traits::TripReset::addTraitOptionsMenu ( const std::shared_ptr< iv::mimics::MimicControlMenu > & menu,
const std::optional< std::function< bool(CDialog *)> > & resetCommandEvaluation ) const
inherited

◆ applyPosition()

void iv::mimics::AbstractMimicElement::applyPosition ( IGraphics * graphics) const
privateinherited

◆ applyRotation()

void iv::mimics::AbstractMimicElement::applyRotation ( IGraphics * graphics) const
privateinherited

◆ buttonEditTitle()

AbstractComponentGUI * iv::mimics::AbstractMimicElement::buttonEditTitle ( )
protectedinherited

◆ calculateLimits()

std::vector< iv::math::geometry::Point2d > iv::mimics::AbstractMimicElement::calculateLimits ( IGraphics * graphics,
iv::eLanguage drawingLanguage )
protectedinherited

◆ canShowCircularMenu()

bool iv::mimics::elementsAutomated::ValveAutomated::canShowCircularMenu ( ) const
overridevirtual

Behaviours gets ///.

Reimplemented from iv::mimics::AbstractMimicElement.

◆ checkHasRepeated()

bool iv::mimics::AbstractMimicElement::checkHasRepeated ( const std::unordered_set< iv::types::channelId > & repeatedChannels,
const std::shared_ptr< std::vector< std::weak_ptr< iv::channels::AbstractChannel > > > & elementChannels )
staticprivateinherited

◆ checkIntegrity()

bool iv::mimics::elementsAutomated::ValveAutomated::checkIntegrity ( ) const
overrideprotectedvirtual

Reimplemented from iv::mimics::AbstractMimicElement.

◆ clone()

std::shared_ptr< iv::mimics::AbstractMimicElement > iv::mimics::elementsAutomated::ValveAutomated::clone ( ) const
nodiscardoverridevirtual

◆ draw()

void iv::mimics::AbstractMimicElement::draw ( IGraphics * graphics,
iv::eLanguage drawingLanguage,
const std::optional< std::unordered_set< iv::types::channelId > > & channelsRepeatedOpt = std::nullopt,
const std::optional< std::set< std::shared_ptr< AbstractMimicElement > > > & otherMimicElements = std::nullopt )
inherited

DRAWS.

Dibuja el elemento en pantalla, con título, background, alarma, toda la parte común de todos los elementos.

Parameters
graphics
drawingLanguageLanguage to draw the element
channelsRepeatedOpt

◆ drawSpecific()

void iv::mimics::elementsAutomated::ValveAutomated::drawSpecific ( IGraphics * graphics,
std::optional< iv::types::color > colorWorkingState,
std::optional< iv::types::color > colorControlState,
iv::eLanguage drawingLanguage )
overridevirtual

Draws the specific abstract element shape.

Parameters
graphics
colorWorkingState
colorControlState
drawingLanguage

Implements iv::mimics::AbstractMimicElement.

◆ executeCommand()

void iv::mimics::elementsAutomated::ValveAutomated::executeCommand ( const std::string & strAction) const
overridevirtual

Run actions ///.

Ejecuta un comando accionado desde el menu de opciones

Parameters
strAction

Implements iv::mimics::AbstractMimicElement.

◆ getAddedAlarmsMimicAlarmState()

std::optional< iv::mimics::eAlarmState > iv::mimics::AbstractMimicElement::getAddedAlarmsMimicAlarmState ( ) const
nodiscardprivateinherited

◆ getAlarmIconPosition()

iv::math::geometry::Point2d iv::mimics::AbstractMimicElement::getAlarmIconPosition ( const iv::math::geometry::Area & elementSize) const
nodiscardvirtualinherited

◆ getAlarmState()

std::optional< iv::mimics::eAlarmState > iv::mimics::elementsAutomated::ValveAutomated::getAlarmState ( ) const
nodiscardoverridevirtual

Reimplemented from iv::mimics::AbstractMimicElement.

◆ getChannels()

void iv::mimics::elementsAutomated::ValveAutomated::getChannels ( const std::shared_ptr< std::vector< std::weak_ptr< iv::channels::AbstractChannel > > > & channelsInControl) const
overridevirtual

Añade los canales que el MimicElement tiene enlazado.

Parameters
[out]channelsInControlMap of channels in mimic element
Deprecated
This function may be substituted by mapChannels

Reimplemented from iv::mimics::AbstractMimicElement.

◆ getChannelsCommandsOpCl()

void iv::mimics::traits::CommandsOpCl::getChannelsCommandsOpCl ( const std::shared_ptr< std::vector< std::weak_ptr< iv::channels::AbstractChannel > > > & channelsInControl) const
inherited

◆ getChannelsControlLock()

void iv::mimics::traits::ControlLock::getChannelsControlLock ( const std::shared_ptr< std::vector< std::weak_ptr< iv::channels::AbstractChannel > > > & channelsInControl) const
inherited

◆ getChannelsFeedbackOpCl()

void iv::mimics::traits::FeedbackOpCl::getChannelsFeedbackOpCl ( const std::shared_ptr< std::vector< std::weak_ptr< iv::channels::AbstractChannel > > > & channelsInControl) const
inherited

◆ getChannelsOrderOpCl()

void iv::mimics::traits::OrderOpCl::getChannelsOrderOpCl ( const std::shared_ptr< std::vector< std::weak_ptr< iv::channels::AbstractChannel > > > & channelsInControl) const
inherited

◆ getChannelsTripReset()

void iv::mimics::traits::TripReset::getChannelsTripReset ( const std::shared_ptr< std::vector< std::weak_ptr< iv::channels::AbstractChannel > > > & channelsInControl) const
inherited

◆ getColorControlState()

std::optional< iv::types::color > iv::mimics::AbstractMimicElement::getColorControlState ( ) const
nodiscardvirtualinherited

Retrieves the color representing the current control state of the element.

The control state describes how the element is being controlled, with examples including Remote/Local or Online/Offline. The returned color, if any, is intended to visually convey the control mode.

Returns
An optional color representing the control state. Returns std::nullopt the element has no control state.

Reimplemented in iv::mimics::elements::Compressor, iv::mimics::elements::Damper, iv::mimics::elements::Fan, iv::mimics::elements::Generator, and iv::mimics::elements::Pump.

◆ getColorWorkingState()

std::optional< iv::types::color > iv::mimics::elementsAutomated::ValveAutomated::getColorWorkingState ( ) const
nodiscardoverridevirtual

Retrieves the color representing the current working state of the element.

The working state reflects the functional status of the element, which can represent states such as Running/Stopped, Open/Closed, or Undefined. The returned color, if any, is intended to visually indicate this status.

Returns
An optional color representing the working state. Returns std::nullopt if no color is the element has no working state.

Reimplemented from iv::mimics::AbstractMimicElement.

◆ getOnlineVariables()

std::weak_ptr< iv::mimics::OnlineVariables > iv::mimics::AbstractMimicElement::getOnlineVariables ( ) const
nodiscardinherited

◆ getState()

eOpClState iv::mimics::traits::FeedbackOpCl::getState ( ) const
nodiscardinherited

◆ getStringControlState()

std::optional< std::string > iv::mimics::AbstractMimicElement::getStringControlState ( ) const
nodiscardvirtualinherited

◆ getStringWorkingState()

std::optional< std::string > iv::mimics::elementsAutomated::ValveAutomated::getStringWorkingState ( ) const
nodiscardoverridevirtual

Reimplemented from iv::mimics::AbstractMimicElement.

◆ getTitleSettings()

const iv::mimics::TitleSettings & iv::mimics::AbstractMimicElement::getTitleSettings ( ) const
inlinenodiscardinherited

◆ handleEvent()

void iv::mimics::AbstractMimicElement::handleEvent ( CEventMotion * evtMotion)
inherited

TODO: No se usa, y junto a este, el executeCommand

◆ hasAlternativeAction()

bool iv::mimics::elementsAutomated::ValveAutomated::hasAlternativeAction ( ) const
overridevirtual

Reimplemented from iv::mimics::AbstractMimicElement.

◆ hasLinkedChannels()

bool iv::mimics::traits::FeedbackOpCl::hasLinkedChannels ( ) const
nodiscardinherited

◆ hasRepeatedChannels()

bool iv::mimics::elementsAutomated::ValveAutomated::hasRepeatedChannels ( const std::unordered_set< iv::types::channelId > & channelsRepeatedOpt) const
overrideprotectedvirtual

Checks if the current mimic element contains any repeated channels.

Parameters
channelsRepeatedOptA set of channel IDs that are considered as repeated.
Returns
True if at least one channel of the mimic element is found in channelsRepeatedOpt, false otherwise.

Reimplemented from iv::mimics::AbstractMimicElement.

◆ isPointInMimic()

bool iv::mimics::AbstractMimicElement::isPointInMimic ( iv::types::coord x,
iv::types::coord y ) const
nodiscardinherited

◆ isRepeatedMimicElement()

bool iv::mimics::elementsAutomated::ValveAutomated::isRepeatedMimicElement ( const std::set< std::shared_ptr< AbstractMimicElement > > & otherMimicsElements) const
overrideprotectedvirtual

Determines whether the current mimic element shares significant similarities with others.

Parameters
otherMimicsElementsA set of other mimics elements to be compared against.
Returns
True if the element is repeated, false otherwise.

Reimplemented from iv::mimics::AbstractMimicElement.

◆ isTrip()

bool iv::mimics::traits::TripReset::isTrip ( ) const
inherited

◆ load()

bool iv::mimics::elementsAutomated::ValveAutomated::load ( const iv::file::xml::node & nodeControlMimic)
overridevirtual

Reimplemented from iv::mimics::AbstractMimicElement.

◆ loadCommandsOpCl()

bool iv::mimics::traits::CommandsOpCl::loadCommandsOpCl ( const iv::file::xml::node & nodeStartStop)
inherited

◆ loadControlLock()

bool iv::mimics::traits::ControlLock::loadControlLock ( const iv::file::xml::node & nodeControlLock)
inherited

◆ loadFeedbackOpCl()

bool iv::mimics::traits::FeedbackOpCl::loadFeedbackOpCl ( const iv::file::xml::node & nodeStartStop)
inherited

◆ loadOrderOpCl()

bool iv::mimics::traits::OrderOpCl::loadOrderOpCl ( const iv::file::xml::node & nodeStartStop)
inherited

◆ loadTripReset()

bool iv::mimics::traits::TripReset::loadTripReset ( const iv::file::xml::node & nodeTripReset)
inherited

◆ mapChannels()

void iv::mimics::elementsAutomated::ValveAutomated::mapChannels ( const std::function< void(std::weak_ptr< iv::channels::AbstractChannel > &)> & mapFunction)
overridevirtual

Processed gets ///.

Applies a function over each channel in the mimic element

Parameters
mapFunctionFunction to apply over each channel

Reimplemented from iv::mimics::AbstractMimicElement.

◆ mapChannelsCommandsOpCl()

void iv::mimics::traits::CommandsOpCl::mapChannelsCommandsOpCl ( const std::function< void(std::weak_ptr< iv::channels::AbstractChannel > &)> & mapFunction)
inherited

◆ mapChannelsControlLock()

void iv::mimics::traits::ControlLock::mapChannelsControlLock ( const std::function< void(std::weak_ptr< iv::channels::AbstractChannel > &)> & mapFunction)
inherited

◆ mapChannelsFeedbackOpCl()

void iv::mimics::traits::FeedbackOpCl::mapChannelsFeedbackOpCl ( const std::function< void(std::weak_ptr< iv::channels::AbstractChannel > &)> & mapFunction)
inherited

◆ mapChannelsOrderOpCl()

void iv::mimics::traits::OrderOpCl::mapChannelsOrderOpCl ( const std::function< void(std::weak_ptr< iv::channels::AbstractChannel > &)> & mapFunction)
inherited

◆ mapChannelsTripReset()

void iv::mimics::traits::TripReset::mapChannelsTripReset ( const std::function< void(std::weak_ptr< iv::channels::AbstractChannel > &)> & mapFunction)
inherited

◆ move()

void iv::mimics::AbstractMimicElement::move ( double dx,
double dy )
virtualinherited

◆ panelEditAddedAlarms()

AbstractComponentGUI * iv::mimics::AbstractMimicElement::panelEditAddedAlarms ( ) const
nodiscardprotectedinherited

◆ panelEditCommands()

AbstractComponentGUI * iv::mimics::traits::CommandsOpCl::panelEditCommands ( )
inherited

◆ panelEditControl()

AbstractComponentGUI * iv::mimics::elementsAutomated::ValveAutomated::panelEditControl ( )
overridevirtual

UI methods ///.

PANELS

Crea el panel de edición del control.

Returns
Panel de edición del control.

Implements iv::mimics::AbstractMimicElement.

◆ panelEditControlLock()

AbstractComponentGUI * iv::mimics::traits::ControlLock::panelEditControlLock ( )
inherited

◆ panelEditFeedbacks()

AbstractComponentGUI * iv::mimics::traits::FeedbackOpCl::panelEditFeedbacks ( )
inherited

◆ panelEditOnlineVariables()

AbstractComponentGUI * iv::mimics::AbstractMimicElement::panelEditOnlineVariables ( ) const
nodiscardprotectedinherited

◆ panelEditOrder()

AbstractComponentGUI * iv::mimics::traits::OrderOpCl::panelEditOrder ( )
inherited

◆ panelEditSize()

AbstractComponentGUI * iv::mimics::AbstractMimicElement::panelEditSize ( )
protectedinherited

◆ panelEditTrip()

AbstractComponentGUI * iv::mimics::traits::TripReset::panelEditTrip ( )
inherited

◆ postProcess()

void iv::mimics::AbstractMimicElement::postProcess ( )
virtualinherited

PROCESSES.

Procesa ciertos atributos del elemento.

Note
La intención es que se procese tras el panel de edición y que prepare el elemento para ser dibujado.

Reimplemented in iv::mimics::auxiliary::Line, and iv::mimics::auxiliary::Square.

◆ prvCreateTextTitle()

std::unique_ptr< CDrawText > iv::mimics::AbstractMimicElement::prvCreateTextTitle ( iv::eLanguage language) const
nodiscardprivateinherited

◆ prvDrawMechanicalValve()

void iv::mimics::elementsAutomated::ValveAutomated::prvDrawMechanicalValve ( iv::types::color colorState,
IGraphics * graphics ) const
protectedvirtual

◆ prvDrawNormalValve()

void iv::mimics::elementsAutomated::ValveAutomated::prvDrawNormalValve ( iv::types::color colorState,
IGraphics * graphics ) const
protectedvirtual

◆ removeGraphicsObjects()

void iv::mimics::AbstractMimicElement::removeGraphicsObjects ( IGraphics * graphics)
inherited

Elimina el elemento gráfico.

Parameters
graphics

◆ removePreviousOnlineVariables()

bool iv::mimics::elementsAutomated::ValveAutomated::removePreviousOnlineVariables ( const std::optional< iv::types::control::valve::valveId > & previousValveId) const
protected

◆ rotate()

bool iv::mimics::AbstractMimicElement::rotate ( double angle)
inherited

◆ runAlternativeAction()

void iv::mimics::elementsAutomated::ValveAutomated::runAlternativeAction ( CDialog * dlgFatherRef)
overridevirtual

Ejecuta código específico del control.

Note
El objetivo es que este comportamiento sea específico de cada control y se ejecute al pulsar sobre el control si este no puede mostrar menú circular.

Reimplemented from iv::mimics::AbstractMimicElement.

◆ runCommandControlWithoutMenu()

void iv::mimics::AbstractMimicElement::runCommandControlWithoutMenu ( )
virtualinherited

Ejecuta un comando accionado sin el menu de opciones (caso de un botón)

◆ runEvaluation()

void iv::mimics::AbstractMimicElement::runEvaluation ( )
virtualinherited

Ejecuta la evaluación del control.

◆ save()

bool iv::mimics::elementsAutomated::ValveAutomated::save ( iv::file::xml::node & nodeControlMimic) const
overridevirtual

Reimplemented from iv::mimics::AbstractMimicElement.

◆ saveCommandsOpCl()

bool iv::mimics::traits::CommandsOpCl::saveCommandsOpCl ( iv::file::xml::node & nodeStartStop) const
inherited

◆ saveControlLock()

bool iv::mimics::traits::ControlLock::saveControlLock ( iv::file::xml::node & nodeControlLock) const
inherited

◆ saveFeedbackOpCl()

bool iv::mimics::traits::FeedbackOpCl::saveFeedbackOpCl ( iv::file::xml::node & nodeStartStop) const
inherited

◆ saveOrderOpCl()

bool iv::mimics::traits::OrderOpCl::saveOrderOpCl ( iv::file::xml::node & nodeStartStop) const
inherited

◆ saveTripReset()

bool iv::mimics::traits::TripReset::saveTripReset ( iv::file::xml::node & nodeTripReset) const
inherited

◆ setRedrawFlag()

void iv::mimics::AbstractMimicElement::setRedrawFlag ( bool reDrawFlag = true)
inherited

◆ updateEnabledLanguages()

void iv::mimics::AbstractMimicElement::updateEnabledLanguages ( const std::set< iv::eLanguage > & enabledLanguages)
virtualinherited

◆ updateValveTraits()

void iv::mimics::elementsAutomated::ValveAutomated::updateValveTraits ( )
private

Update the valve traits channels with the current valve channels.

Note
This function is needed only for UI purposes, to benefit from traits functions to draw the valve current state.

Member Data Documentation

◆ m_addedAlarms

std::shared_ptr<std::vector<std::weak_ptr<iv::channels::AbstractChannel> > > iv::mimics::AbstractMimicElement::m_addedAlarms
inherited

◆ m_background

iv::mimics::Background iv::mimics::AbstractMimicElement::m_background
inherited

◆ m_closeFeedback

iv::mimics::Channel iv::mimics::traits::FeedbackOpCl::m_closeFeedback
inherited

◆ m_closeOrder

iv::mimics::Channel iv::mimics::traits::OrderOpCl::m_closeOrder
inherited

◆ m_commandClose

iv::mimics::Channel iv::mimics::traits::CommandsOpCl::m_commandClose
inherited

◆ m_commandOpen

iv::mimics::Channel iv::mimics::traits::CommandsOpCl::m_commandOpen
inherited

◆ m_controlLock

iv::mimics::Channel iv::mimics::traits::ControlLock::m_controlLock
inherited

◆ m_depth

eZDepth iv::mimics::AbstractMimicElement::m_depth
inherited

Model

◆ m_hasControlLock

bool iv::mimics::traits::ControlLock::m_hasControlLock
inherited

◆ m_hasResetConfirmation

bool iv::mimics::traits::TripReset::m_hasResetConfirmation
inherited

◆ m_height

iv::types::height iv::mimics::AbstractMimicElement::m_height
inherited

◆ m_idBlockBackground

uint32_t iv::mimics::AbstractMimicElement::m_idBlockBackground
privateinherited

◆ m_idBlockForegorund

uint32_t iv::mimics::AbstractMimicElement::m_idBlockForegorund
privateinherited

◆ m_isCreatedBackground

bool iv::mimics::AbstractMimicElement::m_isCreatedBackground {false}
privateinherited

◆ m_isCreatedForeground

bool iv::mimics::AbstractMimicElement::m_isCreatedForeground {false}
privateinherited

◆ m_isMarked

bool iv::mimics::AbstractMimicElement::m_isMarked {false}
privateinherited

◆ m_location

iv::mimics::Location iv::mimics::AbstractMimicElement::m_location
inherited

◆ m_maintenance

iv::mimics::support::Maintenance iv::mimics::elementsAutomated::ValveAutomated::m_maintenance
protected

◆ m_mimicElementType

iv::mimics::eMimicElementType iv::mimics::AbstractMimicElement::m_mimicElementType
inherited

◆ m_onlineVariables

std::shared_ptr<OnlineVariables> iv::mimics::AbstractMimicElement::m_onlineVariables
inherited

◆ m_openFeedback

iv::mimics::Channel iv::mimics::traits::FeedbackOpCl::m_openFeedback
inherited

◆ m_openOrder

iv::mimics::Channel iv::mimics::traits::OrderOpCl::m_openOrder
inherited

◆ m_polylinesLimits

std::shared_ptr<std::vector<iv::math::geometry::Point2d> > iv::mimics::AbstractMimicElement::m_polylinesLimits
privateinherited

◆ m_redrawFlag

bool iv::mimics::AbstractMimicElement::m_redrawFlag {false}
protectedinherited

Controller

◆ m_resetCommand

iv::mimics::Channel iv::mimics::traits::TripReset::m_resetCommand
inherited

◆ m_textStateOpt

std::unique_ptr<CDrawText> iv::mimics::elementsAutomated::ValveAutomated::m_textStateOpt {nullptr}
protected

◆ m_textTitleOpt

std::unique_ptr<CDrawText> iv::mimics::AbstractMimicElement::m_textTitleOpt
privateinherited

◆ m_titleSettings

iv::mimics::TitleSettings iv::mimics::AbstractMimicElement::m_titleSettings
inherited

◆ m_tripFeedback

iv::mimics::Channel iv::mimics::traits::TripReset::m_tripFeedback
inherited

◆ m_valve

std::weak_ptr<iv::model::control::Valve> iv::mimics::elementsAutomated::ValveAutomated::m_valve
protected

◆ m_valveDesign

iv::mimics::elements::eValveDesign iv::mimics::elementsAutomated::ValveAutomated::m_valveDesign
protected

◆ m_width

iv::types::width iv::mimics::AbstractMimicElement::m_width
inherited

◆ m_withCommandReset

bool iv::mimics::traits::TripReset::m_withCommandReset
inherited

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