HydroCouple  2.0.0
HydroCouple Interface Definitions
Loading...
Searching...
No Matches
HydroCouple::IDimension Class Referenceabstract

IDimension provides the properties of the dimensions of a variable. More...

#include <hydrocouple.h>

Inheritance diagram for HydroCouple::IDimension:
Collaboration diagram for HydroCouple::IDimension:

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.
 
- Public Member Functions inherited from HydroCouple::IIdentity
virtual ~IIdentity ()=default
 IIdentity::~IIdentity is a virtual destructor.
 
virtual string id () const =0
 Gets a unique identifier for the entity.
 
- Public Member Functions inherited from HydroCouple::IDescription
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.
 
- Public Member Functions inherited from HydroCouple::IPropertyChanged
virtual ~IPropertyChanged ()=default
 IPropertyChanged::~IPropertyChanged is a virtual destructor.
 
- Public Member Functions inherited from HydroCouple::ISignal< string >
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

- Protected Member Functions inherited from HydroCouple::ISignal< string >
virtual void emit (Args... args)=0
 emit is used to emit the signal.
 

Detailed Description

IDimension provides the properties of the dimensions of a variable.

Member Enumeration Documentation

◆ LengthType

IDimension::LengthType dimension length type.

Enumerator
Static 

Static length type.

Dynamic 

Dynamic length type.

Constructor & Destructor Documentation

◆ ~IDimension()

virtual HydroCouple::IDimension::~IDimension ( )
virtualdefault

~IDimension destructor

Member Function Documentation

◆ lengthType()

virtual LengthType HydroCouple::IDimension::lengthType ( ) const
pure virtual

Gets the length type of the dimension.


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