Cockatrice 2025-11-30-Development-2.11.0-beta.38
A cross-platform virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
DlgForgotPasswordReset Class Reference

#include <dlg_forgot_password_reset.h>

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

Public Member Functions

 DlgForgotPasswordReset (QWidget *parent=nullptr)
QString getHost () const
int getPort () const
QString getPlayerName () const
QString getToken () const
QString getPassword () const

Private Slots

void actOk ()

Private Attributes

QLabel * infoLabel
QLabel * hostLabel
QLabel * portLabel
QLabel * playernameLabel
QLabel * tokenLabel
QLabel * newpasswordLabel
QLabel * newpasswordverifyLabel
QLineEdit * hostEdit
QLineEdit * portEdit
QLineEdit * playernameEdit
QLineEdit * tokenEdit
QLineEdit * newpasswordEdit
QLineEdit * newpasswordverifyEdit

Constructor & Destructor Documentation

◆ DlgForgotPasswordReset()

DlgForgotPasswordReset::DlgForgotPasswordReset ( QWidget * parent = nullptr)
explicit
Here is the call graph for this function:

Member Function Documentation

◆ actOk

void DlgForgotPasswordReset::actOk ( )
privateslot
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getHost()

QString DlgForgotPasswordReset::getHost ( ) const
inlinenodiscard
Here is the caller graph for this function:

◆ getPassword()

QString DlgForgotPasswordReset::getPassword ( ) const
inlinenodiscard
Here is the caller graph for this function:

◆ getPlayerName()

QString DlgForgotPasswordReset::getPlayerName ( ) const
inlinenodiscard
Here is the caller graph for this function:

◆ getPort()

int DlgForgotPasswordReset::getPort ( ) const
inlinenodiscard
Here is the caller graph for this function:

◆ getToken()

QString DlgForgotPasswordReset::getToken ( ) const
inlinenodiscard
Here is the caller graph for this function:

Member Data Documentation

◆ hostEdit

QLineEdit* DlgForgotPasswordReset::hostEdit
private

◆ hostLabel

QLabel * DlgForgotPasswordReset::hostLabel
private

◆ infoLabel

QLabel* DlgForgotPasswordReset::infoLabel
private

◆ newpasswordEdit

QLineEdit * DlgForgotPasswordReset::newpasswordEdit
private

◆ newpasswordLabel

QLabel * DlgForgotPasswordReset::newpasswordLabel
private

◆ newpasswordverifyEdit

QLineEdit * DlgForgotPasswordReset::newpasswordverifyEdit
private

◆ newpasswordverifyLabel

QLabel * DlgForgotPasswordReset::newpasswordverifyLabel
private

◆ playernameEdit

QLineEdit * DlgForgotPasswordReset::playernameEdit
private

◆ playernameLabel

QLabel * DlgForgotPasswordReset::playernameLabel
private

◆ portEdit

QLineEdit * DlgForgotPasswordReset::portEdit
private

◆ portLabel

QLabel * DlgForgotPasswordReset::portLabel
private

◆ tokenEdit

QLineEdit * DlgForgotPasswordReset::tokenEdit
private

◆ tokenLabel

QLabel * DlgForgotPasswordReset::tokenLabel
private

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