LibreOffice Module oox (master) 1
Public Types | Public Member Functions | Public Attributes | List of all members
oox::drawingml::chart::PlotAreaModel Struct Reference

#include <plotareamodel.hxx>

Collaboration diagram for oox::drawingml::chart::PlotAreaModel:
[legend]

Public Types

typedef ModelVector< TypeGroupModelTypeGroupVector
 
typedef ModelVector< AxisModelAxisVector
 
typedef ModelRef< ShapeShapeRef
 
typedef ModelRef< LayoutModelLayoutRef
 
typedef ModelRef< DataTableModelDataTableRef
 

Public Member Functions

 PlotAreaModel ()
 Data table of the plot area. More...
 
 ~PlotAreaModel ()
 

Public Attributes

TypeGroupVector maTypeGroups
 
AxisVector maAxes
 All chart type groups contained in the chart. More...
 
ShapeRef mxShapeProp
 All axes contained in the chart. More...
 
LayoutRef mxLayout
 Plot area frame formatting. More...
 
DataTableRef mxDataTable
 Layout/position of the plot area. More...
 

Detailed Description

Definition at line 55 of file plotareamodel.hxx.

Member Typedef Documentation

◆ AxisVector

Definition at line 58 of file plotareamodel.hxx.

◆ DataTableRef

Definition at line 61 of file plotareamodel.hxx.

◆ LayoutRef

Definition at line 60 of file plotareamodel.hxx.

◆ ShapeRef

Definition at line 59 of file plotareamodel.hxx.

◆ TypeGroupVector

Definition at line 57 of file plotareamodel.hxx.

Constructor & Destructor Documentation

◆ PlotAreaModel()

oox::drawingml::chart::PlotAreaModel::PlotAreaModel ( )
explicit

◆ ~PlotAreaModel()

oox::drawingml::chart::PlotAreaModel::~PlotAreaModel ( )

Definition at line 46 of file plotareamodel.cxx.

Member Data Documentation

◆ maAxes

AxisVector oox::drawingml::chart::PlotAreaModel::maAxes

All chart type groups contained in the chart.

Definition at line 64 of file plotareamodel.hxx.

Referenced by oox::drawingml::chart::PlotAreaConverter::convertFromModel(), and oox::drawingml::chart::PlotAreaContext::onCreateContext().

◆ maTypeGroups

TypeGroupVector oox::drawingml::chart::PlotAreaModel::maTypeGroups

◆ mxDataTable

DataTableRef oox::drawingml::chart::PlotAreaModel::mxDataTable

◆ mxLayout

LayoutRef oox::drawingml::chart::PlotAreaModel::mxLayout

◆ mxShapeProp

ShapeRef oox::drawingml::chart::PlotAreaModel::mxShapeProp

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