QtPdCom  1.5.2
LoginManagerPrivate Class Reference

#include <LoginManager_p.h>

Inheritance diagram for LoginManagerPrivate:
Collaboration diagram for LoginManagerPrivate:

Public Member Functions

 LoginManagerPrivate (const char *server_name, LoginManager *q)

Public Attributes

LoginManager *const q_ptr

Private Member Functions

std::string getAuthname () override
std::string getPassword () override
void completed (LoginResult success) override
void clearCredentials ()
 Q_DECLARE_PUBLIC (LoginManager)

Private Attributes

std::string username
std::string password
bool username_set = false
bool password_set = false
PdCom::SimpleLoginManager::LoginResult loginResult

Constructor & Destructor Documentation

◆ LoginManagerPrivate()

QtPdCom::LoginManagerPrivate::LoginManagerPrivate ( const char * server_name,
LoginManager * q )
inline

Member Function Documentation

◆ clearCredentials()

◆ completed()

void LoginManagerPrivate::completed ( LoginResult success)
overrideprivate

◆ getAuthname()

std::string LoginManagerPrivate::getAuthname ( )
overrideprivate

◆ getPassword()

std::string LoginManagerPrivate::getPassword ( )
overrideprivate

◆ Q_DECLARE_PUBLIC()

Member Data Documentation

◆ loginResult

PdCom::SimpleLoginManager::LoginResult QtPdCom::LoginManagerPrivate::loginResult
private
Initial value:
=
PdCom::SimpleLoginManager::LoginResult::Success

◆ password

◆ password_set

◆ q_ptr

◆ username

◆ username_set


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