Cockatrice 2026-09-01-Development-3.1.0-beta.10
A virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
main.cpp File Reference
Include dependency graph for main.cpp:

Functions

static void CockatriceLogger (QtMsgType type, const QMessageLogContext &ctx, const QString &message)
void installNewTranslator ()
QString const generateClientID ()
int main (int argc, char *argv[])

Variables

QTranslator * translator
QTranslator * qtTranslator
RNG_Abstractrng
SoundEnginesoundEngine
QSystemTrayIcon * trayIcon
ThemeManagerthemeManager
const QString translationPrefix = "cockatrice"
QString translationPath

Function Documentation

◆ CockatriceLogger()

void CockatriceLogger ( QtMsgType type,
const QMessageLogContext & ctx,
const QString & message )
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ generateClientID()

QString const generateClientID ( )
Here is the caller graph for this function:

◆ installNewTranslator()

void installNewTranslator ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ main()

int main ( int argc,
char * argv[] )
Here is the call graph for this function:

Variable Documentation

◆ qtTranslator

QTranslator * qtTranslator

◆ rng

◆ soundEngine

SoundEngine* soundEngine

◆ themeManager

ThemeManager* themeManager

◆ translationPath

QString translationPath

◆ translationPrefix

const QString translationPrefix = "cockatrice"

◆ translator

QTranslator* translator

◆ trayIcon

QSystemTrayIcon* trayIcon