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

#include <GeneratorPms.hpp>

Inheritance diagram for iv::mimics::elementsPms::GeneratorPms:
[legend]
Collaboration diagram for iv::mimics::elementsPms::GeneratorPms:
[legend]

Classes

struct  Constants
 
struct  DefaultValues
 
struct  Keys
 
struct  Sections
 

Public Member Functions

 GeneratorPms ()
 
 ~GeneratorPms () 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< std::string > getStringWorkingState () const override
 
std::optional< std::string > getStringControlState () const override
 
std::optional< iv::mimics::eAlarmStategetAlarmState () const override
 
iv::math::geometry::Point2d getAlarmIconPosition (const iv::math::geometry::Area &elementSize) 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.
 
std::optional< double > normalizedPowerValue () const
 
std::optional< iv::channels::FormattedValuegetPowerText () const
 
std::optional< iv::channels::FormattedValuegetFrequencyText () const
 
std::optional< iv::channels::FormattedValuegetPriorityText () const
 
std::optional< std::string > getRemoteAutoIconState () const
 
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::colorgetColorWorkingState () const
 Retrieves the color representing the current working state of the element.
 
virtual std::optional< iv::types::colorgetColorControlState () const
 Retrieves the color representing the current control state of the element.
 
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

 GeneratorPms (const GeneratorPms &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.
 
void drawGeneratorArc (IGraphics *graphics, iv::types::radius arcRadius, iv::types::width arcWidth) const
 
void drawGeneratorName (IGraphics *graphics, iv::types::radius arcRadius) const
 
void drawTextPower (IGraphics *graphics, iv::types::radius arcRadius) const
 
void drawTextFrequency (IGraphics *graphics, iv::types::radius arcRadius) const
 
void drawTextPriority (IGraphics *graphics, iv::types::radius arcRadius, iv::types::width arcWidth) const
 
void drawTextControlState (IGraphics *graphics, iv::types::radius arcRadius, iv::types::width arcWidth) const
 
void updateGeneratorTraits ()
 Update the valve traits channels with the current generator channels.
 
std::vector< iv::math::geometry::Point2dcalculateLimits (IGraphics *graphics, iv::eLanguage drawingLanguage)
 
AbstractComponentGUIbuttonEditTitle ()
 
AbstractComponentGUIpanelEditSize ()
 
AbstractComponentGUIpanelEditOnlineVariables () const
 
AbstractComponentGUIpanelEditAddedAlarms () const
 

Protected Attributes

iv::types::color m_generatorNameColor {DefaultValues::generatorNameColor}
 
std::weak_ptr< iv::model::pms::Generatorm_pmsGenerator
 
bool m_redrawFlag {false}
 

Private Member Functions

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 loadFeedbackRunningStopped (const iv::file::xml::node &nodeStartStop)
 
bool saveFeedbackRunningStopped (iv::file::xml::node &nodeStartStop) const
 
void getChannelsFeedbackRunningStopped (const std::shared_ptr< std::vector< std::weak_ptr< iv::channels::AbstractChannel > > > &channelsInControl) const
 
void mapChannelsFeedbackRunningStopped (const std::function< void(std::weak_ptr< iv::channels::AbstractChannel > &)> &mapFunction)
 
eRunningStoppedState getState () const
 
bool hasLinkedChannels () const
 
AbstractComponentGUIpanelEditFeedback ()
 
bool loadRemoteLocal (const iv::file::xml::node &nodeRemoteLocal)
 
bool saveRemoteLocal (iv::file::xml::node &nodeRemoteLocal) const
 
void getChannelsRemoteLocal (const std::shared_ptr< std::vector< std::weak_ptr< iv::channels::AbstractChannel > > > &channelsInControl) const
 
void mapChannelsRemoteLocal (const std::function< void(std::weak_ptr< iv::channels::AbstractChannel > &)> &mapFunction)
 
eRemoteState getState () const
 
std::string_view getIconState () const
 
AbstractComponentGUIpanelEditRemoteLocal ()
 
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
 
bool loadAutomaticSemiAuto (const iv::file::xml::node &nodeAutomatic)
 
bool saveAutomaticSemiAuto (iv::file::xml::node &nodeAutomatic) const
 
void getChannelsAutomaticSemiAuto (const std::shared_ptr< std::vector< std::weak_ptr< iv::channels::AbstractChannel > > > &channelsInControl) const
 
void mapChannelsAutomaticSemiAuto (const std::function< void(std::weak_ptr< iv::channels::AbstractChannel > &)> &mapFunction)
 
eAutomaticState getState () const
 
std::string_view getIconState () const
 
AbstractComponentGUIpanelEditAutomaticManual ()
 
void addTraitOptionsMenu (const std::shared_ptr< iv::mimics::MimicControlMenu > &menu, const std::optional< std::function< bool(CDialog *)> > &autoCommandEvaluation, const std::optional< std::function< bool(CDialog *)> > &semiAutoCommandEvaluation) 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_textPower {nullptr}
 
std::unique_ptr< CDrawTextm_textPowerUnit {nullptr}
 
std::unique_ptr< CDrawTextm_textFrequency {nullptr}
 
std::unique_ptr< CDrawTextm_textFrequencyUnit {nullptr}
 
std::unique_ptr< CDrawTextm_textPriority {nullptr}
 
std::unique_ptr< CDrawTextm_textControlState {nullptr}
 
std::unique_ptr< CDrawTextm_textGeneratorName {nullptr}
 
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_runFeedback
 
bool m_hasStoppedFeedback
 
iv::mimics::Channel m_stoppedFeedback
 
iv::mimics::Channel m_remoteFeedback
 
bool m_hasLocalFeedback
 
iv::mimics::Channel m_localFeedback
 
iv::mimics::Channel m_tripFeedback
 
bool m_withCommandReset
 
iv::mimics::Channel m_resetCommand
 
bool m_hasResetConfirmation
 
bool m_withAutomatic
 
iv::mimics::Channel m_automaticCommand
 
iv::mimics::Channel m_semiAutoCommand
 
iv::mimics::Channel m_automaticFeedback
 
bool m_hasSemiAutoFeedback
 
iv::mimics::Channel m_semiAutoFeedback
 

Constructor & Destructor Documentation

◆ GeneratorPms() [1/2]

iv::mimics::elementsPms::GeneratorPms::GeneratorPms ( )

◆ ~GeneratorPms()

iv::mimics::elementsPms::GeneratorPms::~GeneratorPms ( )
overridedefault

◆ GeneratorPms() [2/2]

iv::mimics::elementsPms::GeneratorPms::GeneratorPms ( const GeneratorPms & other)
protected

Member Function Documentation

◆ addOptionsMenu()

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

Reimplemented from iv::mimics::AbstractMimicElement.

◆ addTraitOptionsMenu() [1/2]

void iv::mimics::traits::AutomaticSemiAuto::addTraitOptionsMenu ( const std::shared_ptr< iv::mimics::MimicControlMenu > & menu,
const std::optional< std::function< bool(CDialog *)> > & autoCommandEvaluation,
const std::optional< std::function< bool(CDialog *)> > & semiAutoCommandEvaluation ) 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::elementsPms::GeneratorPms::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::elementsPms::GeneratorPms::checkIntegrity ( ) const
overrideprotectedvirtual

Reimplemented from iv::mimics::AbstractMimicElement.

◆ clone()

std::shared_ptr< iv::mimics::AbstractMimicElement > iv::mimics::elementsPms::GeneratorPms::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

◆ drawGeneratorArc()

void iv::mimics::elementsPms::GeneratorPms::drawGeneratorArc ( IGraphics * graphics,
iv::types::radius arcRadius,
iv::types::width arcWidth ) const
protected

◆ drawGeneratorName()

void iv::mimics::elementsPms::GeneratorPms::drawGeneratorName ( IGraphics * graphics,
iv::types::radius arcRadius ) const
protected

◆ drawSpecific()

void iv::mimics::elementsPms::GeneratorPms::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.

◆ drawTextControlState()

void iv::mimics::elementsPms::GeneratorPms::drawTextControlState ( IGraphics * graphics,
iv::types::radius arcRadius,
iv::types::width arcWidth ) const
protected

◆ drawTextFrequency()

void iv::mimics::elementsPms::GeneratorPms::drawTextFrequency ( IGraphics * graphics,
iv::types::radius arcRadius ) const
protected

◆ drawTextPower()

void iv::mimics::elementsPms::GeneratorPms::drawTextPower ( IGraphics * graphics,
iv::types::radius arcRadius ) const
protected

◆ drawTextPriority()

void iv::mimics::elementsPms::GeneratorPms::drawTextPriority ( IGraphics * graphics,
iv::types::radius arcRadius,
iv::types::width arcWidth ) const
protected

◆ executeCommand()

void iv::mimics::elementsPms::GeneratorPms::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::elementsPms::GeneratorPms::getAlarmIconPosition ( const iv::math::geometry::Area & elementSize) const
nodiscardoverridevirtual

Reimplemented from iv::mimics::AbstractMimicElement.

◆ getAlarmState()

std::optional< iv::mimics::eAlarmState > iv::mimics::elementsPms::GeneratorPms::getAlarmState ( ) const
nodiscardoverridevirtual

Reimplemented from iv::mimics::AbstractMimicElement.

◆ getChannels()

void iv::mimics::elementsPms::GeneratorPms::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.

◆ getChannelsAutomaticSemiAuto()

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

◆ getChannelsFeedbackRunningStopped()

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

◆ getChannelsRemoteLocal()

void iv::mimics::traits::RemoteLocal::getChannelsRemoteLocal ( 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::AbstractMimicElement::getColorWorkingState ( ) const
nodiscardvirtualinherited

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 in iv::mimics::Digital, iv::mimics::elements::Breaker, iv::mimics::elements::Compressor, iv::mimics::elements::Damper, iv::mimics::elements::Dial, iv::mimics::elements::Digital, iv::mimics::elements::Display, iv::mimics::elements::Fan, iv::mimics::elements::Generator, iv::mimics::elements::LevelBar, iv::mimics::elements::Pump, iv::mimics::elements::Shaft, iv::mimics::elements::Tank, iv::mimics::elements::Valve, iv::mimics::elementsAutomated::DamperAutomated, iv::mimics::elementsAutomated::ValveAutomated, and iv::mimics::elementsPms::BreakerPms.

◆ getFrequencyText()

std::optional< iv::channels::FormattedValue > iv::mimics::elementsPms::GeneratorPms::getFrequencyText ( ) const

◆ getIconState() [1/2]

std::string_view iv::mimics::traits::AutomaticSemiAuto::getIconState ( ) const
nodiscardinherited

◆ getIconState() [2/2]

std::string_view iv::mimics::traits::RemoteLocal::getIconState ( ) const
nodiscardinherited

◆ getOnlineVariables()

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

◆ getPowerText()

std::optional< iv::channels::FormattedValue > iv::mimics::elementsPms::GeneratorPms::getPowerText ( ) const

◆ getPriorityText()

std::optional< iv::channels::FormattedValue > iv::mimics::elementsPms::GeneratorPms::getPriorityText ( ) const

◆ getRemoteAutoIconState()

std::optional< std::string > iv::mimics::elementsPms::GeneratorPms::getRemoteAutoIconState ( ) const

◆ getState() [1/3]

eAutomaticState iv::mimics::traits::AutomaticSemiAuto::getState ( ) const
nodiscardinherited

◆ getState() [2/3]

eRunningStoppedState iv::mimics::traits::FeedbackRunningStopped::getState ( ) const
nodiscardinherited

◆ getState() [3/3]

eRemoteState iv::mimics::traits::RemoteLocal::getState ( ) const
nodiscardinherited

◆ getStringControlState()

std::optional< std::string > iv::mimics::elementsPms::GeneratorPms::getStringControlState ( ) const
nodiscardoverridevirtual

Reimplemented from iv::mimics::AbstractMimicElement.

◆ getStringWorkingState()

std::optional< std::string > iv::mimics::elementsPms::GeneratorPms::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::elementsPms::GeneratorPms::hasAlternativeAction ( ) const
overridevirtual

Reimplemented from iv::mimics::AbstractMimicElement.

◆ hasLinkedChannels()

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

◆ hasRepeatedChannels()

bool iv::mimics::elementsPms::GeneratorPms::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::elementsPms::GeneratorPms::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::elementsPms::GeneratorPms::load ( const iv::file::xml::node & nodeControlMimic)
overridevirtual

Reimplemented from iv::mimics::AbstractMimicElement.

◆ loadAutomaticSemiAuto()

bool iv::mimics::traits::AutomaticSemiAuto::loadAutomaticSemiAuto ( const iv::file::xml::node & nodeAutomatic)
inherited

◆ loadFeedbackRunningStopped()

bool iv::mimics::traits::FeedbackRunningStopped::loadFeedbackRunningStopped ( const iv::file::xml::node & nodeStartStop)
inherited

◆ loadRemoteLocal()

bool iv::mimics::traits::RemoteLocal::loadRemoteLocal ( const iv::file::xml::node & nodeRemoteLocal)
inherited

◆ loadTripReset()

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

◆ mapChannels()

void iv::mimics::elementsPms::GeneratorPms::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.

◆ mapChannelsAutomaticSemiAuto()

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

◆ mapChannelsFeedbackRunningStopped()

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

◆ mapChannelsRemoteLocal()

void iv::mimics::traits::RemoteLocal::mapChannelsRemoteLocal ( 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

◆ normalizedPowerValue()

std::optional< double > iv::mimics::elementsPms::GeneratorPms::normalizedPowerValue ( ) const

◆ panelEditAddedAlarms()

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

◆ panelEditAutomaticManual()

AbstractComponentGUI * iv::mimics::traits::AutomaticSemiAuto::panelEditAutomaticManual ( )
inherited

◆ panelEditControl()

AbstractComponentGUI * iv::mimics::elementsPms::GeneratorPms::panelEditControl ( )
overridevirtual

UI methods ///.

PANELS

Crea el panel de edición del control.

Returns
Panel de edición del control.

Implements iv::mimics::AbstractMimicElement.

◆ panelEditFeedback()

AbstractComponentGUI * iv::mimics::traits::FeedbackRunningStopped::panelEditFeedback ( )
inherited

◆ panelEditOnlineVariables()

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

◆ panelEditRemoteLocal()

AbstractComponentGUI * iv::mimics::traits::RemoteLocal::panelEditRemoteLocal ( )
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

◆ removeGraphicsObjects()

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

Elimina el elemento gráfico.

Parameters
graphics

◆ rotate()

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

◆ runAlternativeAction()

void iv::mimics::elementsPms::GeneratorPms::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::elementsPms::GeneratorPms::save ( iv::file::xml::node & nodeControlMimic) const
overridevirtual

Reimplemented from iv::mimics::AbstractMimicElement.

◆ saveAutomaticSemiAuto()

bool iv::mimics::traits::AutomaticSemiAuto::saveAutomaticSemiAuto ( iv::file::xml::node & nodeAutomatic) const
inherited

◆ saveFeedbackRunningStopped()

bool iv::mimics::traits::FeedbackRunningStopped::saveFeedbackRunningStopped ( iv::file::xml::node & nodeStartStop) const
inherited

◆ saveRemoteLocal()

bool iv::mimics::traits::RemoteLocal::saveRemoteLocal ( iv::file::xml::node & nodeRemoteLocal) 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

◆ updateGeneratorTraits()

void iv::mimics::elementsPms::GeneratorPms::updateGeneratorTraits ( )
protected

Update the valve traits channels with the current generator channels.

Note
This function is needed only for UI purposes, to benefit from traits functions to draw the generator 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_automaticCommand

iv::mimics::Channel iv::mimics::traits::AutomaticSemiAuto::m_automaticCommand
inherited

◆ m_automaticFeedback

iv::mimics::Channel iv::mimics::traits::AutomaticSemiAuto::m_automaticFeedback
inherited

◆ m_background

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

◆ m_depth

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

Model

◆ m_generatorNameColor

iv::types::color iv::mimics::elementsPms::GeneratorPms::m_generatorNameColor {DefaultValues::generatorNameColor}
protected

◆ m_hasLocalFeedback

bool iv::mimics::traits::RemoteLocal::m_hasLocalFeedback
inherited

◆ m_hasResetConfirmation

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

◆ m_hasSemiAutoFeedback

bool iv::mimics::traits::AutomaticSemiAuto::m_hasSemiAutoFeedback
inherited

◆ m_hasStoppedFeedback

bool iv::mimics::traits::FeedbackRunningStopped::m_hasStoppedFeedback
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_localFeedback

iv::mimics::Channel iv::mimics::traits::RemoteLocal::m_localFeedback
inherited

◆ m_location

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

◆ m_mimicElementType

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

◆ m_onlineVariables

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

◆ m_pmsGenerator

std::weak_ptr<iv::model::pms::Generator> iv::mimics::elementsPms::GeneratorPms::m_pmsGenerator
protected

◆ 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_remoteFeedback

iv::mimics::Channel iv::mimics::traits::RemoteLocal::m_remoteFeedback
inherited

◆ m_resetCommand

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

◆ m_runFeedback

iv::mimics::Channel iv::mimics::traits::FeedbackRunningStopped::m_runFeedback
inherited

◆ m_semiAutoCommand

iv::mimics::Channel iv::mimics::traits::AutomaticSemiAuto::m_semiAutoCommand
inherited

◆ m_semiAutoFeedback

iv::mimics::Channel iv::mimics::traits::AutomaticSemiAuto::m_semiAutoFeedback
inherited

◆ m_stoppedFeedback

iv::mimics::Channel iv::mimics::traits::FeedbackRunningStopped::m_stoppedFeedback
inherited

◆ m_textControlState

std::unique_ptr<CDrawText> iv::mimics::elementsPms::GeneratorPms::m_textControlState {nullptr}
mutableprivate

◆ m_textFrequency

std::unique_ptr<CDrawText> iv::mimics::elementsPms::GeneratorPms::m_textFrequency {nullptr}
mutableprivate

◆ m_textFrequencyUnit

std::unique_ptr<CDrawText> iv::mimics::elementsPms::GeneratorPms::m_textFrequencyUnit {nullptr}
mutableprivate

◆ m_textGeneratorName

std::unique_ptr<CDrawText> iv::mimics::elementsPms::GeneratorPms::m_textGeneratorName {nullptr}
mutableprivate

◆ m_textPower

std::unique_ptr<CDrawText> iv::mimics::elementsPms::GeneratorPms::m_textPower {nullptr}
mutableprivate

◆ m_textPowerUnit

std::unique_ptr<CDrawText> iv::mimics::elementsPms::GeneratorPms::m_textPowerUnit {nullptr}
mutableprivate

◆ m_textPriority

std::unique_ptr<CDrawText> iv::mimics::elementsPms::GeneratorPms::m_textPriority {nullptr}
mutableprivate

◆ 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_width

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

◆ m_withAutomatic

bool iv::mimics::traits::AutomaticSemiAuto::m_withAutomatic
inherited

◆ m_withCommandReset

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

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