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
Kandy::Kandy | ( | CommandScheduler * | ) |
Member Function Documentation
void Kandy::dragEnterEvent | ( | QDragEnterEvent * | event | ) | [protected, virtual] |
void Kandy::load | ( | const QString & | url | ) |
void Kandy::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
void Kandy::saveProperties | ( | KConfig * | ) | [protected] |
The documentation for this class was generated from the following files: