23 #ifndef _TelepathyQt_contact_search_channel_h_HEADER_GUARD_
24 #define _TelepathyQt_contact_search_channel_h_HEADER_GUARD_
26 #ifndef IN_TP_QT_HEADER
27 #error IN_TP_QT_HEADER
30 #include <TelepathyQt/Channel>
31 #include <TelepathyQt/Contact>
32 #include <TelepathyQt/Types>
52 bool isValid()
const {
return mPriv.constData() != 0; }
59 QVariantMap allDetails()
const;
67 friend struct Private;
73 static ContactSearchChannelPtr create(
const ConnectionPtr &connection,
74 const QString &objectPath,
const QVariantMap &immutableProperties);
85 void continueSearch();
95 const QVariantMap &immutableProperties,
const Feature &coreFeature);
100 TP_QT_NO_EXPORT
void onSearchStateChanged(uint state,
const QString &error,
const QVariantMap &details);
108 friend struct Private;
Definition: obj-x86_64-linux-gnu/TelepathyQt/_gen/types.h:1262
The Channel class represents a Telepathy channel.
Definition: channel.h:51
static const Feature FeatureCore
Definition: contact-search-channel.h:43
ChannelContactSearchState
Definition: obj-x86_64-linux-gnu/TelepathyQt/_gen/constants.h:2533
bool hasDebugMessage() const
Definition: contact-search-channel.h:56
The ContactSearchChannel class represents a Telepathy channel of type ContactSearch.
Definition: contact-search-channel.h:37
QString debugMessage() const
Definition: contact-search-channel.h:57
bool isValid() const
Definition: contact-search-channel.h:52
QHash< ContactPtr, Contact::InfoFields > SearchResult
Definition: contact-search-channel.h:71
Definition: obj-x86_64-linux-gnu/TelepathyQt/_gen/types.h:3482
The ContactSearchChannel::SearchStateChangeDetails class provides a wrapper around the details for a ...
Definition: contact-search-channel.h:45
The Feature class represents a feature that can be enabled on demand.
Definition: feature.h:41
The PendingOperation class is a base class for pending asynchronous operations.
Definition: pending-operation.h:45