DecorativeGeometryImplementation Class Reference
Use this abstract class to connect your implementation of decorative geometry to the implementation-independent classes above.
More...
#include <DecorativeGeometry.h>
List of all members.
Detailed Description
Use this abstract class to connect your implementation of decorative geometry to the implementation-independent classes above.
Constructor & Destructor Documentation
Member Function Documentation
virtual void implementBrickGeometry |
( |
const DecorativeBrick & |
|
) |
[pure virtual] |
virtual void implementCircleGeometry |
( |
const DecorativeCircle & |
|
) |
[pure virtual] |
virtual void implementFrameGeometry |
( |
const DecorativeFrame & |
|
) |
[pure virtual] |
virtual void implementLineGeometry |
( |
const DecorativeLine & |
|
) |
[pure virtual] |
virtual void implementMeshGeometry |
( |
const DecorativeMesh & |
|
) |
[pure virtual] |
virtual void implementSphereGeometry |
( |
const DecorativeSphere & |
|
) |
[pure virtual] |
virtual void implementTextGeometry |
( |
const DecorativeText & |
|
) |
[pure virtual] |
The documentation for this class was generated from the following file: