![]() |
HydroCouple
2.0.0
HydroCouple Interface Definitions
|
Defines the order of dimension in each FundamentalDimension for a unit. More...
#include <hydrocouple.h>
Public Types | |
enum | FundamentalUnitDimension { Length , Mass , Time , ElectricCurrent , Temperature , AmountOfSubstance , LuminousIntensity , Currency , Unitless } |
HydroCouple::FundamentalUnitDimension are the fundamental units that can be combined to form all types of units. More... | |
Public Member Functions | |
virtual | ~IUnitDimensions ()=default |
IUnitDimensions::~IUnitDimensions is a virtual destructor. | |
virtual double | power (HydroCouple::IUnitDimensions::FundamentalUnitDimension dimension)=0 |
Returns the power for the requested dimension. | |
![]() | |
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. | |
Defines the order of dimension in each FundamentalDimension for a unit.
HydroCouple::FundamentalUnitDimension are the fundamental units that can be combined to form all types of units.
|
virtualdefault |
IUnitDimensions::~IUnitDimensions is a virtual destructor.
|
pure virtual |
Returns the power for the requested dimension.
[in] | dimension | represents the fundamental unit. |
For a quantity such as flow, which may have the unit m3/s, The getPower method must work as follows: