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

#include <dlg_forgot_password_challenge.h>

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

Public Member Functions

 DlgForgotPasswordChallenge (QWidget *parent=nullptr)
QString getHost () const
int getPort () const
QString getPlayerName () const
QString getEmail () const

Private Slots

void actOk ()

Private Attributes

QLabel * infoLabel
QLabel * hostLabel
QLabel * portLabel
QLabel * playernameLabel
QLabel * emailLabel
QLineEdit * hostEdit
QLineEdit * portEdit
QLineEdit * playernameEdit
QLineEdit * emailEdit

Constructor & Destructor Documentation

◆ DlgForgotPasswordChallenge()

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

Member Function Documentation

◆ actOk

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

◆ getEmail()

QString DlgForgotPasswordChallenge::getEmail ( ) const
inlinenodiscard
Here is the caller graph for this function:

◆ getHost()

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

◆ getPlayerName()

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

◆ getPort()

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

Member Data Documentation

◆ emailEdit

QLineEdit * DlgForgotPasswordChallenge::emailEdit
private

◆ emailLabel

QLabel * DlgForgotPasswordChallenge::emailLabel
private

◆ hostEdit

QLineEdit* DlgForgotPasswordChallenge::hostEdit
private

◆ hostLabel

QLabel * DlgForgotPasswordChallenge::hostLabel
private

◆ infoLabel

QLabel* DlgForgotPasswordChallenge::infoLabel
private

◆ playernameEdit

QLineEdit * DlgForgotPasswordChallenge::playernameEdit
private

◆ playernameLabel

QLabel * DlgForgotPasswordChallenge::playernameLabel
private

◆ portEdit

QLineEdit * DlgForgotPasswordChallenge::portEdit
private

◆ portLabel

QLabel * DlgForgotPasswordChallenge::portLabel
private

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