IDescription interface class provides descriptive information on a HydroCouple object.
More...
#include <hydrocouple.h>
|
virtual void | emit (Args... args)=0 |
| emit is used to emit the signal.
|
|
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).
◆ ~IDescription()
virtual HydroCouple::IDescription::~IDescription |
( |
| ) |
|
|
virtualdefault |
◆ caption()
virtual string HydroCouple::IDescription::caption |
( |
| ) |
const |
|
pure virtual |
Gets caption for the entity.
- Returns
- string representing caption for entity.
- See also
- setCaption()
◆ description()
virtual string HydroCouple::IDescription::description |
( |
| ) |
const |
|
pure virtual |
Gets additional descriptive information for the entity.
- Returns
- string description of entity.
- See also
- setDescription()
◆ setCaption()
virtual void HydroCouple::IDescription::setCaption |
( |
const string & |
caption | ) |
|
|
pure virtual |
Sets caption for the entity.
- Parameters
-
[in] | caption | is a string representing the caption for the entity. |
- See also
- caption()
◆ setDescription()
virtual void HydroCouple::IDescription::setDescription |
( |
const string & |
description | ) |
|
|
pure virtual |
Gets additional descriptive information for the entity.
- Parameters
-
[in] | description | is a string for describing an entity. |
- See also
- description()
The documentation for this class was generated from the following file:
- /home/runner/work/HydroCouple/HydroCouple/HydroCouple/include/hydrocouple.h