krfb
InvitationsRfbServer Class Reference
#include <invitationsrfbserver.h>
Inheritance diagram for InvitationsRfbServer:

Static Public Member Functions | |
| static void | init () |
Protected Member Functions | |
| InvitationsRfbServer () | |
| virtual PendingRfbClient * | newClient (rfbClientPtr client) |
Additional Inherited Members | |
Public Slots inherited from RfbServer | |
| bool | start () |
| void | stop (bool disconnectClients=true) |
| void | updateCursorPosition (const QPoint &position) |
| void | updateScreen (const QList< QRect > &modifiedTiles) |
Public Member Functions inherited from RfbServer | |
| RfbServer (QObject *parent=0) | |
| virtual | ~RfbServer () |
| QByteArray | listeningAddress () const |
| int | listeningPort () const |
| bool | passwordRequired () const |
| void | setListeningAddress (const QByteArray &address) |
| void | setListeningPort (int port) |
| void | setPasswordRequired (bool passwordRequired) |
Detailed Description
Definition at line 25 of file invitationsrfbserver.h.
Constructor & Destructor Documentation
|
inlineprotected |
Definition at line 32 of file invitationsrfbserver.h.
Member Function Documentation
|
static |
Definition at line 34 of file invitationsrfbserver.cpp.
|
protectedvirtual |
Implements RfbServer.
Definition at line 44 of file invitationsrfbserver.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 Slots inherited from