krfb
TubesRfbClient Class Reference
#include <tubesrfbclient.h>
Inheritance diagram for TubesRfbClient:
Public Member Functions | |
TubesRfbClient (rfbClientPtr client, const Tp::ContactPtr &contact, QObject *parent=0) | |
virtual QString | name () const |
Public Member Functions inherited from RfbClient | |
RfbClient (rfbClientPtr client, QObject *parent=0) | |
virtual | ~RfbClient () |
bool | controlEnabled () const |
bool | isOnHold () 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 () |
Protected Member Functions inherited from RfbClient | |
virtual bool | checkPassword (const QByteArray &encryptedPassword) |
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 |
Properties inherited from RfbClient | |
bool | controlEnabled |
bool | onHold |
Detailed Description
Definition at line 24 of file tubesrfbclient.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 27 of file tubesrfbclient.h.
Member Function Documentation
|
virtual |
Returns a name for the client, to be shown to the user.
Reimplemented from RfbClient.
Definition at line 25 of file tubesrfbclient.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.