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

#include <swdlgfact.hxx>

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

Public Member Functions

 SwAbstractSfxController_Impl (std::unique_ptr< SfxSingleTabDialogController > p)
 
virtual short Execute () override
 
virtual const SfxItemSetGetOutputItemSet () const override
 
virtual void SetText (const OUString &rStr) override
 
virtual const SfxItemSetGetOutputItemSet () const=0
 
virtual void SetText (const OUString &rStr)=0
 

Private Attributes

std::unique_ptr< SfxSingleTabDialogControllerm_xDlg
 

Additional Inherited Members

- Protected Member Functions inherited from SfxAbstractDialog
virtual ~SfxAbstractDialog () override=default
 

Detailed Description

Definition at line 117 of file swdlgfact.hxx.

Constructor & Destructor Documentation

◆ SwAbstractSfxController_Impl()

SwAbstractSfxController_Impl::SwAbstractSfxController_Impl ( std::unique_ptr< SfxSingleTabDialogController p)
inlineexplicit

Definition at line 121 of file swdlgfact.hxx.

References p.

Member Function Documentation

◆ Execute()

short SwAbstractSfxController_Impl::Execute ( )
overridevirtual

Definition at line 110 of file swdlgfact.cxx.

References m_xDlg.

◆ GetOutputItemSet()

const SfxItemSet * SwAbstractSfxController_Impl::GetOutputItemSet ( ) const
overridevirtual

Implements SfxAbstractDialog.

Definition at line 381 of file swdlgfact.cxx.

References m_xDlg.

◆ SetText()

void SwAbstractSfxController_Impl::SetText ( const OUString &  rStr)
overridevirtual

Implements SfxAbstractDialog.

Definition at line 391 of file swdlgfact.cxx.

References m_xDlg.

Member Data Documentation

◆ m_xDlg

std::unique_ptr<SfxSingleTabDialogController> SwAbstractSfxController_Impl::m_xDlg
private

Definition at line 119 of file swdlgfact.hxx.

Referenced by Execute(), GetOutputItemSet(), and SetText().


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