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()

void LoginManagerPrivate::clearCredentials ( )
private

◆ completed()

void LoginManagerPrivate::completed ( LoginResult success)
overrideprivate

◆ getAuthname()

std::string LoginManagerPrivate::getAuthname ( )
overrideprivate

◆ getPassword()

std::string LoginManagerPrivate::getPassword ( )
overrideprivate

◆ Q_DECLARE_PUBLIC()

QtPdCom::LoginManagerPrivate::Q_DECLARE_PUBLIC ( LoginManager )
private

Member Data Documentation

◆ loginResult

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

◆ password

std::string QtPdCom::LoginManagerPrivate::password
private

◆ password_set

bool QtPdCom::LoginManagerPrivate::password_set = false
private

◆ q_ptr

LoginManager* const QtPdCom::LoginManagerPrivate::q_ptr

◆ username

std::string QtPdCom::LoginManagerPrivate::username
private

◆ username_set

bool QtPdCom::LoginManagerPrivate::username_set = false
private

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