Stage instances represent a Stage in the Kanzi main loop. More...
#include <kanzi/core.ui/main_loop/main_loop_scheduler.hpp>
Public Member Functions | |
| virtual void | execute (MainLoopScheduler &scheduler) |
| Executes the stage. | |
| Stage & | operator= (const Stage &)=delete |
| Stage & | operator= (Stage &&)=delete |
| Stage ()=default | |
| Constructor. | |
| Stage (const Stage &)=delete | |
| Stage (Stage &&)=delete | |
| virtual | ~Stage ()=default |
| Destructor. | |
|
explicitdefault |
Constructor.
|
virtualdefault |
Destructor.
|
delete |
|
virtual |
Executes the stage.
| scheduler | Reference to the MainLoopScheduler. |