kig
locus_imp.h
Go to the documentation of this file.
63 void getInterval(double& x1,double& x2,double incr,const Coordinate& p, const KigDocument& doc) const;
98 bool internalContainsPoint( const Coordinate& p, double threshold, const KigDocument& doc ) const;
LocusImp is an imp that consists of a copy of the curveimp that the moving point moves over...
Definition: locus_imp.h:57
Instances of this class represent a certain ObjectImp type.
Definition: object_imp.h:95
Definition: object_hierarchy.h:30
const QByteArrayList propertiesInternalNames() const
Definition: locus_imp.cc:96
const ObjectImpType * impRequirementForProperty(int which) const
Definition: locus_imp.cc:112
const Coordinate getPoint(double param, const KigDocument &) const
Definition: locus_imp.cc:63
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: locus_imp.cc:57
bool containsPoint(const Coordinate &p, const KigDocument &d) const
Return whether this Curve contains the given point.
Definition: locus_imp.cc:222
ObjectImp * transform(const Transformation &) const
Return this ObjectImp, transformed by the transformation t.
Definition: locus_imp.cc:42
ObjectImp * property(int which, const KigDocument &w) const
Definition: locus_imp.cc:129
const ObjectImpType * type() const
Returns the lowermost ObjectImpType that this object is an instantiation of.
Definition: locus_imp.cc:217
bool contains(const Coordinate &p, int width, const KigWidget &) const
Definition: locus_imp.cc:52
KigDocument is the class holding the real data in a Kig document.
Definition: kig_document.h:36
The ObjectImp class represents the behaviour of an object after it is calculated. ...
Definition: object_imp.h:226
bool equals(const ObjectImp &rhs) const
Returns true if this ObjectImp is equal to rhs.
Definition: locus_imp.cc:193
bool internalContainsPoint(const Coordinate &p, double threshold, const KigDocument &doc) const
Definition: locus_imp.cc:227
bool isPropertyDefinedOnOrThroughThisImp(int which) const
Definition: locus_imp.cc:234
Definition: object_imp.h:56
This class represents a curve: something which is composed of points, like a line, a circle, a locus.
Definition: curve_imp.h:27
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.