![]() |
XII Release 0.1.0
|
Through these events the state of a xiiProgress instance is communicated. More...
#include <Progress.h>
Public Types | |
enum class | Type { ProgressStarted , ProgressEnded , ProgressChanged , CancelClicked } |
Public Attributes | |
Type | m_Type |
xiiProgress * | m_pProgressbar |
Through these events the state of a xiiProgress instance is communicated.
Other code can use this to visualize the progress in different ways. For instance a GUI application can show a progress bar dialog and a game could show a loading screen.
|
strong |