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

#include <strindlg.hxx>

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

Public Member Functions

 ScStringInputDlg (weld::Window *pParent, const OUString &rTitle, const OUString &rEditTitle, const OUString &rDefault, const OUString &sHelpId, const OUString &sEditHelpId)
 
OUString GetInputString () 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::Labelm_xLabel
 
std::unique_ptr< weld::Entrym_xEdInput
 

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 strindlg.hxx.

Constructor & Destructor Documentation

◆ ScStringInputDlg()

ScStringInputDlg::ScStringInputDlg ( weld::Window pParent,
const OUString &  rTitle,
const OUString &  rEditTitle,
const OUString &  rDefault,
const OUString &  sHelpId,
const OUString &  sEditHelpId 
)

Definition at line 24 of file strindlg.cxx.

References weld::GenericDialogController::m_xDialog, m_xEdInput, m_xLabel, and m_xLabel.

Member Function Documentation

◆ GetInputString()

OUString ScStringInputDlg::GetInputString ( ) const
inline

Definition at line 37 of file strindlg.hxx.

References m_xEdInput.

Referenced by IMPL_LINK_NOARG().

Member Data Documentation

◆ m_xEdInput

std::unique_ptr<weld::Entry> ScStringInputDlg::m_xEdInput
private

Definition at line 28 of file strindlg.hxx.

Referenced by GetInputString(), and ScStringInputDlg().

◆ m_xLabel

std::unique_ptr<weld::Label> ScStringInputDlg::m_xLabel
private

Definition at line 27 of file strindlg.hxx.

Referenced by ScStringInputDlg().


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