#include <mmschildwindowclass.h>
Public Member Functions | |
MMSChildWindowClass () | |
void | unsetAll () |
void | setClassName (string className) |
string | getClassName () |
Public Attributes | |
MMSWindowClass | windowClass |
Private Member Functions | |
void | setAttributesFromTAFF (MMSTaffFile *tafff, string *path=NULL, bool reset_paths=false) |
Read and set all attributes from the given TAFF buffer. | |
Private Attributes | |
string | className |
name of the theme class | |
Friends | |
class | MMSThemeManager |
class | MMSDialogManager |
Definition at line 57 of file mmschildwindowclass.h.
MMSChildWindowClass::MMSChildWindowClass | ( | ) |
Definition at line 39 of file mmschildwindowclass.cpp.
void MMSChildWindowClass::setAttributesFromTAFF | ( | MMSTaffFile * | tafff, | |
string * | path = NULL , |
|||
bool | reset_paths = false | |||
) | [private] |
Read and set all attributes from the given TAFF buffer.
tafff | pointer to the TAFF buffer | |
path | optional, path needed for empty path values from the TAFF buffer | |
reset_paths | optional, should reset all path attributes? |
Definition at line 47 of file mmschildwindowclass.cpp.
void MMSChildWindowClass::unsetAll | ( | ) |
Definition at line 43 of file mmschildwindowclass.cpp.
void MMSChildWindowClass::setClassName | ( | string | className | ) |
Definition at line 59 of file mmschildwindowclass.cpp.
string MMSChildWindowClass::getClassName | ( | ) |
Definition at line 63 of file mmschildwindowclass.cpp.
friend class MMSThemeManager [friend] |
Definition at line 81 of file mmschildwindowclass.h.
friend class MMSDialogManager [friend] |
Definition at line 82 of file mmschildwindowclass.h.
string MMSChildWindowClass::className [private] |
Definition at line 71 of file mmschildwindowclass.h.