![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qquicktooltip_p_p.h>
Additional Inherited Members | |
| Public Types inherited from QObjectPrivate | |
| typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
| using | ConnectionDataPointer = QExplicitlySharedDataPointer<ConnectionData> |
| Public Types inherited from QSafeQuickItemChangeListener< QQuickAttachedPropertyPropagatorPrivate > | |
| using | InDestructorTest |
| using | WasDeletedTest |
Definition at line 24 of file qquicktooltip_p_p.h.
|
static |
Definition at line 522 of file qquicktooltip.cpp.
|
inlinestatic |
Definition at line 32 of file qquicktooltip_p_p.h.
| void QQuickToolTipAttachedPrivate::inheritPolicy | ( | QQuickToolTip::Policy | policy | ) |
Definition at line 481 of file qquicktooltip.cpp.
| QQuickToolTip * QQuickToolTipAttachedPrivate::instance | ( | bool | create | ) | const |
Definition at line 361 of file qquicktooltip.cpp.
| bool QQuickToolTipAttachedPrivate::isDelayExplicitlySet | ( | ) | const |
Definition at line 453 of file qquicktooltip.cpp.
| bool QQuickToolTipAttachedPrivate::isTimeoutExplicitlySet | ( | ) | const |
Definition at line 476 of file qquicktooltip.cpp.
| bool QQuickToolTipAttachedPrivate::isVisibleExplicitlySet | ( | ) | const |
Definition at line 430 of file qquicktooltip.cpp.
|
static |
Definition at line 388 of file qquicktooltip.cpp.
| void QQuickToolTipAttachedPrivate::propagatePolicy | ( | ) |
Definition at line 492 of file qquicktooltip.cpp.
| void QQuickToolTipAttachedPrivate::setDelay | ( | int | delay, |
| QQml::PropertyUtils::State | propertyState ) |
Definition at line 435 of file qquicktooltip.cpp.
| void QQuickToolTipAttachedPrivate::setTimeout | ( | int | timeout, |
| QQml::PropertyUtils::State | propertyState ) |
Definition at line 458 of file qquicktooltip.cpp.
| void QQuickToolTipAttachedPrivate::setVisible | ( | bool | visible, |
| QQml::PropertyUtils::State | propertyState ) |
Definition at line 411 of file qquicktooltip.cpp.
| bool QQuickToolTipAttachedPrivate::warnIfAttacheeIsNotAnItem | ( | const QString & | functionName | ) |
We used to warn that the ToolTip attached property must be attached to an object deriving from Item. That made sense before the introduction of ToolTip.policy, but now we need to be able to set a policy on e.g. ApplicationWindow and have it propagate down to the rest of the scene. So instead of warning in the constructor, we warn in the individual functions.
Definition at line 511 of file qquicktooltip.cpp.
| bool QQuickToolTipAttachedPrivate::complete = true |
Definition at line 54 of file qquicktooltip_p_p.h.
| int QQuickToolTipAttachedPrivate::delay = 0 |
Definition at line 59 of file qquicktooltip_p_p.h.
| bool QQuickToolTipAttachedPrivate::explicitDelay = false |
Definition at line 57 of file qquicktooltip_p_p.h.
| bool QQuickToolTipAttachedPrivate::explicitTimeout = false |
Definition at line 58 of file qquicktooltip_p_p.h.
| bool QQuickToolTipAttachedPrivate::explicitVisible = false |
Definition at line 55 of file qquicktooltip_p_p.h.
| bool QQuickToolTipAttachedPrivate::pendingShow = false |
Definition at line 56 of file qquicktooltip_p_p.h.
| QQuickToolTip::Policy QQuickToolTipAttachedPrivate::policy = QQuickToolTip::Automatic |
Definition at line 62 of file qquicktooltip_p_p.h.
| QString QQuickToolTipAttachedPrivate::text |
Definition at line 61 of file qquicktooltip_p_p.h.
| int QQuickToolTipAttachedPrivate::timeout = -1 |
Definition at line 60 of file qquicktooltip_p_p.h.