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

#include <authfallbackdlg.hxx>

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

Public Member Functions

 AuthFallbackDlg (weld::Window *pParent, const OUString &instructions, const OUString &url)
 
virtual ~AuthFallbackDlg () override
 
OUString GetCode () 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 (OKHdl, weld::Button &, void)
 
 DECL_LINK (CancelHdl, weld::Button &, void)
 

Private Attributes

bool m_bGoogleMode
 
std::unique_ptr< weld::Labelm_xTVInstructions
 
std::unique_ptr< weld::Entrym_xEDUrl
 
std::unique_ptr< weld::Entrym_xEDCode
 
std::unique_ptr< weld::Entrym_xEDGoogleCode
 
std::unique_ptr< weld::Buttonm_xBTOk
 
std::unique_ptr< weld::Buttonm_xBTCancel
 
std::unique_ptr< weld::Widgetm_xGoogleBox
 
std::unique_ptr< weld::Widgetm_xOneDriveBox
 

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 authfallbackdlg.hxx.

Constructor & Destructor Documentation

◆ AuthFallbackDlg()

AuthFallbackDlg::AuthFallbackDlg ( weld::Window pParent,
const OUString &  instructions,
const OUString &  url 
)

◆ ~AuthFallbackDlg()

AuthFallbackDlg::~AuthFallbackDlg ( )
overridevirtual

Definition at line 48 of file authfallbackdlg.cxx.

Member Function Documentation

◆ DECL_LINK() [1/2]

AuthFallbackDlg::DECL_LINK ( CancelHdl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [2/2]

AuthFallbackDlg::DECL_LINK ( OKHdl  ,
weld::Button ,
void   
)
private

◆ GetCode()

OUString AuthFallbackDlg::GetCode ( ) const

Member Data Documentation

◆ m_bGoogleMode

bool AuthFallbackDlg::m_bGoogleMode
private

Definition at line 17 of file authfallbackdlg.hxx.

Referenced by AuthFallbackDlg(), and GetCode().

◆ m_xBTCancel

std::unique_ptr<weld::Button> AuthFallbackDlg::m_xBTCancel
private

Definition at line 24 of file authfallbackdlg.hxx.

Referenced by AuthFallbackDlg().

◆ m_xBTOk

std::unique_ptr<weld::Button> AuthFallbackDlg::m_xBTOk
private

Definition at line 23 of file authfallbackdlg.hxx.

Referenced by AuthFallbackDlg().

◆ m_xEDCode

std::unique_ptr<weld::Entry> AuthFallbackDlg::m_xEDCode
private

Definition at line 21 of file authfallbackdlg.hxx.

Referenced by GetCode().

◆ m_xEDGoogleCode

std::unique_ptr<weld::Entry> AuthFallbackDlg::m_xEDGoogleCode
private

Definition at line 22 of file authfallbackdlg.hxx.

Referenced by GetCode().

◆ m_xEDUrl

std::unique_ptr<weld::Entry> AuthFallbackDlg::m_xEDUrl
private

Definition at line 20 of file authfallbackdlg.hxx.

Referenced by AuthFallbackDlg().

◆ m_xGoogleBox

std::unique_ptr<weld::Widget> AuthFallbackDlg::m_xGoogleBox
private

Definition at line 25 of file authfallbackdlg.hxx.

Referenced by AuthFallbackDlg().

◆ m_xOneDriveBox

std::unique_ptr<weld::Widget> AuthFallbackDlg::m_xOneDriveBox
private

Definition at line 26 of file authfallbackdlg.hxx.

Referenced by AuthFallbackDlg().

◆ m_xTVInstructions

std::unique_ptr<weld::Label> AuthFallbackDlg::m_xTVInstructions
private

Definition at line 19 of file authfallbackdlg.hxx.

Referenced by AuthFallbackDlg().


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