![]() |
Qt 6.x
The Qt SDK
|
#include <QtCore/qglobal.h>#include <QtQuickTemplates2/private/qquickdeferredpointer_p_p.h>#include <QtQuickTemplates2/private/qtquicktemplates2global_p.h>#include <QtQml/private/qqmlvme_p.h>
Include dependency graph for qquickdeferredexecute_p_p.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | QtQuickPrivate |
Functions | |
| void | QtQuickPrivate::beginDeferred (QObject *object, const QString &property, QQuickUntypedDeferredPointer *delegate, bool isOwnState) |
| void | QtQuickPrivate::cancelDeferred (QObject *object, const QString &property) |
| void | QtQuickPrivate::completeDeferred (QObject *object, const QString &property, QQuickUntypedDeferredPointer *delegate) |
| template<typename T > | |
| void | quickBeginDeferred (QObject *object, const QString &property, QQuickDeferredPointer< T > &delegate) |
| void | quickCancelDeferred (QObject *object, const QString &property) |
| template<typename T > | |
| void | quickCompleteDeferred (QObject *object, const QString &property, QQuickDeferredPointer< T > &delegate) |
| void quickBeginDeferred | ( | QObject * | object, |
| const QString & | property, | ||
| QQuickDeferredPointer< T > & | delegate | ||
| ) |
Definition at line 36 of file qquickdeferredexecute_p_p.h.
References QtQuickPrivate::beginDeferred(), QQmlVME::componentCompleteEnabled(), property, and QQuickUntypedDeferredPointer::setExecuting().
Referenced by QQuickMenuItemPrivate::executeArrow(), QQuickApplicationWindowPrivate::executeBackground(), QQuickControlPrivate::executeBackground(), QQuickLabelPrivate::executeBackground(), QQuickTextAreaPrivate::executeBackground(), QQuickTextFieldPrivate::executeBackground(), QQuickPopupItemPrivate::executeBackground(), QQuickControlPrivate::executeContentItem(), QQuickPopupItemPrivate::executeContentItem(), QQuickAbstractColorPickerPrivate::executeHandle(), QQuickDialPrivate::executeHandle(), QQuickRangeSliderNodePrivate::executeHandle(), QQuickSliderPrivate::executeHandle(), QQuickAbstractButtonPrivate::executeIndicator(), QQuickComboBoxPrivate::executeIndicator(), QQuickIndicatorButtonPrivate::executeIndicator(), QQuickGroupBoxPrivate::executeLabel(), QQuickComboBoxPrivate::executePopup(), QQuickFolderBreadcrumbBarPrivate::executeTextField(), and QQuickFolderBreadcrumbBarPrivate::executeUpButton().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 45 of file qquickdeferredexecute_p_p.h.
References QtQuickPrivate::cancelDeferred(), and property.
Referenced by QQuickMenuItemPrivate::cancelArrow(), QQuickApplicationWindowPrivate::cancelBackground(), QQuickControlPrivate::cancelBackground(), QQuickLabelPrivate::cancelBackground(), QQuickTextAreaPrivate::cancelBackground(), QQuickTextFieldPrivate::cancelBackground(), QQuickPopupItemPrivate::cancelBackground(), QQuickControlPrivate::cancelContentItem(), QQuickPopupItemPrivate::cancelContentItem(), QQuickAbstractColorPickerPrivate::cancelHandle(), QQuickDialPrivate::cancelHandle(), QQuickRangeSliderNodePrivate::cancelHandle(), QQuickSliderPrivate::cancelHandle(), QQuickAbstractButtonPrivate::cancelIndicator(), QQuickComboBoxPrivate::cancelIndicator(), QQuickIndicatorButtonPrivate::cancelIndicator(), QQuickGroupBoxPrivate::cancelLabel(), QQuickComboBoxPrivate::cancelPopup(), QQuickFolderBreadcrumbBarPrivate::cancelTextField(), and QQuickFolderBreadcrumbBarPrivate::cancelUpButton().
Here is the call graph for this function:
Here is the caller graph for this function:| void quickCompleteDeferred | ( | QObject * | object, |
| const QString & | property, | ||
| QQuickDeferredPointer< T > & | delegate | ||
| ) |
Definition at line 51 of file qquickdeferredexecute_p_p.h.
References QtQuickPrivate::completeDeferred(), property, Q_ASSERT, QQuickUntypedDeferredPointer::setExecuted(), and QQuickUntypedDeferredPointer::wasExecuted().
Referenced by QQuickMenuItemPrivate::executeArrow(), QQuickApplicationWindowPrivate::executeBackground(), QQuickControlPrivate::executeBackground(), QQuickLabelPrivate::executeBackground(), QQuickTextAreaPrivate::executeBackground(), QQuickTextFieldPrivate::executeBackground(), QQuickPopupItemPrivate::executeBackground(), QQuickControlPrivate::executeContentItem(), QQuickPopupItemPrivate::executeContentItem(), QQuickAbstractColorPickerPrivate::executeHandle(), QQuickDialPrivate::executeHandle(), QQuickRangeSliderNodePrivate::executeHandle(), QQuickSliderPrivate::executeHandle(), QQuickAbstractButtonPrivate::executeIndicator(), QQuickComboBoxPrivate::executeIndicator(), QQuickIndicatorButtonPrivate::executeIndicator(), QQuickGroupBoxPrivate::executeLabel(), QQuickComboBoxPrivate::executePopup(), QQuickFolderBreadcrumbBarPrivate::executeTextField(), and QQuickFolderBreadcrumbBarPrivate::executeUpButton().
Here is the call graph for this function:
Here is the caller graph for this function: