LibreOffice Module chart2 (master) 1
|
#include <res_BarGeometry.hxx>
Public Member Functions | |
BarGeometryResources (weld::Builder *pParent) | |
void | set_visible (bool bShow) |
void | set_sensitive (bool bEnable) |
sal_Int32 | get_selected_index () const |
void | select (sal_Int32 nPos) |
void | connect_changed (const Link< weld::TreeView &, void > &rLink) |
Private Attributes | |
std::unique_ptr< weld::Label > | m_xFT_Geometry |
std::unique_ptr< weld::TreeView > | m_xLB_Geometry |
Definition at line 25 of file res_BarGeometry.hxx.
|
explicit |
Definition at line 26 of file res_BarGeometry.cxx.
References i, m_xLB_Geometry, and chart::SchResId().
void chart::BarGeometryResources::connect_changed | ( | const Link< weld::TreeView &, void > & | rLink | ) |
Definition at line 35 of file res_BarGeometry.cxx.
References m_xLB_Geometry.
Referenced by chart::GeometryResourceGroup::GeometryResourceGroup().
sal_Int32 chart::BarGeometryResources::get_selected_index | ( | ) | const |
Definition at line 52 of file res_BarGeometry.cxx.
References m_xLB_Geometry.
Referenced by chart::GeometryResourceGroup::fillParameter().
void chart::BarGeometryResources::select | ( | sal_Int32 | nPos | ) |
Definition at line 57 of file res_BarGeometry.cxx.
References m_xLB_Geometry, and nPos.
Referenced by chart::GeometryResourceGroup::fillControls().
void chart::BarGeometryResources::set_sensitive | ( | bool | bEnable | ) |
Definition at line 46 of file res_BarGeometry.cxx.
References m_xFT_Geometry, and m_xLB_Geometry.
Referenced by chart::GeometryResourceGroup::fillControls().
void chart::BarGeometryResources::set_visible | ( | bool | bShow | ) |
Definition at line 40 of file res_BarGeometry.cxx.
References m_xFT_Geometry, and m_xLB_Geometry.
Referenced by chart::GeometryResourceGroup::showControls().
|
private |
Definition at line 39 of file res_BarGeometry.hxx.
Referenced by set_sensitive(), and set_visible().
|
private |
Definition at line 40 of file res_BarGeometry.hxx.
Referenced by BarGeometryResources(), connect_changed(), get_selected_index(), select(), set_sensitive(), and set_visible().