kig
cubic_imp.h
Go to the documentation of this file.
double getParam(const Coordinate &point, const KigDocument &) const
Definition: cubic_imp.cc:72
Instances of this class represent a certain ObjectImp type.
Definition: object_imp.h:95
const ObjectImpType * type() const
Returns the lowermost ObjectImpType that this object is an instantiation of.
Definition: cubic_imp.cc:347
ObjectImp * property(int which, const KigDocument &w) const
Definition: cubic_imp.cc:318
const ObjectImpType * impRequirementForProperty(int which) const
Definition: cubic_imp.cc:299
bool inRect(const Rect &r, int width, const KigWidget &) const
Definition: cubic_imp.cc:61
bool equals(const ObjectImp &rhs) const
Returns true if this ObjectImp is equal to rhs.
Definition: cubic_imp.cc:341
The Coordinate class is the basic class representing a 2D location by its x and y components...
Definition: coordinate.h:33
const QByteArrayList propertiesInternalNames() const
Definition: cubic_imp.cc:277
const Coordinate getPoint(double param, const KigDocument &) const
Definition: cubic_imp.cc:154
QString cartesianEquationString(const KigDocument &) const
Definition: cubic_imp.cc:423
ObjectImp * transform(const Transformation &) const
Return this ObjectImp, transformed by the transformation t.
Definition: cubic_imp.cc:42
This class represents an equation of a cubic in the form (in homogeneous coordinates, ), .
Definition: cubic-common.h:31
const CubicCartesianData data() const
Return the cartesian representation of this cubic.
Definition: cubic_imp.cc:331
bool internalContainsPoint(const Coordinate &p, double threshold) const
Definition: cubic_imp.cc:374
bool isPropertyDefinedOnOrThroughThisImp(int which) const
Definition: cubic_imp.cc:400
KigDocument is the class holding the real data in a Kig document.
Definition: kig_document.h:36
bool containsPoint(const Coordinate &p, const KigDocument &doc) const
Return whether this Curve contains the given point.
Definition: cubic_imp.cc:369
The ObjectImp class represents the behaviour of an object after it is calculated. ...
Definition: object_imp.h:226
bool contains(const Coordinate &p, int width, const KigWidget &) const
Definition: cubic_imp.cc:56
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.