krfb
rfbclient.cpp
Go to the documentation of this file.
127 bool RfbClient::vncAuthCheckPassword(const QByteArray& password, const QByteArray& encryptedPassword) const
void controlEnabledChanged(bool enabled)
Definition: krfbconfig.h:9
virtual void handleKeyboardEvent(bool down, rfbKeySym keySym)
Definition: rfbclient.cpp:106
static bool allowDesktopControl()
Get Allow remote connections to manage the desktop.
Definition: krfbconfig.h:51
Definition: libvncserver/rfb/rfb.h:417
static void handleKeyboard(bool down, rfbKeySym key)
Definition: events.cpp:144
virtual bool checkPassword(const QByteArray &encryptedPassword)
This method is supposed to check if the provided encryptedPassword matches the criteria for authentic...
Definition: rfbclient.cpp:120
PendingRfbClient(rfbClientPtr client, QObject *parent=0)
Definition: pendingrfbclient.cpp:24
void holdStatusChanged(bool onHold)
void finished(RfbClient *client)
bool vncAuthCheckPassword(const QByteArray &password, const QByteArray &encryptedPassword) const
This method checks if the encryptedPassword that was sent from the remote user matches the password t...
Definition: rfbclient.cpp:127
Definition: krfb/rfbclient.h:26
virtual void handleMouseEvent(int buttonMask, int x, int y)
Definition: rfbclient.cpp:113
void rfbProcessClientMessage(rfbClientPtr cl)
virtual QString name() const
Returns a name for the client, to be shown to the user.
Definition: rfbclient.cpp:61
rfbBool rfbUpdateClient(rfbClientPtr cl)
bool controlEnabled() const
static void handlePointer(int buttonMask, int x, int y)
Definition: events.cpp:178
void rfbEncryptBytes(unsigned char *bytes, char *passwd)
void rfbClientConnectionGone(rfbClientPtr cl)
void rfbCloseClient(rfbClientPtr cl)
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
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.