![]() |
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 525 of file qquicktooltip.cpp.
|
inlinestatic |
Definition at line 32 of file qquicktooltip_p_p.h.
| void QQuickToolTipAttachedPrivate::inheritPolicy | ( | QQuickToolTip::Policy | policy | ) |
Definition at line 484 of file qquicktooltip.cpp.
| QQuickToolTip * QQuickToolTipAttachedPrivate::instance | ( | bool | create | ) | const |
Definition at line 364 of file qquicktooltip.cpp.
| bool QQuickToolTipAttachedPrivate::isDelayExplicitlySet | ( | ) | const |
Definition at line 456 of file qquicktooltip.cpp.
| bool QQuickToolTipAttachedPrivate::isTimeoutExplicitlySet | ( | ) | const |
Definition at line 479 of file qquicktooltip.cpp.
| bool QQuickToolTipAttachedPrivate::isVisibleExplicitlySet | ( | ) | const |
Definition at line 433 of file qquicktooltip.cpp.
|
static |
Definition at line 391 of file qquicktooltip.cpp.
| void QQuickToolTipAttachedPrivate::propagatePolicy | ( | ) |
Definition at line 495 of file qquicktooltip.cpp.
| void QQuickToolTipAttachedPrivate::setDelay | ( | int | delay, |
| QQml::PropertyUtils::State | propertyState ) |
Definition at line 438 of file qquicktooltip.cpp.
| void QQuickToolTipAttachedPrivate::setTimeout | ( | int | timeout, |
| QQml::PropertyUtils::State | propertyState ) |
Definition at line 461 of file qquicktooltip.cpp.
| void QQuickToolTipAttachedPrivate::setVisible | ( | bool | visible, |
| QQml::PropertyUtils::State | propertyState ) |
Definition at line 414 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 514 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.