kig
#include <asyexporterimpvisitor.h>
Public Member Functions | |
AsyExporterImpVisitor (QTextStream &s, const KigWidget &w) | |
void | visit (ObjectHolder *obj) |
void | visit (const LineImp *imp) |
void | visit (const PointImp *imp) |
void | visit (const TextImp *imp) |
void | visit (const AngleImp *imp) |
void | visit (const VectorImp *imp) |
void | visit (const LocusImp *imp) |
void | visit (const CircleImp *imp) |
void | visit (const ConicImp *imp) |
void | visit (const CubicImp *imp) |
void | visit (const SegmentImp *imp) |
void | visit (const RayImp *imp) |
void | visit (const ArcImp *imp) |
void | visit (const FilledPolygonImp *imp) |
void | visit (const ClosedPolygonalImp *imp) |
void | visit (const OpenPolygonalImp *imp) |
void | visit (const BezierImp *imp) |
void | visit (const RationalBezierImp *imp) |
Public Member Functions inherited from ObjectImpVisitor | |
virtual | ~ObjectImpVisitor () |
void | visit (const ObjectImp *imp) |
virtual void | visit (const IntImp *imp) |
virtual void | visit (const DoubleImp *imp) |
virtual void | visit (const StringImp *imp) |
virtual void | visit (const InvalidImp *imp) |
virtual void | visit (const HierarchyImp *imp) |
virtual void | visit (const TransformationImp *imp) |
virtual void | visit (const TestResultImp *imp) |
Public Attributes | |
double | unit |
Detailed Description
Definition at line 40 of file asyexporterimpvisitor.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 50 of file asyexporterimpvisitor.h.
Member Function Documentation
void AsyExporterImpVisitor::visit | ( | ObjectHolder * | obj | ) |
Definition at line 143 of file asyexporterimpvisitor.cc.
|
virtual |
Reimplemented from ObjectImpVisitor.
Definition at line 239 of file asyexporterimpvisitor.cc.
|
virtual |
Reimplemented from ObjectImpVisitor.
Definition at line 248 of file asyexporterimpvisitor.cc.
|
virtual |
Reimplemented from ObjectImpVisitor.
Definition at line 265 of file asyexporterimpvisitor.cc.
|
virtual |
Reimplemented from ObjectImpVisitor.
Definition at line 290 of file asyexporterimpvisitor.cc.
|
virtual |
Reimplemented from ObjectImpVisitor.
Definition at line 318 of file asyexporterimpvisitor.cc.
|
virtual |
Reimplemented from ObjectImpVisitor.
Definition at line 326 of file asyexporterimpvisitor.cc.
|
virtual |
Reimplemented from ObjectImpVisitor.
Definition at line 332 of file asyexporterimpvisitor.cc.
|
virtual |
Reimplemented from ObjectImpVisitor.
Definition at line 350 of file asyexporterimpvisitor.cc.
|
virtual |
Reimplemented from ObjectImpVisitor.
Definition at line 356 of file asyexporterimpvisitor.cc.
|
virtual |
Reimplemented from ObjectImpVisitor.
Definition at line 363 of file asyexporterimpvisitor.cc.
|
virtual |
Reimplemented from ObjectImpVisitor.
Definition at line 371 of file asyexporterimpvisitor.cc.
|
virtual |
Reimplemented from ObjectImpVisitor.
Definition at line 380 of file asyexporterimpvisitor.cc.
|
virtual |
Reimplemented from ObjectImpVisitor.
Definition at line 407 of file asyexporterimpvisitor.cc.
|
virtual |
Reimplemented from ObjectImpVisitor.
Definition at line 441 of file asyexporterimpvisitor.cc.
|
virtual |
Reimplemented from ObjectImpVisitor.
Definition at line 471 of file asyexporterimpvisitor.cc.
|
virtual |
Reimplemented from ObjectImpVisitor.
Definition at line 509 of file asyexporterimpvisitor.cc.
|
virtual |
Reimplemented from ObjectImpVisitor.
Definition at line 556 of file asyexporterimpvisitor.cc.
Member Data Documentation
double AsyExporterImpVisitor::unit |
Definition at line 73 of file asyexporterimpvisitor.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:12:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.