kandy
Kandy Class Reference
This class serves as the main window for Kandy. More...
#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) |
Protected Member Functions | |
virtual void | dragEnterEvent (TQDragEnterEvent *event) |
virtual void | dropEvent (TQDropEvent *event) |
bool | queryClose () |
void | saveProperties (KConfig *) |
void | readProperties (KConfig *) |
Detailed Description
This class serves as the main window for Kandy.It handles the menus, toolbars, and status bars.
Main window class
- Version:
- 0.1
Definition at line 48 of file kandy.h.
Constructor & Destructor Documentation
Kandy::Kandy | ( | CommandScheduler * | scheduler | ) |
Member Function Documentation
void Kandy::load | ( | const TQString & | url | ) |
void Kandy::dragEnterEvent | ( | TQDragEnterEvent * | event | ) | [protected, virtual] |
void Kandy::saveProperties | ( | KConfig * | ) | [protected] |
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
The documentation for this class was generated from the following files: