Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qwidget.h File Reference

(a27cc5d72735dfd1504bb0be02f180a61932abc7)

#include <QtWidgets/qtwidgetsglobal.h>
#include <QtGui/qwindowdefs.h>
#include <QtCore/qobject.h>
#include <QtCore/qmargins.h>
#include <QtGui/qpaintdevice.h>
#include <QtGui/qpalette.h>
#include <QtGui/qfont.h>
#include <QtGui/qfontmetrics.h>
#include <QtGui/qfontinfo.h>
#include <QtWidgets/qsizepolicy.h>
#include <QtGui/qregion.h>
#include <QtGui/qbrush.h>
#include <QtGui/qcursor.h>
+ Include dependency graph for qwidget.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QWidgetData
 
class  QWidget
 The QWidget class is the base class of all user interface objects. More...
 

Macros

#define QWIDGETSIZE_MAX   ((1<<24)-1)
 

Functions

template<>
QWidgetqobject_cast< QWidget * > (QObject *o)
 
template<>
const QWidgetqobject_cast< const QWidget * > (const QObject *o)
 
Q_WIDGETS_EXPORT QDebug operator<< (QDebug, const QWidget *)
 

Macro Definition Documentation

◆ QWIDGETSIZE_MAX

Function Documentation

◆ operator<<()

◆ qobject_cast< const QWidget * >()

template<>
const QWidget * qobject_cast< const QWidget * > ( const QObject * o)
inline

Definition at line 791 of file qwidget.h.

References o.

Referenced by q_createNativeChildrenAndSetParent().

+ Here is the caller graph for this function:

◆ qobject_cast< QWidget * >()

template<>
QWidget * qobject_cast< QWidget * > ( QObject * o)
inline

Definition at line 786 of file qwidget.h.

References o.

Referenced by QWidgetPrivate::activateChildLayoutsRecursively(), QWidgetPrivate::childAtRecursiveHelper(), QWidget::childrenRect(), QWidget::childrenRegion(), QWidgetPrivate::createRecursively(), QWidgetPrivate::createWinId(), QWidget::destroy(), QWidgetPrivate::determineLastFocusChild(), QAbstractItemView::editorDestroyed(), QAbstractItemDelegatePrivate::editorEventFilter(), QWidget::event(), QMenuBar::eventFilter(), QCompleter::eventFilter(), QAbstractItemView::eventFilter(), QPixmapStyle::eventFilter(), QCalendarWidget::eventFilter(), findTextureWidgetsRecursively(), QWidgetPrivate::getOpaqueChildren(), QWidgetPrivate::hideChildren(), QMainWindowLayout::hover(), QApplication::notify(), QWidgetPrivate::overlappedRegion(), QWidgetPrivate::paintSiblingsRecursive(), QWidgetLineControl::processKeyEvent(), QWidgetPrivate::propagatePaletteChange(), qSendWindowChangeToTextureChildrenRecursively(), qWidgetShortcutContextMatcher(), qwindowcontainer_traverse(), QFlickGestureRecognizer::recognize(), QWidgetPrivate::scrollChildren(), sendChangeRecursively(), QWidgetPrivate::sendComposeStatus(), QWidget::setAttribute(), QWidgetPrivate::setEnabled_helper(), QWidgetPrivate::setLayoutDirection_helper(), QWidgetPrivate::setLocale_helper(), QWidgetPrivate::setStyle_helper(), QWidget::setTabOrder(), QWidgetPrivate::setUpdatesEnabled_helper(), QWidgetPrivate::setWindowIcon_helper(), QWidgetPrivate::showChildren(), QWidgetPrivate::subtractOpaqueSiblings(), QWidgetPrivate::updateFont(), and QMdiArea::viewportEvent().

+ Here is the caller graph for this function: