TDME2 1.9.121
Public Member Functions | Private Attributes | List of all members
ProgressBarScreenController Class Referencefinal

Progress bar screen controller. More...

#include <tdme/tools/editor/controllers/ProgressBarScreenController.h>

Inheritance diagram for ProgressBarScreenController:
Inheritance graph
Collaboration diagram for ProgressBarScreenController:
Collaboration graph

Public Member Functions

 ProgressBarScreenController ()
 Public constructor. More...
 
virtual ~ProgressBarScreenController ()
 Destructor. More...
 
GUIScreenNodegetScreenNode () 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...
 
- Public Member Functions inherited from ScreenController
virtual ~ScreenController ()
 Destructor. More...
 
virtual GUIScreenNodegetScreenNode ()=0
 
virtual void initialize ()=0
 Init. More...
 
virtual void dispose ()=0
 Dispose. More...
 

Private Attributes

GUIScreenNodescreenNode { nullptr }
 
GUIElementNodeprogressBarNode { nullptr }
 
GUIElementNodeprogressBarParent { nullptr }
 
GUITextNodeprogressMessageNode { nullptr }
 

Detailed Description

Progress bar screen controller.

Author
Andreas Drewke
Version
$Id$

Definition at line 26 of file ProgressBarScreenController.h.

Constructor & Destructor Documentation

◆ ProgressBarScreenController()

Public constructor.

Definition at line 36 of file ProgressBarScreenController.cpp.

◆ ~ProgressBarScreenController()

Destructor.

Definition at line 40 of file ProgressBarScreenController.cpp.

Member Function Documentation

◆ close()

void close ( )

Closes the pop up.

Definition at line 91 of file ProgressBarScreenController.cpp.

◆ dispose()

void dispose ( )
overridevirtual

Dispose.

Implements ScreenController.

Definition at line 62 of file ProgressBarScreenController.cpp.

◆ getScreenNode()

GUIScreenNode * getScreenNode ( )
overridevirtual
Returns
screen node

Implements ScreenController.

Definition at line 43 of file ProgressBarScreenController.cpp.

◆ initialize()

void initialize ( )
overridevirtual

Init.

Implements ScreenController.

Definition at line 48 of file ProgressBarScreenController.cpp.

◆ progress()

void progress ( float  value)

Show progress.

Parameters
valuevalue

Definition at line 79 of file ProgressBarScreenController.cpp.

◆ progress2()

void progress2 ( float  value)

Show progress 2.

Parameters
valuevalue

Definition at line 87 of file ProgressBarScreenController.cpp.

◆ show()

void show ( const string &  message,
bool  showProgressBar = true 
)

Shows the pop up.

Parameters
showProgressBarshow progress bar

Definition at line 67 of file ProgressBarScreenController.cpp.

Member Data Documentation

◆ progressBarNode

GUIElementNode* progressBarNode { nullptr }
private

Definition at line 32 of file ProgressBarScreenController.h.

◆ progressBarParent

GUIElementNode* progressBarParent { nullptr }
private

Definition at line 33 of file ProgressBarScreenController.h.

◆ progressMessageNode

GUITextNode* progressMessageNode { nullptr }
private

Definition at line 34 of file ProgressBarScreenController.h.

◆ screenNode

GUIScreenNode* screenNode { nullptr }
private

Definition at line 31 of file ProgressBarScreenController.h.


The documentation for this class was generated from the following files: