![]() |
Qt 6.x
The Qt SDK
|
This is the complete list of members for QSimpleDrag, including all inherited members.
bindableObjectName() | QObject | |
bindingStorage() | QObject | inline |
bindingStorage() const | QObject | inline |
blockSignals(bool b) noexcept | QObject | |
cancel() override | QSimpleDrag | protectedvirtual |
cancelDrag() override | QBasicDrag | virtual |
canDrop() const | QBasicDrag | inlineprotected |
childEvent(QChildEvent *event) | QObject | protectedvirtual |
children() const | QObject | inline |
connect(const QObject *sender, const char *signal, const QObject *receiver, const char *member, Qt::ConnectionType=Qt::AutoConnection) | QObject | static |
connect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type=Qt::AutoConnection) | QObject | static |
connect(const QObject *sender, const char *signal, const char *member, Qt::ConnectionType type=Qt::AutoConnection) const | QObject | inline |
connect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::ContextTypeForFunctor< Func2 >::ContextType *context, Func2 &&slot, Qt::ConnectionType type=Qt::AutoConnection) | QObject | inlinestatic |
connect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, Func2 &&slot) | QObject | inlinestatic |
connectNotify(const QMetaMethod &signal) | QObject | protectedvirtual |
currentDrag() const | QPlatformDrag | |
customEvent(QEvent *event) | QObject | protectedvirtual |
d_ptr | QObject | protected |
defaultAction(Qt::DropActions possibleActions, Qt::KeyboardModifiers modifiers) const | QPlatformDrag | virtual |
defaultPixmap() | QPlatformDrag | static |
deleteLater() | QObject | slot |
destroyed(QObject *=nullptr) | QObject | signal |
disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *member) | QObject | static |
disconnect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &member) | QObject | static |
disconnect(const char *signal=nullptr, const QObject *receiver=nullptr, const char *member=nullptr) const | QObject | inline |
disconnect(const QObject *receiver, const char *member=nullptr) const | QObject | inline |
disconnect(const QMetaObject::Connection &) | QObject | static |
disconnect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiver, Func2 slot) | QObject | inlinestatic |
disconnect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const QObject *receiver, void **zero) | QObject | inlinestatic |
disconnectNotify(const QMetaMethod &signal) | QObject | protectedvirtual |
drag(QDrag *drag) override | QBasicDrag | virtual |
drag() const | QBasicDrag | inlineprotected |
drop(const QPoint &globalPos, Qt::MouseButtons b, Qt::KeyboardModifiers mods) override | QSimpleDrag | protectedvirtual |
dumpObjectInfo() const | QObject | |
dumpObjectTree() const | QObject | |
dynamicPropertyNames() const | QObject | |
endDrag() | QBasicDrag | protectedvirtual |
event(QEvent *event) | QObject | virtual |
eventFilter(QObject *o, QEvent *e) override | QBasicDrag | virtual |
executedDropAction() const | QBasicDrag | inlineprotected |
findChild(const QString &aName=QString(), Qt::FindChildOptions options=Qt::FindChildrenRecursively) const | QObject | inline |
findChildren(const QString &aName, Qt::FindChildOptions options=Qt::FindChildrenRecursively) const | QObject | inline |
findChildren(Qt::FindChildOptions options=Qt::FindChildrenRecursively) const | QObject | inline |
inherits(const char *classname) const | QObject | inline |
installEventFilter(QObject *filterObj) | QObject | |
isQuickItemType() const | QObject | inline |
isSignalConnected(const QMetaMethod &signal) const | QObject | protected |
isWidgetType() const | QObject | inline |
isWindowType() const | QObject | inline |
killTimer(int id) | QObject | |
m_sourceWindow | QBasicDrag | protected |
m_windowUnderCursor | QBasicDrag | protected |
move(const QPoint &globalPos, Qt::MouseButtons b, Qt::KeyboardModifiers mods) override | QSimpleDrag | protectedvirtual |
moveShapedPixmapWindow(const QPoint &deviceIndependentPosition) | QBasicDrag | protected |
moveToThread(QThread *thread) | QObject | |
objectName | QObject | |
objectName() const | QObject | |
objectNameChanged(const QString &objectName, QPrivateSignal) | QObject | signal |
ownsDragObject() const | QPlatformDrag | virtual |
parent() const | QObject | inline |
property(const char *name) const | QObject | |
QBasicDrag() | QBasicDrag | protected |
qFindChildqFindChildren(const QObject *obj, const QString &name)() | QObject | related |
qFindChildrenqFindChildren(const QObject *obj, const QString &name)() | QObject | related |
QObject(QObject *parent=nullptr) | QObject | explicit |
QObject(QObjectPrivate &dd, QObject *parent=nullptr) | QObject | protected |
qobject_cast(const QObject *object) | QObject | related |
QObjectList | QObject | related |
QPlatformDrag() | QPlatformDrag | |
QSimpleDrag() | QSimpleDrag | |
receivers(const char *signal) const | QObject | protected |
recreateShapedPixmapWindow(QScreen *screen, const QPoint &pos) | QBasicDrag | protected |
removeEventFilter(QObject *obj) | QObject | |
sender() const | QObject | protected |
senderSignalIndex() const | QObject | protected |
setCanDrop(bool c) | QBasicDrag | inlineprotected |
setExecutedDropAction(Qt::DropAction da) | QBasicDrag | inlineprotected |
setObjectName(const QString &name) | QObject | inline |
setObjectName(QAnyStringView name) | QObject | |
setParent(QObject *parent) | QObject | |
setProperty(const char *name, const QVariant &value) | QObject | |
setProperty(const char *name, QVariant &&value) | QObject | inline |
setScreen(QScreen *screen) | QBasicDrag | inlineprotected |
setUseCompositing(bool on) | QBasicDrag | inlineprotected |
shapedPixmapWindow() const | QBasicDrag | inlineprotected |
signalsBlocked() const noexcept | QObject | inline |
startDrag() override | QSimpleDrag | protectedvirtual |
startTimer(int interval, Qt::TimerType timerType=Qt::CoarseTimer) | QObject | |
startTimer(std::chrono::milliseconds time, Qt::TimerType timerType=Qt::CoarseTimer) | QObject | |
thread() const | QObject | |
timerEvent(QTimerEvent *event) | QObject | protectedvirtual |
updateAction(Qt::DropAction action) | QPlatformDrag | |
updateCursor(Qt::DropAction action) | QBasicDrag | protected |
useCompositing() const | QBasicDrag | inlineprotected |
~QBasicDrag() | QBasicDrag | |
~QObject() | QObject | virtual |
~QPlatformDrag() | QPlatformDrag | virtual |