![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qquickmessagedialogimpl_p_p.h>
Public Attributes | |
QPointer< QQuickDialogButtonBox > | buttonBox |
QPointer< QQuickButton > | detailedTextButton |
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 | receiveParentEvents: 1 |
uint | unused: 20 |
QAtomicInt | postedEvents |
QDynamicMetaObjectData * | metaObject |
QBindingStorage | bindingStorage |
Definition at line 47 of file qquickmessagedialogimpl_p_p.h.
QPointer<QQuickDialogButtonBox> QQuickMessageDialogImplAttachedPrivate::buttonBox |
Definition at line 51 of file qquickmessagedialogimpl_p_p.h.
QPointer<QQuickButton> QQuickMessageDialogImplAttachedPrivate::detailedTextButton |
Definition at line 52 of file qquickmessagedialogimpl_p_p.h.