LibreOffice Module sw (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
SwTestAccountSettingsDialog Class Reference
Inheritance diagram for SwTestAccountSettingsDialog:
[legend]
Collaboration diagram for SwTestAccountSettingsDialog:
[legend]

Public Member Functions

 SwTestAccountSettingsDialog (SwMailConfigPage *pParent)
 
virtual ~SwTestAccountSettingsDialog () override
 
- Public Member Functions inherited from SfxDialogController
 SfxDialogController (weld::Widget *pParent, const OUString &rUIFile, const OString &rDialogId)
 
virtual void Activate ()
 
virtual void Deactivate ()
 
virtual void ChildWinDispose ()
 
virtual void Close ()
 
virtual void EndDialog (int nResponse)
 

Private Member Functions

void Test ()
 
 DECL_LINK (StopHdl, weld::Button &, void)
 
 DECL_LINK (TestHdl, void *, void)
 

Private Attributes

ImplSVEventm_pPostedEvent
 
OUString m_sCompleted
 
OUString m_sFailed
 
OUString m_sErrorServer
 
bool m_bStop
 
SwMailConfigPagem_pParent
 
std::unique_ptr< weld::Buttonm_xStopPB
 
std::unique_ptr< weld::TextViewm_xErrorsED
 
std::unique_ptr< weld::Labelm_xResult1
 
std::unique_ptr< weld::Labelm_xResult2
 
std::unique_ptr< weld::Imagem_xImage1
 
std::unique_ptr< weld::Imagem_xImage2
 
std::unique_ptr< weld::Imagem_xImage3
 
std::unique_ptr< weld::Imagem_xImage4
 

Detailed Description

Definition at line 37 of file mailconfigpage.cxx.

Constructor & Destructor Documentation

◆ SwTestAccountSettingsDialog()

SwTestAccountSettingsDialog::SwTestAccountSettingsDialog ( SwMailConfigPage pParent)
explicit

◆ ~SwTestAccountSettingsDialog()

SwTestAccountSettingsDialog::~SwTestAccountSettingsDialog ( )
overridevirtual

Definition at line 230 of file mailconfigpage.cxx.

References m_pPostedEvent, and Application::RemoveUserEvent().

Member Function Documentation

◆ DECL_LINK() [1/2]

SwTestAccountSettingsDialog::DECL_LINK ( StopHdl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [2/2]

SwTestAccountSettingsDialog::DECL_LINK ( TestHdl  ,
void *  ,
void   
)
private

◆ Test()

void SwTestAccountSettingsDialog::Test ( )
private

Member Data Documentation

◆ m_bStop

bool SwTestAccountSettingsDialog::m_bStop
private

Definition at line 43 of file mailconfigpage.cxx.

Referenced by Test().

◆ m_pParent

SwMailConfigPage* SwTestAccountSettingsDialog::m_pParent
private

Definition at line 45 of file mailconfigpage.cxx.

Referenced by Test().

◆ m_pPostedEvent

ImplSVEvent* SwTestAccountSettingsDialog::m_pPostedEvent
private

Definition at line 39 of file mailconfigpage.cxx.

Referenced by SwTestAccountSettingsDialog(), and ~SwTestAccountSettingsDialog().

◆ m_sCompleted

OUString SwTestAccountSettingsDialog::m_sCompleted
private

Definition at line 40 of file mailconfigpage.cxx.

Referenced by SwTestAccountSettingsDialog(), and Test().

◆ m_sErrorServer

OUString SwTestAccountSettingsDialog::m_sErrorServer
private

Definition at line 42 of file mailconfigpage.cxx.

Referenced by SwTestAccountSettingsDialog(), and Test().

◆ m_sFailed

OUString SwTestAccountSettingsDialog::m_sFailed
private

Definition at line 41 of file mailconfigpage.cxx.

Referenced by SwTestAccountSettingsDialog(), and Test().

◆ m_xErrorsED

std::unique_ptr<weld::TextView> SwTestAccountSettingsDialog::m_xErrorsED
private

Definition at line 48 of file mailconfigpage.cxx.

Referenced by SwTestAccountSettingsDialog(), and Test().

◆ m_xImage1

std::unique_ptr<weld::Image> SwTestAccountSettingsDialog::m_xImage1
private

Definition at line 51 of file mailconfigpage.cxx.

Referenced by Test().

◆ m_xImage2

std::unique_ptr<weld::Image> SwTestAccountSettingsDialog::m_xImage2
private

Definition at line 52 of file mailconfigpage.cxx.

Referenced by Test().

◆ m_xImage3

std::unique_ptr<weld::Image> SwTestAccountSettingsDialog::m_xImage3
private

Definition at line 53 of file mailconfigpage.cxx.

Referenced by Test().

◆ m_xImage4

std::unique_ptr<weld::Image> SwTestAccountSettingsDialog::m_xImage4
private

Definition at line 54 of file mailconfigpage.cxx.

Referenced by Test().

◆ m_xResult1

std::unique_ptr<weld::Label> SwTestAccountSettingsDialog::m_xResult1
private

Definition at line 49 of file mailconfigpage.cxx.

Referenced by SwTestAccountSettingsDialog(), and Test().

◆ m_xResult2

std::unique_ptr<weld::Label> SwTestAccountSettingsDialog::m_xResult2
private

Definition at line 50 of file mailconfigpage.cxx.

Referenced by SwTestAccountSettingsDialog(), and Test().

◆ m_xStopPB

std::unique_ptr<weld::Button> SwTestAccountSettingsDialog::m_xStopPB
private

Definition at line 47 of file mailconfigpage.cxx.

Referenced by SwTestAccountSettingsDialog().


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