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

#include <corodlg.hxx>

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

Public Member Functions

 ScColRowLabelDlg (weld::Window *pParent, bool bCol, bool bRow)
 
bool IsCol () const
 
bool IsRow () 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::CheckButtonm_xBtnRow
 
std::unique_ptr< weld::CheckButtonm_xBtnCol
 

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

Constructor & Destructor Documentation

◆ ScColRowLabelDlg()

ScColRowLabelDlg::ScColRowLabelDlg ( weld::Window pParent,
bool  bCol,
bool  bRow 
)
inline

Definition at line 27 of file corodlg.hxx.

References m_xBtnCol, and m_xBtnRow.

Member Function Documentation

◆ IsCol()

bool ScColRowLabelDlg::IsCol ( ) const
inline

Definition at line 37 of file corodlg.hxx.

References m_xBtnCol.

◆ IsRow()

bool ScColRowLabelDlg::IsRow ( ) const
inline

Definition at line 38 of file corodlg.hxx.

References m_xBtnRow.

Member Data Documentation

◆ m_xBtnCol

std::unique_ptr<weld::CheckButton> ScColRowLabelDlg::m_xBtnCol
private

Definition at line 42 of file corodlg.hxx.

Referenced by IsCol(), and ScColRowLabelDlg().

◆ m_xBtnRow

std::unique_ptr<weld::CheckButton> ScColRowLabelDlg::m_xBtnRow
private

Definition at line 41 of file corodlg.hxx.

Referenced by IsRow(), and ScColRowLabelDlg().


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