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

#include <crashreportdlg.hxx>

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

Public Member Functions

 CrashReportDialog (weld::Window *pParent)
 
virtual short run () override
 
virtual ~CrashReportDialog () 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
 

Private Member Functions

 DECL_LINK (BtnHdl, weld::Button &, void)
 
 DECL_STATIC_LINK (CrashReportDialog, InstallLOKNotifierHdl, void *, vcl::ILibreOfficeKitNotifier *)
 

Private Attributes

std::unique_ptr< weld::ButtonmxBtnSend
 
std::unique_ptr< weld::ButtonmxBtnCancel
 
std::unique_ptr< weld::ButtonmxBtnClose
 
std::unique_ptr< weld::LabelmxEditPreUpload
 
std::unique_ptr< weld::LabelmxEditPostUpload
 
std::unique_ptr< weld::LinkButtonmxLinkButton
 
std::unique_ptr< weld::LabelmxFtBugReport
 
std::unique_ptr< weld::CheckButtonmxCBSafeMode
 
std::unique_ptr< weld::LinkButtonmxPrivacyPolicyButton
 
OUString maLinkTemplate
 

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::GenericDialogController
std::unique_ptr< weld::Builderm_xBuilder
 
std::shared_ptr< weld::Dialogm_xDialog
 

Detailed Description

Definition at line 15 of file crashreportdlg.hxx.

Constructor & Destructor Documentation

◆ CrashReportDialog()

CrashReportDialog::CrashReportDialog ( weld::Window pParent)
explicit

◆ ~CrashReportDialog()

CrashReportDialog::~CrashReportDialog ( )
overridevirtual

Definition at line 60 of file crashreportdlg.cxx.

Member Function Documentation

◆ DECL_LINK()

CrashReportDialog::DECL_LINK ( BtnHdl  ,
weld::Button ,
void   
)
private

◆ DECL_STATIC_LINK()

CrashReportDialog::DECL_STATIC_LINK ( CrashReportDialog  ,
InstallLOKNotifierHdl  ,
void *  ,
vcl::ILibreOfficeKitNotifier  
)
private

◆ run()

short CrashReportDialog::run ( )
overridevirtual

Member Data Documentation

◆ maLinkTemplate

OUString CrashReportDialog::maLinkTemplate
private

Definition at line 33 of file crashreportdlg.hxx.

Referenced by CrashReportDialog().

◆ mxBtnCancel

std::unique_ptr<weld::Button> CrashReportDialog::mxBtnCancel
private

Definition at line 24 of file crashreportdlg.hxx.

Referenced by CrashReportDialog().

◆ mxBtnClose

std::unique_ptr<weld::Button> CrashReportDialog::mxBtnClose
private

Definition at line 25 of file crashreportdlg.hxx.

Referenced by CrashReportDialog().

◆ mxBtnSend

std::unique_ptr<weld::Button> CrashReportDialog::mxBtnSend
private

Definition at line 23 of file crashreportdlg.hxx.

Referenced by CrashReportDialog().

◆ mxCBSafeMode

std::unique_ptr<weld::CheckButton> CrashReportDialog::mxCBSafeMode
private

Definition at line 30 of file crashreportdlg.hxx.

Referenced by CrashReportDialog(), and run().

◆ mxEditPostUpload

std::unique_ptr<weld::Label> CrashReportDialog::mxEditPostUpload
private

Definition at line 27 of file crashreportdlg.hxx.

◆ mxEditPreUpload

std::unique_ptr<weld::Label> CrashReportDialog::mxEditPreUpload
private

Definition at line 26 of file crashreportdlg.hxx.

Referenced by CrashReportDialog().

◆ mxFtBugReport

std::unique_ptr<weld::Label> CrashReportDialog::mxFtBugReport
private

Definition at line 29 of file crashreportdlg.hxx.

◆ mxLinkButton

std::unique_ptr<weld::LinkButton> CrashReportDialog::mxLinkButton
private

Definition at line 28 of file crashreportdlg.hxx.

Referenced by CrashReportDialog().

◆ mxPrivacyPolicyButton

std::unique_ptr<weld::LinkButton> CrashReportDialog::mxPrivacyPolicyButton
private

Definition at line 31 of file crashreportdlg.hxx.

Referenced by CrashReportDialog().


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