![]() |
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>
Static Public Member Functions | |
static QQuickMessageDialogImplPrivate * | get (QQuickMessageDialogImpl *dialog) |
Static Public Member Functions inherited from QQuickDialogPrivate | |
static QQuickDialogPrivate * | get (QQuickDialog *dialog) |
static QPlatformDialogHelper::ButtonRole | buttonRole (QQuickAbstractButton *button) |
Popup dialog with standard buttons and a title, used for short-term interaction with the user. | |
Static Public Member Functions inherited from QQuickPopupPrivate | |
static QQuickPopupPrivate * | get (QQuickPopup *popup) |
Static Public Member Functions inherited from QObjectPrivate | |
static bool | removeConnection (Connection *c) |
static QObjectPrivate * | get (QObject *o) |
static const QObjectPrivate * | get (const QObject *o) |
template<typename Func1, typename Func2> | |
static QMetaObject::Connection | connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot, Qt::ConnectionType type=Qt::AutoConnection) |
template<typename Func1, typename Func2> | |
static bool | disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot) |
static QMetaObject::Connection | connectImpl (const QObject *sender, int signal_index, const QObject *receiver, void **slot, QtPrivate::QSlotObjectBase *slotObj, int type, const int *types, const QMetaObject *senderMetaObject) |
static QMetaObject::Connection | connect (const QObject *sender, int signal_index, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type) |
static QMetaObject::Connection | connect (const QObject *sender, int signal_index, const QObject *receiver, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type) |
static bool | disconnect (const QObject *sender, int signal_index, void **slot) |
static bool | disconnect (const QObject *sender, int signal_index, const QObject *receiver, void **slot) |
Additional Inherited Members | |
Public Types inherited from QQuickPopupPrivate | |
enum | TransitionState { NoTransition , EnterTransition , ExitTransition } |
Public Types inherited from QObjectPrivate | |
typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
using | ConnectionDataPointer = QExplicitlySharedDataPointer<ConnectionData> |
Public Types inherited from QSafeQuickItemChangeListener< QQuickPopupPrivate > | |
using | InDestructorTest |
using | WasDeletedTest |
Static Public Attributes inherited from QQuickPopupPrivate | |
static const QQuickPopup::ClosePolicy | DefaultClosePolicy = QQuickPopup::CloseOnEscape | QQuickPopup::CloseOnPressOutside |
Protected Member Functions inherited from QQuickPaletteProviderPrivateBase< QQuickPopup, QQuickPopupPrivate > | |
void | setCurrentColorGroup () |
Definition at line 27 of file qquickmessagedialogimpl_p_p.h.
QT_BEGIN_NAMESPACE QQuickMessageDialogImplPrivate::QQuickMessageDialogImplPrivate | ( | ) |
Definition at line 12 of file qquickmessagedialogimpl.cpp.
QQuickMessageDialogImplAttached * QQuickMessageDialogImplPrivate::attachedOrWarn | ( | ) |
Definition at line 27 of file qquickmessagedialogimpl.cpp.
Referenced by handleClick().
|
inlinestatic |
Definition at line 34 of file qquickmessagedialogimpl_p_p.h.
|
overridevirtual |
Reimplemented from QQuickDialogPrivate.
Definition at line 14 of file qquickmessagedialogimpl.cpp.
References attachedOrWarn().
bool QQuickMessageDialogImplPrivate::m_showDetailedText = false |
Definition at line 44 of file qquickmessagedialogimpl_p_p.h.
QSharedPointer<QMessageDialogOptions> QQuickMessageDialogImplPrivate::options |
Definition at line 43 of file qquickmessagedialogimpl_p_p.h.
Referenced by testing.tools.test_runner._TestCaseRunner::_NewImageArtifact(), testing.tools.test_runner._TestCaseRunner::_RegenerateIfNeeded(), testing.tools.test_runner._PerProcessState::GetSkiaGoldTester(), testing.tools.test_runner._PerProcessConfig::InitializeFeatures(), testing.tools.test_runner.TestRunner::IsSkiaGoldEnabled(), testing.tools.test_runner._PerProcessConfig::NewFinder(), testing.tools.test_runner._TestCaseRunner::TestPixel(), and testing.tools.test_runner._TestCaseRunner::TestText().