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. More... | |
Stage & | operator= (const Stage &)=delete |
Stage & | operator= (Stage &&)=delete |
Stage ()=default | |
Constructor. More... | |
Stage (const Stage &)=delete | |
Stage (Stage &&)=delete | |
virtual | ~Stage ()=default |
Destructor. More... | |
|
explicitdefault |
Constructor.
|
virtualdefault |
Destructor.
|
delete |
|
delete |
|
virtual |
Executes the stage.
scheduler | Reference to the MainLoopScheduler. |