NDEVR
API Documentation
OWLCredentialsDialog

Dialog for entering OWL server login credentials. More...

Public Member Functions

 OWLCredentialsDialog (OWLClientInterface *server_actions, QWidget *parent=nullptr)
 Constructs the credentials dialog.
virtual ~OWLCredentialsDialog ()
 Destroys the credentials dialog.
void finishedSignal ()
 Emitted when authentication is complete.
void reset ()
 Resets the dialog to its initial state.
void setConnection (const NDEVRServerManager::OWLServer &server)
 Sets the active server connection for authentication.
void setConnectionID (UUID id)
 Sets the connection ID to authenticate against.

Detailed Description

Dialog for entering OWL server login credentials.

Provides username/password entry and a link to the account creation dialog.

Definition at line 50 of file OWLCredentialsDialog.h.

Constructor & Destructor Documentation

◆ OWLCredentialsDialog()

OWLCredentialsDialog::OWLCredentialsDialog ( OWLClientInterface * server_actions,
QWidget * parent = nullptr )

Constructs the credentials dialog.

Parameters
[in]server_actionsThe OWL client interface for authentication.
[in]parentOptional parent widget.

Member Function Documentation

◆ setConnection()

void OWLCredentialsDialog::setConnection ( const NDEVRServerManager::OWLServer & server)

Sets the active server connection for authentication.

Parameters
[in]serverThe OWL server connection information.

◆ setConnectionID()

void OWLCredentialsDialog::setConnectionID ( UUID id)

Sets the connection ID to authenticate against.

Parameters
[in]idThe UUID of the server connection.

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