Home
·
Modules
·
All Classes
·
All Namespaces
TelepathyQt
pending-string-list.h
1
23
#ifndef _TelepathyQt_pending_string_list_h_HEADER_GUARD_
24
#define _TelepathyQt_pending_string_list_h_HEADER_GUARD_
25
26
#ifndef IN_TP_QT_HEADER
27
#error IN_TP_QT_HEADER
28
#endif
29
30
#include <TelepathyQt/PendingOperation>
31
32
#include <QStringList>
33
34
namespace
Tp
35
{
36
37
class
TP_QT_EXPORT
PendingStringList
:
public
PendingOperation
38
{
39
Q_OBJECT
40
Q_DISABLE_COPY(
PendingStringList
);
41
42
public
:
43
PendingStringList
(
const
SharedPtr<RefCounted>
&
object
);
44
PendingStringList
(QDBusPendingCall call,
const
SharedPtr<RefCounted>
&
object
);
45
~
PendingStringList
();
46
47
QStringList result()
const
;
48
49
protected
:
50
void
setResult(
const
QStringList &result);
51
52
private
Q_SLOTS:
53
TP_QT_NO_EXPORT
void
watcherFinished(QDBusPendingCallWatcher *watcher);
54
55
private
:
56
struct
Private;
57
friend
struct
Private;
58
Private *mPriv;
59
};
60
61
}
// Tp
62
63
#endif
Tp::PendingStringList
The PendingStringList class is a generic subclass of PendingOperation representing a pending D-Bus me...
Definition:
pending-string-list.h:37
Tp::PendingOperation
The PendingOperation class is a base class for pending asynchronous operations.
Definition:
pending-operation.h:45
Tp::SharedPtr
The SharedPtr class is a pointer to an explicitly shared object.
Definition:
shared-ptr.h:39
Tp
Definition:
abstract-adaptor.cpp:31
TelepathyQt 0.9.8
Generated by
1.8.17