MMSRootWindow Class Reference

#include <mmsrootwindow.h>

Inheritance diagram for MMSRootWindow:

List of all members.


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
MMSRootWindowClassrootWindowClass
MMSRootWindowClass myRootWindowClass

Detailed Description

Definition at line 38 of file mmsrootwindow.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


Member Data Documentation

string MMSRootWindow::className [private]

Definition at line 40 of file mmsrootwindow.h.

Definition at line 41 of file mmsrootwindow.h.


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