Home
last modified time | relevance | path

Searched refs:DebugReceiver (Results 1 – 6 of 6) sorted by relevance

/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/
H A Ddebug-receiver.cpp38 struct TP_QT_NO_EXPORT DebugReceiver::Private
40 Private(DebugReceiver *parent);
44 DebugReceiver *parent;
48 DebugReceiver::Private::Private(DebugReceiver *parent) in Private()
60 introspectables[DebugReceiver::FeatureCore] = introspectableCore; in Private()
66 void DebugReceiver::Private::introspectCore(DebugReceiver::Private *self) in introspectCore()
96 const Feature DebugReceiver::FeatureCore = Feature(QLatin1String(DebugReceiver::staticMetaObject.cl…
100 return DebugReceiverPtr(new DebugReceiver(bus, busName)); in create()
103 DebugReceiver::DebugReceiver(const QDBusConnection &bus, const QString &busName) in DebugReceiver() function in Tp::DebugReceiver
109 DebugReceiver::~DebugReceiver() in ~DebugReceiver()
[all …]
H A Ddebug-receiver.h39 class TP_QT_EXPORT DebugReceiver : public StatefulDBusProxy
42 Q_DISABLE_COPY(DebugReceiver)
49 virtual ~DebugReceiver();
58 DebugReceiver(const QDBusConnection &bus, const QString &busName);
H A Dpending-debug-message-list.h48 friend class DebugReceiver;
H A Dtypes.h79 class DebugReceiver; variable
148 typedef SharedPtr<DebugReceiver> DebugReceiverPtr;
/dports/net-im/ktp-common-internals/ktp-common-internals-21.12.3/tools/debugger/
H A Dtelepathy-process.cpp46 m_debugReceiver = Tp::DebugReceiver::create(owner); in setOwnerId()
/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/
H A DChangeLog5127 DebugReceiver: Add missing documentation to public methods and signals
5136 DebugReceiver: Add spaces in comments
5155 DebugReceiver: un-const-ify fetchMessages()
5165 DebugReceiver: Improve the API and fix some coding style issues
5176 debug-receiver: Implement DebugReceiver
5198 debug-receiver: Add basic skeleton for the new Tp::DebugReceiver class.
5201 TelepathyQt/DebugReceiver | 13 ++++++++