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

#include <webconninfo.hxx>

Inheritance diagram for svx::WebConnectionInfoDialog:
[legend]
Collaboration diagram for svx::WebConnectionInfoDialog:
[legend]

Public Member Functions

 WebConnectionInfoDialog (weld::Window *pParent)
 
virtual ~WebConnectionInfoDialog () 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 (HeaderBarClickedHdl, int, void)
 
 DECL_LINK (RemovePasswordHdl, weld::Button &, void)
 
 DECL_LINK (RemoveAllPasswordsHdl, weld::Button &, void)
 
 DECL_LINK (ChangePasswordHdl, weld::Button &, void)
 
 DECL_LINK (EntrySelectedHdl, weld::TreeView &, void)
 
void FillPasswordList ()
 

Private Attributes

sal_Int32 m_nPos
 
std::unique_ptr< weld::Buttonm_xRemoveBtn
 
std::unique_ptr< weld::Buttonm_xRemoveAllBtn
 
std::unique_ptr< weld::Buttonm_xChangeBtn
 
std::unique_ptr< weld::TreeViewm_xPasswordsLB
 

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 24 of file webconninfo.hxx.

Constructor & Destructor Documentation

◆ WebConnectionInfoDialog()

svx::WebConnectionInfoDialog::WebConnectionInfoDialog ( weld::Window pParent)
explicit

◆ ~WebConnectionInfoDialog()

svx::WebConnectionInfoDialog::~WebConnectionInfoDialog ( )
overridevirtual

Definition at line 68 of file webconninfo.cxx.

Member Function Documentation

◆ DECL_LINK() [1/5]

svx::WebConnectionInfoDialog::DECL_LINK ( ChangePasswordHdl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [2/5]

svx::WebConnectionInfoDialog::DECL_LINK ( EntrySelectedHdl  ,
weld::TreeView ,
void   
)
private

◆ DECL_LINK() [3/5]

svx::WebConnectionInfoDialog::DECL_LINK ( HeaderBarClickedHdl  ,
int  ,
void   
)
private

◆ DECL_LINK() [4/5]

svx::WebConnectionInfoDialog::DECL_LINK ( RemoveAllPasswordsHdl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [5/5]

svx::WebConnectionInfoDialog::DECL_LINK ( RemovePasswordHdl  ,
weld::Button ,
void   
)
private

◆ FillPasswordList()

void svx::WebConnectionInfoDialog::FillPasswordList ( )
private

Member Data Documentation

◆ m_nPos

sal_Int32 svx::WebConnectionInfoDialog::m_nPos
private

Definition at line 27 of file webconninfo.hxx.

Referenced by FillPasswordList().

◆ m_xChangeBtn

std::unique_ptr<weld::Button> svx::WebConnectionInfoDialog::m_xChangeBtn
private

Definition at line 31 of file webconninfo.hxx.

Referenced by WebConnectionInfoDialog().

◆ m_xPasswordsLB

std::unique_ptr<weld::TreeView> svx::WebConnectionInfoDialog::m_xPasswordsLB
private

Definition at line 32 of file webconninfo.hxx.

Referenced by FillPasswordList(), and WebConnectionInfoDialog().

◆ m_xRemoveAllBtn

std::unique_ptr<weld::Button> svx::WebConnectionInfoDialog::m_xRemoveAllBtn
private

Definition at line 30 of file webconninfo.hxx.

Referenced by WebConnectionInfoDialog().

◆ m_xRemoveBtn

std::unique_ptr<weld::Button> svx::WebConnectionInfoDialog::m_xRemoveBtn
private

Definition at line 29 of file webconninfo.hxx.

Referenced by WebConnectionInfoDialog().


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