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

kopete/libkopete

  • sources
  • kde-4.12
  • kdenetwork
  • kopete
  • libkopete
clientiface.h
Go to the documentation of this file.
1 #ifndef KDED_NETWORKSTATUS_CLIENTIFACE_H
2 #define KDED_NETWORKSTATUS_CLIENTIFACE_H
3 
4 #include "networkstatuscommon.h"
5 
6 #include <dcopobject.h>
7 
8 class ClientIface : virtual public DCOPObject
9 {
10 K_DCOP
11 k_dcop:
13  virtual QStringList networks() = 0;
19  virtual int status( const QString & host = QString() ) = 0;
26  virtual int request( const QString & host, bool userInitiated ) = 0;
31  virtual void relinquish( const QString & host ) = 0;
37  virtual bool reportFailure( const QString & host ) = 0;
41 k_dcop_signals:
47  void statusChange( QString host, int status );
53  void shutdownRequested( QString host );
54 };
55 
56 #endif
networkstatuscommon.h
ClientIface::reportFailure
virtual bool reportFailure(const QString &host)=0
Indicate that a communication failure has occurred for a given host.
ClientIface::status
k_dcop_signals int status
Definition: clientiface.h:47
ClientIface::networks
virtual QStringList networks()=0
Get the set of networks that the daemon is aware of.
ClientIface::request
virtual int request(const QString &host, bool userInitiated)=0
Request a connection to the named host, registering the application's usage of this connection...
ClientIface::shutdownRequested
void shutdownRequested(QString host)
The network would like to shut down - any clients using this host are to finish using it immediately ...
DCOPObject
ClientIface::relinquish
virtual void relinquish(const QString &host)=0
Indicate that a previously registered connection to the given host is no longer needed by this client...
ClientIface
Definition: clientiface.h:8
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:50 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kopete/libkopete

Skip menu "kopete/libkopete"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • 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