Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qplacesearchresult.h File Reference

(cd4db512ae08836f5fa1d746000052215cf70a9c)

#include <QtCore/QSharedDataPointer>
#include <QtCore/QVariant>
#include <QtCore/QString>
#include <QtLocation/qlocationglobal.h>
+ Include dependency graph for qplacesearchresult.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QPlaceSearchResult
 \inmodule QtLocation More...
 

Macros

#define Q_DECLARE_SEARCHRESULT_D_FUNC(Class)
 
#define Q_DECLARE_SEARCHRESULT_COPY_CTOR(Class)    Class(const QPlaceSearchResult &other);
 

Functions

 Q_DECLARE_TYPEINFO (QPlaceSearchResult, Q_RELOCATABLE_TYPE)
 

Macro Definition Documentation

◆ Q_DECLARE_SEARCHRESULT_COPY_CTOR

#define Q_DECLARE_SEARCHRESULT_COPY_CTOR ( Class)     Class(const QPlaceSearchResult &other);

Definition at line 19 of file qplacesearchresult.h.

◆ Q_DECLARE_SEARCHRESULT_D_FUNC

#define Q_DECLARE_SEARCHRESULT_D_FUNC ( Class)
Value:
inline Class##Private *d_func(); \
inline const Class##Private *d_func() const;\
friend class Class##Private;

Definition at line 14 of file qplacesearchresult.h.

Function Documentation

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QPlaceSearchResult ,
Q_RELOCATABLE_TYPE  )