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

"choose" statements. More...

#include <diagramlayoutatoms.hxx>

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

Public Member Functions

 ChooseAtom (LayoutNode &rLayoutNode)
 
virtual void accept (LayoutAtomVisitor &) override
 visitor acceptance More...
 
- 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)
 

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

"choose" statements.

Atoms will be tested in order.

Definition at line 294 of file diagramlayoutatoms.hxx.

Constructor & Destructor Documentation

◆ ChooseAtom()

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

Definition at line 298 of file diagramlayoutatoms.hxx.

Member Function Documentation

◆ accept()

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

visitor acceptance

Implements oox::drawingml::LayoutAtom.

Definition at line 802 of file diagramlayoutatoms.cxx.

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


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