| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/ |
| H A D | make_property_setters.hpp | 29 … result["line-cap"] = &setProperty<LineLayer, PropertyValue<LineCapType>, &LineLayer::setLineCap>; in makeLayoutPropertySetters() 30 …result["line-join"] = &setProperty<LineLayer, DataDrivenPropertyValue<LineJoinType>, &LineLayer::s… in makeLayoutPropertySetters() 31 …result["line-miter-limit"] = &setProperty<LineLayer, PropertyValue<float>, &LineLayer::setLineMite… in makeLayoutPropertySetters() 32 …result["line-round-limit"] = &setProperty<LineLayer, PropertyValue<float>, &LineLayer::setLineRoun… in makeLayoutPropertySetters() 34 …result["symbol-placement"] = &setProperty<SymbolLayer, PropertyValue<SymbolPlacementType>, &Symbol… in makeLayoutPropertySetters() 35 …result["symbol-spacing"] = &setProperty<SymbolLayer, PropertyValue<float>, &SymbolLayer::setSymbol… in makeLayoutPropertySetters() 36 …result["symbol-avoid-edges"] = &setProperty<SymbolLayer, PropertyValue<bool>, &SymbolLayer::setSym… in makeLayoutPropertySetters() 37 …result["icon-allow-overlap"] = &setProperty<SymbolLayer, PropertyValue<bool>, &SymbolLayer::setIco… in makeLayoutPropertySetters() 38 …result["icon-ignore-placement"] = &setProperty<SymbolLayer, PropertyValue<bool>, &SymbolLayer::set… in makeLayoutPropertySetters() 39 …result["icon-optional"] = &setProperty<SymbolLayer, PropertyValue<bool>, &SymbolLayer::setIconOpti… in makeLayoutPropertySetters() [all …]
|
| H A D | make_property_setters.hpp.ejs | 24 …result["<%- property.name %>"] = &setProperty<<%- camelize(layer.type) %>Layer, <%- propertyValueT… 36 …result["<%- property.name %>"] = &setProperty<<%- camelize(layer.type) %>Layer, <%- propertyValueT…
|
| H A D | property_setter.hpp | 21 optional<Error> setProperty(Layer& layer, const Convertible& value) { in setProperty() function
|
| /OK3568_Linux_fs/app/qsetting/ |
| H A D | qtkeyboard.cpp | 19 ui->btna->setProperty("btnLetter", true); in QKeyBoard() 20 ui->btnb->setProperty("btnLetter", true); in QKeyBoard() 21 ui->btnc->setProperty("btnLetter", true); in QKeyBoard() 22 ui->btnd->setProperty("btnLetter", true); in QKeyBoard() 23 ui->btne->setProperty("btnLetter", true); in QKeyBoard() 24 ui->btnf->setProperty("btnLetter", true); in QKeyBoard() 25 ui->btng->setProperty("btnLetter", true); in QKeyBoard() 26 ui->btnh->setProperty("btnLetter", true); in QKeyBoard() 27 ui->btni->setProperty("btnLetter", true); in QKeyBoard() 28 ui->btnj->setProperty("btnLetter", true); in QKeyBoard() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/cpp/ |
| H A D | cppqml.cpp | 69 qmlObject->setProperty("category", QVariant::fromValue(category)); in cppQmlInterface() 77 qmlObject->setProperty("contactDetail", QVariant::fromValue(contactDetail)); in cppQmlInterface() 85 qmlObject->setProperty("place", QVariant::fromValue(place)); in cppQmlInterface() 93 qmlObject->setProperty("attribute", QVariant::fromValue(placeAttribute)); in cppQmlInterface() 101 qmlObject->setProperty("icon", QVariant::fromValue(placeIcon)); in cppQmlInterface() 109 qmlObject->setProperty("user", QVariant::fromValue(placeUser)); in cppQmlInterface() 117 qmlObject->setProperty("ratings", QVariant::fromValue(placeRatings)); in cppQmlInterface() 125 qmlObject->setProperty("supplier", QVariant::fromValue(placeSupplier)); in cppQmlInterface()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/ |
| H A D | cpp-qml.qdoc | 37 \l {QObject::setProperty()}{setProperty()} functions to get and set the \c category property. 46 \l {QObject::property()}{property()} and \l {QObject::setProperty()}{setProperty()} functions 57 \l {QObject::property()}{property()} and \l {QObject::setProperty()}{setProperty()} functions 69 \l {QObject::property()}{property()} and \l {QObject::setProperty()}{setProperty()} functions 79 \l {QObject::setProperty()}{setProperty()} functions to get and set the \c icon property. 89 \l {QObject::setProperty()}{setProperty()} functions to get and set the \c user property. 99 \l {QObject::setProperty()}{setProperty()} functions to get and set the \c ratings property. 109 \l {QObject::setProperty()}{setProperty()} functions to get and set the \c supplier property.
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qmlinterface/ |
| H A D | tst_qmlinterface.cpp | 158 qmlObject->setProperty("address", QVariant::fromValue(QGeoAddress())); in testAddress() 181 qmlObject->setProperty("location", QVariant::fromValue(QGeoLocation())); in testLocation() 201 qmlObject->setProperty("category", QVariant::fromValue(QPlaceCategory())); in testCategory() 220 qmlObject->setProperty("icon", QVariant::fromValue(QPlaceIcon())); in testIcon() 238 qmlObject->setProperty("ratings", QVariant::fromValue(QPlaceRatings())); in testRatings() 258 qmlObject->setProperty("supplier", QVariant::fromValue(QPlaceSupplier())); in testSupplier() 279 qmlObject->setProperty("user", QVariant::fromValue(QPlaceUser())); in testUser() 298 qmlObject->setProperty("attribute", QVariant::fromValue(QPlaceAttribute())); in testPlaceAttribute() 317 qmlObject->setProperty("contactDetail", QVariant::fromValue(QPlaceContactDetail())); in testContactDetail() 336 qmlObject->setProperty("place", QVariant::fromValue(QPlace())); in testPlace()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlvideofx/ |
| H A D | main.cpp | 90 rootObject->setProperty("fileName", fileName); in main() 91 viewer.rootObject()->setProperty("volume", volume); in main() 95 rootObject->setProperty("perfMonitorsLogging", performanceMonitorState.logging); in main() 96 rootObject->setProperty("perfMonitorsVisible", performanceMonitorState.visible); in main()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/doc/snippets/cpp/ |
| H A D | cppqml.cpp | 66 qmlObject->setProperty("address", QVariant::fromValue(geoAddress)); in cppQmlInterface() 74 qmlObject->setProperty("location", QVariant::fromValue(geoLocation)); in cppQmlInterface()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/doc/src/ |
| H A D | cpp-qml-positioning.qdoc | 80 \l {QObject::setProperty()}{setProperty()} functions to get and set the \c address property. 90 \l {QObject::setProperty()}{setProperty()} functions to get and set the \c location property.
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeomapparameter.cpp | 83 setProperty(propertyName, value); in updateProperty()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioningquick/ |
| H A D | qdeclarativegeolocation.cpp | 120 setProperty("extendedAttributes", src.extendedAttributes()); in setLocation()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/ |
| H A D | changes-5.9.2 | 32 - Restored usage of setProperty on Map.fitViewportToGeoShape
|
| H A D | changes-5.11.0 | 56 the QObject property API in C++ (::property and ::setProperty), for
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlvideofx/qml/qmlvideofx/ |
| H A D | ParameterPanel.qml | 84 onValueChanged: view.model.setProperty(index, "value", value)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativegeomap.cpp | 1661 …setProperty("center", QVariant::fromValue(fitData.first)); // not using setCenter(centerCoordinate… in fitViewportToGeoShape() 1666 …setProperty("zoomLevel", QVariant::fromValue(newZoom)); // not using setZoomLevel(newZoom) to hon… in fitViewportToGeoShape() 2456 setProperty("center", QVariant::fromValue(coordinate)); in fitViewportToMapItemsRefine() 2470 setProperty("zoomLevel", QVariant::fromValue(newZoom)); in fitViewportToMapItemsRefine()
|
| H A D | qdeclarativegeomapitemview.cpp | 101 ani->setProperty(QStringLiteral("opacity")); in QDeclarativeGeoMapItemView()
|
| H A D | qquickgeomapgesturearea.cpp | 527 m_flick.m_animation->setProperty(QStringLiteral("center")); in setMap()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | jsrender.min.js | 3 …+e+";\n",v[e]=v[e]||function(n){return arguments.length?void(x?x(this).setProperty(e,n):this[t]=n)…
|