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

#include <crdlg.hxx>

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

Public Member Functions

 ScColOrRowDlg (weld::Window *pParent, const OUString &rStrTitle, const OUString &rStrLabel)
 
virtual ~ScColOrRowDlg () override
 
- 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 (OkHdl, weld::Button &, void)
 

Private Attributes

std::unique_ptr< weld::Framem_xFrame
 
std::unique_ptr< weld::RadioButtonm_xBtnCols
 
std::unique_ptr< weld::Buttonm_xBtnOk
 

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

Constructor & Destructor Documentation

◆ ScColOrRowDlg()

ScColOrRowDlg::ScColOrRowDlg ( weld::Window pParent,
const OUString &  rStrTitle,
const OUString &  rStrLabel 
)

Definition at line 25 of file crdlg.cxx.

References LINK, m_xBtnOk, weld::GenericDialogController::m_xDialog, m_xFrame, and m_xFrame.

◆ ~ScColOrRowDlg()

ScColOrRowDlg::~ScColOrRowDlg ( )
overridevirtual

Definition at line 37 of file crdlg.cxx.

Member Function Documentation

◆ DECL_LINK()

ScColOrRowDlg::DECL_LINK ( OkHdl  ,
weld::Button ,
void   
)
private

Member Data Documentation

◆ m_xBtnCols

std::unique_ptr<weld::RadioButton> ScColOrRowDlg::m_xBtnCols
private

Definition at line 32 of file crdlg.hxx.

◆ m_xBtnOk

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

Definition at line 33 of file crdlg.hxx.

Referenced by ScColOrRowDlg().

◆ m_xFrame

std::unique_ptr<weld::Frame> ScColOrRowDlg::m_xFrame
private

Definition at line 31 of file crdlg.hxx.

Referenced by ScColOrRowDlg().


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