MobileMain Class Reference
This class serves as the main window for MobileMain. Main window class. More...
#include <mobilemain.h>
Public Slots | |
void | setConnected (bool) |
Signals | |
void | showTerminalWin () |
void | showPreferencesWin () |
void | modemConnect () |
void | modemDisconnect () |
Public Member Functions | |
MobileMain (CommandScheduler *) | |
Default Constructor. | |
virtual | ~MobileMain () |
Default Destructor. | |
Protected Member Functions | |
virtual void | dragEnterEvent (QDragEnterEvent *event) |
Overridden virtuals for Qt drag 'n drop (XDND). | |
virtual void | dropEvent (QDropEvent *event) |
bool | queryClose () |
void | saveProperties (KConfig *) |
This function is called when it is time for the app to save its properties for session management purposes. | |
void | readProperties (KConfig *) |
This function is called when this app is restored. |
Detailed Description
This class serves as the main window for MobileMain. Main window class.It handles the menus, toolbars, and status bars.
- Author:
- Cornelius Schumacher <schumacher@kde.org>
- Version:
- 0.1
Definition at line 23 of file mobilemain.h.
Constructor & Destructor Documentation
|
Default Constructor.
Definition at line 28 of file mobilemain.cpp. |
|
Default Destructor.
Definition at line 46 of file mobilemain.cpp. |
Member Function Documentation
|
Overridden virtuals for Qt drag 'n drop (XDND).
Definition at line 87 of file mobilemain.cpp. |
|
This function is called when it is time for the app to save its properties for session management purposes.
Definition at line 72 of file mobilemain.cpp. |
|
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 79 of file mobilemain.cpp. |
The documentation for this class was generated from the following files: