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 Methods

 MobileMain (CommandScheduler *)
virtual ~MobileMain ()

Protected Methods

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 MobileMain. Main window class.

It handles the menus, toolbars, and status bars.

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

Definition at line 44 of file mobilemain.h.


Constructor & Destructor Documentation

MobileMain::MobileMain CommandScheduler *   
 

Default Constructor.

Definition at line 48 of file mobilemain.cpp.

MobileMain::~MobileMain   [virtual]
 

Default Destructor.

Definition at line 68 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 109 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 94 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 101 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 kandy Library Version 3.2.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Sat May 1 11:37:59 2004 by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2003