| Pool Video Switch v2
    Software video switch for distributed remote display in a lecture environment | 
#include "clientapp.h"
 Inheritance diagram for ClientApp:
 Inheritance diagram for ClientApp: Collaboration diagram for ClientApp:
 Collaboration diagram for ClientApp:| Public Types | |
| enum | ConnectionMode { None, Auto, Session } | 
| Public Member Functions | |
| ClientApp (int &argc, char **argv) | |
| bool | isExamMode () const | 
| virtual QStringList | arguments () | 
| QSharedPointer< QSettings > | getSettings () | 
| ServerConnection * | connection () const | 
| ConnectWindow * | connectWindow () const | 
| bool | isConnectedToLocalManager () const | 
| Private Slots | |
| void | connected (ServerConnection *connection) | 
| void | disconnected (ServerConnection *connection) | 
| Private Member Functions | |
| QStringList | parseParameters () | 
| Private Attributes | |
| ConnectionMode | _connectionMode | 
| bool | _examMode | 
| QString | _sessionName | 
| Toolbar * | _toolbar | 
| ConnectWindow * | _connectWindow | 
| ServerConnection * | _connection | 
| QStringList | _arguments | 
| QString | _iniPath | 
Definition at line 22 of file clientapp.h.
| Enumerator | |
|---|---|
| None | |
| Auto | |
| Session | |
Definition at line 28 of file clientapp.h.
| ClientApp::ClientApp | ( | int & | argc, | 
| char ** | argv | ||
| ) | 
| 
 | virtual | 
| 
 | privateslot | 
Definition at line 98 of file clientapp.cpp.
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | inline | 
| 
 | inline | 
Definition at line 54 of file clientapp.h.
| 
 | privateslot | 
| QSharedPointer< QSettings > ClientApp::getSettings | ( | ) | 
Definition at line 84 of file clientapp.cpp.
| 
 | inline | 
| 
 | inline | 
Definition at line 46 of file clientapp.h.
| 
 | private | 
| 
 | private | 
Definition at line 37 of file clientapp.h.
| 
 | private | 
Definition at line 36 of file clientapp.h.
| 
 | private | 
Definition at line 31 of file clientapp.h.
| 
 | private | 
Definition at line 35 of file clientapp.h.
| 
 | private | 
Definition at line 32 of file clientapp.h.
| 
 | private | 
Definition at line 38 of file clientapp.h.
| 
 | private | 
Definition at line 33 of file clientapp.h.
| 
 | private | 
Definition at line 34 of file clientapp.h.
 1.8.8
 1.8.8