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

#include <diagramlayoutatoms.hxx>

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

Public Member Functions

 ConstraintAtom (LayoutNode &rLayoutNode)
 
virtual void accept (LayoutAtomVisitor &) override
 visitor acceptance More...
 
ConstraintgetConstraint ()
 
void parseConstraint (std::vector< Constraint > &rConstraints, bool bRequireForName) 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

Constraint maConstraint
 

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 143 of file diagramlayoutatoms.hxx.

Constructor & Destructor Documentation

◆ ConstraintAtom()

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

Definition at line 147 of file diagramlayoutatoms.hxx.

Member Function Documentation

◆ accept()

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

visitor acceptance

Implements oox::drawingml::LayoutAtom.

Definition at line 955 of file diagramlayoutatoms.cxx.

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

◆ getConstraint()

Constraint & oox::drawingml::ConstraintAtom::getConstraint ( )
inline

Definition at line 149 of file diagramlayoutatoms.hxx.

References maConstraint.

◆ parseConstraint()

void oox::drawingml::ConstraintAtom::parseConstraint ( std::vector< Constraint > &  rConstraints,
bool  bRequireForName 
) const

Member Data Documentation

◆ maConstraint

Constraint oox::drawingml::ConstraintAtom::maConstraint
private

Definition at line 153 of file diagramlayoutatoms.hxx.

Referenced by getConstraint(), and parseConstraint().


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