#include <ShapeGroupElement.h>
|
| ~ShapeGroupElement () |
|
void | setShapeInfo (const ShapeInfo &shapeInfo) |
|
void | setup (std::function< void(ShapeGroupElement &self)> visitor) |
|
void | visit (std::function< std::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 (std::function< std::function< void(void)>(const ShapeInfo &info, const Coordinate &relativeTo, const VectorTransformation2D &foldedTransform, bool isGroup, const VectorTransformation2D &thisTransform)> visitor) const |
|
bool | isGroup () const |
|
std::shared_ptr
< ShapeGroupElement > | getParent () const |
|
void | setSeqNum (unsigned seqNum) |
|
void | setTransform (const VectorTransformation2D &transform) |
|
unsigned | getSeqNum () const |
|
libmspub::ShapeGroupElement::ShapeGroupElement |
( |
const std::shared_ptr< ShapeGroupElement > & |
parent, |
|
|
unsigned |
seqNum |
|
) |
| |
|
private |
libmspub::ShapeGroupElement::~ShapeGroupElement |
( |
| ) |
|
std::shared_ptr< ShapeGroupElement > libmspub::ShapeGroupElement::getParent |
( |
| ) |
const |
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 |
( |
std::function< void(ShapeGroupElement &self)> |
visitor | ) |
|
std::vector<std::shared_ptr<ShapeGroupElement> > libmspub::ShapeGroupElement::m_children |
|
private |
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: