diff options
Diffstat (limited to 'src/widgets/kernel')
| -rw-r--r-- | src/widgets/kernel/qapplication.cpp | 6 | ||||
| -rw-r--r-- | src/widgets/kernel/qlayout.cpp | 6 | ||||
| -rw-r--r-- | src/widgets/kernel/qwidgetrepaintmanager.cpp | 12 |
3 files changed, 24 insertions, 0 deletions
diff --git a/src/widgets/kernel/qapplication.cpp b/src/widgets/kernel/qapplication.cpp index fa95a1d2538..d2b0fb724ac 100644 --- a/src/widgets/kernel/qapplication.cpp +++ b/src/widgets/kernel/qapplication.cpp @@ -503,6 +503,12 @@ void qt_init_tooltip_palette() extern void qRegisterWidgetsVariant(); /*! + \class QApplicationPrivate + \inmodule QtWidgets + \internal +*/ + +/*! Initializes the QApplication object, called from the constructors. */ void QApplicationPrivate::initialize() diff --git a/src/widgets/kernel/qlayout.cpp b/src/widgets/kernel/qlayout.cpp index 5ba92714f6c..45b0c8d2aea 100644 --- a/src/widgets/kernel/qlayout.cpp +++ b/src/widgets/kernel/qlayout.cpp @@ -771,6 +771,12 @@ void QLayoutPrivate::reparentChildWidgets(QWidget *mw) } /*! + \class QLayoutPrivate + \inmodule QtWidgets + \internal +*/ + +/*! Returns \c true if the \a widget can be added to the \a layout; otherwise returns \c false. */ diff --git a/src/widgets/kernel/qwidgetrepaintmanager.cpp b/src/widgets/kernel/qwidgetrepaintmanager.cpp index 93464264506..30526e38b3e 100644 --- a/src/widgets/kernel/qwidgetrepaintmanager.cpp +++ b/src/widgets/kernel/qwidgetrepaintmanager.cpp @@ -597,6 +597,12 @@ static QPlatformTextureList *widgetTexturesFor(QWidget *tlw, QWidget *widget) // --------------------------------------------------------------------------- /*! + \class QWidgetRepaintManager + \inmodule QtWidgets + \internal +*/ + +/*! Synchronizes the \a exposedRegion of the \a exposedWidget with the backing store. If there are dirty widgets, including but not limited to the \a exposedWidget, @@ -1202,6 +1208,12 @@ bool QWidgetRepaintManager::isDirty() const } /*! + \class QWidgetPrivate + \inmodule QtWidgets + \internal +*/ + +/*! Invalidates the backing store when the widget is resized. Static areas are never invalidated unless absolutely needed. */ |
