kandy
Kandy Class Reference
#include <kandy.h>
Detailed Description
This class serves as the main window for Kandy.Main window class.It handles the menus, toolbars, and status bars.
- Author:
- Cornelius Schumacher <schumacher@kde.org>
- Version:
- 0.1
Definition at line 48 of file kandy.h.
Public Slots | |
void | setTitle () |
void | modemConnect () |
void | showErrorMessage (const QString &) |
Signals | |
void | showMobileWin () |
void | connectStateChanged (bool) |
Public Member Functions | |
Kandy (CommandScheduler *) | |
virtual | ~Kandy () |
void | load (const QString &url) |
void | save (const QString &url) |
Protected Member Functions | |
virtual void | dragEnterEvent (QDragEnterEvent *event) |
virtual void | dropEvent (QDropEvent *event) |
bool | queryClose () |
void | saveProperties (KConfig *) |
void | readProperties (KConfig *) |
Constructor & Destructor Documentation
|
Default Constructor.
|
|
Default Destructor.
|
Member Function Documentation
|
Overridden virtuals for Qt drag 'n drop (XDND).
|
|
Use this method to load whatever file/URL you have.
|
|
This function is called when this app is restored. The KConfig object points to the session management config file that was saved with saveProperties |
|
This function is called when it is time for the app to save its properties for session management purposes.
|
The documentation for this class was generated from the following files: