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

#include <servatrice.h>

Public Member Functions

 ServerProperties (int _id, const QSslCertificate &_cert, QString _hostname, const QHostAddress &_address, int _gamePort, int _controlPort)

Public Attributes

int id
QSslCertificate cert
QString hostname
QHostAddress address
int gamePort
int controlPort

Constructor & Destructor Documentation

◆ ServerProperties()

ServerProperties::ServerProperties ( int _id,
const QSslCertificate & _cert,
QString _hostname,
const QHostAddress & _address,
int _gamePort,
int _controlPort )
inline

Member Data Documentation

◆ address

QHostAddress ServerProperties::address

◆ cert

QSslCertificate ServerProperties::cert

◆ controlPort

int ServerProperties::controlPort

◆ gamePort

int ServerProperties::gamePort

◆ hostname

QString ServerProperties::hostname

◆ id

int ServerProperties::id

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