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

#include <delcldlg.hxx>

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

Public Member Functions

 ScDeleteCellDlg (weld::Window *pParent, bool bDisallowCellMove)
 
virtual ~ScDeleteCellDlg () override
 
DelCellCmd GetDelCellCmd () 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::RadioButtonm_xBtnCellsUp
 
std::unique_ptr< weld::RadioButtonm_xBtnCellsLeft
 
std::unique_ptr< weld::RadioButtonm_xBtnDelRows
 
std::unique_ptr< weld::RadioButtonm_xBtnDelCols
 

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 26 of file delcldlg.hxx.

Constructor & Destructor Documentation

◆ ScDeleteCellDlg()

ScDeleteCellDlg::ScDeleteCellDlg ( weld::Window pParent,
bool  bDisallowCellMove 
)

Definition at line 26 of file delcldlg.cxx.

References m_xBtnCellsLeft, m_xBtnCellsUp, m_xBtnDelCols, m_xBtnDelRows, and nDelItemChecked.

◆ ~ScDeleteCellDlg()

ScDeleteCellDlg::~ScDeleteCellDlg ( )
overridevirtual

Definition at line 71 of file delcldlg.cxx.

Member Function Documentation

◆ GetDelCellCmd()

DelCellCmd ScDeleteCellDlg::GetDelCellCmd ( ) const

Member Data Documentation

◆ m_xBtnCellsLeft

std::unique_ptr<weld::RadioButton> ScDeleteCellDlg::m_xBtnCellsLeft
private

Definition at line 30 of file delcldlg.hxx.

Referenced by GetDelCellCmd(), and ScDeleteCellDlg().

◆ m_xBtnCellsUp

std::unique_ptr<weld::RadioButton> ScDeleteCellDlg::m_xBtnCellsUp
private

Definition at line 29 of file delcldlg.hxx.

Referenced by GetDelCellCmd(), and ScDeleteCellDlg().

◆ m_xBtnDelCols

std::unique_ptr<weld::RadioButton> ScDeleteCellDlg::m_xBtnDelCols
private

Definition at line 32 of file delcldlg.hxx.

Referenced by GetDelCellCmd(), and ScDeleteCellDlg().

◆ m_xBtnDelRows

std::unique_ptr<weld::RadioButton> ScDeleteCellDlg::m_xBtnDelRows
private

Definition at line 31 of file delcldlg.hxx.

Referenced by GetDelCellCmd(), and ScDeleteCellDlg().


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