Home
last modified time | relevance | path

Searched refs:setContent (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/qsg/
H A Dqmapiconobjectqsg.cpp72 setContent(content()); in QMapIconObjectPrivateQSG()
160 void QMapIconObjectPrivateQSG::setContent(const QVariant &content) in setContent() function in QMapIconObjectPrivateQSG
167 QMapIconObjectPrivateDefault::setContent(content); in setContent()
H A Dqmapiconobjectqsg_p_p.h79 void setContent(const QVariant &content) override;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqmapiconobject.cpp120 void QMapIconObjectPrivateDefault::setContent(const QVariant &content) in setContent() function in QMapIconObjectPrivateDefault
215 void QMapIconObject::setContent(QVariant content) in setContent() function in QMapIconObject
221 d->setContent(content); in setContent()
H A Dqmapiconobject_p.h63 Q_PROPERTY(QVariant content READ content WRITE setContent NOTIFY contentChanged)
74 void setContent(QVariant content);
H A Dqmapiconobject_p_p.h68 virtual void setContent(const QVariant &content) = 0;
87 void setContent(const QVariant &content) override;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/placesv2/
H A Dqplacedetailsreplyimpl.cpp288 place.setContent(QPlaceContent::ImageType, collection); in replyFinished()
299 place.setContent(QPlaceContent::EditorialType, collection); in replyFinished()
310 place.setContent(QPlaceContent::ReviewType, collection); in replyFinished()
H A Dqplacecontentreplyimpl.cpp104 setContent(collection); in replyFinished()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplacecontentreply.h67 void setContent(const QPlaceContent::Collection &content);
H A Dqplacecontentreply.cpp108 void QPlaceContentReply::setContent(const QPlaceContent::Collection &content) in setContent() function in QPlaceContentReply
H A Dqplace.h87 void setContent(QPlaceContent::Type type, const QPlaceContent::Collection &content);
H A Dqplace.cpp289 void QPlace::setContent(QPlaceContent::Type type, const QPlaceContent::Collection &content) in setContent() function in QPlace
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplace/
H A Dtst_qplace.cpp180 place.setContent(QPlaceContent::ImageType, imageCollection); in imageContentTest()
230 place.setContent(QPlaceContent::ReviewType, reviewCollection); in reviewContentTest()
280 place.setContent(QPlaceContent::EditorialType, editorialCollection); in editorialContentTest()
/OK3568_Linux_fs/app/forlinx/flapp/src/app/
H A Dmwainwindow.cpp47 if(!file.open(QFile::ReadOnly) || !doc.setContent(&file)) { in MWainWindow()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dbootstrap.js1435 this.setContent()
1553 Tooltip.prototype.setContent = function () { method in Tooltip
1806 Popover.prototype.setContent = function () { method in Popover
H A Dbootstrap.min.js6setContent(),f.attr("id",g),this.$element.attr("aria-describedby",g),this.options.animation&&f.add… method in c
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqplacemanagerengine_test.h438 reply->setContent(collection); in getPlaceContent()