#include "vncserver.h"
|
void | started (int port, const QString &ropass, const QString &rwpass) |
|
|
void | timerEvent (QTimerEvent *event) override |
| Timer event, currently only used to assume VNC server setup failed after 3 seconds... More...
|
|
|
static QSharedPointer< QFile > | createPwFile (const QDir &dir) |
|
Definition at line 16 of file vncserver.h.
VncServer::~VncServer |
( |
| ) |
|
|
overrideprivatedefault |
QSharedPointer< QFile > VncServer::createPwFile |
( |
const QDir & |
dir | ) |
|
|
staticprivate |
bool VncServer::isVncServerRunning |
( |
| ) |
const |
|
inline |
void VncServer::onError |
( |
QProcess::ProcessError |
error | ) |
|
|
privateslot |
void VncServer::onFinished |
( |
int |
exitCode, |
|
|
QProcess::ExitStatus |
exitStatus |
|
) |
| |
|
privateslot |
void VncServer::onStdErr |
( |
| ) |
|
|
privateslot |
void VncServer::onStdOut |
( |
| ) |
|
|
privateslot |
void VncServer::start |
( |
| ) |
|
void VncServer::started |
( |
int |
port, |
|
|
const QString & |
ropass, |
|
|
const QString & |
rwpass |
|
) |
| |
|
signal |
void VncServer::timerEvent |
( |
QTimerEvent * |
event | ) |
|
|
overrideprotected |
Timer event, currently only used to assume VNC server setup failed after 3 seconds...
- Parameters
-
Definition at line 174 of file vncserver.cpp.
QProcess* VncServer::_process |
|
private |
QString VncServer::_ropass |
|
private |
QString VncServer::_rwpass |
|
private |
The documentation for this class was generated from the following files: