#include <mmsmainwindow.h>

Public Member Functions | |
| MMSMainWindow (string className, string dx, string dy, string w, string h, MMSALIGNMENT alignment=MMSALIGNMENT_CENTER, MMSWINDOW_FLAGS flags=MMSW_NONE, MMSTheme *theme=NULL, bool *own_surface=NULL, bool *backbuffer=NULL) | |
| MMSMainWindow (string className, string w, string h, MMSALIGNMENT alignment=MMSALIGNMENT_CENTER, MMSWINDOW_FLAGS flags=MMSW_NONE, MMSTheme *theme=NULL, bool *own_surface=NULL, bool *backbuffer=NULL) | |
| virtual | ~MMSMainWindow () |
| void | updateFromThemeClass (MMSMainWindowClass *themeClass) |
Private Member Functions | |
| bool | create (string className, string dx, string dy, string w, string h, MMSALIGNMENT alignment, MMSWINDOW_FLAGS flags, MMSTheme *theme, bool *own_surface, bool *backbuffer) |
Private Attributes | |
| string | className |
| MMSMainWindowClass * | mainWindowClass |
| MMSMainWindowClass | myMainWindowClass |
Definition at line 38 of file mmsmainwindow.h.
| MMSMainWindow::MMSMainWindow | ( | string | className, | |
| string | dx, | |||
| string | dy, | |||
| string | w, | |||
| string | h, | |||
| MMSALIGNMENT | alignment = MMSALIGNMENT_CENTER, |
|||
| MMSWINDOW_FLAGS | flags = MMSW_NONE, |
|||
| MMSTheme * | theme = NULL, |
|||
| bool * | own_surface = NULL, |
|||
| bool * | backbuffer = NULL | |||
| ) |
Definition at line 35 of file mmsmainwindow.cpp.
| MMSMainWindow::MMSMainWindow | ( | string | className, | |
| string | w, | |||
| string | h, | |||
| MMSALIGNMENT | alignment = MMSALIGNMENT_CENTER, |
|||
| MMSWINDOW_FLAGS | flags = MMSW_NONE, |
|||
| MMSTheme * | theme = NULL, |
|||
| bool * | own_surface = NULL, |
|||
| bool * | backbuffer = NULL | |||
| ) |
Definition at line 40 of file mmsmainwindow.cpp.
| MMSMainWindow::~MMSMainWindow | ( | ) | [virtual] |
Definition at line 45 of file mmsmainwindow.cpp.
| bool MMSMainWindow::create | ( | string | className, | |
| string | dx, | |||
| string | dy, | |||
| string | w, | |||
| string | h, | |||
| MMSALIGNMENT | alignment, | |||
| MMSWINDOW_FLAGS | flags, | |||
| MMSTheme * | theme, | |||
| bool * | own_surface, | |||
| bool * | backbuffer | |||
| ) | [private] |
Definition at line 48 of file mmsmainwindow.cpp.
| void MMSMainWindow::updateFromThemeClass | ( | MMSMainWindowClass * | themeClass | ) |
Definition at line 64 of file mmsmainwindow.cpp.
string MMSMainWindow::className [private] |
Definition at line 40 of file mmsmainwindow.h.
MMSMainWindowClass* MMSMainWindow::mainWindowClass [private] |
Definition at line 41 of file mmsmainwindow.h.
Definition at line 42 of file mmsmainwindow.h.