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

#include <abstract.hxx>

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

Public Member Functions

 SwInsertAbstractDlg (weld::Window *pParent)
 
virtual ~SwInsertAbstractDlg () override
 
sal_uInt8 GetLevel () const
 
sal_uInt8 GetPara () const
 
- Public Member Functions inherited from SfxDialogController
 SfxDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId)
 
virtual void Activate ()
 
virtual void Deactivate ()
 
virtual void ChildWinDispose ()
 
virtual void Close ()
 
virtual void EndDialog (int nResponse)
 
virtual bool CloseOnHide () const
 

Private Attributes

std::unique_ptr< weld::SpinButtonm_xLevelNF
 
std::unique_ptr< weld::SpinButtonm_xParaNF
 

Detailed Description

Definition at line 23 of file abstract.hxx.

Constructor & Destructor Documentation

◆ SwInsertAbstractDlg()

SwInsertAbstractDlg::SwInsertAbstractDlg ( weld::Window pParent)

Definition at line 22 of file abstract.cxx.

◆ ~SwInsertAbstractDlg()

SwInsertAbstractDlg::~SwInsertAbstractDlg ( )
overridevirtual

Definition at line 29 of file abstract.cxx.

Member Function Documentation

◆ GetLevel()

sal_uInt8 SwInsertAbstractDlg::GetLevel ( ) const

Definition at line 31 of file abstract.cxx.

References m_xLevelNF.

◆ GetPara()

sal_uInt8 SwInsertAbstractDlg::GetPara ( ) const

Definition at line 36 of file abstract.cxx.

References m_xParaNF.

Member Data Documentation

◆ m_xLevelNF

std::unique_ptr<weld::SpinButton> SwInsertAbstractDlg::m_xLevelNF
private

Definition at line 25 of file abstract.hxx.

Referenced by GetLevel().

◆ m_xParaNF

std::unique_ptr<weld::SpinButton> SwInsertAbstractDlg::m_xParaNF
private

Definition at line 26 of file abstract.hxx.

Referenced by GetPara().


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