Searched refs:CustomLayerHostInterface (Results 1 – 3 of 3) sorted by relevance
122 class Q_MAPBOXGL_EXPORT CustomLayerHostInterface { class124 virtual ~CustomLayerHostInterface() = default;
233 QScopedPointer<QMapbox::CustomLayerHostInterface>& host,
1386 QScopedPointer<QMapbox::CustomLayerHostInterface>& host, in addCustomLayer()1391 QScopedPointer<QMapbox::CustomLayerHostInterface> ptr; in addCustomLayer()1392 HostWrapper(QScopedPointer<QMapbox::CustomLayerHostInterface>& p) in addCustomLayer()