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

#include <dapitype.hxx>

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

Public Member Functions

 ScDataPilotServiceDlg (weld::Window *pParent, const std::vector< OUString > &rServices)
 
virtual ~ScDataPilotServiceDlg () override
 
OUString GetServiceName () const
 
OUString GetParSource () const
 
OUString GetParName () const
 
OUString GetParUser () const
 
OUString GetParPass () const
 
- 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 Attributes

std::unique_ptr< weld::ComboBoxm_xLbService
 
std::unique_ptr< weld::Entrym_xEdSource
 
std::unique_ptr< weld::Entrym_xEdName
 
std::unique_ptr< weld::Entrym_xEdUser
 
std::unique_ptr< weld::Entrym_xEdPasswd
 

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

Constructor & Destructor Documentation

◆ ScDataPilotServiceDlg()

ScDataPilotServiceDlg::ScDataPilotServiceDlg ( weld::Window pParent,
const std::vector< OUString > &  rServices 
)

Definition at line 109 of file dapitype.cxx.

References aName, and m_xLbService.

◆ ~ScDataPilotServiceDlg()

ScDataPilotServiceDlg::~ScDataPilotServiceDlg ( )
overridevirtual

Definition at line 124 of file dapitype.cxx.

Member Function Documentation

◆ GetParName()

OUString ScDataPilotServiceDlg::GetParName ( ) const

Definition at line 138 of file dapitype.cxx.

References m_xEdName.

◆ GetParPass()

OUString ScDataPilotServiceDlg::GetParPass ( ) const

Definition at line 148 of file dapitype.cxx.

References m_xEdPasswd.

◆ GetParSource()

OUString ScDataPilotServiceDlg::GetParSource ( ) const

Definition at line 133 of file dapitype.cxx.

References m_xEdSource.

◆ GetParUser()

OUString ScDataPilotServiceDlg::GetParUser ( ) const

Definition at line 143 of file dapitype.cxx.

References m_xEdUser.

◆ GetServiceName()

OUString ScDataPilotServiceDlg::GetServiceName ( ) const

Definition at line 128 of file dapitype.cxx.

References m_xLbService.

Member Data Documentation

◆ m_xEdName

std::unique_ptr<weld::Entry> ScDataPilotServiceDlg::m_xEdName
private

Definition at line 54 of file dapitype.hxx.

Referenced by GetParName().

◆ m_xEdPasswd

std::unique_ptr<weld::Entry> ScDataPilotServiceDlg::m_xEdPasswd
private

Definition at line 56 of file dapitype.hxx.

Referenced by GetParPass().

◆ m_xEdSource

std::unique_ptr<weld::Entry> ScDataPilotServiceDlg::m_xEdSource
private

Definition at line 53 of file dapitype.hxx.

Referenced by GetParSource().

◆ m_xEdUser

std::unique_ptr<weld::Entry> ScDataPilotServiceDlg::m_xEdUser
private

Definition at line 55 of file dapitype.hxx.

Referenced by GetParUser().

◆ m_xLbService

std::unique_ptr<weld::ComboBox> ScDataPilotServiceDlg::m_xLbService
private

Definition at line 52 of file dapitype.hxx.

Referenced by GetServiceName(), and ScDataPilotServiceDlg().


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