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

#include <Dial.hpp>

Inheritance diagram for iv::mimics::elements::Dial:
[legend]
Collaboration diagram for iv::mimics::elements::Dial:
[legend]

Classes

struct  DefaultValues
 
struct  Keys
 
struct  Sections
 

Public Types

enum class  EDispatcherTextsMarks { Auto , In , Out }
 

Public Member Functions

 Dial ()
 
 ~Dial () 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
 
std::optional< iv::mimics::eAlarmStategetAlarmState () const override
 
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
 
void executeCommand (const std::string &strAction) const override
 Run actions ///.
 
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 ///.
 
const iv::mimics::TitleSettingsgetTitleSettings () const
 
std::weak_ptr< iv::mimics::OnlineVariablesgetOnlineVariables () const
 
virtual void updateEnabledLanguages (const std::set< iv::eLanguage > &enabledLanguages)
 
virtual void addOptionsMenu (const std::shared_ptr< iv::mimics::MimicControlMenu > &menu)
 
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 bool canShowCircularMenu () const
 Behaviours gets ///.
 
virtual bool hasAlternativeAction () const
 
virtual void runCommandControlWithoutMenu ()
 Ejecuta un comando accionado sin el menu de opciones (caso de un botón)
 
virtual void runAlternativeAction (CDialog *dlgFatherRef)
 Ejecuta código específico del control.
 
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

std::vector< iv::math::geometry::Point2dcalculateLimits (IGraphics *graphics, iv::eLanguage drawingLanguage)
 
virtual bool checkIntegrity () const
 
virtual bool hasRepeatedChannels (const std::unordered_set< iv::types::channelId > &channelsRepeatedOpt) const
 Checks if the current mimic element contains any repeated channels.
 
virtual bool isRepeatedMimicElement (const std::set< std::shared_ptr< AbstractMimicElement > > &otherMimicsElements) const
 Determines whether the current mimic element shares significant similarities with others.
 
AbstractComponentGUIbuttonEditTitle ()
 
AbstractComponentGUIpanelEditSize ()
 
AbstractComponentGUIpanelEditOnlineVariables () const
 
AbstractComponentGUIpanelEditAddedAlarms () const
 

Protected Attributes

bool m_redrawFlag {false}
 

Private Member Functions

 Dial (const Dial &other)
 
void prvCalculateTexts (Dial::EDispatcherTextsMarks dispatcherTextsMarks, iv::types::channelValue LEL, iv::types::channelValue HEL, bool isModernRectangle, uint64_t sizeMaxValues, iv::types::radius radiusSeparations, iv::types::radius radiusClock, bool isAllNumbers, double separationMarkLarge, uint16_t numDecimals) const
 Calculates the position of the texts for the dial.
 
std::unique_ptr< CDrawTextprvCreateTextTitle (iv::eLanguage language) const
 
void applyPosition (IGraphics *graphics) const
 
void applyRotation (IGraphics *graphics) const
 
std::optional< iv::mimics::eAlarmStategetAddedAlarmsMimicAlarmState () const
 

Static Private Member Functions

static void prvGetDataClock (EDispatcherTextsMarks dispatcherTextsMarks, uint64_t sizeMaxValues, iv::types::radius radiusClock, iv::types::radius &radiusSeparationsOut, double &longLineHourSmallOut, double &longLineHourLargeOut)
 
static void prvGetDataCounter (iv::types::radius radiusHours, bool isModernRectangle, iv::types::coord &xCounterOut, iv::types::coord &yCounterOut, iv::types::width &widthCounterOut, iv::types::height &heightCounterOut)
 
static std::vector< std::shared_ptr< CDrawText > > prvTextValuesClock (Dial::EDispatcherTextsMarks dispatcherTextsMarks, uint64_t sizeMaxValues, iv::types::radius radiusClock, iv::types::channelValue valueMin, iv::types::channelValue valueMax, iv::types::height heightText, double separationMarkLarge, uint64_t numDec, bool isAllNumber, bool showLimits)
 
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

iv::mimics::Channel m_channel
 
iv::types::color m_color
 
bool m_showTextValue
 
double m_factor
 
bool m_showAlarmLimits
 
bool m_showFactor
 
uint8_t m_divisionsNumber
 
uint8_t m_subdivisionsNumber
 
std::unique_ptr< CDrawTextm_textFactorOpt {nullptr}
 
std::unique_ptr< CDrawTextm_textValueOpt {nullptr}
 
std::unique_ptr< CDrawTextm_textUnit {nullptr}
 
std::vector< std::shared_ptr< CDrawText > > m_textValuesClock {}
 
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}
 

Member Enumeration Documentation

◆ EDispatcherTextsMarks

Enumerator
Auto 
In 
Out 

Constructor & Destructor Documentation

◆ Dial() [1/2]

iv::mimics::elements::Dial::Dial ( )

◆ ~Dial()

iv::mimics::elements::Dial::~Dial ( )
overridedefault

◆ Dial() [2/2]

iv::mimics::elements::Dial::Dial ( const Dial & other)
private

Member Function Documentation

◆ addOptionsMenu()

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

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

◆ clone()

std::shared_ptr< iv::mimics::AbstractMimicElement > iv::mimics::elements::Dial::clone ( ) const
overridevirtual

◆ 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::elements::Dial::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::elements::Dial::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::elements::Dial::getAlarmState ( ) const
overridevirtual

Reimplemented from iv::mimics::AbstractMimicElement.

◆ getChannels()

void iv::mimics::elements::Dial::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.

◆ 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::elements::Dial::getColorWorkingState ( ) const
overridevirtual

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

◆ getStringControlState()

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

◆ getStringWorkingState()

std::optional< std::string > iv::mimics::elements::Dial::getStringWorkingState ( ) const
overridevirtual

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

◆ hasRepeatedChannels()

bool iv::mimics::AbstractMimicElement::hasRepeatedChannels ( const std::unordered_set< iv::types::channelId > & channelsRepeatedOpt) const
protectedvirtualinherited

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 in iv::mimics::elements::DynamicText, iv::mimics::elementsAutomated::DamperAutomated, iv::mimics::elementsAutomated::ValveAutomated, iv::mimics::elementsPms::BreakerPms, and iv::mimics::elementsPms::GeneratorPms.

◆ isPointInMimic()

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

◆ isRepeatedMimicElement()

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

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 in iv::mimics::elements::DynamicText, iv::mimics::elementsAutomated::DamperAutomated, iv::mimics::elementsAutomated::ValveAutomated, iv::mimics::elementsPms::BreakerPms, and iv::mimics::elementsPms::GeneratorPms.

◆ load()

bool iv::mimics::elements::Dial::load ( const iv::file::xml::node & nodeControlMimic)
overridevirtual

Reimplemented from iv::mimics::AbstractMimicElement.

◆ mapChannels()

void iv::mimics::elements::Dial::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.

◆ move()

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

◆ panelEditAddedAlarms()

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

◆ panelEditControl()

AbstractComponentGUI * iv::mimics::elements::Dial::panelEditControl ( )
overridevirtual

UI methods ///.

PANELS

Crea el panel de edición del control.

Returns
Panel de edición del control.

Implements iv::mimics::AbstractMimicElement.

◆ panelEditOnlineVariables()

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

◆ panelEditSize()

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

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

◆ prvCalculateTexts()

void iv::mimics::elements::Dial::prvCalculateTexts ( Dial::EDispatcherTextsMarks dispatcherTextsMarks,
iv::types::channelValue LEL,
iv::types::channelValue HEL,
bool isModernRectangle,
uint64_t sizeMaxValues,
iv::types::radius radiusSeparations,
iv::types::radius radiusClock,
bool isAllNumbers,
double separationMarkLarge,
uint16_t numDecimals ) const
private

Calculates the position of the texts for the dial.

Parameters
dispatcherTextsMarksPosition of the marks texts all along the dial arc.
LELMin value.
HELMax value.
isModernRectangleIf it's inside the modern rectangle representation.
sizeMaxValuesMax text size of the marks.
radiusSeparationsRadius at which the marks are displayed.
radiusClockRadius of the dial.
isAllNumbersIf all marks are to display.
separationMarkLargeSeparation between marks.
numDecimalsNumber of decimals.
Note
Be aware that previously Dial supported drawing marks text inside or outside the arc. Now it only draws the text inside the arc.

◆ prvCreateTextTitle()

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

◆ prvGetDataClock()

void iv::mimics::elements::Dial::prvGetDataClock ( EDispatcherTextsMarks dispatcherTextsMarks,
uint64_t sizeMaxValues,
iv::types::radius radiusClock,
iv::types::radius & radiusSeparationsOut,
double & longLineHourSmallOut,
double & longLineHourLargeOut )
staticprivate

◆ prvGetDataCounter()

void iv::mimics::elements::Dial::prvGetDataCounter ( iv::types::radius radiusHours,
bool isModernRectangle,
iv::types::coord & xCounterOut,
iv::types::coord & yCounterOut,
iv::types::width & widthCounterOut,
iv::types::height & heightCounterOut )
staticprivate

◆ prvTextValuesClock()

std::vector< std::shared_ptr< CDrawText > > iv::mimics::elements::Dial::prvTextValuesClock ( Dial::EDispatcherTextsMarks dispatcherTextsMarks,
uint64_t sizeMaxValues,
iv::types::radius radiusClock,
iv::types::channelValue valueMin,
iv::types::channelValue valueMax,
iv::types::height heightText,
double separationMarkLarge,
uint64_t numDec,
bool isAllNumber,
bool showLimits )
staticprivate

◆ 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::AbstractMimicElement::runAlternativeAction ( CDialog * dlgFatherRef)
virtualinherited

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 in iv::mimics::auxiliary::Link, iv::mimics::elements::PmsPriorities, iv::mimics::elementsAutomated::DamperAutomated, iv::mimics::elementsAutomated::ValveAutomated, iv::mimics::elementsPms::BreakerPms, iv::mimics::elementsPms::GeneratorPms, and iv::mimics::elementsPms::OperationModesPms.

◆ 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::elements::Dial::save ( iv::file::xml::node & nodeControlMimic) const
overridevirtual

Reimplemented from iv::mimics::AbstractMimicElement.

◆ setRedrawFlag()

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

◆ updateEnabledLanguages()

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

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_channel

iv::mimics::Channel iv::mimics::elements::Dial::m_channel
private

◆ m_color

iv::types::color iv::mimics::elements::Dial::m_color
private

◆ m_depth

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

Model

◆ m_divisionsNumber

uint8_t iv::mimics::elements::Dial::m_divisionsNumber
private

◆ m_factor

double iv::mimics::elements::Dial::m_factor
private

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

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

◆ m_onlineVariables

std::shared_ptr<OnlineVariables> iv::mimics::AbstractMimicElement::m_onlineVariables
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_showAlarmLimits

bool iv::mimics::elements::Dial::m_showAlarmLimits
private

◆ m_showFactor

bool iv::mimics::elements::Dial::m_showFactor
private

◆ m_showTextValue

bool iv::mimics::elements::Dial::m_showTextValue
private

◆ m_subdivisionsNumber

uint8_t iv::mimics::elements::Dial::m_subdivisionsNumber
private

◆ m_textFactorOpt

std::unique_ptr<CDrawText> iv::mimics::elements::Dial::m_textFactorOpt {nullptr}
mutableprivate

◆ m_textTitleOpt

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

◆ m_textUnit

std::unique_ptr<CDrawText> iv::mimics::elements::Dial::m_textUnit {nullptr}
mutableprivate

◆ m_textValueOpt

std::unique_ptr<CDrawText> iv::mimics::elements::Dial::m_textValueOpt {nullptr}
mutableprivate

◆ m_textValuesClock

std::vector<std::shared_ptr<CDrawText> > iv::mimics::elements::Dial::m_textValuesClock {}
mutableprivate

◆ m_titleSettings

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

◆ m_width

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

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