kig
text_imp.h
Go to the documentation of this file.
Instances of this class represent a certain ObjectImp type.
Definition: object_imp.h:95
const char * iconForProperty(int which) const
Definition: text_imp.cc:334
bool isPropertyDefinedOnOrThroughThisImp(int which) const
Definition: text_imp.cc:262
bool contains(const Coordinate &p, int width, const KigWidget &) const
Definition: text_imp.cc:54
const ObjectImpType * impRequirementForProperty(int which) const
Definition: text_imp.cc:88
const ObjectImpType * impRequirementForProperty(int which) const
Definition: text_imp.cc:235
Definition: text_imp.h:26
Coordinate attachPoint() const
Returns a reference point where to attach labels; when this returns an invalidCoord then the attachme...
Definition: text_imp.cc:37
ObjectImp * transform(const Transformation &) const
Return this ObjectImp, transformed by the transformation t.
Definition: text_imp.cc:42
Definition: text_imp.h:70
The Coordinate class is the basic class representing a 2D location by its x and y components...
Definition: coordinate.h:33
bool equals(const ObjectImp &rhs) const
Returns true if this ObjectImp is equal to rhs.
Definition: text_imp.cc:130
const QByteArrayList propertiesInternalNames() const
Definition: text_imp.cc:313
Definition: text_imp.h:91
const char * iconForProperty(int which) const
Definition: text_imp.cc:242
const ObjectImpType * impRequirementForProperty(int which) const
Definition: text_imp.cc:327
NumericTextImp(const QString &text, const Coordinate &loc, bool frame, double value)
Definition: text_imp.cc:179
TextImp(const QString &text, const Coordinate &loc, bool frame=false)
Definition: text_imp.cc:23
const ObjectImpType * type() const
Returns the lowermost ObjectImpType that this object is an instantiation of.
Definition: text_imp.cc:206
ObjectImp * property(int which, const KigDocument &w) const
Definition: text_imp.cc:344
BoolTextImp(const QString &text, const Coordinate &loc, bool frame, bool value)
Definition: text_imp.cc:271
ObjectImp * property(int which, const KigDocument &w) const
Definition: text_imp.cc:252
const QByteArrayList propertiesInternalNames() const
Definition: text_imp.cc:74
const ObjectImpType * type() const
Returns the lowermost ObjectImpType that this object is an instantiation of.
Definition: text_imp.cc:160
KigDocument is the class holding the real data in a Kig document.
Definition: kig_document.h:36
bool isPropertyDefinedOnOrThroughThisImp(int which) const
Definition: text_imp.cc:354
The ObjectImp class represents the behaviour of an object after it is calculated. ...
Definition: object_imp.h:226
bool inRect(const Rect &r, int width, const KigWidget &) const
Definition: text_imp.cc:59
bool isPropertyDefinedOnOrThroughThisImp(int which) const
Definition: text_imp.cc:165
const QByteArrayList propertiesInternalNames() const
Definition: text_imp.cc:221
ObjectImp * property(int which, const KigDocument &w) const
Definition: text_imp.cc:105
Definition: object_imp.h:56
const ObjectImpType * type() const
Returns the lowermost ObjectImpType that this object is an instantiation of.
Definition: text_imp.cc:298
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:12:05 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:05 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.