The IComponentStatusChangeEventArgs contains the information that will be passed when the IModelComponent fires a signal.
More...
#include <hydrocouple.h>
The IComponentStatusChangeEventArgs contains the information that will be passed when the IModelComponent fires a signal.
Sending exchange item events is optional, so it should not be used as a mechanism to build critical functionality upon.
◆ ~IComponentStatusChangeEventArgs()
virtual HydroCouple::IComponentStatusChangeEventArgs::~IComponentStatusChangeEventArgs |
( |
| ) |
|
|
virtualdefault |
~IComponentStatusChangeEventArgs destructor
◆ component()
virtual IModelComponent * HydroCouple::IComponentStatusChangeEventArgs::component |
( |
| ) |
const |
|
pure virtual |
◆ hasProgressMonitor()
virtual bool HydroCouple::IComponentStatusChangeEventArgs::hasProgressMonitor |
( |
| ) |
const |
|
pure virtual |
A bool indicating whether this event has a progresss monitor.
- Returns
- True if status has a percent progress otherwise false and the progress bar shows busy.
◆ message()
virtual string HydroCouple::IComponentStatusChangeEventArgs::message |
( |
| ) |
const |
|
pure virtual |
Gets additional information about the status change.
◆ percentProgress()
virtual float HydroCouple::IComponentStatusChangeEventArgs::percentProgress |
( |
| ) |
const |
|
pure virtual |
Number between 0 and 100 indicating the progress made by a component in its simulation.
- Returns
- A number between 0 and 100 indicating the progress made by a component.
◆ previousStatus()
Gets the IModelComponent's status before the status change.
- Returns
- The previous ComponentStatus of the component that threw the event.
◆ status()
Gets the IModelComponent's status after the status change.
- Returns
- The new ComponentStatus of the component that threw the event.
The documentation for this class was generated from the following file:
- /home/runner/work/HydroCouple/HydroCouple/HydroCouple/include/hydrocouple.h