![]() |
HydroCouple
2.0.0
HydroCouple Interface Definitions
|
IDimension provides the properties of the dimensions of a variable. More...
#include <hydrocouple.h>
Public Types | |
enum | LengthType { Static = 0 , Dynamic = 1 } |
IDimension::LengthType dimension length type. More... | |
Public Member Functions | |
virtual | ~IDimension ()=default |
~IDimension destructor | |
virtual LengthType | lengthType () const =0 |
Gets the length type of the dimension. | |
![]() | |
virtual | ~IIdentity ()=default |
IIdentity::~IIdentity is a virtual destructor. | |
virtual string | id () const =0 |
Gets a unique identifier for the entity. | |
![]() | |
virtual | ~IDescription ()=default |
IDescription::~IDescription is a virtual destructor. | |
virtual string | caption () const =0 |
Gets caption for the entity. | |
virtual void | setCaption (const string &caption)=0 |
Sets caption for the entity. | |
virtual string | description () const =0 |
Gets additional descriptive information for the entity. | |
virtual void | setDescription (const string &description)=0 |
Gets additional descriptive information for the entity. | |
![]() | |
virtual | ~IPropertyChanged ()=default |
IPropertyChanged::~IPropertyChanged is a virtual destructor. | |
![]() | |
virtual | ~ISignal ()=default |
ISignal::~ISignal is a virtual destructor. | |
virtual void | connect (const shared_ptr< ISlot< Args... > > &slot)=0 |
connect is used to connect a slot to the signal. | |
virtual void | disconnect (const shared_ptr< ISlot< Args... > > &slot)=0 |
disconnect is used to disconnect a slot from the signal. | |
virtual void | blockSignals (bool block)=0 |
blockSignals is used to block signals from being emitted. | |
Additional Inherited Members | |
![]() | |
virtual void | emit (Args... args)=0 |
emit is used to emit the signal. | |
IDimension provides the properties of the dimensions of a variable.
IDimension::LengthType dimension length type.
Enumerator | |
---|---|
Static | Static length type. |
Dynamic | Dynamic length type. |
|
virtualdefault |
~IDimension destructor
|
pure virtual |
Gets the length type of the dimension.