21 #ifndef _TelepathyQt_debug_receiver_h_HEADER_GUARD_ 
   22 #define _TelepathyQt_debug_receiver_h_HEADER_GUARD_ 
   24 #ifndef IN_TP_QT_HEADER 
   25 #error IN_TP_QT_HEADER 
   28 #include <TelepathyQt/_gen/cli-debug-receiver.h> 
   30 #include <TelepathyQt/Global> 
   31 #include <TelepathyQt/Types> 
   32 #include <TelepathyQt/DBusProxy> 
   37 class PendingDebugMessageList;
 
   47     static DebugReceiverPtr create(
const QString &busName,
 
   48             const QDBusConnection &bus = QDBusConnection::sessionBus());
 
   58     DebugReceiver(
const QDBusConnection &bus, 
const QString &busName);
 
   62     TP_QT_NO_EXPORT 
void onNewDebugMessage(
double time, 
const QString &domain,
 
   63                                            uint level, 
const QString &message);
 
   67     friend struct Private;
 
static const Feature FeatureCore
Definition: debug-receiver.h:45
The DebugReceiver class provides a D-Bus proxy for a Telepathy Debug object. 
Definition: debug-receiver.h:39
The Feature class represents a feature that can be enabled on demand. 
Definition: feature.h:41
The StatefulDBusProxy class is a base class representing a remote object whose API is stateful...
Definition: dbus-proxy.h:96
The PendingOperation class is a base class for pending asynchronous operations. 
Definition: pending-operation.h:45
Definition: build/TelepathyQt/_gen/types.h:1464
Definition: pending-debug-message-list.h:34