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

#include <sslwarndlg.hxx>

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

Public Member Functions

 SSLWarnDialog (weld::Window *pParent, const css::uno::Reference< css::security::XCertificate > &rXCert, const css::uno::Reference< css::uno::XComponentContext > &xContext)
 
void setDescription1Text (const OUString &rText)
 
- 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 (ViewCertHdl, weld::Button &, void)
 

Private Attributes

std::unique_ptr< weld::Buttonm_xView
 
const css::uno::Reference< css::uno::XComponentContext > & m_xContext
 
const css::uno::Reference< css::security::XCertificate > & m_rXCert
 

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 27 of file sslwarndlg.hxx.

Constructor & Destructor Documentation

◆ SSLWarnDialog()

SSLWarnDialog::SSLWarnDialog ( weld::Window pParent,
const css::uno::Reference< css::security::XCertificate > &  rXCert,
const css::uno::Reference< css::uno::XComponentContext > &  xContext 
)

Definition at line 34 of file sslwarndlg.cxx.

References LINK, m_xContext, and m_xView.

Member Function Documentation

◆ DECL_LINK()

SSLWarnDialog::DECL_LINK ( ViewCertHdl  ,
weld::Button ,
void   
)
private

◆ setDescription1Text()

void SSLWarnDialog::setDescription1Text ( const OUString &  rText)
inline

Definition at line 41 of file sslwarndlg.hxx.

References weld::MessageDialogController::m_xDialog.

Member Data Documentation

◆ m_rXCert

const css::uno::Reference<css::security::XCertificate>& SSLWarnDialog::m_rXCert
private

Definition at line 32 of file sslwarndlg.hxx.

◆ m_xContext

const css::uno::Reference<css::uno::XComponentContext>& SSLWarnDialog::m_xContext
private

Definition at line 31 of file sslwarndlg.hxx.

◆ m_xView

std::unique_ptr<weld::Button> SSLWarnDialog::m_xView
private

Definition at line 30 of file sslwarndlg.hxx.

Referenced by SSLWarnDialog().


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