#include <mmsmainwindowclass.h>
Public Member Functions | |
| MMSMainWindowClass () | |
| 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 |
Friends | |
| class | MMSThemeManager |
| class | MMSDialogManager |
Definition at line 58 of file mmsmainwindowclass.h.
| MMSMainWindowClass::MMSMainWindowClass | ( | ) |
Definition at line 39 of file mmsmainwindowclass.cpp.
| void MMSMainWindowClass::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 43 of file mmsmainwindowclass.cpp.
| void MMSMainWindowClass::setClassName | ( | string | className | ) |
Definition at line 55 of file mmsmainwindowclass.cpp.
| string MMSMainWindowClass::getClassName | ( | ) |
Definition at line 59 of file mmsmainwindowclass.cpp.
friend class MMSThemeManager [friend] |
Definition at line 79 of file mmsmainwindowclass.h.
friend class MMSDialogManager [friend] |
Definition at line 80 of file mmsmainwindowclass.h.
string MMSMainWindowClass::className [private] |
Definition at line 60 of file mmsmainwindowclass.h.
Definition at line 71 of file mmsmainwindowclass.h.