kig
NumericLabelMode Class Reference
#include <label.h>

Detailed Description
How to construct a numeric label in a clean way.Definition at line 134 of file label.h.
Public Member Functions | |
| void | cancelConstruction () |
| void | enableActions () |
| void | killMode () |
| void | leftClicked (QMouseEvent *, KigWidget *) |
| void | leftReleased (QMouseEvent *, KigWidget *) |
| void | mouseMoved (QMouseEvent *, KigWidget *) |
| NumericLabelMode (KigPart &d) | |
| void | redrawScreen (KigWidget *w) |
| ~NumericLabelMode () | |
Constructor & Destructor Documentation
Member Function Documentation
| void NumericLabelMode::cancelConstruction | ( | ) | [virtual] |
| void NumericLabelMode::enableActions | ( | ) | [virtual] |
actions: we enable the actions we want when our mode is made active.
This file is part of Kig, a KDE program for Interactive Geometry.
These actions are members of KigDocument, and call slots on KigDocument. These slots all call the correspondent mode() member. Modes reimplement the ones they need, and turn on the actions they support in enableActions().
.. 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
Reimplemented from KigMode.
| void NumericLabelMode::leftClicked | ( | QMouseEvent * | e, | |
| KigWidget * | ||||
| ) | [virtual] |
| void NumericLabelMode::leftReleased | ( | QMouseEvent * | e, | |
| KigWidget * | v | |||
| ) | [virtual] |
| void NumericLabelMode::mouseMoved | ( | QMouseEvent * | , | |
| KigWidget * | ||||
| ) | [virtual] |
| void NumericLabelMode::redrawScreen | ( | KigWidget * | w | ) | [virtual] |
The documentation for this class was generated from the following files:
KDE 4.2 API Reference