#include <kandy.h>
Inherits KMainWindow.
Public Slots |
void | setTitle () |
void | modemConnect () |
void | showErrorMessage (const TQString &) |
Signals |
void | showMobileWin () |
void | connectStateChanged (bool) |
Public Member Functions |
| Kandy (CommandScheduler *) |
virtual | ~Kandy () |
void | load (const TQString &url) |
void | save (const TQString &url) |
Detailed Description
This class serves as the main window for Kandy.
It handles the menus, toolbars, and status bars.
Main window class
- Author
- Cornelius Schumacher schum.nosp@m.ache.nosp@m.r@kde.nosp@m..org
- Version
- 0.1
Definition at line 48 of file kandy.h.
Constructor & Destructor Documentation
Kandy::Kandy |
( |
CommandScheduler * |
scheduler | ) |
|
Default Constructor.
Definition at line 60 of file kandy.cpp.
Default Destructor.
Definition at line 98 of file kandy.cpp.
Member Function Documentation
void Kandy::dragEnterEvent |
( |
TQDragEnterEvent * |
event | ) |
|
|
protectedvirtual |
Overridden virtuals for TQt drag 'n drop (XDND)
Definition at line 166 of file kandy.cpp.
void Kandy::load |
( |
const TQString & |
url | ) |
|
Use this method to load whatever file/URL you have.
Definition at line 102 of file kandy.cpp.
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
Definition at line 158 of file kandy.cpp.
void Kandy::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 151 of file kandy.cpp.
The documentation for this class was generated from the following files: