| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioningquick/ |
| H A D | qdeclarativeposition_p.h | 68 Q_PROPERTY(bool latitudeValid READ isLatitudeValid NOTIFY latitudeValidChanged) 69 Q_PROPERTY(bool longitudeValid READ isLongitudeValid NOTIFY longitudeValidChanged) 70 Q_PROPERTY(bool altitudeValid READ isAltitudeValid NOTIFY altitudeValidChanged) 71 Q_PROPERTY(QGeoCoordinate coordinate READ coordinate NOTIFY coordinateChanged) 72 Q_PROPERTY(QDateTime timestamp READ timestamp NOTIFY timestampChanged) 73 Q_PROPERTY(double speed READ speed NOTIFY speedChanged) 74 Q_PROPERTY(bool speedValid READ isSpeedValid NOTIFY speedValidChanged) 75 …Q_PROPERTY(qreal horizontalAccuracy READ horizontalAccuracy WRITE setHorizontalAccuracy NOTIFY hor… 76 …Q_PROPERTY(qreal verticalAccuracy READ verticalAccuracy WRITE setVerticalAccuracy NOTIFY verticalA… 77 …Q_PROPERTY(bool horizontalAccuracyValid READ isHorizontalAccuracyValid NOTIFY horizontalAccuracyVa… [all …]
|
| H A D | qdeclarativegeoaddress_p.h | 64 Q_PROPERTY(QGeoAddress address READ address WRITE setAddress) 65 Q_PROPERTY(QString text READ text WRITE setText NOTIFY textChanged) 66 Q_PROPERTY(QString country READ country WRITE setCountry NOTIFY countryChanged) 67 Q_PROPERTY(QString countryCode READ countryCode WRITE setCountryCode NOTIFY countryCodeChanged) 68 Q_PROPERTY(QString state READ state WRITE setState NOTIFY stateChanged) 69 Q_PROPERTY(QString county READ county WRITE setCounty NOTIFY countyChanged) 70 Q_PROPERTY(QString city READ city WRITE setCity NOTIFY cityChanged) 71 Q_PROPERTY(QString district READ district WRITE setDistrict NOTIFY districtChanged) 72 Q_PROPERTY(QString street READ street WRITE setStreet NOTIFY streetChanged) 73 Q_PROPERTY(QString postalCode READ postalCode WRITE setPostalCode NOTIFY postalCodeChanged) [all …]
|
| H A D | qdeclarativepositionsource_p.h | 71 Q_PROPERTY(QDeclarativePosition *position READ position NOTIFY positionChanged) 72 Q_PROPERTY(bool active READ isActive WRITE setActive NOTIFY activeChanged) 73 Q_PROPERTY(bool valid READ isValid NOTIFY validityChanged) 74 Q_PROPERTY(QUrl nmeaSource READ nmeaSource WRITE setNmeaSource NOTIFY nmeaSourceChanged) 75 …Q_PROPERTY(int updateInterval READ updateInterval WRITE setUpdateInterval NOTIFY updateIntervalCha… 76 …Q_PROPERTY(PositioningMethods supportedPositioningMethods READ supportedPositioningMethods NOTIFY … 77 …Q_PROPERTY(PositioningMethods preferredPositioningMethods READ preferredPositioningMethods WRITE s… 78 Q_PROPERTY(SourceError sourceError READ sourceError NOTIFY sourceErrorChanged) 79 Q_PROPERTY(QString name READ name WRITE setName NOTIFY nameChanged) 80 Q_PROPERTY(QQmlListProperty<QDeclarativePluginParameter> parameters READ parameters REVISION 14)
|
| H A D | qdeclarativegeolocation_p.h | 67 Q_PROPERTY(QGeoLocation location READ location WRITE setLocation) 68 Q_PROPERTY(QDeclarativeGeoAddress *address READ address WRITE setAddress NOTIFY addressChanged) 69 … Q_PROPERTY(QGeoCoordinate coordinate READ coordinate WRITE setCoordinate NOTIFY coordinateChanged) 70 …Q_PROPERTY(QGeoRectangle boundingBox READ boundingBox WRITE setBoundingBox NOTIFY boundingBoxChang… 71 …Q_PROPERTY(QVariantMap extendedAttributes MEMBER m_extendedAttributes NOTIFY extendedAttributesCha…
|
| /OK3568_Linux_fs/app/forlinx/DWKeyboard/include/ |
| H A D | inputcontext.h | 23 Q_PROPERTY(bool focus READ focus NOTIFY focusChanged) 24 Q_PROPERTY(bool shift READ shift WRITE setShift NOTIFY shiftChanged) 25 Q_PROPERTY(bool capsLock READ capsLock WRITE setCapsLock NOTIFY capsLockChanged) 26 Q_PROPERTY(int cursorPosition READ cursorPosition NOTIFY cursorPositionChanged) 27 …Q_PROPERTY(Qt::InputMethodHints inputMethodHints READ inputMethodHints NOTIFY inputMethodHintsChan… 28 Q_PROPERTY(QString preeditText READ preeditText WRITE setPreeditText NOTIFY preeditTextChanged) 29 Q_PROPERTY(QString surroundingText READ surroundingText NOTIFY surroundingTextChanged) 30 Q_PROPERTY(QString selectedText READ selectedText NOTIFY selectedTextChanged) 31 Q_PROPERTY(QRectF cursorRectangle READ cursorRectangle NOTIFY cursorRectangleChanged) 32 …Q_PROPERTY(QRectF keyboardRectangle READ keyboardRectangle WRITE setKeyboardRectangle NOTIFY keybo… [all …]
|
| H A D | inputengine.h | 54 Q_PROPERTY(Qt::Key activeKey READ activeKey NOTIFY activeKeyChanged) 55 Q_PROPERTY(Qt::Key previousKey READ previousKey NOTIFY previousKeyChanged) 56 …Q_PROPERTY(QtVirtualKeyboard::AbstractInputMethod *inputMethod READ inputMethod WRITE setInputMeth… 57 Q_PROPERTY(QList<int> inputModes READ inputModes NOTIFY inputModesChanged) 58 Q_PROPERTY(InputMode inputMode READ inputMode WRITE setInputMode NOTIFY inputModeChanged) 59 …Q_PROPERTY(QList<int> patternRecognitionModes READ patternRecognitionModes NOTIFY patternRecogniti… 60 …Q_PROPERTY(QtVirtualKeyboard::SelectionListModel *wordCandidateListModel READ wordCandidateListMod… 61 …Q_PROPERTY(bool wordCandidateListVisibleHint READ wordCandidateListVisibleHint NOTIFY wordCandidat…
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/ |
| H A D | qdeclarativeplace_p.h | 80 Q_PROPERTY(QPlace place READ place WRITE setPlace) 81 …Q_PROPERTY(QDeclarativeGeoServiceProvider *plugin READ plugin WRITE setPlugin NOTIFY pluginChanged) 82 …Q_PROPERTY(QQmlListProperty<QDeclarativeCategory> categories READ categories NOTIFY categoriesChan… 83 …Q_PROPERTY(QDeclarativeGeoLocation *location READ location WRITE setLocation NOTIFY locationChange… 84 Q_PROPERTY(QDeclarativeRatings *ratings READ ratings WRITE setRatings NOTIFY ratingsChanged) 85 … Q_PROPERTY(QDeclarativeSupplier *supplier READ supplier WRITE setSupplier NOTIFY supplierChanged) 86 Q_PROPERTY(QDeclarativePlaceIcon *icon READ icon WRITE setIcon NOTIFY iconChanged) 87 Q_PROPERTY(QString name READ name WRITE setName NOTIFY nameChanged) 88 Q_PROPERTY(QString placeId READ placeId WRITE setPlaceId NOTIFY placeIdChanged) 89 Q_PROPERTY(QString attribution READ attribution WRITE setAttribution NOTIFY attributionChanged) [all …]
|
| H A D | qdeclarativesearchresultmodel_p.h | 65 Q_PROPERTY(QString searchTerm READ searchTerm WRITE setSearchTerm NOTIFY searchTermChanged) 66 …Q_PROPERTY(QQmlListProperty<QDeclarativeCategory> categories READ categories NOTIFY categoriesChan… 67 …Q_PROPERTY(QString recommendationId READ recommendationId WRITE setRecommendationId NOTIFY recomme… 68 …Q_PROPERTY(RelevanceHint relevanceHint READ relevanceHint WRITE setRelevanceHint NOTIFY relevanceH… 69 …Q_PROPERTY(QDeclarativePlace::Visibility visibilityScope READ visibilityScope WRITE setVisibilityS… 71 Q_PROPERTY(int count READ rowCount NOTIFY rowCountChanged) 72 …Q_PROPERTY(QDeclarativeGeoServiceProvider *favoritesPlugin READ favoritesPlugin WRITE setFavorites… 73 …Q_PROPERTY(QVariantMap favoritesMatchParameters READ favoritesMatchParameters WRITE setFavoritesMa… 75 Q_PROPERTY(bool incremental MEMBER m_incremental NOTIFY incrementalChanged REVISION 12)
|
| H A D | qdeclarativecategory_p.h | 73 Q_PROPERTY(QPlaceCategory category READ category WRITE setCategory) 74 …Q_PROPERTY(QDeclarativeGeoServiceProvider *plugin READ plugin WRITE setPlugin NOTIFY pluginChanged) 75 Q_PROPERTY(QString categoryId READ categoryId WRITE setCategoryId NOTIFY categoryIdChanged) 76 Q_PROPERTY(QString name READ name WRITE setName NOTIFY nameChanged) 77 Q_PROPERTY(Visibility visibility READ visibility WRITE setVisibility NOTIFY visibilityChanged) 78 Q_PROPERTY(QDeclarativePlaceIcon *icon READ icon WRITE setIcon NOTIFY iconChanged) 79 Q_PROPERTY(Status status READ status NOTIFY statusChanged)
|
| H A D | qdeclarativesearchmodelbase_p.h | 70 …Q_PROPERTY(QDeclarativeGeoServiceProvider *plugin READ plugin WRITE setPlugin NOTIFY pluginChanged) 71 Q_PROPERTY(QVariant searchArea READ searchArea WRITE setSearchArea NOTIFY searchAreaChanged) 72 Q_PROPERTY(int limit READ limit WRITE setLimit NOTIFY limitChanged) 73 …Q_PROPERTY(bool previousPagesAvailable READ previousPagesAvailable NOTIFY previousPagesAvailableCh… 74 Q_PROPERTY(bool nextPagesAvailable READ nextPagesAvailable NOTIFY nextPagesAvailableChanged) 75 Q_PROPERTY(Status status READ status NOTIFY statusChanged)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativegeomaptype_p.h | 62 Q_PROPERTY(qreal minimumZoomLevel READ minimumZoomLevel CONSTANT) 63 Q_PROPERTY(qreal maximumZoomLevel READ maximumZoomLevel CONSTANT) 64 Q_PROPERTY(qreal minimumTilt READ minimumTilt CONSTANT) 65 Q_PROPERTY(qreal maximumTilt READ maximumTilt CONSTANT) 66 Q_PROPERTY(qreal minimumFieldOfView READ minimumFieldOfView CONSTANT) 67 Q_PROPERTY(qreal maximumFieldOfView READ maximumFieldOfView CONSTANT) 89 Q_PROPERTY(MapStyle style READ style CONSTANT) 90 Q_PROPERTY(QString name READ name CONSTANT) 91 Q_PROPERTY(QString description READ description CONSTANT) 92 Q_PROPERTY(bool mobile READ mobile CONSTANT) [all …]
|
| H A D | qdeclarativegeoroutemodel_p.h | 81 …Q_PROPERTY(QDeclarativeGeoServiceProvider *plugin READ plugin WRITE setPlugin NOTIFY pluginChanged) 82 Q_PROPERTY(QDeclarativeGeoRouteQuery *query READ query WRITE setQuery NOTIFY queryChanged) 83 Q_PROPERTY(int count READ count NOTIFY countChanged) 84 Q_PROPERTY(bool autoUpdate READ autoUpdate WRITE setAutoUpdate NOTIFY autoUpdateChanged) 85 Q_PROPERTY(Status status READ status NOTIFY statusChanged) 86 Q_PROPERTY(QString errorString READ errorString NOTIFY errorChanged) 87 Q_PROPERTY(RouteError error READ error NOTIFY errorChanged) 88 …Q_PROPERTY(QLocale::MeasurementSystem measurementSystem READ measurementSystem WRITE setMeasuremen… 197 Q_PROPERTY(double latitude READ latitude WRITE setLatitude STORED false) 198 Q_PROPERTY(double longitude READ longitude WRITE setLongitude STORED false) [all …]
|
| H A D | qdeclarativegeomap_p.h | 77 Q_PROPERTY(QQuickGeoMapGestureArea *gesture READ gesture CONSTANT) 78 …Q_PROPERTY(QDeclarativeGeoServiceProvider *plugin READ plugin WRITE setPlugin NOTIFY pluginChanged) 79 …Q_PROPERTY(qreal minimumZoomLevel READ minimumZoomLevel WRITE setMinimumZoomLevel NOTIFY minimumZo… 80 …Q_PROPERTY(qreal maximumZoomLevel READ maximumZoomLevel WRITE setMaximumZoomLevel NOTIFY maximumZo… 81 Q_PROPERTY(qreal zoomLevel READ zoomLevel WRITE setZoomLevel NOTIFY zoomLevelChanged) 83 Q_PROPERTY(qreal tilt READ tilt WRITE setTilt NOTIFY tiltChanged) 84 Q_PROPERTY(qreal minimumTilt READ minimumTilt WRITE setMinimumTilt NOTIFY minimumTiltChanged) 85 Q_PROPERTY(qreal maximumTilt READ maximumTilt WRITE setMaximumTilt NOTIFY maximumTiltChanged) 87 Q_PROPERTY(qreal bearing READ bearing WRITE setBearing NOTIFY bearingChanged) 89 Q_PROPERTY(qreal fieldOfView READ fieldOfView WRITE setFieldOfView NOTIFY fieldOfViewChanged) [all …]
|
| H A D | qdeclarativegeoroute_p.h | 65 Q_PROPERTY(QGeoRectangle bounds READ bounds CONSTANT) 66 Q_PROPERTY(int travelTime READ travelTime CONSTANT) 67 Q_PROPERTY(qreal distance READ distance CONSTANT) 68 Q_PROPERTY(QJSValue path READ path WRITE setPath NOTIFY pathChanged) 69 Q_PROPERTY(QQmlListProperty<QDeclarativeGeoRouteSegment> segments READ segments CONSTANT) 70 Q_PROPERTY(QDeclarativeGeoRouteQuery *routeQuery READ routeQuery REVISION 11) 71 Q_PROPERTY(QList<QObject *> legs READ legs CONSTANT REVISION 12) 72 Q_PROPERTY(QObject *extendedAttributes READ extendedAttributes CONSTANT REVISION 13) 125 Q_PROPERTY(int legIndex READ legIndex CONSTANT) 126 Q_PROPERTY(QObject * overallRoute READ overallRoute CONSTANT)
|
| H A D | qdeclarativegeomaneuver_p.h | 66 Q_PROPERTY(bool valid READ valid CONSTANT) 67 Q_PROPERTY(QGeoCoordinate position READ position CONSTANT) 68 Q_PROPERTY(QString instructionText READ instructionText CONSTANT) 69 Q_PROPERTY(Direction direction READ direction CONSTANT) 70 Q_PROPERTY(int timeToNextInstruction READ timeToNextInstruction CONSTANT) 71 Q_PROPERTY(qreal distanceToNextInstruction READ distanceToNextInstruction CONSTANT) 72 Q_PROPERTY(QGeoCoordinate waypoint READ waypoint CONSTANT) 73 Q_PROPERTY(bool waypointValid READ waypointValid CONSTANT) 74 …Q_PROPERTY(QObject *extendedAttributes READ extendedAttributes NOTIFY extendedAttributesChanged RE…
|
| H A D | qquickgeomapgesturearea_p.h | 74 Q_PROPERTY(QPointF center READ center) in Q_PROPERTY() function 75 Q_PROPERTY(qreal angle READ angle) in Q_PROPERTY() 76 Q_PROPERTY(QPointF point1 READ point1) in Q_PROPERTY() 77 Q_PROPERTY(QPointF point2 READ point2) in Q_PROPERTY() 78 Q_PROPERTY(int pointCount READ pointCount) in Q_PROPERTY() 79 Q_PROPERTY(bool accepted READ accepted WRITE setAccepted) in Q_PROPERTY() 122 Q_PROPERTY(bool enabled READ enabled WRITE setEnabled NOTIFY enabledChanged) 123 Q_PROPERTY(bool pinchActive READ isPinchActive NOTIFY pinchActiveChanged) 124 Q_PROPERTY(bool panActive READ isPanActive NOTIFY panActiveChanged) 125 Q_PROPERTY(bool rotationActive READ isRotationActive NOTIFY rotationActiveChanged) [all …]
|
| H A D | qdeclarativegeocodemodel_p.h | 76 …Q_PROPERTY(QDeclarativeGeoServiceProvider *plugin READ plugin WRITE setPlugin NOTIFY pluginChanged) 77 Q_PROPERTY(bool autoUpdate READ autoUpdate WRITE setAutoUpdate NOTIFY autoUpdateChanged) 78 Q_PROPERTY(Status status READ status NOTIFY statusChanged) 79 Q_PROPERTY(QString errorString READ errorString NOTIFY errorChanged) 80 Q_PROPERTY(int count READ count NOTIFY countChanged) 81 Q_PROPERTY(int limit READ limit WRITE setLimit NOTIFY limitChanged) 82 Q_PROPERTY(int offset READ offset WRITE setOffset NOTIFY offsetChanged) 83 Q_PROPERTY(QVariant query READ query WRITE setQuery NOTIFY queryChanged) 84 Q_PROPERTY(QVariant bounds READ bounds WRITE setBounds NOTIFY boundsChanged) 85 Q_PROPERTY(GeocodeError error READ error NOTIFY errorChanged)
|
| H A D | qdeclarativegeoserviceprovider_p.h | 75 Q_PROPERTY(QString name READ name WRITE setName NOTIFY nameChanged) 76 Q_PROPERTY(QStringList availableServiceProviders READ availableServiceProviders CONSTANT) 77 Q_PROPERTY(QQmlListProperty<QDeclarativePluginParameter> parameters READ parameters) 78 …Q_PROPERTY(QDeclarativeGeoServiceProviderRequirements *required READ requirements WRITE setRequire… 79 Q_PROPERTY(QStringList locales READ locales WRITE setLocales NOTIFY localesChanged) 80 Q_PROPERTY(QStringList preferred READ preferred WRITE setPreferred NOTIFY preferredChanged) 81 …Q_PROPERTY(bool allowExperimental READ allowExperimental WRITE setAllowExperimental NOTIFY allowEx… 82 Q_PROPERTY(bool isAttached READ isAttached NOTIFY attached) 220 Q_PROPERTY(QDeclarativeGeoServiceProvider::MappingFeatures mapping 223 Q_PROPERTY(QDeclarativeGeoServiceProvider::RoutingFeatures routing [all …]
|
| H A D | qdeclarativegeomapitemview_p.h | 81 Q_PROPERTY(QVariant model READ model WRITE setModel NOTIFY modelChanged) 82 Q_PROPERTY(QQmlComponent *delegate READ delegate WRITE setDelegate NOTIFY delegateChanged) 83 …Q_PROPERTY(bool autoFitViewport READ autoFitViewport WRITE setAutoFitViewport NOTIFY autoFitViewpo… 84 Q_PROPERTY(QQuickTransition *add MEMBER m_enter REVISION 12) 85 Q_PROPERTY(QQuickTransition *remove MEMBER m_exit REVISION 12) 86 Q_PROPERTY(QList<QQuickItem *> mapItems READ mapItems REVISION 12) 87 …Q_PROPERTY(bool incubateDelegates READ incubateDelegates WRITE setIncubateDelegates NOTIFY incubat…
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/weatherinfo/ |
| H A D | appmodel.h | 64 Q_PROPERTY(QString dayOfWeek 67 Q_PROPERTY(QString weatherIcon 70 Q_PROPERTY(QString weatherDescription 73 Q_PROPERTY(QString temperature 110 Q_PROPERTY(bool ready 113 Q_PROPERTY(bool hasSource 116 Q_PROPERTY(bool hasValidCity 119 Q_PROPERTY(bool hasValidWeather 122 Q_PROPERTY(bool useGps 125 Q_PROPERTY(QString city [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/ |
| H A D | qdeclarativenavigator_p.h | 77 …Q_PROPERTY(QDeclarativeGeoServiceProvider *plugin READ plugin WRITE setPlugin NOTIFY pluginChanged) 78 Q_PROPERTY(QDeclarativeGeoMap *map READ map WRITE setMap NOTIFY mapChanged) 79 Q_PROPERTY(QDeclarativeGeoRoute *route READ route WRITE setRoute NOTIFY routeChanged) 80 …Q_PROPERTY(QDeclarativePositionSource *positionSource READ positionSource WRITE setPositionSource … 81 Q_PROPERTY(bool active READ active WRITE setActive NOTIFY activeChanged) 82 Q_PROPERTY(bool navigatorReady READ navigatorReady NOTIFY navigatorReadyChanged) 83 …Q_PROPERTY(bool trackPositionSource READ trackPositionSource WRITE setTrackPositionSource NOTIFY t… 84 …Q_PROPERTY(bool automaticReroutingEnabled READ automaticReroutingEnabled WRITE setAutomaticRerouti… 85 Q_PROPERTY(bool isOnRoute READ isOnRoute NOTIFY isOnRouteChanged) 86 Q_PROPERTY(QDeclarativeNavigationBasicDirections *directions READ directions CONSTANT) [all …]
|
| H A D | qdeclarativenavigator_p_p.h | 119 Q_PROPERTY(QVariant nextManeuverIcon READ nextManeuverIcon NOTIFY nextManeuverIconChanged) 120 …Q_PROPERTY(qreal distanceToNextManeuver READ distanceToNextManeuver NOTIFY progressInformationChan… 121 …Q_PROPERTY(qreal remainingTravelDistance READ remainingTravelDistance NOTIFY progressInformationCh… 122 …Q_PROPERTY(qreal remainingTravelDistanceToNextWaypoint READ remainingTravelDistanceToNextWaypoint … 123 Q_PROPERTY(qreal traveledDistance READ traveledDistance NOTIFY progressInformationChanged) 124 Q_PROPERTY(int timeToNextManeuver READ timeToNextManeuver NOTIFY progressInformationChanged) 125 Q_PROPERTY(int remainingTravelTime READ remainingTravelTime NOTIFY progressInformationChanged) 126 …Q_PROPERTY(int remainingTravelTimeToNextWaypoint READ remainingTravelTimeToNextWaypoint NOTIFY pro… 127 Q_PROPERTY(int traveledTime READ traveledTime NOTIFY progressInformationChanged) 128 Q_PROPERTY(QDeclarativeGeoRoute *currentRoute READ currentRoute NOTIFY currentRouteChanged) [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qgeorectangle.h | 52 Q_PROPERTY(QGeoCoordinate bottomLeft READ bottomLeft WRITE setBottomLeft) 53 Q_PROPERTY(QGeoCoordinate bottomRight READ bottomRight WRITE setBottomRight) 54 Q_PROPERTY(QGeoCoordinate topLeft READ topLeft WRITE setTopLeft) 55 Q_PROPERTY(QGeoCoordinate topRight READ topRight WRITE setTopRight) 56 Q_PROPERTY(QGeoCoordinate center READ center WRITE setCenter) 57 Q_PROPERTY(double height READ height WRITE setHeight) 58 Q_PROPERTY(double width READ width WRITE setWidth)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/plugins/declarativetestplugin/ |
| H A D | qdeclarativelocationtestmodel_p.h | 44 Q_PROPERTY(QGeoCoordinate coordinate READ coordinate CONSTANT) in Q_PROPERTY() function 57 Q_PROPERTY(int datacount READ datacount WRITE setDatacount NOTIFY datacountChanged) 58 Q_PROPERTY(int delay READ delay WRITE setDelay NOTIFY delayChanged) 59 Q_PROPERTY(bool crazyMode READ crazyMode WRITE setCrazyMode NOTIFY crazyModeChanged) 60 Q_PROPERTY(int crazyLevel READ crazyLevel WRITE setCrazyLevel NOTIFY crazyLevelChanged) 61 Q_PROPERTY(QString datatype READ datatype WRITE setDatatype NOTIFY datatypeChanged)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/include/ |
| H A D | qmapboxgl.hpp | 100 Q_PROPERTY(double latitude READ latitude WRITE setLatitude) 101 Q_PROPERTY(double longitude READ longitude WRITE setLongitude) 102 Q_PROPERTY(double zoom READ zoom WRITE setZoom) 103 Q_PROPERTY(double bearing READ bearing WRITE setBearing) 104 Q_PROPERTY(double pitch READ pitch WRITE setPitch) 105 Q_PROPERTY(QString styleJson READ styleJson WRITE setStyleJson) 106 Q_PROPERTY(QString styleUrl READ styleUrl WRITE setStyleUrl) 107 Q_PROPERTY(double scale READ scale WRITE setScale) 108 Q_PROPERTY(QMapbox::Coordinate coordinate READ coordinate WRITE setCoordinate) 109 Q_PROPERTY(QMargins margins READ margins WRITE setMargins)
|