#include <mmsrootwindow.h>
Public Member Functions | |
MMSRootWindow (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) | |
MMSRootWindow (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 | ~MMSRootWindow () |
void | updateFromThemeClass (MMSRootWindowClass *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 |
MMSRootWindowClass * | rootWindowClass |
MMSRootWindowClass | myRootWindowClass |
Definition at line 38 of file mmsrootwindow.h.
MMSRootWindow::MMSRootWindow | ( | 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 mmsrootwindow.cpp.
MMSRootWindow::MMSRootWindow | ( | 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 mmsrootwindow.cpp.
MMSRootWindow::~MMSRootWindow | ( | ) | [virtual] |
Definition at line 45 of file mmsrootwindow.cpp.
bool MMSRootWindow::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 mmsrootwindow.cpp.
void MMSRootWindow::updateFromThemeClass | ( | MMSRootWindowClass * | themeClass | ) |
Definition at line 64 of file mmsrootwindow.cpp.
string MMSRootWindow::className [private] |
Definition at line 40 of file mmsrootwindow.h.
MMSRootWindowClass* MMSRootWindow::rootWindowClass [private] |
Definition at line 41 of file mmsrootwindow.h.
Definition at line 42 of file mmsrootwindow.h.