TDME2 1.9.121
|
View interface, this combines application logic, regarding a application view, with screen controllers. More...
#include <tdme/tools/editor/views/View.h>
Public Member Functions | |
virtual void | initialize ()=0 |
Initiates the view. More... | |
virtual void | activate ()=0 |
Activate view. More... | |
virtual void | display ()=0 |
Renders the view. More... | |
virtual void | deactivate ()=0 |
Deactivate view. More... | |
virtual void | dispose ()=0 |
Disposes the view. More... | |
virtual void | tick ()=0 |
Tick. More... | |
virtual | ~View () |
Destructor. More... | |
View interface, this combines application logic, regarding a application view, with screen controllers.
|
pure virtual |
Activate view.
Implemented in EditorView.
|
pure virtual |
Deactivate view.
Implemented in EditorView.
|
pure virtual |
Renders the view.
Implemented in EditorView.
|
pure virtual |
Disposes the view.
Implemented in EditorView.
|
pure virtual |
Initiates the view.
Implemented in EditorView.
|
pure virtual |
Tick.
Implemented in EditorView.