Home
last modified time | relevance | path

Searched refs:delegate (Results 1 – 25 of 87) sorted by relevance

1234

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl_renderer_observer.hpp17 , 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 Dqmapobjectview.cpp93 : 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 Dqmapobjectview_p.h65 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 Dqmapobjectview_p_p.h70 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 DGeoJsonDelegateMapObject.qml64 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 DGeoJsonDelegate.qml66 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 Dmain.qml193 delegate: GeoJsonDelegateMapObject {}
210 delegate: GeoJsonDelegate {
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomapitemview_p.h82 Q_PROPERTY(QQmlComponent *delegate READ delegate WRITE setDelegate NOTIFY delegateChanged)
96 QQmlComponent *delegate() const;
H A Dqdeclarativegeomapitemview.cpp241 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 DCategoryDelegate.qml80 //! [CategoryModel delegate text]
94 //! [CategoryModel delegate text]
103 //! [CategoryModel delegate arrow]
113 //! [CategoryModel delegate arrow]
H A DReviewView.qml54 //! [ReviewModel delegate]
62 delegate: ReviewDelegate {
66 //! [ReviewModel delegate]
H A DImageView.qml71 delegate: Rectangle {
110 delegate: Item {
H A DSearchResultDelegate.qml66 //! [PlaceSearchModel place delegate]
144 //! [PlaceSearchModel place delegate]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_ui/
H A Dtst_map_itemview.qml53 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 Dplaces.qdoc94 \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 Dplaces.qml89 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 Dcap_ios.h110 @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 DParameterPanel.qml53 id: delegate
93 delegate: editDelegate
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/
H A Dplaces.qdoc74 \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 Dwifiwidget.cpp49 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 Dplaces_map.qdoc68 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 Dmapviewer.qdoc97 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 Dflickr.qml89 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 Datmel_usba_udc.c740 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 Dmain.qml124 delegate: Component {
184 delegate: Component {

1234