TDME2 1.9.121
|
Progress bar screen controller. More...
#include <tdme/tools/editor/controllers/ProgressBarScreenController.h>
Public Member Functions | |
ProgressBarScreenController () | |
Public constructor. More... | |
virtual | ~ProgressBarScreenController () |
Destructor. More... | |
GUIScreenNode * | getScreenNode () override |
void | initialize () override |
Init. More... | |
void | dispose () override |
Dispose. More... | |
void | show (const string &message, bool showProgressBar=true) |
Shows the pop up. More... | |
void | progress (float value) |
Show progress. More... | |
void | progress2 (float value) |
Show progress 2. More... | |
void | close () |
Closes the pop up. More... | |
![]() | |
virtual | ~ScreenController () |
Destructor. More... | |
virtual GUIScreenNode * | getScreenNode ()=0 |
virtual void | initialize ()=0 |
Init. More... | |
virtual void | dispose ()=0 |
Dispose. More... | |
Private Attributes | |
GUIScreenNode * | screenNode { nullptr } |
GUIElementNode * | progressBarNode { nullptr } |
GUIElementNode * | progressBarParent { nullptr } |
GUITextNode * | progressMessageNode { nullptr } |
Progress bar screen controller.
Definition at line 26 of file ProgressBarScreenController.h.
Public constructor.
Definition at line 36 of file ProgressBarScreenController.cpp.
|
virtual |
Destructor.
Definition at line 40 of file ProgressBarScreenController.cpp.
void close | ( | ) |
Closes the pop up.
Definition at line 91 of file ProgressBarScreenController.cpp.
|
overridevirtual |
Dispose.
Implements ScreenController.
Definition at line 62 of file ProgressBarScreenController.cpp.
|
overridevirtual |
Implements ScreenController.
Definition at line 43 of file ProgressBarScreenController.cpp.
|
overridevirtual |
void progress | ( | float | value | ) |
void progress2 | ( | float | value | ) |
Show progress 2.
value | value |
Definition at line 87 of file ProgressBarScreenController.cpp.
void show | ( | const string & | message, |
bool | showProgressBar = true |
||
) |
Shows the pop up.
showProgressBar | show progress bar |
Definition at line 67 of file ProgressBarScreenController.cpp.
|
private |
Definition at line 32 of file ProgressBarScreenController.h.
|
private |
Definition at line 33 of file ProgressBarScreenController.h.
|
private |
Definition at line 34 of file ProgressBarScreenController.h.
|
private |
Definition at line 31 of file ProgressBarScreenController.h.