Home
last modified time | relevance | path

Searched refs:toList (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqt_conversion.hpp28 return value.toList().size(); in arrayLength()
32 return value.toList()[i]; in arrayMember()
H A Dqt_geojson.cpp99 return valueList(value.toList()); in asMapboxGLPropertyValue()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/network/
H A Dnetworkwidget.cpp38 m_config = list.toVector().toList(); in initUi()
92 m_config = list.toVector().toList(); in loadData()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dlocationvaluetypehelper_p.h63 QList<QGeoCoordinate> Q_LOCATION_PRIVATE_EXPORT toList(const QObject *object, const QJSValue &value…
H A Dlocationvaluetypehelper.cpp170 QList<QGeoCoordinate> toList(const QObject *object, const QJSValue &value) in toList() function
H A Dqdeclarativepolygonmapitem.cpp741 QList<QGeoCoordinate> pathList = toList(this, value); in setPath()
H A Dqdeclarativepolylinemapitem.cpp1014 setPathFromGeoList(toList(this, value)); in setPath()
/OK3568_Linux_fs/app/forlinx/flapp/src/libs/core/
H A Dserialport.cpp53 QVariantList list = settingValue.toList(); in config()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativeplace.cpp422 QVariantList detailsVarList = m_contactDetails->value(key).toList(); in place()
1101 QList<QVariant> contacts = m_contactDetails->value(contactType).toList(); in synchronizeContacts()
1214 QVariantList detailList = m_contactDetails->value(contactType).toList(); in primaryValue()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/positioning/
H A Dlocationsingleton.cpp298 const QVariantList &holeData = holes.at(i).toList(); in polygon()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/wifi/
H A Dwifiview.cpp19 QList<QVariant> list = index.data(Qt::DisplayRole).toList(); in paint()
H A Dwifiwidget.cpp144 QList<QVariant> list = index.data(Qt::DisplayRole).toList(); in createSTA()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dgeotiledmappingmanagerengine_esri.cpp265 QVariantList mapSources = maps["mapSources"].toList(); in initializeMapSources()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqgeojson.cpp1183 const QVariantList &l = v.toList(); in printQvariant()
1189 const QVariantList &l = v.toList(); in printQvariant()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeopolygon.cpp422 const QVariantList qvlHolePath = holePath.toList(); in addHole()