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

#include <swmessdialog.hxx>

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

Public Member Functions

 SwMessageAndEditDialog (weld::Window *pParent, const OUString &rID, const OUString &rUIXMLDescription)
 
- Public Member Functions inherited from weld::MessageDialogController
 MessageDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId, const OUString &rRelocateId={})
 
virtual DialoggetDialog () override
 
virtual ~MessageDialogController () override
 
void set_primary_text (const OUString &rText)
 
OUString get_primary_text () const
 
void set_secondary_text (const OUString &rText)
 
OUString get_secondary_text () const
 
void set_default_response (int nResponse)
 
- 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 Attributes

std::unique_ptr< weld::Entrym_xEdit
 
std::unique_ptr< weld::Buttonm_xOKPB
 
- Protected Attributes inherited from weld::MessageDialogController
std::unique_ptr< weld::Builderm_xBuilder
 
std::unique_ptr< weld::MessageDialogm_xDialog
 
std::unique_ptr< weld::Containerm_xContentArea
 
std::unique_ptr< weld::Widgetm_xRelocate
 
std::unique_ptr< weld::Containerm_xOrigParent
 

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 15 of file swmessdialog.hxx.

Constructor & Destructor Documentation

◆ SwMessageAndEditDialog()

SwMessageAndEditDialog::SwMessageAndEditDialog ( weld::Window pParent,
const OUString &  rID,
const OUString &  rUIXMLDescription 
)

Definition at line 12 of file swmessdialog.cxx.

Member Data Documentation

◆ m_xEdit

std::unique_ptr<weld::Entry> SwMessageAndEditDialog::m_xEdit
protected

Definition at line 18 of file swmessdialog.hxx.

◆ m_xOKPB

std::unique_ptr<weld::Button> SwMessageAndEditDialog::m_xOKPB
protected

Definition at line 19 of file swmessdialog.hxx.


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