LibreOffice Module chart2 (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
chart::DateTickFactory Class Reference

#include <Tickmarks_Dates.hxx>

Collaboration diagram for chart::DateTickFactory:
[legend]

Public Member Functions

 DateTickFactory (ExplicitScaleData aScale, ExplicitIncrementData aIncrement)
 
 ~DateTickFactory ()
 
void getAllTicks (TickInfoArraysType &rAllTickInfos) const
 
void getAllTicksShifted (TickInfoArraysType &rAllTickInfos) const
 

Private Member Functions

void getAllTicks (TickInfoArraysType &rAllTickInfos, bool bShifted) const
 

Private Attributes

ExplicitScaleData m_aScale
 
ExplicitIncrementData m_aIncrement
 
css::uno::Reference< css::chart2::XScaling > m_xInverseScaling
 

Detailed Description

Definition at line 26 of file Tickmarks_Dates.hxx.

Constructor & Destructor Documentation

◆ DateTickFactory()

chart::DateTickFactory::DateTickFactory ( ExplicitScaleData  aScale,
ExplicitIncrementData  aIncrement 
)

◆ ~DateTickFactory()

chart::DateTickFactory::~DateTickFactory ( )

Definition at line 51 of file Tickmarks_Dates.cxx.

Member Function Documentation

◆ getAllTicks() [1/2]

void chart::DateTickFactory::getAllTicks ( TickInfoArraysType rAllTickInfos) const

Definition at line 139 of file Tickmarks_Dates.cxx.

References getAllTicks().

Referenced by chart::TickFactory::getAllTicks(), getAllTicks(), and getAllTicksShifted().

◆ getAllTicks() [2/2]

void chart::DateTickFactory::getAllTicks ( TickInfoArraysType rAllTickInfos,
bool  bShifted 
) const
private

◆ getAllTicksShifted()

void chart::DateTickFactory::getAllTicksShifted ( TickInfoArraysType rAllTickInfos) const

Definition at line 144 of file Tickmarks_Dates.cxx.

References getAllTicks().

Referenced by chart::TickFactory::getAllTicksShifted().

Member Data Documentation

◆ m_aIncrement

ExplicitIncrementData chart::DateTickFactory::m_aIncrement
private

Definition at line 42 of file Tickmarks_Dates.hxx.

Referenced by getAllTicks().

◆ m_aScale

ExplicitScaleData chart::DateTickFactory::m_aScale
private

Definition at line 41 of file Tickmarks_Dates.hxx.

Referenced by DateTickFactory(), and getAllTicks().

◆ m_xInverseScaling

css::uno::Reference< css::chart2::XScaling > chart::DateTickFactory::m_xInverseScaling
private

Definition at line 44 of file Tickmarks_Dates.hxx.

Referenced by DateTickFactory(), and getAllTicks().


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