![]() |
NDEVR
API Documentation
|
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. | |
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.
| OWLCredentialsDialog::OWLCredentialsDialog | ( | OWLClientInterface * | server_actions, |
| QWidget * | parent = nullptr ) |
Constructs the credentials dialog.
| [in] | server_actions | The OWL client interface for authentication. |
| [in] | parent | Optional parent widget. |
| void OWLCredentialsDialog::setConnection | ( | const NDEVRServerManager::OWLServer & | server | ) |
Sets the active server connection for authentication.
| [in] | server | The OWL server connection information. |
| void OWLCredentialsDialog::setConnectionID | ( | UUID | id | ) |
Sets the connection ID to authenticate against.
| [in] | id | The UUID of the server connection. |