krfb
InvitationsRfbClient Class Reference
#include <invitationsrfbclient.h>
Inheritance diagram for InvitationsRfbClient:

Public Member Functions | |
| InvitationsRfbClient (rfbClientPtr client, QObject *parent=0) | |
Public Member Functions inherited from RfbClient | |
| RfbClient (rfbClientPtr client, QObject *parent=0) | |
| virtual | ~RfbClient () |
| bool | controlEnabled () const |
| bool | isOnHold () const |
| virtual QString | name () const |
Protected Member Functions | |
| virtual bool | checkPassword (const QByteArray &encryptedPassword) |
Protected Member Functions inherited from RfbClient | |
| virtual void | handleKeyboardEvent (bool down, rfbKeySym keySym) |
| virtual void | handleMouseEvent (int buttonMask, int x, int y) |
| bool | vncAuthCheckPassword (const QByteArray &password, const QByteArray &encryptedPassword) const |
Additional Inherited Members | |
Public Slots inherited from RfbClient | |
| void | closeConnection () |
| void | setControlEnabled (bool enabled) |
| void | setOnHold (bool onHold) |
Signals inherited from RfbClient | |
| void | controlEnabledChanged (bool enabled) |
| void | holdStatusChanged (bool onHold) |
Static Public Member Functions inherited from RfbClient | |
| static bool | controlCanBeEnabled () |
Properties inherited from RfbClient | |
| bool | controlEnabled |
| bool | onHold |
Detailed Description
Definition at line 23 of file invitationsrfbclient.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 26 of file invitationsrfbclient.h.
Member Function Documentation
|
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 from RfbClient.
Definition at line 29 of file invitationsrfbclient.cpp.
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
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.
KDE API Reference
Public Member Functions inherited from