#include "serverapp.h"
Definition at line 38 of file serverapp.h.
ServerApp::ServerApp |
( |
int & |
argc, |
|
|
char ** |
argv |
|
) |
| |
QStringList ServerApp::arguments |
( |
| ) |
|
|
virtual |
const Room * ServerApp::getCurrentRoom |
( |
| ) |
const |
const QMap<QString, Room *>& ServerApp::getRooms |
( |
| ) |
const |
|
inline |
QSettings * ServerApp::getSettings |
( |
| ) |
|
bool ServerApp::isExam |
( |
| ) |
const |
|
inline |
void ServerApp::loadRooms |
( |
| ) |
|
|
private |
QStringList ServerApp::parseParameters |
( |
| ) |
|
|
private |
const QString& ServerApp::sessionName |
( |
| ) |
const |
|
inline |
const QByteArray& ServerApp::sessionNameArray |
( |
| ) |
const |
|
inline |
void ServerApp::setCurrentRoom |
( |
const QString & |
room | ) |
|
|
inline |
void ServerApp::setExam |
( |
bool |
exam | ) |
|
|
inline |
void ServerApp::setSessionName |
( |
const QString & |
name | ) |
|
void ServerApp::setSessionName |
( |
| ) |
|
bool ServerApp::shouldExit |
( |
| ) |
const |
|
inline |
QStringList ServerApp::_arguments |
|
private |
QString ServerApp::_currentRoom |
|
private |
bool ServerApp::_doExit {} |
|
private |
QString ServerApp::_iniPath |
|
private |
bool ServerApp::_isExam {} |
|
private |
bool ServerApp::_managerOnly {} |
|
private |
QMap<QString, Room*> ServerApp::_rooms |
|
private |
QString ServerApp::_sessionName |
|
private |
QByteArray ServerApp::_sessionNameArray |
|
private |
The documentation for this class was generated from the following files: