TDME2 1.9.121
|
Screen controller, which connects GUI screen definition with code. More...
#include <tdme/tools/editor/controllers/ScreenController.h>
Public Member Functions | |
virtual | ~ScreenController () |
Destructor. More... | |
virtual GUIScreenNode * | getScreenNode ()=0 |
virtual void | initialize ()=0 |
Init. More... | |
virtual void | dispose ()=0 |
Dispose. More... | |
Screen controller, which connects GUI screen definition with code.
Definition at line 14 of file ScreenController.h.
|
inlinevirtual |
Destructor.
Definition at line 19 of file ScreenController.h.
|
pure virtual |
|
pure virtual |
Implemented in AboutDialogScreenController, ColorPickerScreenController, ContextMenuScreenController, EditorScreenController, FileDialogScreenController, InfoDialogScreenController, and ProgressBarScreenController.
|
pure virtual |