kig
special_calcers.h
Go to the documentation of this file.
Instances of this class represent a certain ObjectImp type.
Definition: object_imp.h:95
~MeasureTransportCalcer()
Definition: special_calcers.cc:43
Definition: special_calcers.h:21
void calc(const KigDocument &)
Makes the ObjectCalcer recalculate its ObjectImp from its parents.
Definition: special_calcers.cc:47
An ObjectCalcer is an object that represents an algorithm for calculating an ObjectImp from other Obj...
Definition: object_calcer.h:66
MeasureTransportCalcer(ObjectCalcer *circle, ObjectCalcer *point, ObjectCalcer *segment)
Definition: special_calcers.cc:38
KigDocument is the class holding the real data in a Kig document.
Definition: kig_document.h:36
const ObjectImpType * impRequirement(ObjectCalcer *o, const std::vector< ObjectCalcer * > &os) const
An ObjectCalcer expects its parents to have an ObjectImp of a certain type.
Definition: special_calcers.cc:69
The ObjectImp class represents the behaviour of an object after it is calculated. ...
Definition: object_imp.h:226
std::vector< ObjectCalcer * > parents() const
Returns the parent ObjectCalcer's of this ObjectCalcer.
Definition: special_calcers.cc:29
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.