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

#include <inscldlg.hxx>

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

Public Member Functions

 ScInsertCellDlg (weld::Window *pParent, bool bDisallowCellMove)
 
virtual ~ScInsertCellDlg () override
 
InsCellCmd GetInsCellCmd () 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_xBtnCellsDown
 
std::unique_ptr< weld::RadioButtonm_xBtnCellsRight
 
std::unique_ptr< weld::RadioButtonm_xBtnInsRow
 
std::unique_ptr< weld::RadioButtonm_xBtnInsCol
 

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

Constructor & Destructor Documentation

◆ ScInsertCellDlg()

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

◆ ~ScInsertCellDlg()

ScInsertCellDlg::~ScInsertCellDlg ( )
overridevirtual

Definition at line 79 of file inscldlg.cxx.

Member Function Documentation

◆ GetInsCellCmd()

InsCellCmd ScInsertCellDlg::GetInsCellCmd ( ) const

Member Data Documentation

◆ m_xBtnCellsDown

std::unique_ptr<weld::RadioButton> ScInsertCellDlg::m_xBtnCellsDown
private

Definition at line 29 of file inscldlg.hxx.

Referenced by GetInsCellCmd(), and ScInsertCellDlg().

◆ m_xBtnCellsRight

std::unique_ptr<weld::RadioButton> ScInsertCellDlg::m_xBtnCellsRight
private

Definition at line 30 of file inscldlg.hxx.

Referenced by GetInsCellCmd(), and ScInsertCellDlg().

◆ m_xBtnInsCol

std::unique_ptr<weld::RadioButton> ScInsertCellDlg::m_xBtnInsCol
private

Definition at line 32 of file inscldlg.hxx.

Referenced by GetInsCellCmd(), and ScInsertCellDlg().

◆ m_xBtnInsRow

std::unique_ptr<weld::RadioButton> ScInsertCellDlg::m_xBtnInsRow
private

Definition at line 31 of file inscldlg.hxx.

Referenced by GetInsCellCmd(), and ScInsertCellDlg().


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