Home
last modified time | relevance | path

Searched refs:QDeclarativeGeoMapParameter (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomapparameter.cpp104 QDeclarativeGeoMapParameter::QDeclarativeGeoMapParameter(QObject *parent) in QDeclarativeGeoMapParameter() function in QDeclarativeGeoMapParameter
110 QDeclarativeGeoMapParameter::~QDeclarativeGeoMapParameter() in ~QDeclarativeGeoMapParameter()
114 bool QDeclarativeGeoMapParameter::isComponentComplete() const in isComponentComplete()
119 int QDeclarativeGeoMapParameter::initialPropertyCount() const in initialPropertyCount()
124 void QDeclarativeGeoMapParameter::classBegin() in classBegin()
128 void QDeclarativeGeoMapParameter::componentComplete() in componentComplete()
147 void QDeclarativeGeoMapParameter::onPropertyUpdated(int index) in onPropertyUpdated()
H A Dqdeclarativegeomapparameter_p.h58 class Q_LOCATION_PRIVATE_EXPORT QDeclarativeGeoMapParameter : public QGeoMapParameter, public QQmlP…
64 explicit QDeclarativeGeoMapParameter(QObject *parent = 0);
65 virtual ~QDeclarativeGeoMapParameter();
70 void completed(QDeclarativeGeoMapParameter *);
88 QML_DECLARE_TYPE(QDeclarativeGeoMapParameter)
H A Dqdeclarativegeoroutemodel.cpp60 … bool compareParameterList(const QList<QDeclarativeGeoMapParameter *> &a, const QList<QDeclarative… in compareParameterList()
1515 … const QList<QDeclarativeGeoMapParameter *> params = quickChildren<QDeclarativeGeoMapParameter>(); in routeRequest()
1517 for (const QDeclarativeGeoMapParameter *p: params) in routeRequest()
1577 QDeclarativeGeoMapParameter *param = qobject_cast<QDeclarativeGeoMapParameter *>(v); in append()
1603 auto val = qobject_cast<QDeclarativeGeoMapParameter *>(kid); in clear()
1734 … const QList<QDeclarativeGeoMapParameter *> params = quickChildren<QDeclarativeGeoMapParameter>(); in operator ==()
1735 …const QList<QDeclarativeGeoMapParameter *> otherParams = other.quickChildren<QDeclarativeGeoMapPar… in operator ==()
1870 … const QList<QDeclarativeGeoMapParameter *> params = quickChildren<QDeclarativeGeoMapParameter>(); in metadata()
1872 for (const QDeclarativeGeoMapParameter *p: params) in metadata()
1903 QDeclarativeGeoMapParameter *param = qobject_cast<QDeclarativeGeoMapParameter *>(v); in append()
[all …]
H A Dqdeclarativegeomap_p.h71 class QDeclarativeGeoMapParameter; variable
180 Q_INVOKABLE void addMapParameter(QDeclarativeGeoMapParameter *parameter);
181 Q_INVOKABLE void removeMapParameter(QDeclarativeGeoMapParameter *parameter);
314 QList<QDeclarativeGeoMapParameter *> m_mapParameters;
H A Dqdeclarativegeomap.cpp474QDeclarativeGeoMapParameter *mapParameter = qobject_cast<QDeclarativeGeoMapParameter *>(kids.at(i)… in populateParameters()
730 for (QDeclarativeGeoMapParameter *p : qAsConst(m_mapParameters)) in mappingManagerInitialized()
1813 void QDeclarativeGeoMap::addMapParameter(QDeclarativeGeoMapParameter *parameter) in addMapParameter()
1816 …connect(parameter, &QDeclarativeGeoMapParameter::completed, this, &QDeclarativeGeoMap::addMapParam… in addMapParameter()
1840 void QDeclarativeGeoMap::removeMapParameter(QDeclarativeGeoMapParameter *parameter) in removeMapParameter()
1883 for (QDeclarativeGeoMapParameter *p : qAsConst(m_mapParameters)) in mapParameters()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dlocation.cpp169 qmlRegisterType<QDeclarativeGeoMapParameter>(uri, major, minor, "MapParameter"); in registerTypes()
185 qmlRegisterType<QDeclarativeGeoMapParameter>(uri, major, minor, "DynamicParameter"); in registerTypes()
H A Dplugins.qmltypes566 Parameter { name: "parameter"; type: "QDeclarativeGeoMapParameter"; isPointer: true }
570 Parameter { name: "parameter"; type: "QDeclarativeGeoMapParameter"; isPointer: true }
687 name: "QDeclarativeGeoMapParameter"
696 Parameter { type: "QDeclarativeGeoMapParameter"; isPointer: true }