kig
TextLabelModeBase Class Referenceabstract
#include <label.h>
Inheritance diagram for TextLabelModeBase:

Public Member Functions | |
void | cancelPressed () |
bool | canFinish () |
void | enterTextPageEntered () |
void | finishPressed () |
void | linkClicked (int) |
bool | percentCountChanged (uint percentcount) |
void | redrawScreen (KigWidget *w) |
void | selectArgumentsPageEntered () |
![]() | |
virtual | ~KigMode () |
virtual void | browseHistory () |
virtual void | deleteObjects () |
virtual void | deselectAll () |
virtual void | editTypes () |
QEventLoop * | eventLoop () const |
virtual void | invertSelection () |
virtual void | leftMouseMoved (QMouseEvent *, KigWidget *) |
virtual void | midClicked (QMouseEvent *, KigWidget *) |
virtual void | midMouseMoved (QMouseEvent *, KigWidget *) |
virtual void | midReleased (QMouseEvent *, KigWidget *) |
virtual void | newMacro () |
virtual void | rightClicked (QMouseEvent *, KigWidget *) |
virtual void | rightMouseMoved (QMouseEvent *, KigWidget *) |
virtual void | rightReleased (QMouseEvent *, KigWidget *) |
virtual void | selectAll () |
void | setEventLoop (QEventLoop *e) |
virtual void | showHidden () |
virtual StdConstructionMode * | toStdConstructionMode () |
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) |
![]() | |
KigMode (KigPart &d) | |
Additional Inherited Members | |
![]() | |
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-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:35:41 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:35:41 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.