kig
TextLabelModeBase Class Referenceabstract
#include <label.h>
Inheritance diagram for TextLabelModeBase:
Protected Types | |
typedef std::vector < ObjectCalcer::shared_ptr > | argvect |
Protected Member Functions | |
TextLabelModeBase (KigPart &d) | |
~TextLabelModeBase () | |
virtual void | finish (const Coordinate &c, const QString &s, const argvect &props, bool needframe, ObjectCalcer *locationparent)=0 |
void | leftReleased (QMouseEvent *, KigWidget *, ObjectTypeCalcer *prevlabel=0) |
void | setCoordinate (const Coordinate &coord) |
void | setFrame (bool f) |
void | setLocationParent (ObjectCalcer *o) |
void | setPropertyObjects (const argvect &props) |
void | setText (const QString &s) |
Protected Member Functions inherited from KigMode | |
KigMode (KigPart &d) | |
Additional Inherited Members | |
Protected Attributes inherited from KigMode | |
KigPart & | mdoc |
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 ? :)
Member Typedef Documentation
|
protected |
Constructor & Destructor Documentation
|
protected |
Member Function Documentation
|
protectedpure virtual |
Implemented in TextLabelConstructionMode.
|
protected |
bool TextLabelModeBase::percentCountChanged | ( | uint | percentcount | ) |
|
virtual |
|
protected |
|
protected |
|
protected |
|
protected |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:12:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:12:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.