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

#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::Labelm_xFT_Geometry
 
std::unique_ptr< weld::TreeViewm_xLB_Geometry
 

Detailed Description

Definition at line 25 of file res_BarGeometry.hxx.

Constructor & Destructor Documentation

◆ BarGeometryResources()

chart::BarGeometryResources::BarGeometryResources ( weld::Builder pParent)
explicit

Definition at line 26 of file res_BarGeometry.cxx.

References i, m_xLB_Geometry, and chart::SchResId().

Member Function Documentation

◆ connect_changed()

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().

◆ get_selected_index()

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().

◆ select()

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().

◆ set_sensitive()

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().

◆ set_visible()

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().

Member Data Documentation

◆ m_xFT_Geometry

std::unique_ptr<weld::Label> chart::BarGeometryResources::m_xFT_Geometry
private

Definition at line 39 of file res_BarGeometry.hxx.

Referenced by set_sensitive(), and set_visible().

◆ m_xLB_Geometry

std::unique_ptr<weld::TreeView> chart::BarGeometryResources::m_xLB_Geometry
private

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