kandy
MobileMain Class Reference
#include <mobilemain.h>
Detailed Description
This class serves as the main window for MobileMain.Main window class.It handles the menus, toolbars, and status bars.
- Version:
- 0.1
Definition at line 46 of file mobilemain.h.
Signals | |
void | showTerminalWin () |
void | showPreferencesWin () |
Public Member Functions | |
MobileMain (CommandScheduler *, KandyPrefs *prefs) | |
virtual | ~MobileMain () |
MobileGui * | view () |
Protected Member Functions | |
virtual void | dragEnterEvent (QDragEnterEvent *event) |
virtual void | dropEvent (QDropEvent *event) |
bool | queryClose () |
void | saveProperties (KConfig *) |
void | readProperties (KConfig *) |
Constructor & Destructor Documentation
MobileMain::MobileMain | ( | CommandScheduler * | , | |
KandyPrefs * | prefs | |||
) |
MobileMain::~MobileMain | ( | ) | [virtual] |
Member Function Documentation
void MobileMain::dragEnterEvent | ( | QDragEnterEvent * | event | ) | [protected, virtual] |
void MobileMain::saveProperties | ( | KConfig * | ) | [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.
void MobileMain::readProperties | ( | KConfig * | ) | [protected] |
This function is called when this app is restored.
The KConfig object points to the session management config file that was saved with saveProperties
Definition at line 96 of file mobilemain.cpp.
The documentation for this class was generated from the following files: