LibreOffice Module sw (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
SwTableHeightDlg Class Referencefinal

#include <rowht.hxx>

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

Public Member Functions

 SwTableHeightDlg (weld::Window *pParent, SwWrtShell &rS)
 
virtual short run () 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

void Apply ()
 

Private Attributes

SwWrtShellm_rSh
 
std::unique_ptr< weld::MetricSpinButtonm_xHeightEdit
 
std::unique_ptr< weld::CheckButtonm_xAutoHeightCB
 

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

Constructor & Destructor Documentation

◆ SwTableHeightDlg()

SwTableHeightDlg::SwTableHeightDlg ( weld::Window pParent,
SwWrtShell rS 
)

Member Function Documentation

◆ Apply()

void SwTableHeightDlg::Apply ( )
private

◆ run()

short SwTableHeightDlg::run ( )
overridevirtual

Reimplemented from weld::DialogController.

Definition at line 64 of file rowht.cxx.

References Apply(), and RET_OK.

Member Data Documentation

◆ m_rSh

SwWrtShell& SwTableHeightDlg::m_rSh
private

Definition at line 28 of file rowht.hxx.

Referenced by Apply(), and SwTableHeightDlg().

◆ m_xAutoHeightCB

std::unique_ptr<weld::CheckButton> SwTableHeightDlg::m_xAutoHeightCB
private

Definition at line 31 of file rowht.hxx.

Referenced by Apply(), and SwTableHeightDlg().

◆ m_xHeightEdit

std::unique_ptr<weld::MetricSpinButton> SwTableHeightDlg::m_xHeightEdit
private

Definition at line 30 of file rowht.hxx.

Referenced by Apply(), and SwTableHeightDlg().


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