#include <MAUI/Screen.h>
Inheritance diagram for MAUI::Screen:
Public Member Functions | |
Screen () | |
virtual void | show () |
void | setMain (Widget *main) |
Widget * | getMain () |
virtual void | keyPressEvent (int keyCode, int nativeCode) |
virtual void | keyReleaseEvent (int keyCode, int nativeCode) |
virtual void | pointerPressEvent (MAPoint2d point) |
virtual void | pointerReleaseEvent (MAPoint2d point) |
virtual void | pointerMoveEvent (MAPoint2d point) |
~Screen () | |
virtual void | keyPressEvent (int keyCode) |
virtual void | keyReleaseEvent (int keyCode) |
Protected Member Functions | |
virtual void | hide () |
Protected Attributes | |
Widget * | main |
Static Protected Attributes | |
static Screen * | currentScreen |
|
|
|
Does not delete the main Widget. |
|
Causes this screen to be shown and all other screens in the application to be hidden. |
|
Sets the main widget for this screen. The widget will be resized to match the screen resolution of the device |
|
Returns the main widget of this screen |
|
keylistener implementation to overload when inheriting your own screens. Reimplemented from MAUtil::KeyListener. |
|
keylistener implementation to overload when inheriting your own screens. Reimplemented from MAUtil::KeyListener. |
|
pointerlistener implementation to overload when inheriting your own screens. Implements MAUtil::PointerListener. |
|
pointerlistener implementation to overload when inheriting your own screens. Implements MAUtil::PointerListener. |
|
pointerlistener implementation to overload when inheriting your own screens. Implements MAUtil::PointerListener. |
|
|
|
|
|
|
|
|
|
|