Searched refs:addSource (Results 1 – 7 of 7) sorted by relevance
95 void Style::addSource(std::unique_ptr<Source> source) { in addSource() function in mbgl::style::Style97 impl->addSource(std::move(source)); in addSource()
99 addSource(std::move(source)); in parse()138 void Style::Impl::addSource(std::unique_ptr<Source> source) { in addSource() function in mbgl::style::Style::Impl
62 void addSource(std::unique_ptr<Source>);
60 void addSource(std::unique_ptr<Source>);
224 void addSource(const QString &sourceID, const QVariantMap& params);
1303 void QMapboxGL::addSource(const QString &id, const QVariantMap ¶ms) in addSource() function in QMapboxGL1315 d_ptr->mapObj->getStyle().addSource(std::move(*source)); in addSource()1339 addSource(id, params); in updateSource()
160 style.get().impl->addSource(std::make_unique<AnnotationSource>()); in updateStyle()