kandy

This class serves as the main window for MobileMain. More...

#include <mobilemain.h>

Inherits KMainWindow.

List of all members.

Signals

void showTerminalWin ()
void showPreferencesWin ()

Public Member Functions

 MobileMain (CommandScheduler *, KandyPrefs *prefs)
virtual ~MobileMain ()
MobileGui * view ()

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 MobileMain.

It handles the menus, toolbars, and status bars.

Main window class

Author:
Cornelius Schumacher <schumacher@kde.org>
Version:
0.1

Definition at line 46 of file mobilemain.h.


Constructor & Destructor Documentation

MobileMain::MobileMain ( CommandScheduler *  scheduler,
KandyPrefs *  prefs 
)

Default Constructor.

Definition at line 50 of file mobilemain.cpp.

MobileMain::~MobileMain (  )  [virtual]

Default Destructor.

Definition at line 68 of file mobilemain.cpp.


Member Function Documentation

void MobileMain::dragEnterEvent ( TQDragEnterEvent *  event  )  [protected, virtual]

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

Definition at line 104 of file mobilemain.cpp.

void MobileMain::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 96 of file mobilemain.cpp.

void MobileMain::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 89 of file mobilemain.cpp.


The documentation for this class was generated from the following files: