TDME2 1.9.121
|
Pop ups controller accessor class. More...
#include <tdme/tools/editor/misc/PopUps.h>
Public Member Functions | |
PopUps () | |
Public constructor. More... | |
~PopUps () | |
Destructor. More... | |
FileDialogScreenController * | getFileDialogScreenController () |
InfoDialogScreenController * | getInfoDialogScreenController () |
ProgressBarScreenController * | getProgressBarScreenController () |
ColorPickerScreenController * | getColorPickerScreenController () |
ContextMenuScreenController * | getContextMenuScreenController () |
AboutDialogScreenController * | getAboutDialogScreenController () |
void | initialize () |
Init. More... | |
void | dispose () |
Dispose. More... | |
Private Attributes | |
InfoDialogScreenController * | infoDialogScreenController { nullptr } |
FileDialogScreenController * | fileDialogScreenController { nullptr } |
ProgressBarScreenController * | progressBarScreenController { nullptr } |
ColorPickerScreenController * | colorPickerScreenController { nullptr } |
ContextMenuScreenController * | contextMenuScreenController { nullptr } |
AboutDialogScreenController * | aboutDialogScreenController { nullptr } |
PopUps | ( | ) |
Public constructor.
Definition at line 25 of file PopUps.cpp.
~PopUps | ( | ) |
Destructor.
Definition at line 35 of file PopUps.cpp.
void dispose | ( | ) |
Dispose.
Definition at line 60 of file PopUps.cpp.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
void initialize | ( | ) |
Init.
Definition at line 44 of file PopUps.cpp.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |