Searched refs:mapObject (Results 1 – 3 of 3) sorted by relevance
168 …ppend(QQmlListProperty<QDeclarativePluginParameter> *prop, QDeclarativePluginParameter *mapObject);
923 QGeoMapObject *mapObject = qobject_cast<QGeoMapObject *>(child); in addMapChild() local924 if (mapObject) in addMapChild()925 addMapObject(mapObject); // this emits mapObjectsChanged, != mapItemsChanged in addMapChild()944 QGeoMapObject *mapObject = qobject_cast<QGeoMapObject *>(child); in removeMapChild() local945 if (mapObject) in removeMapChild()946 removeMapObject(mapObject); // this emits mapObjectsChanged, != mapItemsChanged in removeMapChild()
201 …ppend(QQmlListProperty<QDeclarativePluginParameter> *prop, QDeclarativePluginParameter *mapObject);