Kandy Class Reference
This class serves as the main window for Kandy. Main window class. More...
#include <kandy.h>
Public Slots | |
void | setTitle () |
void | modemConnect () |
void | showErrorMessage (const QString &) |
Signals | |
void | showMobileWin () |
void | connectStateChanged (bool) |
Public Methods | |
Kandy (CommandScheduler *) | |
virtual | ~Kandy () |
void | load (const QString &url) |
void | save (const QString &url) |
Protected Methods | |
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 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.
Constructor & Destructor Documentation
|
Default Constructor.
Definition at line 60 of file kandy.cpp. References QString::isEmpty(), and load(). |
|
Default Destructor.
|
Member Function Documentation
|
Use this method to load whatever file/URL you have.
Definition at line 102 of file kandy.cpp. References KandyView::loadFile(). Referenced by Kandy(). |
|
Overridden virtuals for Qt drag 'n drop (XDND).
|
|
This function is called when it is time for the app to save its properties for session management purposes.
|
|
This function is called when this app is restored. The KConfig object points to the session management config file that was saved with saveProperties |
The documentation for this class was generated from the following files: