| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/ |
| H A D | qmapboxgl_renderer_observer.hpp | 17 , delegate(delegate_, mailbox) { in QMapboxGLRendererObserver() 25 delegate.invoke(&mbgl::RendererObserver::onInvalidate); in onInvalidate() 29 delegate.invoke(&mbgl::RendererObserver::onResourceError, err); in onResourceError() 33 delegate.invoke(&mbgl::RendererObserver::onWillStartRenderingMap); in onWillStartRenderingMap() 37 delegate.invoke(&mbgl::RendererObserver::onWillStartRenderingFrame); in onWillStartRenderingFrame() 41 delegate.invoke(&mbgl::RendererObserver::onDidFinishRenderingFrame, mode, repaintNeeded); in onDidFinishRenderingFrame() 45 delegate.invoke(&mbgl::RendererObserver::onDidFinishRenderingMap); in onDidFinishRenderingMap() 50 mbgl::ActorRef<mbgl::RendererObserver> delegate; member in QMapboxGLRendererObserver
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/ |
| H A D | qmapobjectview.cpp | 93 : QMapObjectViewPrivate(other.q), m_model(other.model()), m_delegate(other.delegate()) in QMapObjectViewPrivateDefault() 112 QQmlComponent *QMapObjectViewPrivateDefault::delegate() const in delegate() function in QMapObjectViewPrivateDefault 117 void QMapObjectViewPrivateDefault::setDelegate(QQmlComponent *delegate) in setDelegate() argument 119 m_delegate = delegate; in setDelegate() 140 && delegate() == o.delegate()); in equals() 215 if (d->delegate()) in componentComplete() 216 m_delegateModel->setDelegate(d->delegate()); in componentComplete() 241 QQmlComponent *QMapObjectView::delegate() const in delegate() function in QMapObjectView 244 return d->delegate(); in delegate() 260 void QMapObjectView::setDelegate(QQmlComponent *delegate) in setDelegate() argument [all …]
|
| H A D | qmapobjectview_p.h | 65 Q_PROPERTY(QQmlComponent *delegate READ delegate WRITE setDelegate NOTIFY delegateChanged) 82 QQmlComponent *delegate() const; 83 void setDelegate(QQmlComponent * delegate); 92 void delegateChanged(QQmlComponent * delegate);
|
| H A D | qmapobjectview_p_p.h | 70 virtual QQmlComponent *delegate() const = 0; 71 virtual void setDelegate(QQmlComponent *delegate) = 0; 85 virtual QQmlComponent *delegate() const override; 86 virtual void setDelegate(QQmlComponent *delegate) override;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/geojson_viewer/ |
| H A D | GeoJsonDelegateMapObject.qml | 64 delegate: MapCircleObject { 80 delegate: MapPolylineObject { 91 delegate: MapPolygonObject { 103 delegate: MapObjectView { 107 delegate: dc 113 delegate: MapObjectView { 117 delegate: dc 123 delegate: MapObjectView { 127 delegate: dc 133 delegate: MapObjectView { [all …]
|
| H A D | GeoJsonDelegate.qml | 66 delegate: MapCircle { 83 delegate: MapPolyline { 96 delegate: MapPolygon { 121 delegate: MapItemView { 125 delegate: dc 131 delegate: MapItemView { 135 delegate: dc 141 delegate: MapItemView { 145 delegate: dc 151 delegate: MapItemView { [all …]
|
| H A D | main.qml | 193 delegate: GeoJsonDelegateMapObject {} 210 delegate: GeoJsonDelegate {
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativegeomapitemview_p.h | 82 Q_PROPERTY(QQmlComponent *delegate READ delegate WRITE setDelegate NOTIFY delegateChanged) 96 QQmlComponent *delegate() const;
|
| H A D | qdeclarativegeomapitemview.cpp | 241 QQmlComponent *QDeclarativeGeoMapItemView::delegate() const in delegate() function in QDeclarativeGeoMapItemView 246 void QDeclarativeGeoMapItemView::setDelegate(QQmlComponent *delegate) in setDelegate() argument 248 if (m_delegate == delegate) in setDelegate() 251 m_delegate = delegate; in setDelegate()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/views/ |
| H A D | CategoryDelegate.qml | 80 //! [CategoryModel delegate text] 94 //! [CategoryModel delegate text] 103 //! [CategoryModel delegate arrow] 113 //! [CategoryModel delegate arrow]
|
| H A D | ReviewView.qml | 54 //! [ReviewModel delegate] 62 delegate: ReviewDelegate { 66 //! [ReviewModel delegate]
|
| H A D | ImageView.qml | 71 delegate: Rectangle { 110 delegate: Item {
|
| H A D | SearchResultDelegate.qml | 66 //! [PlaceSearchModel place delegate] 144 //! [PlaceSearchModel place delegate]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_ui/ |
| H A D | tst_map_itemview.qml | 53 delegate: Component { 72 delegate: Component { 110 delegate: Component { 230 delegate: Component { 269 delegate: Component { 294 delegate: Component { 310 compare(theItemView.delegate, theItemViewsComponent); 438 // delegate spawning is async. wait a bit.
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/doc/src/ |
| H A D | places.qdoc | 94 \snippet places/views/CategoryDelegate.qml CategoryModel delegate text 98 \snippet places/views/CategoryDelegate.qml CategoryModel delegate arrow 126 A \l {Label} object is used as the delegate to display the suggestion text. Clicking on the 150 The delegate used in the \l ListView, \e SearchResultDelegate, is designed to handle multiple 151 search result types via a \l Loader object. For results of type \e PlaceResult the delegate 154 \snippet places/views/SearchResultDelegate.qml PlaceSearchModel place delegate
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/declarative/ |
| H A D | places.qml | 89 delegate: Text { text: category.name } 96 delegate: Text { 156 delegate: Text { text: suggestion } 169 delegate: Item { 234 delegate: Item { 313 delegate: Text { text: modelData.label + ": " + modelData.value }
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/videoio/ |
| H A D | cap_ios.h | 110 @property (nonatomic, weak) id<CvVideoCameraDelegate> delegate; 144 @property (nonatomic, weak) id<CvPhotoCameraDelegate> delegate;
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlvideofx/qml/qmlvideofx/ |
| H A D | ParameterPanel.qml | 53 id: delegate 93 delegate: editDelegate
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/ |
| H A D | places.qdoc | 74 \li A delegate defines how individual data elements should appear 76 and the delegate uses them to construct a visual item. The delegate 115 A simple delegate has been bound to the \l {ListView}'s \l 116 {ListView::delegate} {delegate} property. The \l PlaceSearchModel exposes 120 view, the view invokes the delegate to create a visual representation of 148 a \l {MapItemView::delegate} {delegate} consisting of a \l MapQuickItem is 150 was found by the search model. The delegate uses the \e place role
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/wifi/ |
| H A D | wifiwidget.cpp | 49 WifiItemDelegate *delegate = new WifiItemDelegate; in createAP() local 51 ui->listViewHost->setItemDelegate(delegate); in createAP()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places_map/doc/src/ |
| H A D | places_map.qdoc | 68 MapItemView and supply the search model and a delegate. An inline delegate
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/doc/src/ |
| H A D | mapviewer.qdoc | 97 MapItemView uses an object called a "delegate" to act as a template for the 135 a delegate component: 140 With the model, view and delegate now complete, the only missing component
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/geoflickr/ |
| H A D | flickr.qml | 89 id: photoGridView; model: restModel; delegate: gridDelegate; cacheBuffer: 100 94 id: photoListView; model: restModel; delegate: listDelegate; z: 6
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | atmel_usba_udc.c | 740 goto delegate; in handle_ep0_setup() 775 goto delegate; in handle_ep0_setup() 807 goto delegate; in handle_ep0_setup() 816 goto delegate; in handle_ep0_setup() 824 delegate: in handle_ep0_setup()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/itemview_transitions/ |
| H A D | main.qml | 124 delegate: Component { 184 delegate: Component {
|