#include <BaseUserInterface.h>
Public Methods | |
| BaseUserInterface (BaseRoot *root) | |
| The base class creates view, window_manager and layer. More... | |
| virtual void | addComponents ()=0 |
| void | enterRunLoop () |
| Layer * | getLayer () |
| Projection * | getProjection () |
| View * | getView () |
| WindowManager * | getWindowManager () |
| void | setProjection (Projection *projection) |
Protected Attributes | |
| Layer * | layer |
| Area container. More... | |
| Projection * | projection |
| Currently active projection window. More... | |
| View * | view |
| Rendering context. More... | |
| WindowManager * | window_manager |
| Window manager. More... | |
Definition at line 49 of file BaseUserInterface.h.
|
|
The base class creates view, window_manager and layer.
Definition at line 43 of file BaseUserInterface.cpp. References layer, view, and window_manager. |
|
|
|
|
|
Definition at line 53 of file BaseUserInterface.cpp. References window_manager. |
|
|
Definition at line 61 of file BaseUserInterface.cpp. References layer. |
|
|
Definition at line 62 of file BaseUserInterface.cpp. References projection. |
|
|
Definition at line 63 of file BaseUserInterface.cpp. References view. |
|
|
Definition at line 64 of file BaseUserInterface.cpp. References window_manager. |
|
|
Definition at line 58 of file BaseUserInterface.cpp. References projection. |
|
|
Area container.
Definition at line 63 of file BaseUserInterface.h. Referenced by BaseUserInterface, and getLayer. |
|
|
Currently active projection window.
Definition at line 64 of file BaseUserInterface.h. Referenced by getProjection, and setProjection. |
|
|
Rendering context.
Definition at line 65 of file BaseUserInterface.h. Referenced by BaseUserInterface, and getView. |
|
|
Window manager.
Definition at line 66 of file BaseUserInterface.h. Referenced by BaseUserInterface, enterRunLoop, and getWindowManager. |