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

#include <impdialog.hxx>

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

Public Member Functions

 ImplErrorDialog (weld::Window *pParent, const std::set< vcl::PDFWriter::ErrorCode > &rErrorCodes)
 
- 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
 

Private Member Functions

 DECL_LINK (SelectHdl, weld::TreeView &, void)
 

Private Attributes

std::unique_ptr< weld::TreeViewm_xErrors
 
std::unique_ptr< weld::Labelm_xExplanation
 

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::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
 

Detailed Description

Definition at line 41 of file impdialog.hxx.

Constructor & Destructor Documentation

◆ ImplErrorDialog()

ImplErrorDialog::ImplErrorDialog ( weld::Window pParent,
const std::set< vcl::PDFWriter::ErrorCode > &  rErrorCodes 
)
explicit

Member Function Documentation

◆ DECL_LINK()

ImplErrorDialog::DECL_LINK ( SelectHdl  ,
weld::TreeView ,
void   
)
private

Member Data Documentation

◆ m_xErrors

std::unique_ptr<weld::TreeView> ImplErrorDialog::m_xErrors
private

Definition at line 44 of file impdialog.hxx.

Referenced by ImplErrorDialog().

◆ m_xExplanation

std::unique_ptr<weld::Label> ImplErrorDialog::m_xExplanation
private

Definition at line 45 of file impdialog.hxx.

Referenced by ImplErrorDialog().


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