#include <Shapes.h>
Public Member Functions | |
FillableShape (MSPUBCollector *o) | |
void | setFill (Fill *fill) |
Public Member Functions inherited from libmspub::Shape | |
Shape (MSPUBCollector *o) | |
virtual void | output (librevenge::RVNGDrawingInterface *painter, Coordinate coord) |
virtual | ~Shape () |
Public Attributes | |
Fill * | m_fill |
Public Attributes inherited from libmspub::Shape | |
librevenge::RVNGPropertyList | props |
librevenge::RVNGPropertyList | graphicsProps |
Protected Member Functions | |
virtual librevenge::RVNGPropertyListVector | updateGraphicsProps () |
Protected Member Functions inherited from libmspub::Shape | |
virtual void | setCoordProps (Coordinate coord) |
virtual void | write (librevenge::RVNGDrawingInterface *painter)=0 |
Shape () |
Private Member Functions | |
FillableShape (const FillableShape &) | |
FillableShape & | operator= (const FillableShape &) |
Additional Inherited Members | |
Protected Attributes inherited from libmspub::Shape | |
MSPUBCollector * | owner |
|
inline |
|
private |
|
private |
void libmspub::FillableShape::setFill | ( | Fill * | fill | ) |
|
protectedvirtual |
Reimplemented from libmspub::Shape.
Reimplemented in libmspub::GeometricShape.
Fill* libmspub::FillableShape::m_fill |
Referenced by FillableShape().