LibreOffice Module svx (master) 1
Public Member Functions | Private Attributes | List of all members
svx::diagram::DiagramDataState Class Reference

Snippet of Diagram ModelData for Diagram-defining data undo/redo. More...

#include <datamodel.hxx>

Public Member Functions

 DiagramDataState (Connections aConnections, Points aPoints)
 
ConnectionsgetConnections ()
 
PointsgetPoints ()
 

Private Attributes

Connections maConnections
 
Points maPoints
 

Detailed Description

Snippet of Diagram ModelData for Diagram-defining data undo/redo.

Definition at line 160 of file datamodel.hxx.

Constructor & Destructor Documentation

◆ DiagramDataState()

svx::diagram::DiagramDataState::DiagramDataState ( Connections  aConnections,
Points  aPoints 
)

Definition at line 145 of file datamodel.cxx.

References maPoints.

Member Function Documentation

◆ getConnections()

Connections & svx::diagram::DiagramDataState::getConnections ( )
inline

Definition at line 168 of file datamodel.hxx.

◆ getPoints()

Points & svx::diagram::DiagramDataState::getPoints ( )
inline

Definition at line 169 of file datamodel.hxx.

References maPoints.

Member Data Documentation

◆ maConnections

Connections svx::diagram::DiagramDataState::maConnections
private

Definition at line 162 of file datamodel.hxx.

◆ maPoints

Points svx::diagram::DiagramDataState::maPoints
private

Definition at line 163 of file datamodel.hxx.


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