4#ifndef QPLACESEARCHRESULT_H
5#define QPLACESEARCHRESULT_H
7#include <QtCore/QSharedDataPointer>
8#include <QtCore/QVariant>
9#include <QtCore/QString>
10#include <QtLocation/qlocationglobal.h>
14#define Q_DECLARE_SEARCHRESULT_D_FUNC(Class) \
15 inline Class##Private *d_func(); \
16 inline const Class##Private *d_func() const;\
17 friend class Class##Private;
19#define Q_DECLARE_SEARCHRESULT_COPY_CTOR(Class) \
20 Class(const QPlaceSearchResult &other);
38 return !(
other == *
this);
42 UnknownSearchResult = 0,
47 SearchResultType
type()
const;
QSharedDataPointer< QPlaceSearchResultPrivate > d_ptr
SearchResultType
Defines the type of search result.
bool operator!=(const QPlaceSearchResult &other) const
Returns true if other not equal to this search result, otherwise returns false.
\macro QT_RESTRICTED_CAST_FROM_ASCII
Combined button and popup list for selecting options.
bool operator==(const QRandomGenerator &rng1, const QRandomGenerator &rng2)
#define Q_DECLARE_TYPEINFO(TYPE, FLAGS)
myAction setIcon(SomeIcon)