LibreOffice Module sc (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
ScDataPilotSourceTypeDlg Class Reference

#include <dapitype.hxx>

Inheritance diagram for ScDataPilotSourceTypeDlg:
[legend]
Collaboration diagram for ScDataPilotSourceTypeDlg:
[legend]

Public Member Functions

 ScDataPilotSourceTypeDlg (weld::Window *pParent, bool bEnableExternal)
 
virtual ~ScDataPilotSourceTypeDlg () override
 
bool IsDatabase () const
 
bool IsExternal () const
 
bool IsNamedRange () const
 
OUString GetSelectedNamedRange () const
 
void AppendNamedRange (const OUString &rNames)
 
- 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 (RadioClickHdl, weld::Toggleable &, void)
 
 DECL_LINK (ResponseHdl, weld::Button &, void)
 

Private Attributes

std::unique_ptr< weld::RadioButtonm_xBtnSelection
 
std::unique_ptr< weld::RadioButtonm_xBtnNamedRange
 
std::unique_ptr< weld::RadioButtonm_xBtnDatabase
 
std::unique_ptr< weld::RadioButtonm_xBtnExternal
 
std::unique_ptr< weld::ComboBoxm_xLbNamedRange
 
std::unique_ptr< weld::Buttonm_xBtnOk
 
std::unique_ptr< weld::Buttonm_xBtnCancel
 

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 24 of file dapitype.hxx.

Constructor & Destructor Documentation

◆ ScDataPilotSourceTypeDlg()

ScDataPilotSourceTypeDlg::ScDataPilotSourceTypeDlg ( weld::Window pParent,
bool  bEnableExternal 
)

◆ ~ScDataPilotSourceTypeDlg()

ScDataPilotSourceTypeDlg::~ScDataPilotSourceTypeDlg ( )
overridevirtual

Definition at line 69 of file dapitype.cxx.

Member Function Documentation

◆ AppendNamedRange()

void ScDataPilotSourceTypeDlg::AppendNamedRange ( const OUString &  rNames)

Definition at line 93 of file dapitype.cxx.

References m_xBtnNamedRange, and m_xLbNamedRange.

◆ DECL_LINK() [1/2]

ScDataPilotSourceTypeDlg::DECL_LINK ( RadioClickHdl  ,
weld::Toggleable ,
void   
)
private

◆ DECL_LINK() [2/2]

ScDataPilotSourceTypeDlg::DECL_LINK ( ResponseHdl  ,
weld::Button ,
void   
)
private

◆ GetSelectedNamedRange()

OUString ScDataPilotSourceTypeDlg::GetSelectedNamedRange ( ) const

Definition at line 88 of file dapitype.cxx.

References m_xLbNamedRange.

◆ IsDatabase()

bool ScDataPilotSourceTypeDlg::IsDatabase ( ) const

Definition at line 73 of file dapitype.cxx.

References m_xBtnDatabase.

◆ IsExternal()

bool ScDataPilotSourceTypeDlg::IsExternal ( ) const

Definition at line 78 of file dapitype.cxx.

References m_xBtnExternal.

◆ IsNamedRange()

bool ScDataPilotSourceTypeDlg::IsNamedRange ( ) const

Definition at line 83 of file dapitype.cxx.

References m_xBtnNamedRange.

Member Data Documentation

◆ m_xBtnCancel

std::unique_ptr<weld::Button> ScDataPilotSourceTypeDlg::m_xBtnCancel
private

Definition at line 33 of file dapitype.hxx.

Referenced by ScDataPilotSourceTypeDlg().

◆ m_xBtnDatabase

std::unique_ptr<weld::RadioButton> ScDataPilotSourceTypeDlg::m_xBtnDatabase
private

Definition at line 29 of file dapitype.hxx.

Referenced by IsDatabase(), and ScDataPilotSourceTypeDlg().

◆ m_xBtnExternal

std::unique_ptr<weld::RadioButton> ScDataPilotSourceTypeDlg::m_xBtnExternal
private

Definition at line 30 of file dapitype.hxx.

Referenced by IsExternal(), and ScDataPilotSourceTypeDlg().

◆ m_xBtnNamedRange

std::unique_ptr<weld::RadioButton> ScDataPilotSourceTypeDlg::m_xBtnNamedRange
private

Definition at line 28 of file dapitype.hxx.

Referenced by AppendNamedRange(), IsNamedRange(), and ScDataPilotSourceTypeDlg().

◆ m_xBtnOk

std::unique_ptr<weld::Button> ScDataPilotSourceTypeDlg::m_xBtnOk
private

Definition at line 32 of file dapitype.hxx.

Referenced by ScDataPilotSourceTypeDlg().

◆ m_xBtnSelection

std::unique_ptr<weld::RadioButton> ScDataPilotSourceTypeDlg::m_xBtnSelection
private

Definition at line 27 of file dapitype.hxx.

Referenced by ScDataPilotSourceTypeDlg().

◆ m_xLbNamedRange

std::unique_ptr<weld::ComboBox> ScDataPilotSourceTypeDlg::m_xLbNamedRange
private

Definition at line 31 of file dapitype.hxx.

Referenced by AppendNamedRange(), GetSelectedNamedRange(), and ScDataPilotSourceTypeDlg().


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