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

#include <dlg_register.h>

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

Public Member Functions

 DlgRegister (QWidget *parent=nullptr)
QString getHost () const
int getPort () const
QString getPlayerName () const
QString getPassword () const
QString getEmail () const
QString getCountry () const
QString getRealName () const

Private Slots

void actOk ()

Private Attributes

QLabel * infoLabel
QLabel * hostLabel
QLabel * portLabel
QLabel * playernameLabel
QLabel * passwordLabel
QLabel * passwordConfirmationLabel
QLabel * emailLabel
QLabel * emailConfirmationLabel
QLabel * countryLabel
QLabel * realnameLabel
QLineEdit * hostEdit
QLineEdit * portEdit
QLineEdit * playernameEdit
QLineEdit * passwordEdit
QLineEdit * passwordConfirmationEdit
QLineEdit * emailEdit
QLineEdit * emailConfirmationEdit
QLineEdit * realnameEdit
QComboBox * countryEdit

Constructor & Destructor Documentation

◆ DlgRegister()

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

Member Function Documentation

◆ actOk

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

◆ getCountry()

QString DlgRegister::getCountry ( ) const
inlinenodiscard
Here is the caller graph for this function:

◆ getEmail()

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

◆ getHost()

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

◆ getPassword()

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

◆ getPlayerName()

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

◆ getPort()

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

◆ getRealName()

QString DlgRegister::getRealName ( ) const
inlinenodiscard
Here is the caller graph for this function:

Member Data Documentation

◆ countryEdit

QComboBox* DlgRegister::countryEdit
private

◆ countryLabel

QLabel * DlgRegister::countryLabel
private

◆ emailConfirmationEdit

QLineEdit * DlgRegister::emailConfirmationEdit
private

◆ emailConfirmationLabel

QLabel * DlgRegister::emailConfirmationLabel
private

◆ emailEdit

QLineEdit * DlgRegister::emailEdit
private

◆ emailLabel

QLabel * DlgRegister::emailLabel
private

◆ hostEdit

QLineEdit* DlgRegister::hostEdit
private

◆ hostLabel

QLabel * DlgRegister::hostLabel
private

◆ infoLabel

QLabel* DlgRegister::infoLabel
private

◆ passwordConfirmationEdit

QLineEdit * DlgRegister::passwordConfirmationEdit
private

◆ passwordConfirmationLabel

QLabel * DlgRegister::passwordConfirmationLabel
private

◆ passwordEdit

QLineEdit * DlgRegister::passwordEdit
private

◆ passwordLabel

QLabel * DlgRegister::passwordLabel
private

◆ playernameEdit

QLineEdit * DlgRegister::playernameEdit
private

◆ playernameLabel

QLabel * DlgRegister::playernameLabel
private

◆ portEdit

QLineEdit * DlgRegister::portEdit
private

◆ portLabel

QLabel * DlgRegister::portLabel
private

◆ realnameEdit

QLineEdit * DlgRegister::realnameEdit
private

◆ realnameLabel

QLabel * DlgRegister::realnameLabel
private

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