kig
text_imp.cc
Go to the documentation of this file.
179 NumericTextImp::NumericTextImp( const QString& text, const Coordinate& loc, bool frame, double value )
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 inherits(const ObjectImpType *t) const
Returns true if this ObjectImp inherits the ObjectImp type represented by t.
Definition: object_imp.cc:279
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
virtual const ObjectImpType * impRequirementForProperty(int which) const
Definition: object_imp.cc:76
Definition: text_imp.h:26
virtual ObjectImp * property(int which, const KigDocument &d) const
Definition: object_imp.cc:70
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
virtual const QByteArrayList propertiesInternalNames() const
Definition: object_imp.cc:63
static const ObjectImpType * stype()
The ObjectImpType representing the base ObjectImp class.
Definition: object_imp.cc:284
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
virtual const char * iconForProperty(int which) const
Definition: object_imp.cc:187
Definition: text_imp.h:91
const char * iconForProperty(int which) const
Definition: text_imp.cc:242
void drawTextFrame(const Rect &frame, const QString &s, bool needframe)
Definition: kigpainter.cpp:933
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
virtual bool isPropertyDefinedOnOrThroughThisImp(int which) const
Definition: object_imp.cc:326
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
const Rect simpleBoundingRect(const Coordinate &c, const QString &s)
Definition: kigpainter.cpp:573
ObjectImp * property(int which, const KigDocument &w) const
Definition: text_imp.cc:252
const QByteArrayList propertiesInternalNames() const
Definition: text_imp.cc:74
const Coordinate apply(const double x0, const double x1, const double x2) const
Apply this Tranformation.
Definition: kigtransform.cpp:611
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.