KDE PIM / Developers / API Docs / kandy

Kandy Class Reference

This class serves as the main window for Kandy. Main window class. More...

#include <kandy.h>

Inherits KMainWindow.

List of all members.

Public Slots

Signals

Public Member Functions

Protected Member Functions


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

Kandy::Kandy (  CommandScheduler *   ) 
 

Default Constructor.

Kandy::~Kandy (   )  [virtual]
 

Default Destructor.


Member Function Documentation

void Kandy::load (  const QString &  url  ) 
 

Use this method to load whatever file/URL you have.

void Kandy::dragEnterEvent (  QDragEnterEvent *  event  )  [protected, virtual]
 

Overridden virtuals for Qt drag 'n drop (XDND).

void Kandy::saveProperties (  KConfig *   )  [protected]
 

This function is called when it is time for the app to save its properties for session management purposes.

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: