#include <ShapeGroupElement.h>
List of all members.
Public Member Functions |
| ShapeGroupElement (ShapeGroupElement *parent) |
| ShapeGroupElement (ShapeGroupElement *parent, unsigned seqNum) |
void | setShapeInfo (const ShapeInfo &shapeInfo) |
void | setup (boost::function< void(ShapeGroupElement &self)> visitor) |
void | visit (boost::function< boost::function< void(void)>(const ShapeInfo &info, const Coordinate &relativeTo, const VectorTransformation2D &foldedTransform, bool isGroup, const VectorTransformation2D &thisTransform)> visitor, const Coordinate &relativeTo, const VectorTransformation2D &foldedTransform) const |
void | visit (boost::function< boost::function< void(void)>(const ShapeInfo &info, const Coordinate &relativeTo, const VectorTransformation2D &foldedTransform, bool isGroup, const VectorTransformation2D &thisTransform)> visitor) const |
bool | isGroup () const |
ShapeGroupElement * | getParent () |
const ShapeGroupElement * | getParent () const |
void | setSeqNum (unsigned seqNum) |
void | setTransform (const VectorTransformation2D &transform) |
unsigned | getSeqNum () const |
Constructor & Destructor Documentation
libmspub::ShapeGroupElement::ShapeGroupElement |
( |
ShapeGroupElement * |
parent, |
|
|
unsigned |
seqNum |
|
) |
| |
Member Function Documentation
unsigned libmspub::ShapeGroupElement::getSeqNum |
( |
| ) |
const |
bool libmspub::ShapeGroupElement::isGroup |
( |
| ) |
const |
void libmspub::ShapeGroupElement::setSeqNum |
( |
unsigned |
seqNum | ) |
|
void libmspub::ShapeGroupElement::setShapeInfo |
( |
const ShapeInfo & |
shapeInfo | ) |
|
void libmspub::ShapeGroupElement::setup |
( |
boost::function< void(ShapeGroupElement &self)> |
visitor | ) |
|
Member Data Documentation
unsigned libmspub::ShapeGroupElement::m_seqNum |
|
private |
boost::optional<ShapeInfo> libmspub::ShapeGroupElement::m_shapeInfo |
|
private |
The documentation for this class was generated from the following files: