class supporting the main (toplevel) window.
![]() | MainWindow (const char *name) Constructor requires only a name |
![]() | ~MainWindow () |
![]() | GetClassName () |
![]() | Initialize (int argc, char** argv, Config *config) create toplevel widget, and other class members. |
![]() | Finalize () initialization to do when window is already managed. |
![]() | Manage () popup the window |
![]() | Unmanage () pop down the window |
![]() | Iconify () iconify the window |
![]() | ManageUnmapped () |
![]() | Close () close the window. |
![]() | SetTitle (const char *title) Set window title. |
![]() | SetTitle (const string *title) |
![]() | SetIconName (const char *name) Set name of window icon. |
![]() | SetIconPixmap (Pixmap px) Set pixmap of window icon. |
![]() | SetCursor (int cursorNum) |
![]() | SetSizeCursor (int cursorNum) |
![]() | GetTool () |
![]() | SetStatus (const char *) |
![]() | SetStatus (const string *) |
![]() | GetPrinterOptions () |
![]() | CreateWorkArea (Widget, int argc, char** argv) Derived classes define this to create the appl-specific work area. |
![]() | ParseUserOptions (int argc, char** argv) Derived classes use this functions to parse argv. |
![]() | CreateComponents (Widget window) Functions to create the constituting parts of the main window. |
![]() | GetCursor () |
![]() | GetConfig () |
class supporting the main (toplevel) window.
virtual ~MainWindow()
const char* GetClassName()
virtual void Initialize(int argc, char** argv, Config *config)
virtual void Finalize()
virtual void Manage()
virtual void Unmanage()
virtual void Iconify()
void ManageUnmapped()
void Close()
void SetTitle(const char *title)
void SetTitle(const string *title)
void SetIconName(const char *name)
void SetIconPixmap(Pixmap px)
void SetCursor(int cursorNum)
void SetSizeCursor(int cursorNum)
virtual int GetTool()
virtual void SetStatus(const char *)
virtual void SetStatus(const string *)
PrinterOptions* GetPrinterOptions()
virtual Widget CreateWorkArea(Widget, int argc, char** argv)
virtual void ParseUserOptions(int argc, char** argv)
virtual void CreateComponents(Widget window)
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de