#include <mobilemain.h>
Inherits TDEMainWindow.
Signals | |
void | showTerminalWin () |
void | showPreferencesWin () |
Public Member Functions | |
MobileMain (CommandScheduler *, KandyPrefs *prefs) | |
virtual | ~MobileMain () |
MobileGui * | view () |
Protected Member Functions | |
virtual void | dragEnterEvent (TQDragEnterEvent *event) |
virtual void | dropEvent (TQDropEvent *event) |
bool | queryClose () |
void | saveProperties (TDEConfig *) |
void | readProperties (TDEConfig *) |
Detailed Description
This class serves as the main window for MobileMain.
It handles the menus, toolbars, and status bars.
Main window class
- Version
- 0.1
Definition at line 46 of file mobilemain.h.
Constructor & Destructor Documentation
◆ MobileMain()
MobileMain::MobileMain | ( | CommandScheduler * | scheduler, |
KandyPrefs * | prefs | ||
) |
Default Constructor.
Definition at line 50 of file mobilemain.cpp.
◆ ~MobileMain()
|
virtual |
Default Destructor.
Definition at line 68 of file mobilemain.cpp.
Member Function Documentation
◆ dragEnterEvent()
|
protectedvirtual |
Overridden virtuals for TQt drag 'n drop (XDND)
Definition at line 104 of file mobilemain.cpp.
◆ readProperties()
|
protected |
This function is called when this app is restored.
The TDEConfig object points to the session management config file that was saved with saveProperties
Definition at line 96 of file mobilemain.cpp.
◆ saveProperties()
|
protected |
This function is called when it is time for the app to save its properties for session management purposes.
Definition at line 89 of file mobilemain.cpp.
The documentation for this class was generated from the following files: