![]() |
Qt 6.x
The Qt SDK
|
#include <qquickcolordialogimpl_p_p.h>
Inheritance diagram for QQuickColorDialogImplAttachedPrivate:
Collaboration diagram for QQuickColorDialogImplAttachedPrivate:Public Attributes | ||
| QPointer< QQuickDialogButtonBox > | buttonBox | |
| QPointer< QQuickAbstractButton > | eyeDropperButton | |
| QPointer< QQuickColorInputs > | colorInputs | |
| QPointer< QQuickAbstractColorPicker > | colorPicker | |
| QPointer< QQuickSlider > | alphaSlider | |
Public Attributes inherited from QObjectPrivate | ||
| ExtraData * | extraData | |
| QAtomicPointer< QThreadData > | threadData | |
| QAtomicPointer< ConnectionData > | connections | |
| union { | ||
| QObject * currentChildBeingDeleted | ||
| QAbstractDeclarativeData * declarativeData | ||
| }; | ||
| QAtomicPointer< QtSharedPointer::ExternalRefCountData > | sharedRefcount | |
Public Attributes inherited from QObjectData | ||
| QObject * | q_ptr | |
| QObject * | parent | |
| QObjectList | children | |
| uint | isWidget: 1 | |
| uint | blockSig: 1 | |
| uint | wasDeleted: 1 | |
| uint | isDeletingChildren: 1 | |
| uint | sendChildEvents: 1 | |
| uint | receiveChildEvents: 1 | |
| uint | isWindow: 1 | |
| uint | deleteLaterCalled: 1 | |
| uint | isQuickItem: 1 | |
| uint | willBeWidget: 1 | |
| uint | wasWidget: 1 | |
| uint | unused: 21 | |
| QAtomicInt | postedEvents | |
| QDynamicMetaObjectData * | metaObject | |
| QBindingStorage | bindingStorage | |
Definition at line 82 of file qquickcolordialogimpl_p_p.h.
| QPointer<QQuickSlider> QQuickColorDialogImplAttachedPrivate::alphaSlider |
Definition at line 89 of file qquickcolordialogimpl_p_p.h.
| QPointer<QQuickDialogButtonBox> QQuickColorDialogImplAttachedPrivate::buttonBox |
Definition at line 85 of file qquickcolordialogimpl_p_p.h.
| QPointer<QQuickColorInputs> QQuickColorDialogImplAttachedPrivate::colorInputs |
Definition at line 87 of file qquickcolordialogimpl_p_p.h.
| QPointer<QQuickAbstractColorPicker> QQuickColorDialogImplAttachedPrivate::colorPicker |
Definition at line 88 of file qquickcolordialogimpl_p_p.h.
| QPointer<QQuickAbstractButton> QQuickColorDialogImplAttachedPrivate::eyeDropperButton |
Definition at line 86 of file qquickcolordialogimpl_p_p.h.