LibreOffice Module cui (master) 1
Public Member Functions | Protected Member Functions | Static Protected Member Functions | Protected Attributes | List of all members
SignatureLineDialogBase Class Referenceabstract

#include <SignatureLineDialogBase.hxx>

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

Public Member Functions

 SignatureLineDialogBase (weld::Widget *pParent, css::uno::Reference< css::frame::XModel > xModel, const OUString &rUIFile, const OUString &rDialogId)
 
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
 

Protected Member Functions

virtual void Apply ()=0
 

Static Protected Member Functions

static OUString getCDataString (std::u16string_view rString)
 

Protected Attributes

css::uno::Reference< css::frame::XModel > m_xModel
 
- Protected Attributes inherited from weld::GenericDialogController
std::unique_ptr< weld::Builderm_xBuilder
 
std::shared_ptr< weld::Dialogm_xDialog
 

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)> &)
 

Detailed Description

Definition at line 20 of file SignatureLineDialogBase.hxx.

Constructor & Destructor Documentation

◆ SignatureLineDialogBase()

SignatureLineDialogBase::SignatureLineDialogBase ( weld::Widget pParent,
css::uno::Reference< css::frame::XModel >  xModel,
const OUString &  rUIFile,
const OUString &  rDialogId 
)

Definition at line 20 of file SignatureLineDialogBase.cxx.

References m_xModel, and xModel.

Member Function Documentation

◆ Apply()

virtual void SignatureLineDialogBase::Apply ( )
protectedpure virtual

Implemented in SignatureLineDialog, and SignSignatureLineDialog.

Referenced by run().

◆ getCDataString()

OUString SignatureLineDialogBase::getCDataString ( std::u16string_view  rString)
staticprotected

◆ run()

short SignatureLineDialogBase::run ( )
overridevirtual

Reimplemented from weld::DialogController.

Definition at line 27 of file SignatureLineDialogBase.cxx.

References Apply(), and RET_OK.

Member Data Documentation

◆ m_xModel

css::uno::Reference<css::frame::XModel> SignatureLineDialogBase::m_xModel
protected

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