kig
point_imp.h
Go to the documentation of this file.
Instances of this class represent a certain ObjectImp type.
Definition: object_imp.h:95
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
const Coordinate & coordinate() const
Get the coordinate of this PointImp.
Definition: point_imp.h:50
const ObjectImpType * impRequirementForProperty(int which) const
Definition: point_imp.cc:82
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
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
Definition: point_imp.h:81
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
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.