kandy Library API Documentation

MobileMain Class Reference

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

#include <mobilemain.h>

List of all members.

Public Slots

void setConnected (bool)

Signals

void showTerminalWin ()
void showPreferencesWin ()
void modemConnect ()
void modemDisconnect ()

Public Member Functions

 MobileMain (CommandScheduler *)
 Default Constructor.

virtual ~MobileMain ()
 Default Destructor.


Protected Member Functions

virtual void dragEnterEvent (QDragEnterEvent *event)
 Overridden virtuals for Qt drag 'n drop (XDND).

virtual void dropEvent (QDropEvent *event)
bool queryClose ()
void saveProperties (KConfig *)
 This function is called when it is time for the app to save its properties for session management purposes.

void readProperties (KConfig *)
 This function is called when this app is restored.


Detailed Description

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

It handles the menus, toolbars, and status bars.

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

Definition at line 23 of file mobilemain.h.


Constructor & Destructor Documentation

MobileMain::MobileMain CommandScheduler *   ) 
 

Default Constructor.

Definition at line 28 of file mobilemain.cpp.

MobileMain::~MobileMain  )  [virtual]
 

Default Destructor.

Definition at line 46 of file mobilemain.cpp.


Member Function Documentation

void MobileMain::dragEnterEvent QDragEnterEvent event  )  [protected, virtual]
 

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

Definition at line 87 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 72 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 79 of file mobilemain.cpp.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.4.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Sat Oct 18 02:47:06 2003 by doxygen 1.3.4 written by Dimitri van Heesch, © 1997-2001