kig
other_imp.h
Go to the documentation of this file.
Instances of this class represent a certain ObjectImp type.
Definition: object_imp.h:95
AngleImp(const Coordinate &pt, double start_angle_in_radials, double angle_in_radials, bool markRightAngle)
Construct an Angle with a given center, start angle and dimension (both in radians).
Definition: other_imp.cc:64
double sectorSurface() const
Return the size of the sector surface of this arc.
Definition: other_imp.cc:493
bool internalContainsPoint(const Coordinate &p, double threshold) const
Definition: other_imp.cc:766
const ObjectImpType * impRequirementForProperty(int which) const
Definition: other_imp.cc:252
VectorImp(const Coordinate &a, const Coordinate &b)
Construct a Vector with a given start point and end point.
Definition: other_imp.cc:191
double getParam(const Coordinate &, const KigDocument &) const
Definition: other_imp.cc:747
bool equals(const ObjectImp &rhs) const
Returns true if this ObjectImp is equal to rhs.
Definition: other_imp.cc:582
static const ObjectImpType * stype()
Returns the ObjectImpType representing the VectorImp type.
Definition: other_imp.cc:613
ObjectImp * transform(const Transformation &) const
Return this ObjectImp, transformed by the transformation t.
Definition: other_imp.cc:46
const ObjectImpType * type() const
Returns the lowermost ObjectImpType that this object is an instantiation of.
Definition: other_imp.cc:651
The Coordinate class is the basic class representing a 2D location by its x and y components...
Definition: coordinate.h:33
bool inRect(const Rect &r, int width, const KigWidget &) const
Definition: other_imp.cc:104
const QByteArrayList propertiesInternalNames() const
Definition: other_imp.cc:120
const char * iconForProperty(int which) const
Definition: other_imp.cc:259
bool contains(const Coordinate &p, int width, const KigWidget &w) const
Definition: other_imp.cc:381
const Coordinate getPoint(double param, const KigDocument &) const
Definition: other_imp.cc:742
const QByteArrayList propertiesInternalNames() const
Definition: other_imp.cc:419
ObjectImp * property(int which, const KigDocument &w) const
Definition: other_imp.cc:277
bool inRect(const Rect &r, int width, const KigWidget &si) const
Definition: other_imp.cc:386
ObjectImp * transform(const Transformation &t) const
Return this ObjectImp, transformed by the transformation t.
Definition: other_imp.cc:342
const ObjectImpType * type() const
Returns the lowermost ObjectImpType that this object is an instantiation of.
Definition: other_imp.cc:646
const Coordinate getPoint(double p, const KigDocument &d) const
Definition: other_imp.cc:525
bool equals(const ObjectImp &rhs) const
Returns true if this ObjectImp is equal to rhs.
Definition: other_imp.cc:574
ObjectImp * property(int which, const KigDocument &w) const
Definition: other_imp.cc:162
static const ObjectImpType * stype()
Returns the ObjectImpType representing the ArcImp type.
Definition: other_imp.cc:629
double startAngle() const
Return the start angle in radians of this arc.
Definition: other_imp.cc:542
bool isPropertyDefinedOnOrThroughThisImp(int which) const
Definition: other_imp.cc:683
double startAngle() const
Return the start angle in radians of this angle.
Definition: other_imp.h:83
double getParam(const Coordinate &c, const KigDocument &d) const
Definition: other_imp.cc:511
bool internalContainsPoint(const Coordinate &p, double threshold) const
Definition: other_imp.cc:666
Coordinate attachPoint() const
Returns a reference point where to attach labels; when this returns an invalidCoord then the attachme...
Definition: other_imp.cc:110
bool inRect(const Rect &r, int width, const KigWidget &) const
Definition: other_imp.cc:218
const QByteArrayList propertiesInternalNames() const
Definition: other_imp.cc:228
bool isPropertyDefinedOnOrThroughThisImp(int which) const
Definition: other_imp.cc:678
bool contains(const Coordinate &p, int width, const KigWidget &) const
Definition: other_imp.cc:213
static const ObjectImpType * stype()
Returns the ObjectImpType representing the AngleImp type.
Definition: other_imp.cc:597
KigDocument is the class holding the real data in a Kig document.
Definition: kig_document.h:36
ObjectImp * property(int which, const KigDocument &d) const
Definition: other_imp.cc:464
const ObjectImpType * impRequirementForProperty(int which) const
Definition: other_imp.cc:498
const ObjectImpType * type() const
Returns the lowermost ObjectImpType that this object is an instantiation of.
Definition: other_imp.cc:656
bool containsPoint(const Coordinate &p, const KigDocument &doc) const
Return whether this Curve contains the given point.
Definition: other_imp.cc:661
bool contains(const Coordinate &p, int width, const KigWidget &) const
Definition: other_imp.cc:71
The ObjectImp class represents the behaviour of an object after it is calculated. ...
Definition: object_imp.h:226
ObjectImp * transform(const Transformation &) const
Return this ObjectImp, transformed by the transformation t.
Definition: other_imp.cc:200
bool isPropertyDefinedOnOrThroughThisImp(int which) const
Definition: other_imp.cc:671
bool equals(const ObjectImp &rhs) const
Returns true if this ObjectImp is equal to rhs.
Definition: other_imp.cc:590
bool containsPoint(const Coordinate &p, const KigDocument &doc) const
Return whether this Curve contains the given point.
Definition: other_imp.cc:761
Definition: object_imp.h:56
ArcImp(const Coordinate ¢er, const double radius, const double startangle, const double angle)
Construct an Arc with a given center, radius, start angle and dimension (both in radians).
Definition: other_imp.cc:320
This class represents a curve: something which is composed of points, like a line, a circle, a locus.
Definition: curve_imp.h:27
const ObjectImpType * impRequirementForProperty(int which) const
Definition: other_imp.cc:140
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.