|
Pool Video Switch v2
Software video switch for distributed remote display in a lecture environment
|
#include "serverapp.h"
Inheritance diagram for ServerApp:
Collaboration diagram for ServerApp:Public Member Functions | |
| ServerApp (int &argc, char **argv) | |
| virtual QStringList | arguments () |
| const QString & | sessionName () const |
| const QByteArray & | sessionNameArray () const |
| const QMap< QString, Room * > & | getRooms () const |
| bool | isExam () const |
| const Room * | getCurrentRoom () const |
| QSettings * | getSettings () |
| void | setSessionName (const QString &name) |
| void | setSessionName () |
| void | setCurrentRoom (const QString &room) |
| void | setExam (bool exam) |
| bool | shouldExit () const |
Private Member Functions | |
| QStringList | parseParameters () |
| void | loadRooms () |
Private Attributes | |
| QStringList | _arguments |
| QString | _sessionName |
| QByteArray | _sessionNameArray |
| QMap< QString, Room * > | _rooms |
| QString | _currentRoom |
| bool | _doExit {} |
| bool | _managerOnly {} |
| bool | _isExam {} |
| QString | _iniPath |
Definition at line 38 of file serverapp.h.
| ServerApp::ServerApp | ( | int & | argc, |
| char ** | argv | ||
| ) |
|
virtual |
| const Room * ServerApp::getCurrentRoom | ( | ) | const |
Definition at line 140 of file serverapp.cpp.
|
inline |
Definition at line 69 of file serverapp.h.
| QSettings * ServerApp::getSettings | ( | ) |
|
inline |
Definition at line 70 of file serverapp.h.
|
private |
Definition at line 75 of file serverapp.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
|
inline |
Definition at line 67 of file serverapp.h.
|
inline |
Definition at line 68 of file serverapp.h.
|
inline |
Definition at line 77 of file serverapp.h.
|
inline |
Definition at line 78 of file serverapp.h.
| void ServerApp::setSessionName | ( | const QString & | name | ) |
Definition at line 152 of file serverapp.cpp.
| void ServerApp::setSessionName | ( | ) |
Definition at line 158 of file serverapp.cpp.
|
inline |
|
private |
Definition at line 44 of file serverapp.h.
|
private |
Definition at line 49 of file serverapp.h.
|
private |
Definition at line 50 of file serverapp.h.
|
private |
Definition at line 54 of file serverapp.h.
|
private |
Definition at line 53 of file serverapp.h.
|
private |
Definition at line 52 of file serverapp.h.
|
private |
Definition at line 48 of file serverapp.h.
|
private |
Definition at line 46 of file serverapp.h.
|
private |
Definition at line 47 of file serverapp.h.
1.8.8