Nepomuk-Core
Go to the documentation of this file.
18 #ifndef DEBUG_MESSAGES_MODEL_H
19 #define DEBUG_MESSAGES_MODEL_H
22 #include <TelepathyQt/Types>
23 #include <TelepathyQt/PendingOperation>
35 void onServiceRegistered(
const QString & service);
36 void onDebugReceiverInvalidated(Tp::DBusProxy *proxy,
37 const QString &errorName,
const QString &errorMessage);
38 void onDebugReceiverReady(Tp::PendingOperation *op);
39 void onDebugReceiverMonitoringEnabled(Tp::PendingOperation *op);
40 void onFetchMessagesFinished(Tp::PendingOperation *op);
41 void onNewDebugMessage(
const Tp::DebugMessage &msg);
43 void openFindDialog();
49 void appendMessage(
const Tp::DebugMessage &msg);
51 QString m_serviceName;
52 Tp::DebugReceiverPtr m_debugReceiver;
53 Tp::DebugMessageList m_tmpCache;
54 QDBusServiceWatcher *m_serviceWatcher;
58 #endif // DEBUG_MESSAGES_MODEL_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Fri Mar 22 2013 10:58:52 by
doxygen 1.8.1.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.