LibreOffice Module chart2 (master) 1
|
#include <ChartResourceGroups.hxx>
Public Member Functions | |
SortByXValuesResourceGroup (weld::Builder *pBuilder) | |
void | showControls (bool bShow) |
void | fillControls (const ChartTypeParameter &rParameter) |
void | fillParameter (ChartTypeParameter &rParameter) |
![]() | |
ChangingResource () | |
virtual | ~ChangingResource () |
void | setChangeListener (ResourceChangeListener *pListener) |
Private Member Functions | |
DECL_LINK (SortByXValuesCheckHdl, weld::Toggleable &, void) | |
Private Attributes | |
std::unique_ptr< weld::CheckButton > | m_xCB_XValueSorting |
Additional Inherited Members | |
![]() | |
ResourceChangeListener * | m_pChangeListener |
Definition at line 60 of file ChartResourceGroups.hxx.
|
explicit |
Definition at line 89 of file ChartResourceGroups.cxx.
References LINK, and m_xCB_XValueSorting.
|
private |
void chart::SortByXValuesResourceGroup::fillControls | ( | const ChartTypeParameter & | rParameter | ) |
Definition at line 101 of file ChartResourceGroups.cxx.
References chart::ChartTypeParameter::bSortByXValues, and m_xCB_XValueSorting.
void chart::SortByXValuesResourceGroup::fillParameter | ( | ChartTypeParameter & | rParameter | ) |
Definition at line 106 of file ChartResourceGroups.cxx.
References chart::ChartTypeParameter::bSortByXValues, and m_xCB_XValueSorting.
void chart::SortByXValuesResourceGroup::showControls | ( | bool | bShow | ) |
Definition at line 96 of file ChartResourceGroups.cxx.
References m_xCB_XValueSorting.
|
private |
Definition at line 74 of file ChartResourceGroups.hxx.
Referenced by fillControls(), fillParameter(), showControls(), and SortByXValuesResourceGroup().