TDME2 1.9.121
Public Member Functions | List of all members
ScreenController Struct Referenceabstract

Screen controller, which connects GUI screen definition with code. More...

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

Inheritance diagram for ScreenController:
Inheritance graph
Collaboration diagram for ScreenController:
Collaboration graph

Public Member Functions

virtual ~ScreenController ()
 Destructor. More...
 
virtual GUIScreenNodegetScreenNode ()=0
 
virtual void initialize ()=0
 Init. More...
 
virtual void dispose ()=0
 Dispose. More...
 

Detailed Description

Screen controller, which connects GUI screen definition with code.

Author
Andreas Drewke
Version
$Id$

Definition at line 14 of file ScreenController.h.

Constructor & Destructor Documentation

◆ ~ScreenController()

virtual ~ScreenController ( )
inlinevirtual

Destructor.

Definition at line 19 of file ScreenController.h.

Member Function Documentation

◆ dispose()

virtual void dispose ( )
pure virtual

◆ getScreenNode()

virtual GUIScreenNode * getScreenNode ( )
pure virtual

◆ initialize()

virtual void initialize ( )
pure virtual

The documentation for this struct was generated from the following file: