kig
Kig Class Reference
#include <kig.h>

Detailed Description
This is the application "Shell".It has a menubar, toolbar, and statusbar but relies on the "Part" to do all the real work.
Definition at line 30 of file kig.h.
Public Slots | |
| void | load (const KUrl &file) |
| virtual void | openUrl (const QString &s) |
| void | openUrl (const KUrl &s) |
Public Member Functions | |
| Kig () | |
| virtual | ~Kig () |
Protected Member Functions | |
| virtual void | dragEnterEvent (QDragEnterEvent *e) |
| virtual void | dropEvent (QDropEvent *e) |
| bool | queryClose () |
| void | saveProperties (KConfigGroup &) |
| void | readProperties (const KConfigGroup &) |
Constructor & Destructor Documentation
| Kig::Kig | ( | ) |
Default Constructor.
This file is part of Kig, a KDE program for Interactive Geometry.
.. Copyright (C) 2002 Dominique Devriese <devriese@kde.org>
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Member Function Documentation
| void Kig::load | ( | const KUrl & | file | ) | [slot] |
| virtual void Kig::openUrl | ( | const QString & | s | ) | [inline, virtual, slot] |
| void Kig::dragEnterEvent | ( | QDragEnterEvent * | e | ) | [protected, virtual] |
| void Kig::dropEvent | ( | QDropEvent * | e | ) | [protected, virtual] |
| bool Kig::queryClose | ( | ) | [protected] |
| void Kig::saveProperties | ( | KConfigGroup & | config | ) | [protected] |
| void Kig::readProperties | ( | const KConfigGroup & | config | ) | [protected] |
This method 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:
KDE 4.0 API Reference