Home
last modified time | relevance | path

Searched refs:READ (Results 1 – 25 of 374) sorted by relevance

12345678910>>...15

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioningquick/
H A Dqdeclarativeposition_p.h68 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 Dqdeclarativegeoaddress_p.h64 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 Dqdeclarativepositionsource_p.h71 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)
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/
H A Dinputcontext.h23 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 Dinputengine.h54 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 Dqdeclarativeplace_p.h80 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 Dqdeclarativecategory_p.h73 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 Dqdeclarativesearchresultmodel_p.h65 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…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomaptype_p.h62 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 Dqdeclarativegeoroutemodel_p.h81 …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 Dqdeclarativegeomap_p.h77 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 Dqdeclarativegeoroute_p.h65 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 Dqdeclarativegeomaneuver_p.h66 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 Dqquickgeomapgesturearea_p.h74 Q_PROPERTY(QPointF center READ center) in Q_PROPERTY()
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 Dqdeclarativegeocodemodel_p.h76 …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 Dqdeclarativegeoserviceprovider_p.h75 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)
221 READ mappingRequirements WRITE setMappingRequirements
224 READ routingRequirements WRITE setRoutingRequirements
[all …]
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbblt.c125 bits = READ(--src); in fbBlt()
132 WRITE(--dst, FbDoDestInvarientMergeRop(READ(--src))); in fbBlt()
136 bits = READ(--src); in fbBlt()
138 WRITE(dst, FbDoMergeRop(bits, READ(dst))); in fbBlt()
142 bits = READ(--src); in fbBlt()
149 bits = READ(src++); in fbBlt()
178 WRITE(dst++, FbDoDestInvarientMergeRop(READ(src++))); in fbBlt()
182 bits = READ(src++); in fbBlt()
183 WRITE(dst, FbDoMergeRop(bits, READ(dst))); in fbBlt()
188 bits = READ(src); in fbBlt()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/weatherinfo/
H A Dappmodel.h65 READ dayOfWeek WRITE setDayOfWeek
68 READ weatherIcon WRITE setWeatherIcon
71 READ weatherDescription WRITE setWeatherDescription
74 READ temperature WRITE setTemperature
111 READ ready
114 READ hasSource
117 READ hasValidCity
120 READ hasValidWeather
123 READ useGps WRITE setUseGps
126 READ city WRITE setCity
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqdeclarativenavigator_p.h77 …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 Dqdeclarativenavigator_p_p.h119 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/kernel/block/
H A Dblk-throttle.c509 for (rw = READ; rw <= WRITE; rw++) { in throtl_pd_alloc()
515 tg->bps[READ][LIMIT_MAX] = U64_MAX; in throtl_pd_alloc()
517 tg->iops[READ][LIMIT_MAX] = UINT_MAX; in throtl_pd_alloc()
519 tg->bps_conf[READ][LIMIT_MAX] = U64_MAX; in throtl_pd_alloc()
521 tg->iops_conf[READ][LIMIT_MAX] = UINT_MAX; in throtl_pd_alloc()
576 for (rw = READ; rw <= WRITE; rw++) in tg_update_has_rules()
603 if (tg->bps[READ][LIMIT_LOW] || tg->bps[WRITE][LIMIT_LOW] || in blk_throtl_update_limit_valid()
604 tg->iops[READ][LIMIT_LOW] || tg->iops[WRITE][LIMIT_LOW]) { in blk_throtl_update_limit_valid()
619 tg->bps[READ][LIMIT_LOW] = 0; in throtl_pd_offline()
621 tg->iops[READ][LIMIT_LOW] = 0; in throtl_pd_offline()
[all …]
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-stats.c187 return atomic_read(&shared->in_flight[READ]) + in dm_stat_in_flight()
224 atomic_read(&shared->in_flight[READ]), in dm_stats_cleanup()
315 atomic_set(&s->stat_shared[ni].in_flight[READ], 0); in dm_stats_create()
506 in_flight_read = (unsigned)atomic_read(&shared->in_flight[READ]); in dm_stat_round()
509 p->io_ticks[READ] += difference; in dm_stat_round()
685 shared->tmp.sectors[READ] = 0; in __dm_stat_init_temporary_percpu_totals()
687 shared->tmp.ios[READ] = 0; in __dm_stat_init_temporary_percpu_totals()
689 shared->tmp.merges[READ] = 0; in __dm_stat_init_temporary_percpu_totals()
691 shared->tmp.ticks[READ] = 0; in __dm_stat_init_temporary_percpu_totals()
693 shared->tmp.io_ticks[READ] = 0; in __dm_stat_init_temporary_percpu_totals()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeorectangle.h52 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 Dqdeclarativelocationtestmodel_p.h44 Q_PROPERTY(QGeoCoordinate coordinate READ coordinate CONSTANT) in Q_PROPERTY()
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 Dqmapboxgl.hpp100 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)

12345678910>>...15