kig
NumericTextType Class Reference
#include <text_type.h>
Inheritance diagram for NumericTextType:
Public Member Functions | |
void | executeAction (int i, ObjectHolder &o, ObjectTypeCalcer &c, KigPart &d, KigWidget &w, NormalMode &m) const |
QStringList | specialActions () const |
Public Member Functions inherited from GenericTextType | |
const ArgsParser & | argParser () const |
ObjectImp * | calc (const Args &parents, const KigDocument &d) const |
bool | canMove (const ObjectTypeCalcer &ourobj) const |
const ObjectImpType * | impRequirement (const ObjectImp *o, const Args &parents) const |
bool | isDefinedOnOrThrough (const ObjectImp *o, const Args &parents) const |
bool | isFreelyTranslatable (const ObjectTypeCalcer &ourobj) const |
std::vector< ObjectCalcer * > | movableParents (const ObjectTypeCalcer &ourobj) const |
void | move (ObjectTypeCalcer &ourobj, const Coordinate &to, const KigDocument &) const |
const Coordinate | moveReferencePoint (const ObjectTypeCalcer &ourobj) const |
const ObjectImpType * | resultId () const |
std::vector< ObjectCalcer * > | sortArgs (const std::vector< ObjectCalcer * > &os) const |
Args | sortArgs (const Args &args) const |
Public Member Functions inherited from ObjectType | |
virtual | ~ObjectType () |
const char * | fullName () const |
virtual bool | inherits (int type) const |
virtual bool | isTransform () const |
Static Public Member Functions | |
static const NumericTextType * | instance () |
Additional Inherited Members | |
Public Types inherited from ObjectType | |
enum | { ID_ConstrainedPointType, ID_LocusType, ID_FixedPointType } |
Protected Member Functions inherited from GenericTextType | |
GenericTextType (const char *fulltypename) | |
~GenericTextType () | |
Protected Member Functions inherited from ObjectType | |
ObjectType (const char fulltypename[]) | |
Detailed Description
Definition at line 67 of file text_type.h.
Member Function Documentation
|
virtual |
execute the i
'th action from the specialActions above.
Reimplemented from GenericTextType.
Definition at line 301 of file text_type.cc.
|
static |
Definition at line 288 of file text_type.cc.
|
virtual |
return i18n'd names for the special actions.
Reimplemented from GenericTextType.
Definition at line 294 of file text_type.cc.
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.