|
Pool Video Switch v2
Software video switch for distributed remote display in a lecture environment
|
#include "vncserver.h"
Inheritance diagram for VncServer:
Collaboration diagram for VncServer:Signals | |
| void | started (int port, const QString &ropass, const QString &rwpass) |
Public Member Functions | |
| bool | isVncServerRunning () const |
| void | start () |
| VncServer::start. More... | |
| void | stop () |
| VncServer::stop. More... | |
Static Public Member Functions | |
| static VncServer * | instance () |
| VncServer::instance. More... | |
Protected Member Functions | |
| void | timerEvent (QTimerEvent *event) override |
| Timer event, currently only used to assume VNC server setup failed after 3 seconds... More... | |
Private Slots | |
| void | onStdOut () |
| VncServer::onStdOut. More... | |
| void | onStdErr () |
| VncServer::onStdErr. More... | |
| void | onFinished (int exitCode, QProcess::ExitStatus exitStatus) |
| VncServer::onFinished. More... | |
| void | onError (QProcess::ProcessError error) |
| VncServer::onError. More... | |
Private Member Functions | |
| VncServer () | |
| VncServer::VncServer. More... | |
| ~VncServer () override | |
| VncServer::~VncServer. More... | |
Static Private Member Functions | |
| static QSharedPointer< QFile > | createPwFile (const QDir &dir) |
Private Attributes | |
| QProcess * | _process |
| QString | _ropass |
| QString | _rwpass |
| int | _port |
| int | _timerId |
Static Private Attributes | |
| static VncServer * | me = nullptr |
Definition at line 16 of file vncserver.h.
|
private |
|
overrideprivatedefault |
|
staticprivate |
|
static |
Definition at line 25 of file vncserver.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
|
privateslot |
| error |
Definition at line 229 of file vncserver.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
privateslot |
| exitCode |
Definition at line 239 of file vncserver.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
privateslot |
|
privateslot |
| void VncServer::start | ( | ) |
Definition at line 77 of file vncserver.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
signal |
Here is the caller graph for this function:| void VncServer::stop | ( | ) |
Definition at line 139 of file vncserver.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
overrideprotected |
Timer event, currently only used to assume VNC server setup failed after 3 seconds...
| event |
Definition at line 174 of file vncserver.cpp.
Here is the call graph for this function:
|
private |
Definition at line 24 of file vncserver.h.
|
private |
Definition at line 21 of file vncserver.h.
|
private |
Definition at line 22 of file vncserver.h.
|
private |
Definition at line 23 of file vncserver.h.
|
private |
Definition at line 25 of file vncserver.h.
|
staticprivate |
Definition at line 31 of file vncserver.h.
1.8.8