![]() |
HydroCouple
2.0.0
HydroCouple Interface Definitions
|
IDescription interface class provides descriptive information on a HydroCouple object. More...
#include <hydrocouple.h>
Public Member Functions | |
| virtual | ~IDescription ()=0 |
| IDescription::~IDescription is a virtual destructor. More... | |
| virtual string | caption () const =0 |
| Gets caption for the entity. More... | |
| virtual void | setCaption (const string &caption)=0 |
| Sets caption for the entity. More... | |
| virtual string | description () const =0 |
| Gets additional descriptive information for the entity. More... | |
| virtual void | setDescription (const string &description)=0 |
| Gets additional descriptive information for the entity. More... | |
Public Member Functions inherited from HydroCouple::IPropertyChanged | |
| virtual | ~IPropertyChanged ()=0 |
| IPropertyChanged::~IPropertyChanged is a virtual destructor. More... | |
| virtual void | registerPropertyChangedListener (const function< void(const any &, const string &)> &propertyChangedListener)=0 |
| IPropertyChanged::registerPropertyChangedListener() registers a listener to be called when a property of an object changes. More... | |
| virtual void | deRegisterPropertyChangedListener (const function< void(const any &, const string &propertyName)> &propertyChangedListener)=0 |
| IPropertyChanged::deRegisterPropertyChangedListener() deregisters a listener that is called when a property of an object changes. More... | |
IDescription interface class provides descriptive information on a HydroCouple object.
An entity that is describable has a caption (title or heading) and a description. These are not to be used for identification (see IIdentity).
|
pure virtual |
IDescription::~IDescription is a virtual destructor.
|
pure virtual |
|
pure virtual |
Gets additional descriptive information for the entity.
|
pure virtual |
Sets caption for the entity.
| caption | is a string representing the caption for the entity. |
|
pure virtual |
Gets additional descriptive information for the entity.
| description | is a string for describing an entity. |