kig
TextLabelModeBase Class Reference
#include <label.h>
List of all members.
Detailed Description
this is the base class for
TextLabelConstructionMode and
TextLabelRedefineMode.
. most of the work is done in this class, with some specific things delegated to the children.. Template method pattern, right ? :)
Definition at line 41 of file label.h.
Member Typedef Documentation
Constructor & Destructor Documentation
| TextLabelModeBase::TextLabelModeBase |
( |
KigPart & |
d |
) |
[protected] |
| TextLabelModeBase::~TextLabelModeBase |
( |
|
) |
[protected] |
Member Function Documentation
| void TextLabelModeBase::cancelPressed |
( |
|
) |
|
| bool TextLabelModeBase::canFinish |
( |
|
) |
|
| void TextLabelModeBase::enterTextPageEntered |
( |
|
) |
|
| void TextLabelModeBase::finishPressed |
( |
|
) |
|
| void TextLabelModeBase::linkClicked |
( |
int |
i |
) |
|
| bool TextLabelModeBase::percentCountChanged |
( |
uint |
percentcount |
) |
|
| void TextLabelModeBase::redrawScreen |
( |
KigWidget * |
w |
) |
[virtual] |
Redraw the document on KigWidget w .
It's up to the mode to refresh the screen...
Reimplemented from KigMode.
Definition at line 442 of file label.cc.
| void TextLabelModeBase::selectArgumentsPageEntered |
( |
|
) |
|
| void TextLabelModeBase::setCoordinate |
( |
const Coordinate & |
coord |
) |
[protected] |
| void TextLabelModeBase::setFrame |
( |
bool |
f |
) |
[protected] |
| void TextLabelModeBase::setLocationParent |
( |
ObjectCalcer * |
o |
) |
[protected] |
| void TextLabelModeBase::setPropertyObjects |
( |
const argvect & |
props |
) |
[protected] |
objects you pass here, should be newly created property objects, that have no children.
Definition at line 463 of file label.cc.
| void TextLabelModeBase::setText |
( |
const QString & |
s |
) |
[protected] |
The documentation for this class was generated from the following files: