kig
#include <pgfexporterimpvisitor.h>
Public Member Functions | |
PGFExporterImpVisitor (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 41 of file pgfexporterimpvisitor.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 52 of file pgfexporterimpvisitor.h.
Member Function Documentation
void PGFExporterImpVisitor::visit | ( | ObjectHolder * | obj | ) |
Definition at line 215 of file pgfexporterimpvisitor.cc.
|
virtual |
Reimplemented from ObjectImpVisitor.
Definition at line 226 of file pgfexporterimpvisitor.cc.
|
virtual |
Reimplemented from ObjectImpVisitor.
Definition at line 236 of file pgfexporterimpvisitor.cc.
|
virtual |
Reimplemented from ObjectImpVisitor.
Definition at line 250 of file pgfexporterimpvisitor.cc.
|
virtual |
Reimplemented from ObjectImpVisitor.
Definition at line 264 of file pgfexporterimpvisitor.cc.
|
virtual |
Reimplemented from ObjectImpVisitor.
Definition at line 277 of file pgfexporterimpvisitor.cc.
|
virtual |
Reimplemented from ObjectImpVisitor.
Definition at line 286 of file pgfexporterimpvisitor.cc.
|
virtual |
Reimplemented from ObjectImpVisitor.
Definition at line 292 of file pgfexporterimpvisitor.cc.
|
virtual |
Reimplemented from ObjectImpVisitor.
Definition at line 301 of file pgfexporterimpvisitor.cc.
|
virtual |
Reimplemented from ObjectImpVisitor.
Definition at line 307 of file pgfexporterimpvisitor.cc.
|
virtual |
Reimplemented from ObjectImpVisitor.
Definition at line 313 of file pgfexporterimpvisitor.cc.
|
virtual |
Reimplemented from ObjectImpVisitor.
Definition at line 322 of file pgfexporterimpvisitor.cc.
|
virtual |
Reimplemented from ObjectImpVisitor.
Definition at line 332 of file pgfexporterimpvisitor.cc.
|
virtual |
Reimplemented from ObjectImpVisitor.
Definition at line 345 of file pgfexporterimpvisitor.cc.
|
virtual |
Reimplemented from ObjectImpVisitor.
Definition at line 360 of file pgfexporterimpvisitor.cc.
|
virtual |
Reimplemented from ObjectImpVisitor.
Definition at line 375 of file pgfexporterimpvisitor.cc.
|
virtual |
Reimplemented from ObjectImpVisitor.
Definition at line 392 of file pgfexporterimpvisitor.cc.
|
virtual |
Reimplemented from ObjectImpVisitor.
Definition at line 441 of file pgfexporterimpvisitor.cc.
Member Data Documentation
double PGFExporterImpVisitor::unit |
Definition at line 75 of file pgfexporterimpvisitor.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.