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

#include <dlg_forgot_password_request.h>

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

Public Member Functions

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

Private Slots

void actOk ()

Private Attributes

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

Constructor & Destructor Documentation

◆ DlgForgotPasswordRequest()

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

Member Function Documentation

◆ actOk

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

◆ getHost()

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

◆ getPlayerName()

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

◆ getPort()

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

Member Data Documentation

◆ hostEdit

QLineEdit* DlgForgotPasswordRequest::hostEdit
private

◆ hostLabel

QLabel * DlgForgotPasswordRequest::hostLabel
private

◆ infoLabel

QLabel* DlgForgotPasswordRequest::infoLabel
private

◆ playernameEdit

QLineEdit * DlgForgotPasswordRequest::playernameEdit
private

◆ playernameLabel

QLabel * DlgForgotPasswordRequest::playernameLabel
private

◆ portEdit

QLineEdit * DlgForgotPasswordRequest::portEdit
private

◆ portLabel

QLabel * DlgForgotPasswordRequest::portLabel
private

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