LibreOffice Module oox (master) 1
Public Member Functions | List of all members
oox::drawingml::chart::ModelRef< ModelType > Class Template Reference

#include <modelbase.hxx>

Inheritance diagram for oox::drawingml::chart::ModelRef< ModelType >:
[legend]
Collaboration diagram for oox::drawingml::chart::ModelRef< ModelType >:
[legend]

Public Member Functions

 ModelRef ()
 
 ModelRef (const std::shared_ptr< ModelType > &rxModel)
 
bool is () const
 
ModelType & create ()
 
template<typename Param1Type >
ModelType & create (const Param1Type &rParam1)
 
template<typename Param1Type , typename Param2Type >
ModelType & create (const Param1Type &rParam1, const Param2Type &rParam2)
 
ModelType & getOrCreate ()
 
template<typename Param1Type >
ModelType & getOrCreate (const Param1Type &rParam1)
 

Detailed Description

template<typename ModelType>
class oox::drawingml::chart::ModelRef< ModelType >

Definition at line 35 of file modelbase.hxx.

Constructor & Destructor Documentation

◆ ModelRef() [1/2]

template<typename ModelType >
oox::drawingml::chart::ModelRef< ModelType >::ModelRef ( )
inline

Definition at line 38 of file modelbase.hxx.

◆ ModelRef() [2/2]

template<typename ModelType >
oox::drawingml::chart::ModelRef< ModelType >::ModelRef ( const std::shared_ptr< ModelType > &  rxModel)
inline

Definition at line 39 of file modelbase.hxx.

Member Function Documentation

◆ create() [1/3]

template<typename ModelType >
ModelType & oox::drawingml::chart::ModelRef< ModelType >::create ( )
inline

Definition at line 43 of file modelbase.hxx.

Referenced by oox::drawingml::chart::TypeGroupConverter::createCategorySequence(), oox::drawingml::chart::TextContext::onCharacters(), oox::drawingml::chart::AxisDispUnitsContext::onCreateContext(), oox::drawingml::chart::AxisContextBase::onCreateContext(), oox::drawingml::chart::ValAxisContext::onCreateContext(), oox::drawingml::chart::ChartSpaceFragment::onCreateContext(), oox::drawingml::chart::DataSourceContext::onCreateContext(), oox::drawingml::chart::DataTableContext::onCreateContext(), oox::drawingml::chart::WallFloorContext::onCreateContext(), oox::drawingml::chart::PlotAreaContext::onCreateContext(), oox::drawingml::chart::DataLabelContext::onCreateContext(), oox::drawingml::chart::DataLabelsContext::onCreateContext(), oox::drawingml::chart::ErrorBarContext::onCreateContext(), oox::drawingml::chart::TrendlineLabelContext::onCreateContext(), oox::drawingml::chart::TrendlineContext::onCreateContext(), oox::drawingml::chart::DataPointContext::onCreateContext(), oox::drawingml::chart::SeriesContextBase::onCreateContext(), oox::drawingml::chart::AreaSeriesContext::onCreateContext(), oox::drawingml::chart::BarSeriesContext::onCreateContext(), oox::drawingml::chart::BubbleSeriesContext::onCreateContext(), oox::drawingml::chart::LineSeriesContext::onCreateContext(), oox::drawingml::chart::PieSeriesContext::onCreateContext(), oox::drawingml::chart::RadarSeriesContext::onCreateContext(), oox::drawingml::chart::ScatterSeriesContext::onCreateContext(), oox::drawingml::chart::TextContext::onCreateContext(), oox::drawingml::chart::TitleContext::onCreateContext(), oox::drawingml::chart::LegendContext::onCreateContext(), oox::drawingml::chart::UpDownBarsContext::onCreateContext(), and oox::drawingml::chart::PlotAreaModel::PlotAreaModel().

◆ create() [2/3]

template<typename ModelType >
template<typename Param1Type >
ModelType & oox::drawingml::chart::ModelRef< ModelType >::create ( const Param1Type &  rParam1)
inline

Definition at line 45 of file modelbase.hxx.

◆ create() [3/3]

template<typename ModelType >
template<typename Param1Type , typename Param2Type >
ModelType & oox::drawingml::chart::ModelRef< ModelType >::create ( const Param1Type &  rParam1,
const Param2Type &  rParam2 
)
inline

Definition at line 47 of file modelbase.hxx.

◆ getOrCreate() [1/2]

template<typename ModelType >
ModelType & oox::drawingml::chart::ModelRef< ModelType >::getOrCreate ( )
inline

◆ getOrCreate() [2/2]

template<typename ModelType >
template<typename Param1Type >
ModelType & oox::drawingml::chart::ModelRef< ModelType >::getOrCreate ( const Param1Type &  rParam1)
inline

Definition at line 51 of file modelbase.hxx.

◆ is()

template<typename ModelType >
bool oox::drawingml::chart::ModelRef< ModelType >::is ( ) const
inline

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