krfb
invitationsrfbclient.cpp
Go to the documentation of this file.
75 QString host = peerAddress(m_rfbClient->sock) + ":" + QString::number(peerPort(m_rfbClient->sock));
const QList< Invitation > & invitations()
Definition: invitationmanager.cpp:92
static bool allowDesktopControl()
Get Allow remote connections to manage the desktop.
Definition: krfbconfig.h:51
static bool allowUninvitedConnections()
Get Allow connections without an invitation.
Definition: krfbconfig.h:71
void setRemoteHost(const QString &host)
Definition: connectiondialog.cpp:65
void setAllowRemoteControl(bool b)
Definition: connectiondialog.h:44
virtual bool checkPassword(const QByteArray &encryptedPassword)
This method is supposed to check if the provided encryptedPassword matches the criteria for authentic...
Definition: invitationsrfbclient.cpp:29
Definition: invitationsrfbclient.h:23
Definition: connectiondialog.h:58
Definition: invitation.h:29
void removeInvitation(const Invitation &inv)
Definition: invitationmanager.cpp:118
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
static QString uninvitedConnectionPassword()
Get Password for uninvited connections.
Definition: krfbconfig.h:81
virtual QString name() const
Returns a name for the client, to be shown to the user.
Definition: rfbclient.cpp:61
virtual void processNewClient()
Definition: invitationsrfbclient.cpp:73
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.