LibreOffice Module oox (master) 1
|
Represents one <dgm:rule> element. More...
#include <diagramlayoutatoms.hxx>
Public Member Functions | |
RuleAtom (LayoutNode &rLayoutNode) | |
virtual void | accept (LayoutAtomVisitor &) override |
visitor acceptance More... | |
Rule & | getRule () |
void | parseRule (std::vector< Rule > &rRules) const |
Public Member Functions inherited from oox::drawingml::LayoutAtom | |
LayoutAtom (LayoutNode &rLayoutNode) | |
virtual | ~LayoutAtom () |
LayoutNode & | getLayoutNode () |
virtual void | accept (LayoutAtomVisitor &)=0 |
visitor acceptance More... | |
void | setName (const OUString &sName) |
const OUString & | getName () const |
const std::vector< LayoutAtomPtr > & | getChildren () const |
LayoutAtomPtr | getParent () const |
void | dump (int level=0) |
Private Attributes | |
Rule | maRule |
Additional Inherited Members | |
Static Public Member Functions inherited from oox::drawingml::LayoutAtom | |
static void | connect (const LayoutAtomPtr &pParent, const LayoutAtomPtr &pChild) |
Protected Attributes inherited from oox::drawingml::LayoutAtom | |
LayoutNode & | mrLayoutNode |
std::vector< LayoutAtomPtr > | mpChildNodes |
std::weak_ptr< LayoutAtom > | mpParent |
OUString | msName |
Represents one <dgm:rule> element.
Definition at line 157 of file diagramlayoutatoms.hxx.
|
inline |
Definition at line 161 of file diagramlayoutatoms.hxx.
|
overridevirtual |
visitor acceptance
Implements oox::drawingml::LayoutAtom.
Definition at line 960 of file diagramlayoutatoms.cxx.
References oox::drawingml::LayoutAtomVisitor::visit().
|
inline |
Definition at line 163 of file diagramlayoutatoms.hxx.
References maRule.
void oox::drawingml::RuleAtom::parseRule | ( | std::vector< Rule > & | rRules | ) | const |
Definition at line 1000 of file diagramlayoutatoms.cxx.
References maRule, and oox::drawingml::Rule::msForName.
Referenced by oox::drawingml::ShapeLayoutingVisitor::visit().
|
private |
Definition at line 167 of file diagramlayoutatoms.hxx.
Referenced by getRule(), and parseRule().