![]() |
Qt 6.x
The Qt SDK
|
#include <qquickdrag_p.h>
Collaboration diagram for QQuickDragGrabber:Public Types | |
| typedef ItemList::iterator | iterator |
Public Member Functions | |
| QQuickDragGrabber () | |
| ~QQuickDragGrabber () | |
| QObject * | target () const |
| void | setTarget (QObject *target) |
| void | resetTarget () |
| bool | isEmpty () const |
| iterator | begin () |
| iterator | end () |
| void | grab (QQuickItem *item) |
| iterator | release (iterator at) |
| auto & | ignoreList () |
Definition at line 35 of file qquickdrag_p.h.
| typedef ItemList::iterator QQuickDragGrabber::iterator |
Definition at line 68 of file qquickdrag_p.h.
|
inline |
Definition at line 50 of file qquickdrag_p.h.
|
inline |
Definition at line 51 of file qquickdrag_p.h.
References QIntrusiveList< N, member >::first(), and QIntrusiveList< N, member >::isEmpty().
Here is the call graph for this function:
|
inline |
Definition at line 69 of file qquickdrag_p.h.
References QIntrusiveList< N, member >::begin().
Here is the call graph for this function:
|
inline |
Definition at line 70 of file qquickdrag_p.h.
References QIntrusiveList< N, member >::end().
Here is the call graph for this function:
|
inline |
Definition at line 72 of file qquickdrag_p.h.
References QIntrusiveList< N, member >::insert(), and item.
Here is the call graph for this function:
|
inline |
Definition at line 75 of file qquickdrag_p.h.
|
inline |
Definition at line 66 of file qquickdrag_p.h.
References QIntrusiveList< N, member >::isEmpty().
Here is the call graph for this function:Definition at line 73 of file qquickdrag_p.h.
|
inline |
Definition at line 64 of file qquickdrag_p.h.
Definition at line 63 of file qquickdrag_p.h.
References target().
Here is the call graph for this function:
|
inline |
Definition at line 54 of file qquickdrag_p.h.
References QIntrusiveList< N, member >::first(), and QIntrusiveList< N, member >::isEmpty().
Referenced by QQuickDragAttachedPrivate::deliverMoveEvent(), setTarget(), and QQuickDragAttachedPrivate::start().
Here is the call graph for this function:
Here is the caller graph for this function: