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

#include <unknownauthdlg.hxx>

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

Public Member Functions

 UnknownAuthDialog (weld::Window *pParent, const css::uno::Reference< css::security::XCertificate > &rXCert, const css::uno::Reference< css::uno::XComponentContext > &xContext)
 
void setDescriptionText (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 (OKHdl_Impl, weld::Button &, void)
 
 DECL_LINK (ViewCertHdl_Impl, weld::Button &, void)
 

Private Attributes

std::unique_ptr< weld::Buttonm_xCommandButtonOK
 
std::unique_ptr< weld::Buttonm_xView_Certificate
 
std::unique_ptr< weld::RadioButtonm_xOptionButtonAccept
 
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 28 of file unknownauthdlg.hxx.

Constructor & Destructor Documentation

◆ UnknownAuthDialog()

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

Definition at line 46 of file unknownauthdlg.cxx.

References LINK, m_xCommandButtonOK, m_xContext, and m_xView_Certificate.

Member Function Documentation

◆ DECL_LINK() [1/2]

UnknownAuthDialog::DECL_LINK ( OKHdl_Impl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [2/2]

UnknownAuthDialog::DECL_LINK ( ViewCertHdl_Impl  ,
weld::Button ,
void   
)
private

◆ setDescriptionText()

void UnknownAuthDialog::setDescriptionText ( const OUString &  rText)
inline

Definition at line 46 of file unknownauthdlg.hxx.

References weld::MessageDialogController::m_xDialog.

Member Data Documentation

◆ m_rXCert

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

Definition at line 36 of file unknownauthdlg.hxx.

◆ m_xCommandButtonOK

std::unique_ptr<weld::Button> UnknownAuthDialog::m_xCommandButtonOK
private

Definition at line 31 of file unknownauthdlg.hxx.

Referenced by UnknownAuthDialog().

◆ m_xContext

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

Definition at line 35 of file unknownauthdlg.hxx.

◆ m_xOptionButtonAccept

std::unique_ptr<weld::RadioButton> UnknownAuthDialog::m_xOptionButtonAccept
private

Definition at line 33 of file unknownauthdlg.hxx.

◆ m_xView_Certificate

std::unique_ptr<weld::Button> UnknownAuthDialog::m_xView_Certificate
private

Definition at line 32 of file unknownauthdlg.hxx.

Referenced by UnknownAuthDialog().


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