krfb
#include <rfbclient.h>
Definition at line 26 of file krfb/rfbclient.h.
RfbClient::~RfbClient |
( |
| ) |
|
|
virtual |
bool RfbClient::checkPassword |
( |
const QByteArray & |
encryptedPassword | ) |
|
|
protectedvirtual |
This method is supposed to check if the provided encryptedPassword matches the criteria for authenticating the client.
The default implementation returns false if a password is required. Reimplement to do more useful stuff.
Reimplemented in InvitationsRfbClient.
Definition at line 120 of file rfbclient.cpp.
void RfbClient::closeConnection |
( |
| ) |
|
|
slot |
bool RfbClient::controlCanBeEnabled |
( |
| ) |
|
|
static |
bool RfbClient::controlEnabled |
( |
| ) |
const |
void RfbClient::controlEnabledChanged |
( |
bool |
enabled | ) |
|
|
signal |
void RfbClient::handleKeyboardEvent |
( |
bool |
down, |
|
|
rfbKeySym |
keySym |
|
) |
| |
|
protectedvirtual |
void RfbClient::handleMouseEvent |
( |
int |
buttonMask, |
|
|
int |
x, |
|
|
int |
y |
|
) |
| |
|
protectedvirtual |
void RfbClient::holdStatusChanged |
( |
bool |
onHold | ) |
|
|
signal |
bool RfbClient::isOnHold |
( |
| ) |
const |
QString RfbClient::name |
( |
| ) |
const |
|
virtual |
void RfbClient::setControlEnabled |
( |
bool |
enabled | ) |
|
|
slot |
void RfbClient::setOnHold |
( |
bool |
onHold | ) |
|
|
slot |
bool RfbClient::vncAuthCheckPassword |
( |
const QByteArray & |
password, |
|
|
const QByteArray & |
encryptedPassword |
|
) |
| const |
|
protected |
This method checks if the encryptedPassword that was sent from the remote user matches the password that you have specified localy to be the password for this connection.
This assumes that the standard VNC authentication mechanism is used. Returns true if the password matches or false otherwise.
Definition at line 127 of file rfbclient.cpp.
bool RfbClient::controlEnabled |
|
readwrite |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:54:10 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.