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

#include <diagramlayoutatoms.hxx>

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

Public Member Functions

 ForEachAtom (LayoutNode &rLayoutNode, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttributes)
 
IteratorAttriterator ()
 
void setRef (const OUString &rsRef)
 
const OUString & getRef () const
 
virtual void accept (LayoutAtomVisitor &) override
 visitor acceptance More...
 
LayoutAtomPtr getRefAtom ()
 
- 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

IteratorAttr maIter
 
OUString msRef
 

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

Definition at line 252 of file diagramlayoutatoms.hxx.

Constructor & Destructor Documentation

◆ ForEachAtom()

oox::drawingml::ForEachAtom::ForEachAtom ( LayoutNode rLayoutNode,
const css::uno::Reference< css::xml::sax::XFastAttributeList > &  xAttributes 
)
explicit

Member Function Documentation

◆ accept()

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

visitor acceptance

Implements oox::drawingml::LayoutAtom.

Definition at line 783 of file diagramlayoutatoms.cxx.

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

◆ getRef()

const OUString & oox::drawingml::ForEachAtom::getRef ( ) const
inline

Definition at line 262 of file diagramlayoutatoms.hxx.

References msRef.

Referenced by oox::drawingml::LayoutAtomVisitorBase::visit().

◆ getRefAtom()

LayoutAtomPtr oox::drawingml::ForEachAtom::getRefAtom ( )

◆ iterator()

IteratorAttr & oox::drawingml::ForEachAtom::iterator ( )
inline

Definition at line 258 of file diagramlayoutatoms.hxx.

References maIter.

◆ setRef()

void oox::drawingml::ForEachAtom::setRef ( const OUString &  rsRef)
inline

Definition at line 260 of file diagramlayoutatoms.hxx.

References msRef.

Member Data Documentation

◆ maIter

IteratorAttr oox::drawingml::ForEachAtom::maIter
private

Definition at line 268 of file diagramlayoutatoms.hxx.

Referenced by ForEachAtom(), and iterator().

◆ msRef

OUString oox::drawingml::ForEachAtom::msRef
private

Definition at line 269 of file diagramlayoutatoms.hxx.

Referenced by getRef(), getRefAtom(), and setRef().


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