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

#include <dlg_edit_user.h>

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

Public Member Functions

 DlgEditUser (QWidget *parent=nullptr, QString email=QString(), QString country=QString(), QString realName=QString())
QString getEmail () const
QString getCountry () const
QString getRealName () const

Private Slots

void actOk ()

Private Attributes

QLabel * emailLabel
QLabel * countryLabel
QLabel * realnameLabel
QLineEdit * emailEdit
QLineEdit * realnameEdit
QComboBox * countryEdit

Constructor & Destructor Documentation

◆ DlgEditUser()

DlgEditUser::DlgEditUser ( QWidget * parent = nullptr,
QString email = QString(),
QString country = QString(),
QString realName = QString() )
explicit
Here is the call graph for this function:

Member Function Documentation

◆ actOk

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

◆ getCountry()

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

◆ getEmail()

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

◆ getRealName()

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

Member Data Documentation

◆ countryEdit

QComboBox* DlgEditUser::countryEdit
private

◆ countryLabel

QLabel * DlgEditUser::countryLabel
private

◆ emailEdit

QLineEdit* DlgEditUser::emailEdit
private

◆ emailLabel

QLabel* DlgEditUser::emailLabel
private

◆ realnameEdit

QLineEdit * DlgEditUser::realnameEdit
private

◆ realnameLabel

QLabel * DlgEditUser::realnameLabel
private

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