(cd4db512ae08836f5fa1d746000052215cf70a9c)
#include "qplacesearchresult.h"
#include "qplacesearchrequest.h"
#include <QSharedData>
#include <QtLocation/QPlaceIcon>
Go to the source code of this file.
◆ Q_DEFINE_SEARCHRESULT_PRIVATE_HELPER
#define Q_DEFINE_SEARCHRESULT_PRIVATE_HELPER |
( |
| Class, |
|
|
| ResultType ) |
Value:
static void copyIfPossible(QSharedDataPointer<QPlaceSearchResultPrivate> &d_ptr, const QPlaceSearchResult &other) \
{ \
if (other.type() == ResultType) \
d_ptr = extract_d(other); \
else \
}
SearchResultType
Defines the type of search result.
Definition at line 34 of file qplacesearchresult_p.h.
◆ Q_IMPLEMENT_SEARCHRESULT_COPY_CTOR
#define Q_IMPLEMENT_SEARCHRESULT_COPY_CTOR |
( |
| Class | ) |
|
◆ Q_IMPLEMENT_SEARCHRESULT_D_FUNC
#define Q_IMPLEMENT_SEARCHRESULT_D_FUNC |
( |
| Class | ) |
|