MMSMainWindow Class Reference

#include <mmsmainwindow.h>

Inheritance diagram for MMSMainWindow:

List of all members.


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
MMSMainWindowClassmainWindowClass
MMSMainWindowClass myMainWindowClass

Detailed Description

Definition at line 38 of file mmsmainwindow.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


Member Data Documentation

string MMSMainWindow::className [private]

Definition at line 40 of file mmsmainwindow.h.

Definition at line 41 of file mmsmainwindow.h.


The documentation for this class was generated from the following files: