Kandy Class Reference
This class serves as the main window for Kandy. Main window class. More...
#include <kandy.h>
Inherits KMainWindow.
Public Slots
Signals
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 *)
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
Constructor & Destructor Documentation
|
Default Constructor.
|
|
Default Destructor.
|
Member Function Documentation
|
Use this method to load whatever file/URL you have.
|
|
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:
- kandy.h
- kandy.cpp