kig
point_imp.cc
Go to the documentation of this file.
Instances of this class represent a certain ObjectImp type.
Definition: object_imp.h:95
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: point_imp.cc:181
bool equals(const ObjectImp &rhs) const
Returns true if this ObjectImp is equal to rhs.
Definition: point_imp.cc:148
ObjectImp * property(int which, const KigDocument &d) const
Definition: point_imp.cc:103
Coordinate attachPoint() const
Returns a reference point where to attach labels; when this returns an invalidCoord then the attachme...
Definition: point_imp.cc:34
const QByteArrayList propertiesInternalNames() const
Definition: point_imp.cc:62
virtual const ObjectImpType * impRequirementForProperty(int which) const
Definition: object_imp.cc:76
virtual ObjectImp * property(int which, const KigDocument &d) const
Definition: object_imp.cc:70
virtual QString fromScreen(const Coordinate &pt, const KigDocument &w) const =0
const Coordinate & coordinate() const
Get the coordinate of this PointImp.
Definition: point_imp.h:50
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
const ObjectImpType * impRequirementForProperty(int which) const
Definition: point_imp.cc:82
int size() const
The Coordinate class is the basic class representing a 2D location by its x and y components...
Definition: coordinate.h:33
void setCoordinate(const Coordinate &c)
Set the coordinate of this PointImp.
Definition: point_imp.cc:133
const ScreenInfo & screenInfo() const
the part of the document we're currently showing i.e.
Definition: kig_view.cpp:272
virtual const char * iconForProperty(int which) const
Definition: object_imp.cc:187
void fillInNextEscape(QString &s, const KigDocument &) const
Definition: point_imp.cc:138
const ObjectImpType * type() const
Returns the lowermost ObjectImpType that this object is an instantiation of.
Definition: point_imp.cc:176
virtual bool isPropertyDefinedOnOrThroughThisImp(int which) const
Definition: object_imp.cc:326
const Coordinate apply(const double x0, const double x1, const double x2) const
Apply this Tranformation.
Definition: kigtransform.cpp:611
static const ObjectImpType * stype()
Returns the ObjectImpType representing PointImp's.
Definition: point_imp.cc:159
const ObjectImpType * type() const
Returns the lowermost ObjectImpType that this object is an instantiation of.
Definition: point_imp.cc:220
KigDocument is the class holding the real data in a Kig document.
Definition: kig_document.h:36
ObjectImp * transform(const Transformation &) const
Return this ObjectImp, transformed by the transformation t.
Definition: point_imp.cc:126
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: point_imp.cc:51
const CoordinateSystem & coordinateSystem() const
Definition: kig_document.cc:40
QString arg(qlonglong a, int fieldWidth, int base, const QChar &fillChar) const
bool contains(const Coordinate &p, int width, const KigWidget &) const
Definition: point_imp.cc:45
Definition: object_imp.h:56
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.