LibreOffice Module oox (master) 1
Public Member Functions | Private Attributes | List of all members
oox::drawingml::RuleAtom Class Reference

Represents one <dgm:rule> element. More...

#include <diagramlayoutatoms.hxx>

Inheritance diagram for oox::drawingml::RuleAtom:
[legend]
Collaboration diagram for oox::drawingml::RuleAtom:
[legend]

Public Member Functions

 RuleAtom (LayoutNode &rLayoutNode)
 
virtual void accept (LayoutAtomVisitor &) override
 visitor acceptance More...
 
RulegetRule ()
 
void parseRule (std::vector< Rule > &rRules) const
 
- Public Member Functions inherited from oox::drawingml::LayoutAtom
 LayoutAtom (LayoutNode &rLayoutNode)
 
virtual ~LayoutAtom ()
 
LayoutNodegetLayoutNode ()
 
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
LayoutNodemrLayoutNode
 
std::vector< LayoutAtomPtrmpChildNodes
 
std::weak_ptr< LayoutAtommpParent
 
OUString msName
 

Detailed Description

Represents one <dgm:rule> element.

Definition at line 157 of file diagramlayoutatoms.hxx.

Constructor & Destructor Documentation

◆ RuleAtom()

oox::drawingml::RuleAtom::RuleAtom ( LayoutNode rLayoutNode)
inline

Definition at line 161 of file diagramlayoutatoms.hxx.

Member Function Documentation

◆ accept()

void oox::drawingml::RuleAtom::accept ( LayoutAtomVisitor )
overridevirtual

visitor acceptance

Implements oox::drawingml::LayoutAtom.

Definition at line 960 of file diagramlayoutatoms.cxx.

References oox::drawingml::LayoutAtomVisitor::visit().

◆ getRule()

Rule & oox::drawingml::RuleAtom::getRule ( )
inline

Definition at line 163 of file diagramlayoutatoms.hxx.

References maRule.

◆ parseRule()

void oox::drawingml::RuleAtom::parseRule ( std::vector< Rule > &  rRules) const

Member Data Documentation

◆ maRule

Rule oox::drawingml::RuleAtom::maRule
private

Definition at line 167 of file diagramlayoutatoms.hxx.

Referenced by getRule(), and parseRule().


The documentation for this class was generated from the following files: