kandy

#include <kandy.h>

Inherits TDEMainWindow.

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 (TDEConfig *)
 
void readProperties (TDEConfig *)
 

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::Kandy ( CommandScheduler *  scheduler)

Default Constructor.

Definition at line 60 of file kandy.cpp.

◆ ~Kandy()

Kandy::~Kandy ( )
virtual

Default Destructor.

Definition at line 98 of file kandy.cpp.

Member Function Documentation

◆ dragEnterEvent()

void Kandy::dragEnterEvent ( TQDragEnterEvent *  event)
protectedvirtual

Overridden virtuals for TQt drag 'n drop (XDND)

Definition at line 166 of file kandy.cpp.

◆ load()

void Kandy::load ( const TQString &  url)

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

Definition at line 102 of file kandy.cpp.

◆ readProperties()

void Kandy::readProperties ( TDEConfig *  )
protected

This function is called when this app is restored.

The TDEConfig object points to the session management config file that was saved with saveProperties

Definition at line 158 of file kandy.cpp.

◆ saveProperties()

void Kandy::saveProperties ( TDEConfig *  )
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: