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

krfb

  • sources
  • kde-4.12
  • kdenetwork
  • krfb
  • krfb
pendingrfbclient.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 library is free software; you can redistribute it and/or modify
6  it under the terms of the GNU Lesser General Public License as published
7  by the Free Software Foundation; either version 2.1 of the License, or
8  (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 PENDINGRFBCLIENT_H
19 #define PENDINGRFBCLIENT_H
20 
21 #include "rfbclient.h"
22 #include <QtCore/QObject>
23 
24 class PendingRfbClient : public QObject
25 {
26  Q_OBJECT
27 public:
28  PendingRfbClient(rfbClientPtr client, QObject* parent = 0);
29 
30 Q_SIGNALS:
31  void finished(RfbClient *client);
32 
33 protected Q_SLOTS:
34  virtual void processNewClient() = 0;
35 
36  void showUserConfirmationDialog();
37 
38  void accept();
39  void reject();
40 
41 protected:
42  RfbClient *m_client;
43  rfbClientPtr m_rfbClient;
44 };
45 
46 #endif // PENDINGRFBCLIENT_H
PendingRfbClient::showUserConfirmationDialog
void showUserConfirmationDialog()
Definition: pendingrfbclient.cpp:50
QObject
_rfbClientRec
Definition: libvncserver/rfb/rfb.h:417
PendingRfbClient::processNewClient
virtual void processNewClient()=0
PendingRfbClient::PendingRfbClient
PendingRfbClient(rfbClientPtr client, QObject *parent=0)
Definition: pendingrfbclient.cpp:24
PendingRfbClient::finished
void finished(RfbClient *client)
rfbclient.h
PendingRfbClient::accept
void accept()
Definition: pendingrfbclient.cpp:30
RfbClient
Definition: krfb/rfbclient.h:26
PendingRfbClient::reject
void reject()
Definition: pendingrfbclient.cpp:40
PendingRfbClient::m_rfbClient
rfbClientPtr m_rfbClient
Definition: pendingrfbclient.h:43
PendingRfbClient
Definition: pendingrfbclient.h:24
PendingRfbClient::m_client
RfbClient * m_client
Definition: pendingrfbclient.h:42
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

KDE's Doxygen guidelines are available online.

krfb

Skip menu "krfb"
  • Main Page
  • 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