• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdenetwork API Reference
  • KDE Home
  • Contact Us
 

krfb

  • sources
  • kde-4.14
  • kdenetwork
  • krfb
  • krfb
invitationsrfbclient.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2010 Collabora Ltd <info@collabora.co.uk>
3  @author George Kiagiadakis <george.kiagiadakis@collabora.co.uk>
4 
5  This program is free software; you can redistribute it and/or
6  modify it under the terms of the GNU General Public
7  License as published by the Free Software Foundation; either
8  version 2 of the License, or (at your option) any later version.
9 
10  This program is distributed in the hope that it will be useful,
11  but WITHOUT ANY WARRANTY; without even the implied warranty of
12  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13  GNU General Public License for more details.
14 
15  You should have received a copy of the GNU Lesser General Public License
16  along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
18 #ifndef INVITATIONSRFBCLIENT_H
19 #define INVITATIONSRFBCLIENT_H
20 
21 #include "rfbclient.h"
22 
23 class InvitationsRfbClient : public RfbClient
24 {
25 public:
26  InvitationsRfbClient(rfbClientPtr client, QObject* parent = 0)
27  : RfbClient(client, parent) {}
28 };
29 
30 
31 class PendingInvitationsRfbClient : public PendingRfbClient
32 {
33  Q_OBJECT
34 public:
35  PendingInvitationsRfbClient(rfbClientPtr client, QObject *parent = 0);
36  virtual ~PendingInvitationsRfbClient();
37 
38 protected Q_SLOTS:
39  virtual void processNewClient();
40  virtual void onSocketActivated();
41  virtual bool checkPassword(const QByteArray & encryptedPassword);
42 
43 private Q_SLOTS:
44  void dialogAccepted();
45 
46 private:
47  struct Private;
48  Private* const d;
49 };
50 
51 #endif // INVITATIONSRFBCLIENT_H
QByteArray
_rfbClientRec
Definition: libvncserver/rfb/rfb.h:417
InvitationsRfbClient
Definition: invitationsrfbclient.h:23
QObject
PendingInvitationsRfbClient::PendingInvitationsRfbClient
PendingInvitationsRfbClient(rfbClientPtr client, QObject *parent=0)
Definition: invitationsrfbclient.cpp:46
rfbclient.h
PendingInvitationsRfbClient::checkPassword
virtual bool checkPassword(const QByteArray &encryptedPassword)
Definition: invitationsrfbclient.cpp:122
PendingInvitationsRfbClient::~PendingInvitationsRfbClient
virtual ~PendingInvitationsRfbClient()
Definition: invitationsrfbclient.cpp:57
RfbClient
Definition: krfb/rfbclient.h:26
PendingInvitationsRfbClient
Definition: invitationsrfbclient.h:31
PendingRfbClient
Definition: krfb/rfbclient.h:72
PendingInvitationsRfbClient::onSocketActivated
virtual void onSocketActivated()
Definition: invitationsrfbclient.cpp:89
PendingInvitationsRfbClient::processNewClient
virtual void processNewClient()
Definition: invitationsrfbclient.cpp:62
QObject::parent
QObject * parent() const
InvitationsRfbClient::InvitationsRfbClient
InvitationsRfbClient(rfbClientPtr client, QObject *parent=0)
Definition: invitationsrfbclient.h:26
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:29:40 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

krfb

Skip menu "krfb"
  • Main Page
  • Namespace List
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Modules
  • Related Pages

kdenetwork API Reference

Skip menu "kdenetwork API Reference"
  • kget
  • kopete
  •   kopete
  •   libkopete
  • krdc
  • krfb

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal