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

#include <ChartResourceGroupDlgs.hxx>

Inheritance diagram for chart::SplinePropertiesDialog:
[legend]
Collaboration diagram for chart::SplinePropertiesDialog:
[legend]

Public Member Functions

 SplinePropertiesDialog (weld::Window *pParent)
 
void fillControls (const ChartTypeParameter &rParameter)
 
void fillParameter (ChartTypeParameter &rParameter, bool bSmoothLines)
 
- Public Member Functions inherited from weld::GenericDialogController
 GenericDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId, bool bMobile=false)
 
virtual DialoggetDialog () override
 
virtual ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override
 
- Public Member Functions inherited from weld::DialogController
virtual DialoggetDialog ()=0
 
const DialoggetConstDialog () const
 
virtual short run ()
 
void set_title (const OUString &rTitle)
 
OUString get_title () const
 
void set_help_id (const OUString &rHelpId)
 
OUString get_help_id () const
 
void response (int nResponse)
 
virtual ~DialogController () COVERITY_NOEXCEPT_FALSE
 

Private Member Functions

 DECL_LINK (SplineTypeListBoxHdl, weld::ComboBox &, void)
 

Private Attributes

std::unique_ptr< weld::ComboBoxm_xLB_Spline_Type
 
std::unique_ptr< weld::SpinButtonm_xMF_SplineResolution
 
std::unique_ptr< weld::Labelm_xFT_SplineOrder
 
std::unique_ptr< weld::SpinButtonm_xMF_SplineOrder
 

Additional Inherited Members

- Static Public Member Functions inherited from weld::DialogController
static bool runAsync (const std::shared_ptr< DialogController > &rController, const std::function< void(sal_Int32)> &)
 
- Protected Attributes inherited from weld::GenericDialogController
std::unique_ptr< weld::Builderm_xBuilder
 
std::shared_ptr< weld::Dialogm_xDialog
 

Detailed Description

Definition at line 28 of file ChartResourceGroupDlgs.hxx.

Constructor & Destructor Documentation

◆ SplinePropertiesDialog()

chart::SplinePropertiesDialog::SplinePropertiesDialog ( weld::Window pParent)
explicit

Member Function Documentation

◆ DECL_LINK()

chart::SplinePropertiesDialog::DECL_LINK ( SplineTypeListBoxHdl  ,
weld::ComboBox ,
void   
)
private

◆ fillControls()

void chart::SplinePropertiesDialog::fillControls ( const ChartTypeParameter rParameter)

◆ fillParameter()

void chart::SplinePropertiesDialog::fillParameter ( ChartTypeParameter rParameter,
bool  bSmoothLines 
)

Member Data Documentation

◆ m_xFT_SplineOrder

std::unique_ptr<weld::Label> chart::SplinePropertiesDialog::m_xFT_SplineOrder
private

Definition at line 42 of file ChartResourceGroupDlgs.hxx.

Referenced by fillControls().

◆ m_xLB_Spline_Type

std::unique_ptr<weld::ComboBox> chart::SplinePropertiesDialog::m_xLB_Spline_Type
private

Definition at line 40 of file ChartResourceGroupDlgs.hxx.

Referenced by fillControls(), fillParameter(), and SplinePropertiesDialog().

◆ m_xMF_SplineOrder

std::unique_ptr<weld::SpinButton> chart::SplinePropertiesDialog::m_xMF_SplineOrder
private

Definition at line 43 of file ChartResourceGroupDlgs.hxx.

Referenced by fillControls(), and fillParameter().

◆ m_xMF_SplineResolution

std::unique_ptr<weld::SpinButton> chart::SplinePropertiesDialog::m_xMF_SplineResolution
private

Definition at line 41 of file ChartResourceGroupDlgs.hxx.

Referenced by fillControls(), and fillParameter().


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