kandy
MobileMain Class Reference
This class serves as the main window for MobileMain. More...
#include <mobilemain.h>
Inherits KMainWindow.
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 *) |
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 | ( | CommandScheduler * | scheduler, | |
KandyPrefs * | prefs | |||
) |
MobileMain::~MobileMain | ( | ) | [virtual] |
Member Function Documentation
void MobileMain::dragEnterEvent | ( | QDragEnterEvent * | event | ) | [protected, virtual] |
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.
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.
The documentation for this class was generated from the following files: