LibreOffice Module chart2 (master) 1
|
#include <ChartResourceGroups.hxx>
Public Member Functions | |
StackingResourceGroup (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 (StackingChangeHdl, weld::Toggleable &, void) | |
DECL_LINK (StackingEnableHdl, weld::Toggleable &, void) | |
Private Attributes | |
std::unique_ptr< weld::CheckButton > | m_xCB_Stacked |
std::unique_ptr< weld::RadioButton > | m_xRB_Stack_Y |
std::unique_ptr< weld::RadioButton > | m_xRB_Stack_Y_Percent |
std::unique_ptr< weld::RadioButton > | m_xRB_Stack_Z |
Additional Inherited Members | |
![]() | |
ResourceChangeListener * | m_pChangeListener |
Definition at line 77 of file ChartResourceGroups.hxx.
|
explicit |
Definition at line 117 of file ChartResourceGroups.cxx.
References LINK, m_xCB_Stacked, m_xRB_Stack_Y, m_xRB_Stack_Y_Percent, and m_xRB_Stack_Z.
|
private |
|
private |
void chart::StackingResourceGroup::fillControls | ( | const ChartTypeParameter & | rParameter | ) |
Definition at line 137 of file ChartResourceGroups.cxx.
References chart::ChartTypeParameter::b3DLook, chart::ChartTypeParameter::bXAxisWithValues, chart::ChartTypeParameter::eStackMode, chart::GlobalStackMode_NONE, chart::GlobalStackMode_STACK_Y, chart::GlobalStackMode_STACK_Y_PERCENT, chart::GlobalStackMode_STACK_Z, m_xCB_Stacked, m_xRB_Stack_Y, m_xRB_Stack_Y_Percent, and m_xRB_Stack_Z.
void chart::StackingResourceGroup::fillParameter | ( | ChartTypeParameter & | rParameter | ) |
Definition at line 172 of file ChartResourceGroups.cxx.
References chart::ChartTypeParameter::eStackMode, chart::GlobalStackMode_NONE, chart::GlobalStackMode_STACK_Y, chart::GlobalStackMode_STACK_Y_PERCENT, chart::GlobalStackMode_STACK_Z, m_xCB_Stacked, m_xRB_Stack_Y, m_xRB_Stack_Y_Percent, and m_xRB_Stack_Z.
void chart::StackingResourceGroup::showControls | ( | bool | bShow | ) |
Definition at line 129 of file ChartResourceGroups.cxx.
References m_xCB_Stacked, m_xRB_Stack_Y, m_xRB_Stack_Y_Percent, and m_xRB_Stack_Z.
|
private |
Definition at line 92 of file ChartResourceGroups.hxx.
Referenced by fillControls(), fillParameter(), showControls(), and StackingResourceGroup().
|
private |
Definition at line 93 of file ChartResourceGroups.hxx.
Referenced by fillControls(), fillParameter(), showControls(), and StackingResourceGroup().
|
private |
Definition at line 94 of file ChartResourceGroups.hxx.
Referenced by fillControls(), fillParameter(), showControls(), and StackingResourceGroup().
|
private |
Definition at line 95 of file ChartResourceGroups.hxx.
Referenced by fillControls(), fillParameter(), showControls(), and StackingResourceGroup().