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

#include <certpath.hxx>

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

Public Member Functions

 CertPathDialog (weld::Window *pParent)
 
virtual ~CertPathDialog () override
 
void Init ()
 
bool isActiveServicePath () const
 
- 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 (CheckHdl_Impl, const weld::TreeView::iter_col &, void)
 
 DECL_LINK (ManualHdl_Impl, weld::Button &, void)
 
 DECL_LINK (OKHdl_Impl, weld::Button &, void)
 
void HandleEntryChecked (int nRow)
 
void AddCertPath (const OUString &rProfile, const OUString &rPath, bool bSelect=true)
 
void AddManualCertPath (const OUString &sUserSetCertPath, bool bSelect=true)
 

Private Attributes

std::unique_ptr< weld::Buttonm_xManualButton
 
std::unique_ptr< weld::Buttonm_xOKButton
 
std::unique_ptr< weld::TreeViewm_xCertPathList
 
OUString m_sAddDialogText
 
OUString m_sManualLabel
 
OUString m_sManualPath
 

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 14 of file certpath.hxx.

Constructor & Destructor Documentation

◆ CertPathDialog()

CertPathDialog::CertPathDialog ( weld::Window pParent)
explicit

Definition at line 24 of file certpath.cxx.

References LINK, m_xCertPathList, m_xManualButton, m_xOKButton, m_xOKButton, and weld::Radio.

◆ ~CertPathDialog()

CertPathDialog::~CertPathDialog ( )
overridevirtual

Definition at line 150 of file certpath.cxx.

Member Function Documentation

◆ AddCertPath()

void CertPathDialog::AddCertPath ( const OUString &  rProfile,
const OUString &  rPath,
bool  bSelect = true 
)
private

◆ AddManualCertPath()

void CertPathDialog::AddManualCertPath ( const OUString &  sUserSetCertPath,
bool  bSelect = true 
)
private

Definition at line 92 of file certpath.cxx.

References AddCertPath(), and m_sManualLabel.

Referenced by Init().

◆ DECL_LINK() [1/3]

CertPathDialog::DECL_LINK ( CheckHdl_Impl  ,
const weld::TreeView::iter_col ,
void   
)
private

◆ DECL_LINK() [2/3]

CertPathDialog::DECL_LINK ( ManualHdl_Impl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [3/3]

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

◆ HandleEntryChecked()

void CertPathDialog::HandleEntryChecked ( int  nRow)
private

Definition at line 159 of file certpath.cxx.

References i, m_xCertPathList, nCount, TRISTATE_FALSE, and TRISTATE_TRUE.

Referenced by AddCertPath().

◆ Init()

void CertPathDialog::Init ( void  )

◆ isActiveServicePath()

bool CertPathDialog::isActiveServicePath ( ) const

Definition at line 129 of file certpath.cxx.

References comphelper::getProcessComponentContext(), and m_xCertPathList.

Member Data Documentation

◆ m_sAddDialogText

OUString CertPathDialog::m_sAddDialogText
private

Definition at line 19 of file certpath.hxx.

◆ m_sManualLabel

OUString CertPathDialog::m_sManualLabel
private

Definition at line 20 of file certpath.hxx.

Referenced by AddCertPath(), and AddManualCertPath().

◆ m_sManualPath

OUString CertPathDialog::m_sManualPath
private

Definition at line 21 of file certpath.hxx.

Referenced by AddCertPath().

◆ m_xCertPathList

std::unique_ptr<weld::TreeView> CertPathDialog::m_xCertPathList
private

◆ m_xManualButton

std::unique_ptr<weld::Button> CertPathDialog::m_xManualButton
private

Definition at line 16 of file certpath.hxx.

Referenced by CertPathDialog().

◆ m_xOKButton

std::unique_ptr<weld::Button> CertPathDialog::m_xOKButton
private

Definition at line 17 of file certpath.hxx.

Referenced by CertPathDialog().


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