Home
last modified time | relevance | path

Searched refs:NOTIFY (Results 1 – 25 of 73) sorted by relevance

123

/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.h65 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)
74 Q_PROPERTY(bool isTextGenerated READ isTextGenerated NOTIFY isTextGeneratedChanged)
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 …ningMethods supportedPositioningMethods READ supportedPositioningMethods NOTIFY supportedPositioni…
77 …ds READ preferredPositioningMethods WRITE setPreferredPositioningMethods NOTIFY preferredPositioni…
78 Q_PROPERTY(SourceError sourceError READ sourceError NOTIFY sourceErrorChanged)
79 Q_PROPERTY(QString name READ name WRITE setName NOTIFY nameChanged)
H A Dqdeclarativegeolocation_p.h68 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/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativeplace_p.h81 …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)
91 Q_PROPERTY(QDeclarativeReviewModel *reviewModel READ reviewModel NOTIFY reviewModelChanged)
[all …]
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 …Visibility visibilityScope READ visibilityScope WRITE setVisibilityScope NOTIFY visibilityScopeCha…
71 Q_PROPERTY(int count READ rowCount NOTIFY rowCountChanged)
72 …eProvider *favoritesPlugin READ favoritesPlugin WRITE setFavoritesPlugin NOTIFY favoritesPluginCha…
73 …rameters READ favoritesMatchParameters WRITE setFavoritesMatchParameters NOTIFY favoritesMatchPara…
75 Q_PROPERTY(bool incremental MEMBER m_incremental NOTIFY incrementalChanged REVISION 12)
H A Dqdeclarativesearchmodelbase_p.h70 …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)
H A Dqdeclarativecategory_p.h74 …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 Dqdeclarativeperiod_p.h62 Q_PROPERTY(QDate startDate READ startDate WRITE setStartDate NOTIFY startDateChanged)
63 Q_PROPERTY(QTime startTime READ startTime WRITE setStartTime NOTIFY startTimeChanged)
64 Q_PROPERTY(QDate endDate READ endDate WRITE setEndDate NOTIFY endDateChanged)
65 Q_PROPERTY(QTime endTime READ endTime WRITE setEndTime NOTIFY endTimeChanged)
H A Dqdeclarativesupplier_p.h67 Q_PROPERTY(QString name READ name WRITE setName NOTIFY nameChanged)
68 Q_PROPERTY(QString supplierId READ supplierId WRITE setSupplierId NOTIFY supplierIdChanged)
69 Q_PROPERTY(QUrl url READ url WRITE setUrl NOTIFY urlChanged)
70 Q_PROPERTY(QDeclarativePlaceIcon *icon READ icon WRITE setIcon NOTIFY iconChanged)
/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 …::AbstractInputMethod *inputMethod READ inputMethod WRITE setInputMethod NOTIFY inputMethodChanged)
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 …::SelectionListModel *wordCandidateListModel READ wordCandidateListModel NOTIFY wordCandidateListM…
61 …Q_PROPERTY(bool wordCandidateListVisibleHint READ wordCandidateListVisibleHint NOTIFY wordCandidat…
H A Dtrace.h45 Q_PROPERTY(int traceId READ traceId WRITE setTraceId NOTIFY traceIdChanged)
46 Q_PROPERTY(QStringList channels READ channels WRITE setChannels NOTIFY channelsChanged)
47 Q_PROPERTY(int length READ length NOTIFY lengthChanged)
48 Q_PROPERTY(bool isFinal READ isFinal WRITE setFinal NOTIFY finalChanged)
49 Q_PROPERTY(bool isCanceled READ isCanceled WRITE setCanceled NOTIFY canceledChanged)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/weatherinfo/
H A Dappmodel.h66 NOTIFY dataChanged)
69 NOTIFY dataChanged)
72 NOTIFY dataChanged)
75 NOTIFY dataChanged)
112 NOTIFY readyChanged)
115 NOTIFY readyChanged)
118 NOTIFY cityChanged)
121 NOTIFY weatherChanged)
124 NOTIFY useGpsChanged)
127 NOTIFY cityChanged)
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomap_p.h78 …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)
90 …Q_PROPERTY(qreal minimumFieldOfView READ minimumFieldOfView WRITE setMinimumFieldOfView NOTIFY min…
[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 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 …stem measurementSystem READ measurementSystem WRITE setMeasurementSystem NOTIFY measurementSystemC…
202 Q_PROPERTY(qreal bearing READ bearing WRITE setBearing NOTIFY bearingChanged)
290 …tiveRoutes READ numberAlternativeRoutes WRITE setNumberAlternativeRoutes NOTIFY numberAlternativeR…
[all …]
H A Dqdeclarativegeoserviceprovider_p.h75 Q_PROPERTY(QString name READ name WRITE setName NOTIFY nameChanged)
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)
222 NOTIFY mappingRequirementsChanged)
225 NOTIFY routingRequirementsChanged)
228 NOTIFY geocodingRequirementsChanged)
231 NOTIFY placesRequirementsChanged)
234 NOTIFY navigationRequirementsChanged)
H A Dqquickgeomapgesturearea_p.h122 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)
126 Q_PROPERTY(bool tiltActive READ isTiltActive NOTIFY tiltActiveChanged)
127 …estures acceptedGestures READ acceptedGestures WRITE setAcceptedGestures NOTIFY acceptedGesturesCh…
128 …mLevelChange READ maximumZoomLevelChange WRITE setMaximumZoomLevelChange NOTIFY maximumZoomLevelCh…
129 …Q_PROPERTY(qreal flickDeceleration READ flickDeceleration WRITE setFlickDeceleration NOTIFY flickD…
130 …Q_PROPERTY(bool preventStealing READ preventStealing WRITE setPreventStealing NOTIFY preventSteali…
H A Dqdeclarativegeomapquickitem_p.h76 … Q_PROPERTY(QGeoCoordinate coordinate READ coordinate WRITE setCoordinate NOTIFY coordinateChanged)
77 Q_PROPERTY(QPointF anchorPoint READ anchorPoint WRITE setAnchorPoint NOTIFY anchorPointChanged)
78 Q_PROPERTY(qreal zoomLevel READ zoomLevel WRITE setZoomLevel NOTIFY zoomLevelChanged)
79 Q_PROPERTY(QQuickItem *sourceItem READ sourceItem WRITE setSourceItem NOTIFY sourceItemChanged)
H A Dqdeclarativerectanglemapitem_p.h69 Q_PROPERTY(QGeoCoordinate topLeft READ topLeft WRITE setTopLeft NOTIFY topLeftChanged)
70 …Q_PROPERTY(QGeoCoordinate bottomRight READ bottomRight WRITE setBottomRight NOTIFY bottomRightChan…
71 Q_PROPERTY(QColor color READ color WRITE setColor NOTIFY colorChanged)
73 Q_PROPERTY(Backend backend READ backend WRITE setBackend NOTIFY backendChanged REVISION 15)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
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 …gTravelDistanceToNextWaypoint READ remainingTravelDistanceToNextWaypoint NOTIFY progressInformatio…
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 …]
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 …sitionSource *positionSource READ positionSource WRITE setPositionSource NOTIFY positionSourceChan…
81 Q_PROPERTY(bool active READ active WRITE setActive NOTIFY activeChanged)
82 Q_PROPERTY(bool navigatorReady READ navigatorReady NOTIFY navigatorReadyChanged)
83 …rackPositionSource READ trackPositionSource WRITE setTrackPositionSource NOTIFY trackPositionSourc…
84 …nabled READ automaticReroutingEnabled WRITE setAutomaticReroutingEnabled NOTIFY automaticRerouting…
85 Q_PROPERTY(bool isOnRoute READ isOnRoute NOTIFY isOnRouteChanged)
87 Q_PROPERTY(NavigationError error READ error NOTIFY errorChanged)
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/plugins/declarativetestplugin/
H A Dqdeclarativelocationtestmodel_p.h57 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/examples/positioning/satelliteinfo/
H A Dsatellitemodel.h66 Q_PROPERTY(bool running READ running WRITE setRunning NOTIFY runningChanged) in QT_FORWARD_DECLARE_CLASS()
67 …Q_PROPERTY(bool satelliteInfoAvailable READ canProvideSatelliteInfo NOTIFY canProvideSatelliteInfo… in QT_FORWARD_DECLARE_CLASS()
68 Q_PROPERTY(int entryCount READ entryCount NOTIFY entryCountChanged) in QT_FORWARD_DECLARE_CLASS()
69 …Q_PROPERTY(bool singleRequestMode READ isSingleRequest WRITE setSingleRequest NOTIFY singleRequest… in QT_FORWARD_DECLARE_CLASS()

123