#include <Shapes.h>
Public Member Functions | |
FillableShape (MSPUBCollector *o) | |
void | setFill (Fill *fill) |
Public Attributes | |
Fill * | m_fill |
Protected Member Functions | |
virtual librevenge::RVNGPropertyListVector | updateGraphicsProps () |
Private Member Functions | |
FillableShape (const FillableShape &) | |
FillableShape & | operator= (const FillableShape &) |
libmspub::FillableShape::FillableShape | ( | MSPUBCollector * | o | ) | [inline] |
libmspub::FillableShape::FillableShape | ( | const FillableShape & | ) | [private] |
FillableShape& libmspub::FillableShape::operator= | ( | const FillableShape & | ) | [private] |
void libmspub::FillableShape::setFill | ( | Fill * | fill | ) |
virtual librevenge::RVNGPropertyListVector libmspub::FillableShape::updateGraphicsProps | ( | ) | [protected, virtual] |
Reimplemented from libmspub::Shape.
Reimplemented in libmspub::GeometricShape.