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
QWidgetPrivate Class Reference

#include <qwidget_p.h>

+ Inheritance diagram for QWidgetPrivate:
+ Collaboration diagram for QWidgetPrivate:

Classes

struct  TextureData
 

Public Types

enum  DrawWidgetFlag {
  DrawAsRoot = 0x01 , DrawPaintOnScreen = 0x02 , DrawRecursive = 0x04 , DrawInvisible = 0x08 ,
  DontSubtractOpaqueChildren = 0x10 , DontDrawOpaqueChildren = 0x20 , DontDrawNativeChildren = 0x40 , DontSetCompositionMode = 0x80 ,
  UseEffectRegionBounds = 0x100
}
 
enum  Direction { DirectionNorth = 0x01 , DirectionEast = 0x10 , DirectionSouth = 0x02 , DirectionWest = 0x20 }
 
enum class  WindowHandleMode { Direct , Closest , TopLevel }
 
enum  CloseMode { CloseNoEvent , CloseWithEvent , CloseWithSpontaneousEvent }
 
enum class  FocusDirection { Previous , Next }
 
enum class  FocusChainRemovalRule { EnsureFocusOut = 0x01 , AssertConsistency = 0x02 }
 
- Public Types inherited from QObjectPrivate
typedef void(* StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **)
 
using ConnectionDataPointer = QExplicitlySharedDataPointer<ConnectionData>
 

Public Member Functions

 QWidgetPrivate (int version=QObjectPrivateVersion)
 
 ~QWidgetPrivate ()
 
QWExtraextraData () const
 
QTLWExtratopData () const
 
QTLWExtramaybeTopData () const
 
QPaintersharedPainter () const
 
void setSharedPainter (QPainter *painter)
 
QWidgetRepaintManagermaybeRepaintManager () const
 
QRhirhi () const
 
QWindowwindowHandle (WindowHandleMode mode=WindowHandleMode::Direct) const
 
QWindow_q_closestWindowHandle () const
 
QScreenassociatedScreen () const
 
template<typename T >
void repaint (T t)
 
template<typename T >
void update (T t)
 
void init (QWidget *desktopWidget, Qt::WindowFlags f)
 
void create ()
 
void createRecursively ()
 
void createWinId ()
 
bool setScreenForPoint (const QPoint &pos)
 
bool setScreen (QScreen *screen)
 
void createTLExtra ()
 
void createExtra ()
 
void deleteExtra ()
 
void createSysExtra ()
 
void deleteSysExtra ()
 
void createTLSysExtra ()
 
void deleteTLSysExtra ()
 
void updateSystemBackground ()
 
void propagatePaletteChange ()
 
void setPalette_helper (const QPalette &)
 
void resolvePalette ()
 
QPalette naturalWidgetPalette (QPalette::ResolveMask inheritedMask) const
 
void setMask_sys (const QRegion &)
 
void raise_sys ()
 
void lower_sys ()
 
void stackUnder_sys (QWidget *)
 
QWidgetdeepestFocusProxy () const
 
void setFocus_sys ()
 
void updateFocusChild ()
 
void updateFont (const QFont &)
 
void setFont_helper (const QFont &font)
 
QFont localFont () const
 
void resolveFont ()
 
QFont naturalWidgetFont (uint inheritedMask) const
 
void setLayoutDirection_helper (Qt::LayoutDirection)
 
void resolveLayoutDirection ()
 
void setLocale_helper (const QLocale &l, bool forceUpdate=false)
 
void resolveLocale ()
 
void setStyle_helper (QStyle *newStyle, bool propagate)
 
void inheritStyle ()
 
void setUpdatesEnabled_helper (bool)
 
bool updateBrushOrigin (QPainter *, const QBrush &brush) const
 
void paintBackground (QPainter *, const QRegion &, DrawWidgetFlags flags=DrawAsRoot) const
 
bool isAboutToShow () const
 The graphicsEffect function returns a pointer to the widget's graphics effect.
 
QRegion prepareToRender (const QRegion &region, QWidget::RenderFlags renderFlags)
 
void render_helper (QPainter *painter, const QPoint &targetOffset, const QRegion &sourceRegion, QWidget::RenderFlags renderFlags)
 
void render (QPaintDevice *target, const QPoint &targetOffset, const QRegion &sourceRegion, QWidget::RenderFlags renderFlags)
 
void drawWidget (QPaintDevice *pdev, const QRegion &rgn, const QPoint &offset, DrawWidgetFlags flags, QPainter *sharedPainter=nullptr, QWidgetRepaintManager *repaintManager=nullptr)
 
void sendPaintEvent (const QRegion &toBePainted)
 
void paintSiblingsRecursive (QPaintDevice *pdev, const QObjectList &children, int index, const QRegion &rgn, const QPoint &offset, DrawWidgetFlags flags, QPainter *sharedPainter, QWidgetRepaintManager *repaintManager)
 
bool shouldPaintOnScreen () const
 
void paintOnScreen (const QRegion &rgn)
 
QRect clipRect () const
 
QRegion clipRegion () const
 
void setSystemClip (QPaintEngine *paintEngine, qreal devicePixelRatio, const QRegion &region)
 
void subtractOpaqueChildren (QRegion &rgn, const QRect &clipRect) const
 
void subtractOpaqueSiblings (QRegion &source, bool *hasDirtySiblingsAbove=nullptr, bool alsoNonOpaque=false) const
 
void clipToEffectiveMask (QRegion &region) const
 
void updateIsOpaque ()
 
void setOpaque (bool opaque)
 
void updateIsTranslucent ()
 
const QRegiongetOpaqueChildren () const
 
void setDirtyOpaqueRegion ()
 
bool close ()
 
bool handleClose (CloseMode mode)
 
void setWindowIcon_helper ()
 
void setWindowIcon_sys ()
 
void setWindowOpacity_sys (qreal opacity)
 
void adjustQuitOnCloseAttribute ()
 
void scrollChildren (int dx, int dy)
 
void moveRect (const QRect &, int dx, int dy)
 
void scrollRect (const QRect &, int dx, int dy)
 
void invalidateBackingStore_resizeHelper (const QPoint &oldPos, const QSize &oldSize)
 Invalidates the backing store when the widget is resized.
 
template<class T >
void invalidateBackingStore (const T &)
 
QRegion overlappedRegion (const QRect &rect, bool breakAfterFirst=false) const
 
bool isOverlapped (const QRect &rect) const
 
void syncBackingStore ()
 
void syncBackingStore (const QRegion &region)
 
bool shouldDiscardSyncRequest () const
 
void updateWidgetTransform (QEvent *event)
 
void reparentFocusWidgets (QWidget *oldtlw)
 
void setWinId (WId)
 
void showChildren (bool spontaneous)
 
void hideChildren (bool spontaneous)
 
void setParent_sys (QWidget *parent, Qt::WindowFlags)
 
void reparentWidgetWindows (QWidget *parentWithWindow, Qt::WindowFlags windowFlags={})
 
void reparentWidgetWindowChildren (QWidget *parentWithWindow)
 
void scroll_sys (int dx, int dy)
 
void scroll_sys (int dx, int dy, const QRect &r)
 
void deactivateWidgetCleanup ()
 
void setGeometry_sys (int, int, int, int, bool)
 
void fixPosIncludesFrame ()
 
void sendPendingMoveAndResizeEvents (bool recursive=false, bool disableUpdates=false)
 
void activateChildLayoutsRecursively ()
 
void show_recursive ()
 
void show_helper ()
 
void show_sys ()
 
void hide_sys ()
 
void hide_helper ()
 
bool isExplicitlyHidden () const
 
void _q_showIfNotHidden ()
 
void setVisible (bool)
 
void setEnabled_helper (bool)
 
void updateFrameStrut ()
 
QRect frameStrut () const
 
void setWindowIconText_sys (const QString &cap)
 
void setWindowIconText_helper (const QString &cap)
 
void setWindowTitle_sys (const QString &cap)
 
void setWindowFilePath_sys (const QString &filePath)
 
void setCursor_sys (const QCursor &cursor)
 
void unsetCursor_sys ()
 
void setWindowTitle_helper (const QString &cap)
 
void setWindowFilePath_helper (const QString &filePath)
 
void setWindowModified_helper ()
 
virtual void setWindowFlags (Qt::WindowFlags windowFlags)
 
bool setMinimumSize_helper (int &minw, int &minh)
 
bool setMaximumSize_helper (int &maxw, int &maxh)
 
void setConstraints_sys ()
 
bool pointInsideRectAndMask (const QPoint &) const
 
QWidgetchildAt_helper (const QPoint &, bool) const
 
QWidgetchildAtRecursiveHelper (const QPoint &p, bool) const
 
void updateGeometry_helper (bool forceUpdate)
 
void getLayoutItemMargins (int *left, int *top, int *right, int *bottom) const
 
void setLayoutItemMargins (int left, int top, int right, int bottom)
 
void setLayoutItemMargins (QStyle::SubElement element, const QStyleOption *opt=nullptr)
 
void updateContentsRect ()
 
QMargins safeAreaMargins () const
 
virtual void aboutToDestroy ()
 
QWidgeteffectiveFocusWidget ()
 
void setModal_sys ()
 
void setRedirected (QPaintDevice *replacement, const QPoint &offset)
 
QPaintDeviceredirected (QPoint *offset) const
 
void restoreRedirected ()
 
void enforceNativeChildren ()
 
bool nativeChildrenForced () const
 
QRect effectiveRectFor (const QRegion &region) const
 
QRect effectiveRectFor (const QRect &rect) const
 
QSize adjustedSize () const
 
void handleSoftwareInputPanel (Qt::MouseButton button, bool clickCausedFocus)
 
void handleSoftwareInputPanel (bool clickCausedFocus=false)
 
void setWSGeometry ()
 
QPoint mapToWS (const QPoint &p) const
 
QPoint mapFromWS (const QPoint &p) const
 
QRect mapToWS (const QRect &r) const
 
QRect mapFromWS (const QRect &r) const
 
virtual QObjectfocusObject ()
 
virtual QPlatformBackingStoreRhiConfig rhiConfig () const
 
virtual TextureData texture () const
 
virtual QPlatformTextureList::Flags textureListFlags ()
 
virtual QImage grabFramebuffer ()
 
virtual void beginBackingStorePainting ()
 
virtual void endBackingStorePainting ()
 
virtual void beginCompose ()
 
virtual void endCompose ()
 
void setRenderToTexture ()
 
void setTextureChildSeen ()
 
virtual void initializeViewportFramebuffer ()
 
virtual void resizeViewportFramebuffer ()
 
virtual void resolveSamples ()
 
virtual bool isStereoEnabled ()
 
virtual bool toggleStereoTargetBuffer ()
 
std::string flagsForDumping () const override
 
QWidgetclosestParentWidgetWithWindowHandle () const
 
QWidgetnextPrevElementInFocusChain (FocusDirection direction) const
 
bool removeFromFocusChain (FocusChainRemovalRules rules=FocusChainRemovalRules(), FocusDirection direction=FocusDirection::Next)
 
bool insertIntoFocusChain (FocusDirection direction, QWidget *position)
 
bool insertIntoFocusChainBefore (QWidget *position)
 
bool insertIntoFocusChainAfter (QWidget *position)
 
void reparentFocusChildren (FocusDirection direction)
 
QWidgetdetermineLastFocusChild (QWidget *noFurtherThan)
 
void initFocusChain ()
 
bool isInFocusChain () const
 
bool isFocusChainConsistent () const
 
void setNetWmWindowTypes (bool skipIfMissing=false)
 
bool stealKeyboardGrab (bool grab)
 
bool stealMouseGrab (bool grab)
 
bool hasChildWithFocusPolicy (Qt::FocusPolicy policy, const QWidget *excludeChildrenOf=nullptr) const
 
- Public Member Functions inherited from QObjectPrivate
void ensureExtraData ()
 
 QObjectPrivate (int version=QObjectPrivateVersion)
 
virtual ~QObjectPrivate ()
 
void deleteChildren ()
 
void clearBindingStorage ()
 
void checkForIncompatibleLibraryVersion (int version) const
 
void setParent_helper (QObject *)
 
void moveToThread_helper ()
 
void setThreadData_helper (QThreadData *currentData, QThreadData *targetData, QBindingStatus *status)
 
QObjectList receiverList (const char *signal) const
 
void ensureConnectionData ()
 
void addConnection (int signal, Connection *c)
 
int signalIndex (const char *signalName, const QMetaObject **meta=nullptr) const
 
bool isSignalConnected (uint signalIdx, bool checkDeclarative=true) const
 
bool maybeSignalConnected (uint signalIndex) const
 
bool isDeclarativeSignalConnected (uint signalIdx) const
 
void connectNotify (const QMetaMethod &signal)
 
void disconnectNotify (const QMetaMethod &signal)
 
void reinitBindingStorageAfterThreadMove ()
 
virtual void writeToDebugStream (QDebug &) const
 
QtPrivate::QPropertyAdaptorSlotObjectgetPropertyAdaptorSlotObject (const QMetaProperty &property)
 
- Public Member Functions inherited from QObjectData
 QObjectData ()=default
 
virtual ~QObjectData ()=0
 
QMetaObjectdynamicMetaObject () const
 

Static Public Member Functions

static QWidgetPrivateget (QWidget *w)
 
static const QWidgetPrivateget (const QWidget *w)
 
static void checkRestoredGeometry (const QRect &availableGeometry, QRect *restoredGeometry, int frameHeight)
 
static void adjustFlags (Qt::WindowFlags &flags, QWidget *w=nullptr)
 
static QWidgetparentGraphicsView (const QWidget *widget)
 
static QRect screenGeometry (const QWidget *widget)
 
static QRect availableScreenGeometry (const QWidget *widget)
 
static QScreenscreen (const QWidget *widget, const QPoint &globalPosition, bool hasPosition=true)
 
static QRect screenGeometry (const QWidget *widget, const QPoint &globalPosition, bool hasPosition=true)
 
static QRect availableScreenGeometry (const QWidget *widget, const QPoint &globalPosition, bool hasPosition=true)
 
static void sendComposeStatus (QWidget *w, bool end)
 
static void setWidgetParentHelper (QObject *widgetAsObject, QObject *newParent)
 
static bool insertIntoFocusChain (const QWidgetList &toBeInserted, FocusDirection direction, QWidget *position)
 
static QWidgetList takeFromFocusChain (QWidget *from, QWidget *to, FocusDirection direction=FocusDirection::Next)
 
- Static Public Member Functions inherited from QObjectPrivate
static bool removeConnection (Connection *c)
 
static QObjectPrivateget (QObject *o)
 
static const QObjectPrivateget (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)
 

Public Attributes

std::unique_ptr< QWExtraextra
 
QWidgetfocus_next
 
QWidgetfocus_prev
 
QWidgetfocus_child
 
QLayoutlayout
 
QRegionneedsFlush
 
QPaintDeviceredirectDev
 
QWidgetItemV2widgetItem
 
QPaintEngineextraPaintEngine
 
const QMetaObjectpolished
 
QGraphicsEffectgraphicsEffect
 
Qt::InputMethodHints imHints
 
QRegion opaqueChildren
 
QRegion dirty
 
uint directFontResolveMask
 
uint inheritedFontResolveMask
 
decltype(std::declval< QPalette >().resolveMask()) directPaletteResolveMask
 
QPalette::ResolveMask inheritedPaletteResolveMask
 
short leftmargin
 
short topmargin
 
short rightmargin
 
short bottommargin
 
signed char leftLayoutItemMargin
 
signed char topLayoutItemMargin
 
signed char rightLayoutItemMargin
 
signed char bottomLayoutItemMargin
 
Qt::HANDLE hd
 
QWidgetData data
 
QSizePolicy size_policy
 
QLocale locale
 
QPoint redirectOffset
 
QList< QAction * > actions
 
QMap< Qt::GestureType, Qt::GestureFlags > gestureContext
 
uint high_attributes [4]
 
QPalette::ColorRole fg_role: 8
 
QPalette::ColorRole bg_role: 8
 
uint dirtyOpaqueChildren: 1
 
uint isOpaque: 1
 
uint retainSizeWhenHiddenChanged: 1
 
uint inDirtyList: 1
 
uint isScrolled: 1
 
uint isMoved: 1
 
uint usesDoubleBufferedGLContext: 1
 
uint mustHaveWindowHandle: 1
 
uint renderToTexture: 1
 
uint textureChildSeen: 1
 
uint inheritsInputMethodHints: 1
 
uint renderToTextureReallyDirty: 1
 
uint usesRhiFlush: 1
 
uint childrenHiddenByWState: 1
 
uint childrenShownByExpose: 1
 
- Public Attributes inherited from QObjectPrivate
ExtraDataextraData
 
QAtomicPointer< QThreadDatathreadData
 
QAtomicPointer< ConnectionDataconnections
 
union { 
 
   QObject *   currentChildBeingDeleted 
 
   QAbstractDeclarativeData *   declarativeData 
 
};  
 
QAtomicPointer< QtSharedPointer::ExternalRefCountDatasharedRefcount
 
- Public Attributes inherited from QObjectData
QObjectq_ptr
 
QObjectparent
 
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
 
QDynamicMetaObjectDatametaObject
 
QBindingStorage bindingStorage
 

Static Public Attributes

static QWidgetMappermapper = nullptr
 
static QWidgetSetallWidgets = nullptr
 
static int instanceCounter = 0
 
static int maxInstances = 0
 

Detailed Description

Definition at line 179 of file qwidget_p.h.

Member Enumeration Documentation

◆ CloseMode

Enumerator
CloseNoEvent 
CloseWithEvent 
CloseWithSpontaneousEvent 

Definition at line 337 of file qwidget_p.h.

◆ Direction

Enumerator
DirectionNorth 
DirectionEast 
DirectionSouth 
DirectionWest 

Definition at line 200 of file qwidget_p.h.

◆ DrawWidgetFlag

Enumerator
DrawAsRoot 
DrawPaintOnScreen 
DrawRecursive 
DrawInvisible 
DontSubtractOpaqueChildren 
DontDrawOpaqueChildren 
DontDrawNativeChildren 
DontSetCompositionMode 
UseEffectRegionBounds 

Definition at line 186 of file qwidget_p.h.

◆ FocusChainRemovalRule

Enumerator
EnsureFocusOut 
AssertConsistency 

Definition at line 743 of file qwidget_p.h.

◆ FocusDirection

enum class QWidgetPrivate::FocusDirection
strong
Enumerator
Previous 
Next 

Definition at line 738 of file qwidget_p.h.

◆ WindowHandleMode

Enumerator
Direct 
Closest 
TopLevel 

Definition at line 227 of file qwidget_p.h.

Constructor & Destructor Documentation

◆ QWidgetPrivate()

QWidgetPrivate::QWidgetPrivate ( int version = QObjectPrivateVersion)
explicit

◆ ~QWidgetPrivate()

QWidgetPrivate::~QWidgetPrivate ( )

Definition at line 185 of file qwidget.cpp.

References deleteExtra(), extra, QWidgetItem::wid, and widgetItem.

+ Here is the call graph for this function:

Member Function Documentation

◆ _q_closestWindowHandle()

QWindow * QWidgetPrivate::_q_closestWindowHandle ( ) const

Used by clients outside of widgets to get a handle to the closest QWindow without having to link to widgets.

Definition at line 1085 of file qwidget.cpp.

References Closest, and windowHandle().

+ Here is the call graph for this function:

◆ _q_showIfNotHidden()

void QWidgetPrivate::_q_showIfNotHidden ( )

Definition at line 8383 of file qwidget.cpp.

References isExplicitlyHidden().

+ Here is the call graph for this function:

◆ aboutToDestroy()

virtual void QWidgetPrivate::aboutToDestroy ( )
inlinevirtual

Definition at line 438 of file qwidget_p.h.

◆ activateChildLayoutsRecursively()

void QWidgetPrivate::activateChildLayoutsRecursively ( )

Definition at line 7941 of file qwidget.cpp.

References QList< T >::at(), child, QObjectData::children, i, QLayoutItem::layout(), qobject_cast< QWidget * >(), sendPendingMoveAndResizeEvents(), QList< T >::size(), and Qt::WA_WState_Visible.

+ Here is the call graph for this function:

◆ adjustedSize()

QSize QWidgetPrivate::adjustedSize ( ) const

Definition at line 8674 of file qwidget.cpp.

References QLayout::expandingDirections(), extra, QScreen::geometry, QLayoutItem::hasHeightForWidth(), Qt::Horizontal, layout, maybeTopData(), QGuiApplication::primaryScreen, qMax(), qMin(), screen, QGuiApplication::screenAt(), QSize::setHeight(), QRect::setWidth(), QRect::size(), QLayout::totalHeightForWidth(), and Qt::Vertical.

+ Here is the call graph for this function:

◆ adjustFlags()

void QWidgetPrivate::adjustFlags ( Qt::WindowFlags & flags,
QWidget * w = nullptr )
static

◆ adjustQuitOnCloseAttribute()

void QWidgetPrivate::adjustQuitOnCloseAttribute ( )

Definition at line 12347 of file qwidget.cpp.

References Qt::Dialog, Qt::SubWindow, Qt::WA_QuitOnClose, Qt::Widget, and Qt::Window.

Referenced by init(), and setWindowFlags().

+ Here is the caller graph for this function:

◆ associatedScreen()

QScreen * QWidgetPrivate::associatedScreen ( ) const

Definition at line 1090 of file qwidget.cpp.

References Closest, window(), and windowHandle().

+ Here is the call graph for this function:

◆ availableScreenGeometry() [1/2]

static QRect QWidgetPrivate::availableScreenGeometry ( const QWidget * widget)
inlinestatic

Definition at line 474 of file qwidget_p.h.

References widget.

Referenced by QFontComboBox::event(), QWidgetResizeHandler::mouseMoveEvent(), QSizeGrip::mousePressEvent(), QComboBoxPrivate::popupGeometry(), and QMenuPrivate::popupGeometry().

+ Here is the caller graph for this function:

◆ availableScreenGeometry() [2/2]

static QRect QWidgetPrivate::availableScreenGeometry ( const QWidget * widget,
const QPoint & globalPosition,
bool hasPosition = true )
inlinestatic

Definition at line 498 of file qwidget_p.h.

References QScreen::availableGeometry, screen, and widget.

◆ beginBackingStorePainting()

virtual void QWidgetPrivate::beginBackingStorePainting ( )
inlinevirtual

Reimplemented in QOpenGLWidgetPrivate.

Definition at line 606 of file qwidget_p.h.

Referenced by drawWidget().

+ Here is the caller graph for this function:

◆ beginCompose()

virtual void QWidgetPrivate::beginCompose ( )
inlinevirtual

Reimplemented in QOpenGLWidgetPrivate.

Definition at line 608 of file qwidget_p.h.

Referenced by sendComposeStatus().

+ Here is the caller graph for this function:

◆ checkRestoredGeometry()

void QWidgetPrivate::checkRestoredGeometry ( const QRect & availableGeometry,
QRect * restoredGeometry,
int frameHeight )
static

Check a if restoredGeometry fits into availableGeometry This method is used to verify that a widget is restored to a geometry, which fits into the target screen.

Parameters
frameHeightrepresents the height of the widget's title bar, which is expected to be on its top.

If the size of restoredGeometry exceeds availableGeometry, its height and width will be resized to be two pixels smaller than availableGeometry. An exact match would be full screen.

If at least one edge of restoredGeometry is outside availableGeometry, restoredGeometry will be moved \list

  • down if its top is off screen
  • up if its bottom is off screen
  • right if its left edge is off screen
  • left if its right edge is off screen \endlist

Definition at line 7383 of file qwidget.cpp.

References QRect::adjusted(), QRect::bottom(), QRect::contains(), QRect::height(), QRect::left(), QRect::right(), QRect::top(), and QRect::width().

Referenced by QWidget::restoreGeometry().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ childAt_helper()

QWidget * QWidgetPrivate::childAt_helper ( const QPoint & p,
bool ignoreChildrenInDestructor ) const

Definition at line 10408 of file qwidget.cpp.

References childAtRecursiveHelper(), QObjectData::children, QList< T >::isEmpty(), and pointInsideRectAndMask().

+ Here is the call graph for this function:

◆ childAtRecursiveHelper()

QWidget * QWidgetPrivate::childAtRecursiveHelper ( const QPoint & p,
bool ignoreChildrenInDestructor ) const

Definition at line 10418 of file qwidget.cpp.

References QList< T >::at(), child, QObjectData::children, i, qobject_cast< QWidget * >(), QList< T >::size(), and Qt::WA_TransparentForMouseEvents.

Referenced by childAt_helper().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ clipRect()

QRect QWidgetPrivate::clipRect ( ) const

Definition at line 1865 of file qwidget.cpp.

References effectiveRectFor().

Referenced by drawWidget(), findTextureWidgetsRecursively(), invalidateBackingStore(), QFocusFrame::paintEvent(), paintOnScreen(), scrollRect(), QWidgetRepaintManager::staticContents(), and subtractOpaqueChildren().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ clipRegion()

QRegion QWidgetPrivate::clipRegion ( ) const

Definition at line 1889 of file qwidget.cpp.

References QObjectData::children, i, qRectIntersects(), QList< T >::size(), and QWidget::x.

+ Here is the call graph for this function:

◆ clipToEffectiveMask()

void QWidgetPrivate::clipToEffectiveMask ( QRegion & region) const

Definition at line 2104 of file qwidget.cpp.

References QWidgetData::crect, data, extra, graphicsEffect, and QRect::topLeft().

Referenced by paintOnScreen(), and QWidgetRepaintManager::staticContents().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ close()

bool QWidgetPrivate::close ( )

Definition at line 8560 of file qwidget.cpp.

References CloseWithEvent, handleClose(), and windowHandle().

Referenced by QDialogPrivate::close(), QDateTimeEditPrivate::initCalendarPopup(), and show_helper().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ closestParentWidgetWithWindowHandle()

QWidget * QWidgetPrivate::closestParentWidgetWithWindowHandle ( ) const

Returns the closest parent widget that has a QWindow window handle

Note
This behavior is different from nativeParentWidget(), which returns the closest parent that has a QWindow window handle with a created QPlatformWindow, and hence native window (winId).

Definition at line 1046 of file qwidget.cpp.

References QObjectData::parent.

Referenced by setParent_sys().

+ Here is the caller graph for this function:

◆ create()

◆ createExtra()

void QWidgetPrivate::createExtra ( )

Creates the widget extra data.

Definition at line 1632 of file qwidget.cpp.

References createSysExtra(), extra, qDebug, and QWIDGETSIZE_MAX.

Referenced by createTLExtra(), QWindowContainerPrivate::markParentChain(), paintOnScreen(), setMaximumSize_helper(), setMinimumSize_helper(), and setStyle_helper().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ createRecursively()

void QWidgetPrivate::createRecursively ( )

Definition at line 1019 of file qwidget.cpp.

References QList< T >::at(), child, QObjectData::children, i, qobject_cast< QWidget * >(), QList< T >::size(), and Qt::WA_WState_Created.

Referenced by show_recursive().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ createSysExtra()

void QWidgetPrivate::createSysExtra ( )

Definition at line 1661 of file qwidget.cpp.

Referenced by createExtra().

+ Here is the caller graph for this function:

◆ createTLExtra()

void QWidgetPrivate::createTLExtra ( )

Definition at line 1599 of file qwidget.cpp.

References QTLWExtra::backingStore, createExtra(), extra, and qDebug.

Referenced by QWindowContainer::parentWasChanged(), and topData().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ createTLSysExtra()

void QWidgetPrivate::createTLSysExtra ( )

Definition at line 1402 of file qwidget.cpp.

References extra, qt_window_private(), QWIDGETSIZE_MAX, updateIsTranslucent(), and Qt::WA_NativeWindow.

Referenced by create().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ createWinId()

void QWidgetPrivate::createWinId ( )

Definition at line 2370 of file qwidget.cpp.

References QList< T >::at(), QObjectData::children, createWinId(), i, QObjectData::parent, qobject_cast< QWidget * >(), QList< T >::size(), Qt::WA_DontCreateNativeAncestors, Qt::WA_NativeWindow, and Qt::WA_WState_Created.

Referenced by createWinId(), and QMenuPrivate::popup().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ deactivateWidgetCleanup()

void QWidgetPrivate::deactivateWidgetCleanup ( )

Definition at line 2306 of file qwidget.cpp.

References QApplication::activeWindow(), qt_button_down, and QApplicationPrivate::setActiveWindow().

Referenced by hide_sys().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ deepestFocusProxy()

QWidget * QWidgetPrivate::deepestFocusProxy ( ) const

A focus proxy can have its own focus proxy, which can have its own proxy, and so on. This helper function returns the widget that sits at the bottom of the proxy chain, and therefore the one that should normally get focus if this widget receives a focus request.

Definition at line 6595 of file qwidget.cpp.

References QWidget::focusProxy().

Referenced by determineLastFocusChild(), and focusObject().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ deleteExtra()

void QWidgetPrivate::deleteExtra ( )

Deletes the widget extra data.

Definition at line 1670 of file qwidget.cpp.

References deleteSysExtra(), deleteTLSysExtra(), extra, proxy, and qt_styleSheet().

Referenced by ~QWidgetPrivate().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ deleteSysExtra()

void QWidgetPrivate::deleteSysExtra ( )

Definition at line 1687 of file qwidget.cpp.

Referenced by deleteExtra().

+ Here is the caller graph for this function:

◆ deleteTLSysExtra()

void QWidgetPrivate::deleteTLSysExtra ( )

Definition at line 1691 of file qwidget.cpp.

References extra.

Referenced by deleteExtra().

+ Here is the caller graph for this function:

◆ determineLastFocusChild()

QWidget * QWidgetPrivate::determineLastFocusChild ( QWidget * noFurtherThan)
Returns
The last focus child of the widget, traversing the focus chain no further than
Parameters
noFurtherThan.

Definition at line 13554 of file qwidget.cpp.

References deepestFocusProxy(), QWidget::isAncestorOf(), QWidget::nextInFocusChain(), Qt::NoFocus, qobject_cast< QWidget * >(), and QWidget::window().

+ Here is the call graph for this function:

◆ drawWidget()

void QWidgetPrivate::drawWidget ( QPaintDevice * pdev,
const QRegion & rgn,
const QPoint & offset,
DrawWidgetFlags flags,
QPainter * sharedPainter = nullptr,
QWidgetRepaintManager * repaintManager = nullptr )

Definition at line 5445 of file qwidget.cpp.

References beginBackingStorePainting(), QRegion::boundingRect(), QObjectData::children, clipRect(), QPainter::CompositionMode_Source, context, QPainter::device(), QPaintDevice::devicePixelRatio(), DontSubtractOpaqueChildren, QGraphicsEffect::draw(), DrawAsRoot, DrawInvisible, DrawPaintOnScreen, DrawRecursive, endBackingStorePainting(), engine, QImage::Format_ARGB32_Premultiplied, QImage::Format_RGB32, grabFramebuffer(), graphicsEffect, QPainter::isActive(), QRegion::isEmpty(), QList< T >::isEmpty(), QGraphicsEffect::isEnabled(), isOpaque, QWidgetRepaintManager::markNeedsFlush(), paintBackground(), QPainter::paintEngine(), QPaintDevice::paintEngine(), paintSiblingsRecursive(), Q_ASSERT, Q_UNLIKELY, qCInfo, qDebug, qWarning, renderToTexture, renderToTextureReallyDirty, QPainter::restore(), restoreRedirected(), QPainter::save(), sendPaintEvent(), QColor::setAlphaF(), setRedirected(), setSystemClip(), sharedPainter(), shouldPaintOnScreen(), QList< T >::size(), QPainter::SmoothPixmapTransform, QGraphicsEffect::source(), QBrush::style(), subtractOpaqueChildren(), QPaintEngine::systemRect(), QBrush::texture(), Qt::TexturePattern, QPainter::translate(), Qt::transparent, UseEffectRegionBounds, Qt::WA_AlwaysStackOnTop, Qt::WA_NoSystemBackground, Qt::WA_OpaquePaintEvent, Qt::WA_StyledBackground, Qt::WA_TintedBackground, Qt::WA_WState_InPaintEvent, QPalette::Window, and QPainter::worldTransform().

Referenced by paintOnScreen(), paintSiblingsRecursive(), and render().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ effectiveFocusWidget()

QWidget * QWidgetPrivate::effectiveFocusWidget ( )
inline

Definition at line 440 of file qwidget_p.h.

Referenced by setEnabled_helper().

+ Here is the caller graph for this function:

◆ effectiveRectFor() [1/2]

QRect QWidgetPrivate::effectiveRectFor ( const QRect & rect) const
inline

Definition at line 545 of file qwidget_p.h.

References rect.

◆ effectiveRectFor() [2/2]

QRect QWidgetPrivate::effectiveRectFor ( const QRegion & region) const
inline

Definition at line 540 of file qwidget_p.h.

References QRegion::boundingRect().

Referenced by clipRect(), invalidateBackingStore_resizeHelper(), lower_sys(), moveRect(), paintSiblingsRecursive(), raise_sys(), and stackUnder_sys().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ endBackingStorePainting()

virtual void QWidgetPrivate::endBackingStorePainting ( )
inlinevirtual

Reimplemented in QOpenGLWidgetPrivate.

Definition at line 607 of file qwidget_p.h.

Referenced by drawWidget().

+ Here is the caller graph for this function:

◆ endCompose()

virtual void QWidgetPrivate::endCompose ( )
inlinevirtual

Reimplemented in QOpenGLWidgetPrivate, and QRhiWidgetPrivate.

Definition at line 609 of file qwidget_p.h.

Referenced by sendComposeStatus().

+ Here is the caller graph for this function:

◆ enforceNativeChildren()

void QWidgetPrivate::enforceNativeChildren ( )
inline

Definition at line 520 of file qwidget_p.h.

References child, i, and Qt::WA_NativeWindow.

◆ extraData()

QWExtra * QWidgetPrivate::extraData ( ) const
inline

Definition at line 856 of file qwidget_p.h.

References extra.

◆ fixPosIncludesFrame()

void QWidgetPrivate::fixPosIncludesFrame ( )

Definition at line 7140 of file qwidget.cpp.

References maybeTopData(), updateFrameStrut(), and Qt::WA_DontShowOnScreen.

Referenced by create(), setConstraints_sys(), and show_sys().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ flagsForDumping()

std::string QWidgetPrivate::flagsForDumping ( ) const
overridevirtual

Reimplemented from QObjectPrivate.

Definition at line 13125 of file qwidget.cpp.

References QObjectPrivate::flagsForDumping(), and QApplication::focusWidget().

+ Here is the call graph for this function:

◆ focusObject()

QObject * QWidgetPrivate::focusObject ( )
virtual

Definition at line 6830 of file qwidget.cpp.

References deepestFocusProxy(), and proxy.

+ Here is the call graph for this function:

◆ frameStrut()

QRect QWidgetPrivate::frameStrut ( ) const

Definition at line 12072 of file qwidget.cpp.

References Qt::Desktop, QTLWExtra::frameStrut, maybeTopData(), updateFrameStrut(), Qt::WA_DontShowOnScreen, and Qt::WA_WState_Created.

+ Here is the call graph for this function:

◆ get() [1/2]

static const QWidgetPrivate * QWidgetPrivate::get ( const QWidget * w)
inlinestatic

Definition at line 213 of file qwidget_p.h.

◆ get() [2/2]

static QWidgetPrivate * QWidgetPrivate::get ( QWidget * w)
inlinestatic

Definition at line 212 of file qwidget_p.h.

Referenced by QAlphaWidget::QAlphaWidget(), QRollEffect::QRollEffect(), QWidgetWindow::~QWidgetWindow(), QLayout::addChildWidget(), correctWidgetContext(), QAbstractItemView::doAutoScroll(), QOpenGLWidgetPaintDevicePrivate::endPaint(), QOpenGLWidgetPaintDevice::ensureActiveTarget(), QDialogButtonBoxPrivate::ensureFirstAcceptIsDefault(), QRhiWidgetPrivate::ensureRhi(), findAllTextureWidgetsRecursively(), findTextureWidgetsRecursively(), QWidgetWindow::focusObject(), QStatusBar::insertPermanentWidget(), QStatusBar::insertWidget(), QQuickWidgetRenderControlPrivate::isRenderWindow(), QWidgetRepaintManager::markDirty(), QWindowContainerPrivate::markParentChain(), moveRect(), QGraphicsView::paintEvent(), QWindowContainer::parentWasChanged(), QWidgetWindowPrivate::processSafeAreaMarginsChanged(), q_evaluateRhiConfigRecursive(), qSendWindowChangeToTextureChildrenRecursively(), qwindowcontainer_traverse(), QQuickWidgetRenderControl::renderWindow(), QLayoutPrivate::reparentChildWidgets(), reparentWidgetWindowChildren(), QToolBarAreaLayout::restoreState(), scrollRect(), sendChangeRecursively(), sendComposeStatus(), QWidgetAction::setDefaultWidget(), QWidget::setParent(), QGraphicsView::setupViewport(), QWidgetWindowPrivate::setVisible(), QSplitterPrivate::shouldShowWidget(), QToolTip::showText(), topData(), and widgetTexturesFor().

+ Here is the caller graph for this function:

◆ getLayoutItemMargins()

void QWidgetPrivate::getLayoutItemMargins ( int * left,
int * top,
int * right,
int * bottom ) const

Definition at line 12295 of file qwidget.cpp.

References bottomLayoutItemMargin, leftLayoutItemMargin, rightLayoutItemMargin, and topLayoutItemMargin.

Referenced by QDialogButtonBoxPrivate::initLayout().

+ Here is the caller graph for this function:

◆ getOpaqueChildren()

const QRegion & QWidgetPrivate::getOpaqueChildren ( ) const

Definition at line 1977 of file qwidget.cpp.

References QList< T >::at(), child, QObjectData::children, dirtyOpaqueChildren, QLayoutItem::geometry(), i, opaqueChildren, qobject_cast< QWidget * >(), and QList< T >::size().

Referenced by subtractOpaqueChildren().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ grabFramebuffer()

virtual QImage QWidgetPrivate::grabFramebuffer ( )
inlinevirtual

Reimplemented in QOpenGLWidgetPrivate, QRhiWidgetPrivate, and QQuickWidgetPrivate.

Definition at line 605 of file qwidget_p.h.

Referenced by drawWidget().

+ Here is the caller graph for this function:

◆ handleClose()

bool QWidgetPrivate::handleClose ( CloseMode mode)

For windows, this is called from the QWidgetWindow::handleCloseEvent implementation, which QWidget::close indirectly calls by closing the QWindow. mode will be CloseWithEvent if QWidgetWindow::handleCloseEvent is called indirectly by QWindow::close, and CloseWithSpontaneousEvent if the close event originates from the system (i.e. the user clicked the close button in the title bar).

QDialog calls this method directly in its hide() implementation, which might be called from the QDialog::closeEvent override. mode will be set to CloseNoEvent to prevent recursion.

For non-windows, this is called directly by QWidget::close, and mode will be CloseWithEvent.

The function is also called by the QWidget destructor, with mode set to CloseNoEvent.

Definition at line 8490 of file qwidget.cpp.

References CloseNoEvent, CloseWithSpontaneousEvent, QEvent::isAccepted(), qCDebug, QCoreApplication::sendEvent(), and Qt::WA_DeleteOnClose.

Referenced by close().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ handleSoftwareInputPanel() [1/2]

void QWidgetPrivate::handleSoftwareInputPanel ( bool clickCausedFocus = false)
inline

Definition at line 562 of file qwidget_p.h.

References QGuiApplication::inputMethod(), qApp, QStyle::RSIP_OnMouseClick, and QStyle::SH_RequestSoftwareInputPanel.

+ Here is the call graph for this function:

◆ handleSoftwareInputPanel() [2/2]

void QWidgetPrivate::handleSoftwareInputPanel ( Qt::MouseButton button,
bool clickCausedFocus )
inline

Definition at line 556 of file qwidget_p.h.

References button, and Qt::LeftButton.

◆ hasChildWithFocusPolicy()

bool QWidgetPrivate::hasChildWithFocusPolicy ( Qt::FocusPolicy policy,
const QWidget * excludeChildrenOf = nullptr ) const
Returns
true, if a child with
Parameters
policyexists and isn't a child of
excludeChildrenOf.Return false otherwise.

Definition at line 13195 of file qwidget.cpp.

References child, QObjectData::children, Qt::FindChildrenRecursively, and policy.

Referenced by QDialogButtonBoxPrivate::ensureFirstAcceptIsDefault().

+ Here is the caller graph for this function:

◆ hide_helper()

void QWidgetPrivate::hide_helper ( )

Definition at line 8135 of file qwidget.cpp.

References bypassGraphicsProxyWidget(), QApplication::focusWidget(), hide_sys(), hideChildren(), isEmbedded(), QWidget::isWindow(), maybeRepaintManager(), QWidget::parentWidget(), Qt::Popup, Q_UNUSED, qApp, QCoreApplication::sendEvent(), Qt::WA_Mapped, and Qt::WA_WState_Visible.

Referenced by setVisible().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ hide_sys()

void QWidgetPrivate::hide_sys ( )

Definition at line 8188 of file qwidget.cpp.

References deactivateWidgetCleanup(), extra, QGuiApplicationPrivate::hideModalWindow(), invalidateBackingStore(), Qt::NonModal, QWidget::parentWidget(), QT_CONFIG, renderToTexture, Qt::WA_DontShowOnScreen, Qt::WA_Mapped, window(), and windowHandle().

Referenced by hide_helper(), and setGeometry_sys().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ hideChildren()

void QWidgetPrivate::hideChildren ( bool spontaneous)

Definition at line 8421 of file qwidget.cpp.

References QObjectData::children, i, QWidget::internalWinId(), QWidget::isWindow(), qApp, qCDebug, qobject_cast< QWidget * >(), QCoreApplication::sendEvent(), QWidget::setAttribute(), QWidget::testAttribute(), Qt::WA_DontCreateNativeAncestors, Qt::WA_Mapped, Qt::WA_UnderMouse, Qt::WA_WState_Hidden, Qt::WA_WState_Visible, widget, and QWidget::window().

Referenced by hide_helper().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ inheritStyle()

void QWidgetPrivate::inheritStyle ( )

Definition at line 2696 of file qwidget.cpp.

References extra, QObjectData::parent, proxy, Q_ASSERT, qApp, qt_styleSheet(), QStyleSheetStyle::ref(), setStyle_helper(), and Qt::WA_SetStyle.

+ Here is the call graph for this function:

◆ init()

◆ initFocusChain()

void QWidgetPrivate::initFocusChain ( )

Initialises the focus chain by making the widget point to itself.

Definition at line 13333 of file qwidget.cpp.

References FOCUS_NEXT, FOCUS_PREV, and qCDebug.

Referenced by init(), and removeFromFocusChain().

+ Here is the caller graph for this function:

◆ initializeViewportFramebuffer()

virtual void QWidgetPrivate::initializeViewportFramebuffer ( )
inlinevirtual

Reimplemented in QOpenGLWidgetPrivate.

Definition at line 626 of file qwidget_p.h.

◆ insertIntoFocusChain() [1/2]

bool QWidgetPrivate::insertIntoFocusChain ( const QWidgetList & toBeInserted,
FocusDirection direction,
QWidget * position )
static

Convenience override to insert a QWidgetList

Parameters
toBeInsertedinto the focus chain before or after
position,dependingon
direction.
Returns
true, if the insertion has changed the focus chain, otherwise false.
Note
Parameters
toBeInsertedmust be a consistent focus chain.

Definition at line 13437 of file qwidget.cpp.

References direction, FOCUS_NEXT, FOCUS_PREV, Next, position(), Previous, Q_ASSERT, Q_ASSERT_X, Q_FUNC_INFO, and qCDebug.

+ Here is the call graph for this function:

◆ insertIntoFocusChain() [2/2]

bool QWidgetPrivate::insertIntoFocusChain ( FocusDirection direction,
QWidget * position )

Inserts a widget into the focus chain before or after

Parameters
position,dependingon
direction.
Returns
true, if the insertion has changed the focus chain, otherwise false.

Definition at line 13386 of file qwidget.cpp.

References AssertConsistency, direction, FOCUS_NEXT, FOCUS_PREV, isFocusChainConsistent(), next, Next, position(), Previous, Q_ASSERT, qCDebug, and removeFromFocusChain().

Referenced by reparentFocusWidgets(), and QWidget::setTabOrder().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ insertIntoFocusChainAfter()

bool QWidgetPrivate::insertIntoFocusChainAfter ( QWidget * position)
inline

Definition at line 759 of file qwidget_p.h.

References position().

+ Here is the call graph for this function:

◆ insertIntoFocusChainBefore()

bool QWidgetPrivate::insertIntoFocusChainBefore ( QWidget * position)
inline

Definition at line 757 of file qwidget_p.h.

References position().

+ Here is the call graph for this function:

◆ invalidateBackingStore()

template<class T >
template Q_AUTOTEST_EXPORT void QWidgetPrivate::invalidateBackingStore< QRect > ( const T & )

Invalidates the r (in widget's coordinates) of the backing store, i.e. all widgets intersecting with the region will be repainted when the backing store is synced.

Definition at line 115 of file qwidgetrepaintmanager.cpp.

References QWidgetRepaintManager::BufferInvalid, clipRect(), QCoreApplication::closingDown(), extra, graphicsEffect, QWidgetRepaintManager::UpdateLater, and QTLWExtra::window.

Referenced by hide_sys(), invalidateBackingStore_resizeHelper(), moveRect(), scrollRect(), and show_sys().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ invalidateBackingStore_resizeHelper()

void QWidgetPrivate::invalidateBackingStore_resizeHelper ( const QPoint & oldPos,
const QSize & oldSize )

Invalidates the backing store when the widget is resized.

Static areas are never invalidated unless absolutely needed.

Definition at line 1223 of file qwidgetrepaintmanager.cpp.

References dirty, effectiveRectFor(), extra, graphicsEffect, QSize::height(), invalidateBackingStore(), QRegion::isEmpty(), maybeRepaintManager(), moveRect(), Q_ASSERT, qMin(), QWidgetRepaintManager::staticContents(), Qt::WA_StaticContents, QSize::width(), QPoint::x(), QRect::x(), and QPoint::y().

Referenced by setGeometry_sys().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ isAboutToShow()

bool QWidgetPrivate::isAboutToShow ( ) const

The graphicsEffect function returns a pointer to the widget's graphics effect.

If the widget has no graphics effect, \nullptr is returned.

Since
4.6
See also
setGraphicsEffect()

The setGraphicsEffect function is for setting the widget's graphics effect.

Sets effect as the widget's effect. If there already is an effect installed on this widget, QWidget will delete the existing effect before installing the new effect.

If effect is the installed effect on a different widget, setGraphicsEffect() will remove the effect from the widget and install it on this widget.

QWidget takes ownership of effect.

Note
This function will apply the effect on itself and all its children.
Graphics effects are not supported for OpenGL-based widgets, such as QGLWidget, QOpenGLWidget and QQuickWidget.
Since
4.6
See also
graphicsEffect()

Definition at line 5309 of file qwidget.cpp.

References QObjectData::parent.

Referenced by prepareToRender().

+ Here is the caller graph for this function:

◆ isExplicitlyHidden()

bool QWidgetPrivate::isExplicitlyHidden ( ) const

Definition at line 8377 of file qwidget.cpp.

References Qt::WA_WState_ExplicitShowHide.

Referenced by _q_showIfNotHidden(), QSizeGripPrivate::_q_showIfNotHidden(), and setParent_sys().

+ Here is the caller graph for this function:

◆ isFocusChainConsistent()

bool QWidgetPrivate::isFocusChainConsistent ( ) const

A focus chain is consistent, when it is circular: Following the chain in either direction has to return to the beginning. This is why a newly constructed widget points to itself, when the focus chain has been initialized. A newly constructed widget is considered to have a consistent focus chain, while not being part of a focus chain.

The method always returns true, when the logging category "qt.widgets.focus" is disabled. When it is enabled, the method returns true early, if a widget is pointing to itself. It returns false, if one of the following is detected: \list

  • nullptr found in a previous/next pointer.
  • broken chain: widget A is B's previous, but B isn't A's next.
  • chain isn't closed: starting at A doesn't lead back to A. \endlist It return true, if none of the above is observed.
Note
The focus chain is checked only in forward direction. This is sufficient, because the check for a broken chain asserts consistent paths in both directions.

Definition at line 13632 of file qwidget.cpp.

References QApplication::allWidgets(), FOCUS_NEXT, FOCUS_PREV, i, QLoggingCategory::isDebugEnabled(), isInFocusChain(), position(), and qCDebug.

Referenced by insertIntoFocusChain(), and removeFromFocusChain().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ isInFocusChain()

bool QWidgetPrivate::isInFocusChain ( ) const
Returns
true, if the widget is part of a focus chain and false otherwise. A widget is considered to be part of a focus chain, neither FOCUS_NEXT, nor FOCUS_PREV are pointing to the widget itself.
Note
This method doesn't check the consistency of the focus chain. If multiple widgets have been removed from the focus chain by takeFromFocusChain(), isInFocusChain() will return true for all of those widgets, even if they represent an inconsistent focus chain.

Definition at line 13604 of file qwidget.cpp.

References FOCUS_NEXT, and FOCUS_PREV.

Referenced by isFocusChainConsistent(), and removeFromFocusChain().

+ Here is the caller graph for this function:

◆ isOverlapped()

bool QWidgetPrivate::isOverlapped ( const QRect & rect) const
inline

Definition at line 359 of file qwidget_p.h.

References rect.

Referenced by moveRect(), and scrollRect().

+ Here is the caller graph for this function:

◆ isStereoEnabled()

virtual bool QWidgetPrivate::isStereoEnabled ( )
inlinevirtual

Reimplemented in QOpenGLWidgetPrivate.

Definition at line 636 of file qwidget_p.h.

◆ localFont()

QFont QWidgetPrivate::localFont ( ) const

Returns a font suitable for inheritance, where only locally set attributes are considered resolved.

Definition at line 4746 of file qwidget.cpp.

References directFontResolveMask, and QFont::setResolveMask().

Referenced by resolveFont().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ lower_sys()

void QWidgetPrivate::lower_sys ( )

Definition at line 11976 of file qwidget.cpp.

References effectiveRectFor(), QWidget::parentWidget(), Q_ASSERT, setDirtyOpaqueRegion(), Qt::WA_NativeWindow, and Qt::WA_WState_Created.

+ Here is the call graph for this function:

◆ mapFromWS() [1/2]

QPoint QWidgetPrivate::mapFromWS ( const QPoint & p) const
inline

Definition at line 579 of file qwidget_p.h.

◆ mapFromWS() [2/2]

QRect QWidgetPrivate::mapFromWS ( const QRect & r) const
inline

Definition at line 585 of file qwidget_p.h.

References QRect::translated().

+ Here is the call graph for this function:

◆ mapToWS() [1/2]

QPoint QWidgetPrivate::mapToWS ( const QPoint & p) const
inline

Definition at line 576 of file qwidget_p.h.

◆ mapToWS() [2/2]

QRect QWidgetPrivate::mapToWS ( const QRect & r) const
inline

Definition at line 582 of file qwidget_p.h.

References QRect::translated().

+ Here is the call graph for this function:

◆ maybeRepaintManager()

QWidgetRepaintManager * QWidgetPrivate::maybeRepaintManager ( ) const
inline

Definition at line 893 of file qwidget_p.h.

References QTLWExtra::window.

Referenced by hide_helper(), invalidateBackingStore_resizeHelper(), rhi(), syncBackingStore(), and syncBackingStore().

+ Here is the caller graph for this function:

◆ maybeTopData()

QTLWExtra * QWidgetPrivate::maybeTopData ( ) const
inline

Definition at line 867 of file qwidget_p.h.

References extra.

Referenced by adjustedSize(), fixPosIncludesFrame(), frameStrut(), shouldDiscardSyncRequest(), updateFrameStrut(), and windowHandle().

+ Here is the caller graph for this function:

◆ moveRect()

void QWidgetPrivate::moveRect ( const QRect & rect,
int dx,
int dy )

Definition at line 382 of file qwidgetrepaintmanager.cpp.

References QWidgetRepaintManager::bltRect(), effectiveRectFor(), extra, get(), hasPlatformWindow(), QRect::intersected(), invalidateBackingStore(), isMoved, isOpaque, isOverlapped(), QRect::isValid(), QWidget::mapTo(), QWidgetRepaintManager::markDirty(), QWidgetRepaintManager::markNeedsFlush(), needsFlush, QWidget::parentWidget(), Q_ASSERT, qEnvironmentVariableIntValue(), rect, textureChildSeen, QRegion::translated(), QRect::translated(), QWidget::updatesEnabled, and QWidget::window().

Referenced by invalidateBackingStore_resizeHelper(), and setGeometry_sys().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ nativeChildrenForced()

bool QWidgetPrivate::nativeChildrenForced ( ) const
inline

Definition at line 535 of file qwidget_p.h.

◆ naturalWidgetFont()

QFont QWidgetPrivate::naturalWidgetFont ( uint inheritedMask) const

Definition at line 4700 of file qwidget.cpp.

References Qt::AA_UseStyleSheetPropagationInWidgetStyles, extra, QApplication::font(), QWidget::parentWidget(), QT_CONFIG, QFont::setResolveMask(), QCoreApplication::testAttribute(), Qt::WA_StyleSheet, and Qt::WA_WindowPropagation.

Referenced by resolveFont().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ naturalWidgetPalette()

QPalette QWidgetPrivate::naturalWidgetPalette ( QPalette::ResolveMask inheritedMask) const

Returns the palette that the widget w inherits from its ancestors and QApplication::palette. inheritedMask is the combination of the widget's ancestors palette request masks (i.e., which attributes from the parent widget's palette are implicitly imposed on this widget by the user). Note that this font does not take into account the palette set on w itself.

Definition at line 4553 of file qwidget.cpp.

References Qt::AA_UseStyleSheetPropagationInWidgetStyles, extra, QGuiApplication::palette(), QApplication::palette(), QWidget::parentWidget(), QT_CONFIG, QPalette::setResolveMask(), QCoreApplication::testAttribute(), Qt::WA_StyleSheet, and Qt::WA_WindowPropagation.

Referenced by resolvePalette().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ nextPrevElementInFocusChain()

QWidget * QWidgetPrivate::nextPrevElementInFocusChain ( FocusDirection direction) const
Returns
next or previous element in the focus chain, depending on
Parameters
direction,irrespectiveof focus proxies or widgets with Qt::NoFocus.

Definition at line 13285 of file qwidget.cpp.

References direction, FOCUS_NEXT, FOCUS_PREV, and Next.

◆ overlappedRegion()

QRegion QWidgetPrivate::overlappedRegion ( const QRect & rect,
bool breakAfterFirst = false ) const

Definition at line 1704 of file qwidget.cpp.

References QList< T >::at(), QObjectData::children, QWidgetData::crect, data, i, QRegion::intersects(), QWidget::isVisible(), QWidget::isWindow(), QWidget::mask(), qobject_cast< QWidget * >(), qRectIntersects(), rect, QList< T >::size(), QRect::topLeft(), QRegion::translate(), and QRegion::translated().

+ Here is the call graph for this function:

◆ paintBackground()

void QWidgetPrivate::paintBackground ( QPainter * painter,
const QRegion & rgn,
DrawWidgetFlags flags = DrawAsRoot ) const

Definition at line 2261 of file qwidget.cpp.

References QPainter::compositionMode(), QPainter::CompositionMode_Source, DontSetCompositionMode, DrawAsRoot, fillRegion(), QStyleOption::initFrom(), opt, painter, QStyle::PE_Widget, QPainter::setClipRegion(), QPainter::setCompositionMode(), updateBrushOrigin(), Qt::WA_StyledBackground, and QPalette::Window.

Referenced by drawWidget().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ paintOnScreen()

void QWidgetPrivate::paintOnScreen ( const QRegion & rgn)

Definition at line 1764 of file qwidget.cpp.

References clipRect(), clipToEffectiveMask(), createExtra(), DrawAsRoot, DrawPaintOnScreen, drawWidget(), engine, extra, QPaintEngine::OpenGL, QPaintEngine::OpenGL2, Q_UNLIKELY, qWarning, shouldDiscardSyncRequest(), usesDoubleBufferedGLContext, and Qt::WA_StaticContents.

Referenced by syncBackingStore(), and syncBackingStore().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ paintSiblingsRecursive()

void QWidgetPrivate::paintSiblingsRecursive ( QPaintDevice * pdev,
const QObjectList & children,
int index,
const QRegion & rgn,
const QPoint & offset,
DrawWidgetFlags flags,
QPainter * sharedPainter,
QWidgetRepaintManager * repaintManager )

Definition at line 5714 of file qwidget.cpp.

References QRegion::boundingRect(), boundingRect(), DontDrawNativeChildren, DontDrawOpaqueChildren, drawWidget(), effectiveRectFor(), extra, graphicsEffect, isOpaque, paintSiblingsRecursive(), qobject_cast< QWidget * >(), qRectIntersects(), QT_CONFIG, sharedPainter(), and QRect::translate().

Referenced by drawWidget(), and paintSiblingsRecursive().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ parentGraphicsView()

static QWidget * QWidgetPrivate::parentGraphicsView ( const QWidget * widget)
inlinestatic

Definition at line 451 of file qwidget_p.h.

References bypassGraphicsProxyWidget(), Q_UNUSED, and widget.

+ Here is the call graph for this function:

◆ pointInsideRectAndMask()

bool QWidgetPrivate::pointInsideRectAndMask ( const QPoint & p) const
inline

Definition at line 886 of file qwidget_p.h.

References extra, and Qt::WA_MouseNoMask.

Referenced by childAt_helper().

+ Here is the caller graph for this function:

◆ prepareToRender()

QRegion QWidgetPrivate::prepareToRender ( const QRegion & region,
QWidget::RenderFlags renderFlags )

Definition at line 5323 of file qwidget.cpp.

References QLayout::activate(), QWidget::adjustSize(), QWidget::ensurePolished(), extra, i, QWidget::IgnoreMask, QLayout::invalidate(), isAboutToShow(), QRegion::isEmpty(), QWidget::isHidden(), isVisible(), QWidget::isWindow(), QWidget::layout(), QWidget::parentWidget(), QWidget::setAttribute(), QWidget::testAttribute(), void, Qt::WA_Resized, Qt::WA_WState_Hidden, widget, and QWidget::window().

Referenced by render().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ propagatePaletteChange()

void QWidgetPrivate::propagatePaletteChange ( )

Propagate this widget's palette to all children, except style sheet widgets, and windows that don't enable window propagation (palettes don't normally propagate to windows).

Definition at line 1829 of file qwidget.cpp.

References Qt::AA_UseStyleSheetPropagationInWidgetStyles, QList< T >::at(), QObjectData::children, directPaletteResolveMask, extra, i, inheritedPaletteResolveMask, QGraphicsWidget::palette, QEvent::PaletteChange, qobject_cast< QWidget * >(), QPalette::resolveMask(), resolvePalette(), QCoreApplication::sendEvent(), QList< T >::size(), QCoreApplication::testAttribute(), Qt::WA_StyleSheet, and Qt::WA_WindowPropagation.

Referenced by setPalette_helper().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ raise_sys()

void QWidgetPrivate::raise_sys ( )

Definition at line 11926 of file qwidget.cpp.

References effectiveRectFor(), QWidget::parentWidget(), renderToTexture, setDirtyOpaqueRegion(), and Qt::WA_NativeWindow.

+ Here is the call graph for this function:

◆ redirected()

QPaintDevice * QWidgetPrivate::redirected ( QPoint * offset) const
inline

Definition at line 510 of file qwidget_p.h.

Referenced by render().

+ Here is the caller graph for this function:

◆ removeFromFocusChain()

bool QWidgetPrivate::removeFromFocusChain ( FocusChainRemovalRules rules = FocusChainRemovalRules(),
FocusDirection direction = FocusDirection::Next )

Removes a widget from the focus chain, respecting the flags set in

Parameters
rules.\list
  • EnsureFocusOut: If the widget has input focus, transfer focus to the next or previous widget in the focus chain, depending on
direction.
  • RemoveInconsistent: Remove the widget, even if its focus chain is inconsistent.
  • AssertConsistency: qFatal, if the focus chain is inconsistent. This is used in the QWidget destructor. \endlist
Returns
true if the widget has been removed, otherwise false.

Definition at line 13302 of file qwidget.cpp.

References AssertConsistency, direction, EnsureFocusOut, FOCUS_NEXT, FOCUS_PREV, initFocusChain(), isFocusChainConsistent(), isInFocusChain(), Next, qCDebug, and qFatal.

Referenced by insertIntoFocusChain().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ render()

void QWidgetPrivate::render ( QPaintDevice * target,
const QPoint & targetOffset,
const QRegion & sourceRegion,
QWidget::RenderFlags renderFlags )

Definition at line 5642 of file qwidget.cpp.

References DontSetCompositionMode, DontSubtractOpaqueChildren, DrawAsRoot, QWidget::DrawChildren, DrawInvisible, DrawPaintOnScreen, DrawRecursive, drawWidget(), QWidget::DrawWindowBackground, extra, prepareToRender(), Q_UNLIKELY, qWarning, redirected(), QWidget::redirected(), setSharedPainter(), sharedPainter(), QRegion::translated(), and QInternal::Widget.

+ Here is the call graph for this function:

◆ render_helper()

void QWidgetPrivate::render_helper ( QPainter * painter,
const QPoint & targetOffset,
const QRegion & sourceRegion,
QWidget::RenderFlags renderFlags )

◆ repaint()

template<typename T >
void QWidgetPrivate::repaint ( T t)

Definition at line 11137 of file qwidget.cpp.

References QWidgetRepaintManager::UpdateNow, and QTLWExtra::window.

◆ reparentFocusChildren()

void QWidgetPrivate::reparentFocusChildren ( FocusDirection direction)

Reads QWidget children, which are not part of a focus chain yet. Inserts them into the focus chain before or after the widget, depending on

Parameters
directionand in the order of their creation. This is used, when QWidget::setParent() causes a widget to change toplevel windows.

Definition at line 13348 of file qwidget.cpp.

References child, QObjectData::children, direction, Qt::FindDirectChildrenOnly, QWidget::focusPolicy, Next, QWidget::nextInFocusChain(), Qt::NoFocus, QWidget::previousInFocusChain(), widget, and QWidget::window().

Referenced by reparentFocusWidgets().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ reparentFocusWidgets()

void QWidgetPrivate::reparentFocusWidgets ( QWidget * oldtlw)

Moves the relevant subwidgets of this widget from the oldtlw's tab chain to that of the new parent, if there's anything to move and we're really moving

This function is called from QWidget::reparent() after the widget has been reparented.

See also
reparent()

Definition at line 7070 of file qwidget.cpp.

References QWidget::clearFocus(), focus_child, insertIntoFocusChain(), Next, Previous, and reparentFocusChildren().

+ Here is the call graph for this function:

◆ reparentWidgetWindowChildren()

void QWidgetPrivate::reparentWidgetWindowChildren ( QWidget * parentWithWindow)

Definition at line 10974 of file qwidget.cpp.

References child, QObjectData::children, and get().

Referenced by reparentWidgetWindows(), and setParent_sys().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ reparentWidgetWindows()

void QWidgetPrivate::reparentWidgetWindows ( QWidget * parentWithWindow,
Qt::WindowFlags windowFlags = {} )

Definition at line 10937 of file qwidget.cpp.

References Q_ASSERT, qCDebug, reparentWidgetWindowChildren(), Qt::Window, window(), QWidget::window(), QWidget::windowHandle(), and windowHandle().

Referenced by setParent_sys().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ resizeViewportFramebuffer()

virtual void QWidgetPrivate::resizeViewportFramebuffer ( )
inlinevirtual

Reimplemented in QOpenGLWidgetPrivate.

Definition at line 630 of file qwidget_p.h.

◆ resolveFont()

void QWidgetPrivate::resolveFont ( )

Determine which font is implicitly imposed on this widget by its ancestors and QApplication::font, resolve this against its own font (attributes from the implicit font are copied over). Then propagate this font to this widget's children.

Definition at line 4761 of file qwidget.cpp.

References inheritedFontResolveMask, localFont(), naturalWidgetFont(), QFont::resolve(), and setFont_helper().

Referenced by QGraphicsProxyWidget::event(), and updateFont().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ resolveLayoutDirection()

void QWidgetPrivate::resolveLayoutDirection ( )

Definition at line 4853 of file qwidget.cpp.

References QGuiApplication::layoutDirection, setLayoutDirection_helper(), and Qt::WA_SetLayoutDirection.

Referenced by init().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ resolveLocale()

void QWidgetPrivate::resolveLocale ( )

Definition at line 5925 of file qwidget.cpp.

References QObjectData::parent, setLocale_helper(), Qt::WA_SetLocale, and Qt::WA_WindowPropagation.

+ Here is the call graph for this function:

◆ resolvePalette()

void QWidgetPrivate::resolvePalette ( )

Determine which palette is inherited from this widget's ancestors and QApplication::palette, resolve this against this widget's palette (attributes from the inherited palette are copied over this widget's palette). Then propagate this palette to this widget's children.

Definition at line 4597 of file qwidget.cpp.

References inheritedPaletteResolveMask, naturalWidgetPalette(), QPalette::resolve(), and setPalette_helper().

Referenced by QGraphicsProxyWidget::event(), and propagatePaletteChange().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ resolveSamples()

virtual void QWidgetPrivate::resolveSamples ( )
inlinevirtual

Reimplemented in QOpenGLWidgetPrivate.

Definition at line 632 of file qwidget_p.h.

Referenced by sendPaintEvent().

+ Here is the caller graph for this function:

◆ restoreRedirected()

void QWidgetPrivate::restoreRedirected ( )
inline

Definition at line 517 of file qwidget_p.h.

Referenced by drawWidget().

+ Here is the caller graph for this function:

◆ rhi()

QRhi * QWidgetPrivate::rhi ( ) const

Definition at line 1030 of file qwidget.cpp.

References maybeRepaintManager().

Referenced by QRhiWidgetPrivate::ensureRhi(), QOpenGLWidgetPrivate::ensureRhiDependentResources(), QOpenGLWidgetPrivate::initialize(), and QQuickWidgetPrivate::initializeWithRhi().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ rhiConfig()

virtual QPlatformBackingStoreRhiConfig QWidgetPrivate::rhiConfig ( ) const
inlinevirtual

Reimplemented in QOpenGLWidgetPrivate, QRhiWidgetPrivate, and QQuickWidgetPrivate.

Definition at line 590 of file qwidget_p.h.

Referenced by create().

+ Here is the caller graph for this function:

◆ safeAreaMargins()

QMargins QWidgetPrivate::safeAreaMargins ( ) const

Definition at line 7669 of file qwidget.cpp.

References QMargins::bottom(), QLayout::geometry(), QLayout::indexOf(), QMargins::isNull(), QRect::isNull(), QWidget::layout(), layout, QMargins::left(), QLayout::parentWidget(), QWidget::parentWidget(), qMax(), qWarning, QMargins::right(), QPlatformWindow::safeAreaMargins(), safeAreaMargins(), QWidget::testAttribute(), QMargins::top(), Qt::WA_LayoutOnEntireRect, and QWidget::window().

Referenced by safeAreaMargins().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ screen()

static QScreen * QWidgetPrivate::screen ( const QWidget * widget,
const QPoint & globalPosition,
bool hasPosition = true )
inlinestatic

Definition at line 479 of file qwidget_p.h.

References screen, QWidget::screen(), view, QScreen::virtualSiblingAt(), and widget.

+ Here is the call graph for this function:

◆ screenGeometry() [1/2]

static QRect QWidgetPrivate::screenGeometry ( const QWidget * widget)
inlinestatic

Definition at line 469 of file qwidget_p.h.

References widget.

Referenced by QComboBoxPrivate::popupGeometry(), and QMenuPrivate::popupGeometry().

+ Here is the caller graph for this function:

◆ screenGeometry() [2/2]

static QRect QWidgetPrivate::screenGeometry ( const QWidget * widget,
const QPoint & globalPosition,
bool hasPosition = true )
inlinestatic

Definition at line 493 of file qwidget_p.h.

References QScreen::geometry, screen, and widget.

◆ scroll_sys() [1/2]

void QWidgetPrivate::scroll_sys ( int dx,
int dy )

Definition at line 11027 of file qwidget.cpp.

References scrollChildren(), and scrollRect().

+ Here is the call graph for this function:

◆ scroll_sys() [2/2]

void QWidgetPrivate::scroll_sys ( int dx,
int dy,
const QRect & r )

Definition at line 11068 of file qwidget.cpp.

References scrollRect().

+ Here is the call graph for this function:

◆ scrollChildren()

void QWidgetPrivate::scrollChildren ( int dx,
int dy )

Definition at line 197 of file qwidget.cpp.

References QList< T >::at(), i, qobject_cast< QWidget * >(), QCoreApplication::sendEvent(), QList< T >::size(), and Qt::WA_WState_Created.

Referenced by scroll_sys().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ scrollRect()

void QWidgetPrivate::scrollRect ( const QRect & rect,
int dx,
int dy )

Definition at line 459 of file qwidgetrepaintmanager.cpp.

References QWidgetRepaintManager::bltRect(), clipRect(), dirty, get(), inDirtyList, QRegion::intersected(), invalidateBackingStore(), isOpaque, isOverlapped(), isScrolled, QRect::isValid(), QWidgetRepaintManager::markDirty(), QWidgetRepaintManager::markNeedsFlush(), qEnvironmentVariableIntValue(), rect, scrollRect(), subtractOpaqueSiblings(), QRegion::translate(), QRect::translated(), Qt::WA_WState_InPaintEvent, and QWidget::window().

Referenced by QTabBarPrivate::layoutTabs(), QTabBarPrivate::makeVisible(), scroll_sys(), scroll_sys(), scrollRect(), and QTabBarPrivate::scrollTabs().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ sendComposeStatus()

void QWidgetPrivate::sendComposeStatus ( QWidget * w,
bool end )
static

Definition at line 12360 of file qwidget.cpp.

References QList< T >::at(), beginCompose(), QObjectData::children, endCompose(), get(), i, qobject_cast< QWidget * >(), sendComposeStatus(), QList< T >::size(), and textureChildSeen.

Referenced by sendComposeStatus().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ sendPaintEvent()

void QWidgetPrivate::sendPaintEvent ( const QRegion & toBePainted)

Definition at line 5632 of file qwidget.cpp.

References renderToTexture, and resolveSamples().

Referenced by drawWidget().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ sendPendingMoveAndResizeEvents()

void QWidgetPrivate::sendPendingMoveAndResizeEvents ( bool recursive = false,
bool disableUpdates = false )

Definition at line 7909 of file qwidget.cpp.

References QList< T >::at(), child, QObjectData::children, i, QCoreApplication::sendEvent(), QList< T >::size(), Qt::WA_PendingMoveEvent, Qt::WA_PendingResizeEvent, and Qt::WA_UpdatesDisabled.

Referenced by activateChildLayoutsRecursively(), and show_helper().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setConstraints_sys()

void QWidgetPrivate::setConstraints_sys ( )

Definition at line 3915 of file qwidget.cpp.

References extra, fixPosIncludesFrame(), qt_window_private(), win, and QWidget::windowHandle().

+ Here is the call graph for this function:

◆ setCursor_sys()

void QWidgetPrivate::setCursor_sys ( const QCursor & cursor)

Definition at line 4976 of file qwidget.cpp.

References cursor, Q_UNUSED, and qt_qpa_set_cursor().

+ Here is the call graph for this function:

◆ setDirtyOpaqueRegion()

void QWidgetPrivate::setDirtyOpaqueRegion ( )

Definition at line 1954 of file qwidget.cpp.

References dirtyOpaqueChildren, QObjectData::parent, and setDirtyOpaqueRegion().

Referenced by lower_sys(), raise_sys(), setDirtyOpaqueRegion(), stackUnder_sys(), and updateIsOpaque().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setEnabled_helper()

void QWidgetPrivate::setEnabled_helper ( bool enable)

◆ setFocus_sys()

void QWidgetPrivate::setFocus_sys ( )

Definition at line 6615 of file qwidget.cpp.

References Qt::AA_PluginApplication, Qt::ApplicationActive, QGuiApplication::applicationState(), extra, QGuiApplication::focusWindow(), isEmbedded(), nativeWindow(), Qt::Popup, QCoreApplication::testAttribute(), and Qt::WA_WState_Created.

+ Here is the call graph for this function:

◆ setFont_helper()

void QWidgetPrivate::setFont_helper ( const QFont & font)
inline

Definition at line 276 of file qwidget_p.h.

References font, and QFont::resolveMask().

Referenced by resolveFont().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setGeometry_sys()

◆ setLayoutDirection_helper()

void QWidgetPrivate::setLayoutDirection_helper ( Qt::LayoutDirection direction)

Definition at line 4835 of file qwidget.cpp.

References QList< T >::at(), QObjectData::children, direction, i, QList< T >::isEmpty(), QEvent::LayoutDirectionChange, qobject_cast< QWidget * >(), Qt::RightToLeft, QCoreApplication::sendEvent(), QList< T >::size(), Qt::WA_RightToLeft, and Qt::WA_SetLayoutDirection.

Referenced by resolveLayoutDirection().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setLayoutItemMargins() [1/2]

◆ setLayoutItemMargins() [2/2]

void QWidgetPrivate::setLayoutItemMargins ( QStyle::SubElement element,
const QStyleOption * opt = nullptr )

Definition at line 12323 of file qwidget.cpp.

References QRect::bottom(), bottomLayoutItemMargin, QStyleOption::initFrom(), QRect::left(), leftLayoutItemMargin, opt, QStyleOption::rect, QRect::right(), rightLayoutItemMargin, QRect::top(), and topLayoutItemMargin.

+ Here is the call graph for this function:

◆ setLocale_helper()

void QWidgetPrivate::setLocale_helper ( const QLocale & l,
bool forceUpdate = false )

Definition at line 5886 of file qwidget.cpp.

References QList< T >::at(), QObjectData::children, forceUpdate(), i, QList< T >::isEmpty(), locale, QEvent::LocaleChange, qobject_cast< QWidget * >(), QCoreApplication::sendEvent(), QList< T >::size(), Qt::WA_SetLocale, and Qt::WA_WindowPropagation.

Referenced by resolveLocale().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setMask_sys()

void QWidgetPrivate::setMask_sys ( const QRegion & region)

Definition at line 13065 of file qwidget.cpp.

References window().

Referenced by create().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setMaximumSize_helper()

bool QWidgetPrivate::setMaximumSize_helper ( int & maxw,
int & maxh )

Definition at line 3970 of file qwidget.cpp.

References createExtra(), extra, Qt::Horizontal, Q_UNLIKELY, qMax(), qWarning, QWIDGETSIZE_MAX, and Qt::Vertical.

+ Here is the call graph for this function:

◆ setMinimumSize_helper()

bool QWidgetPrivate::setMinimumSize_helper ( int & minw,
int & minh )

Definition at line 3882 of file qwidget.cpp.

References createExtra(), extra, Qt::Horizontal, Q_UNLIKELY, qMax(), qWarning, QWIDGETSIZE_MAX, and Qt::Vertical.

+ Here is the call graph for this function:

◆ setModal_sys()

void QWidgetPrivate::setModal_sys ( )

Definition at line 2807 of file qwidget.cpp.

◆ setNetWmWindowTypes()

◆ setOpaque()

void QWidgetPrivate::setOpaque ( bool opaque)

Definition at line 2183 of file qwidget.cpp.

References isOpaque, and updateIsTranslucent().

Referenced by init(), and updateIsOpaque().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setPalette_helper()

void QWidgetPrivate::setPalette_helper ( const QPalette & palette)

Definition at line 4604 of file qwidget.cpp.

References palette, propagatePaletteChange(), updateIsOpaque(), and updateSystemBackground().

Referenced by resolvePalette().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setParent_sys()

◆ setRedirected()

void QWidgetPrivate::setRedirected ( QPaintDevice * replacement,
const QPoint & offset )
inline

Definition at line 503 of file qwidget_p.h.

References Q_ASSERT, and Qt::WA_WState_InPaintEvent.

Referenced by drawWidget().

+ Here is the caller graph for this function:

◆ setRenderToTexture()

void QWidgetPrivate::setRenderToTexture ( )
inline

Definition at line 610 of file qwidget_p.h.

Referenced by QQuickWidgetPrivate::init().

+ Here is the caller graph for this function:

◆ setScreen()

bool QWidgetPrivate::setScreen ( QScreen * screen)

Ensures that the widget's QWindow is set to be on the given screen. Returns true if the screen was changed.

Definition at line 2420 of file qwidget.cpp.

References QTLWExtra::initialScreen, screen, topData(), and windowHandle().

Referenced by QMenuPrivate::popup(), and setScreenForPoint().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setScreenForPoint()

bool QWidgetPrivate::setScreenForPoint ( const QPoint & pos)

Ensures that the widget is set on the screen point is on. This is handy getting a correct size hint before a resize in e.g QMenu and QToolTip. Returns if the screen was changed.

Definition at line 2405 of file qwidget.cpp.

References pos, QGuiApplication::screenAt(), and setScreen().

Referenced by QMenuPrivate::popup().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setSharedPainter()

void QWidgetPrivate::setSharedPainter ( QPainter * painter)
inline

Definition at line 879 of file qwidget_p.h.

References painter, and QTLWExtra::window.

Referenced by render().

+ Here is the caller graph for this function:

◆ setStyle_helper()

void QWidgetPrivate::setStyle_helper ( QStyle * newStyle,
bool propagate )

Definition at line 2649 of file qwidget.cpp.

References QObjectData::children, createExtra(), Qt::Desktop, extra, i, polished, proxy, qobject_cast< QWidget * >(), qt_styleSheet(), QCoreApplication::sendEvent(), and QEvent::StyleChange.

Referenced by inheritStyle().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setSystemClip()

void QWidgetPrivate::setSystemClip ( QPaintEngine * paintEngine,
qreal devicePixelRatio,
const QRegion & region )

Definition at line 1926 of file qwidget.cpp.

References QTransform::scale().

Referenced by drawWidget().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setTextureChildSeen()

void QWidgetPrivate::setTextureChildSeen ( )
inline

Definition at line 611 of file qwidget_p.h.

References get(), and QWidget::parentWidget().

+ Here is the call graph for this function:

◆ setUpdatesEnabled_helper()

void QWidgetPrivate::setUpdatesEnabled_helper ( bool enable)

Definition at line 1800 of file qwidget.cpp.

References QList< T >::at(), QObjectData::children, i, qobject_cast< QWidget * >(), QList< T >::size(), Qt::WA_ForceUpdatesDisabled, and Qt::WA_UpdatesDisabled.

+ Here is the call graph for this function:

◆ setVisible()

void QWidgetPrivate::setVisible ( bool visible)

Definition at line 8267 of file qwidget.cpp.

References QLayout::activate(), QWidget::create(), QApplicationPrivate::hidden_focus_widget, hide_helper(), QEvent::HideToParent, layout, QEvent::LayoutRequest, QObjectData::parent, QWidget::parentWidget(), QCoreApplication::postEvent(), qApp, qCDebug, QCoreApplication::sendEvent(), show_helper(), QEvent::ShowToParent, updateGeometry_helper(), Qt::WA_KeyboardFocusChange, Qt::WA_Resized, Qt::WA_WState_Created, and Qt::WA_WState_Hidden.

Referenced by QMenuPrivate::ScrollerTearOffItem::updateScrollerRects().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setWidgetParentHelper()

void QWidgetPrivate::setWidgetParentHelper ( QObject * widgetAsObject,
QObject * newParent )
static

Definition at line 13117 of file qwidget.cpp.

References QObject::isWidgetType(), Q_ASSERT, QWidget::setParent(), and widget.

Referenced by QApplicationPrivate::initialize().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setWindowFilePath_helper()

void QWidgetPrivate::setWindowFilePath_helper ( const QString & filePath)

Definition at line 6259 of file qwidget.cpp.

References extra, fileName, Q_UNUSED, setWindowFilePath_sys(), and setWindowTitle_helper().

+ Here is the call graph for this function:

◆ setWindowFilePath_sys()

void QWidgetPrivate::setWindowFilePath_sys ( const QString & filePath)

Definition at line 6275 of file qwidget.cpp.

References window().

Referenced by setWindowFilePath_helper().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setWindowFlags()

void QWidgetPrivate::setWindowFlags ( Qt::WindowFlags flags)
virtual

Implemented in QWidgetPrivate so that QMdiSubWindowPrivate can reimplement it.

Reimplemented in QMdiSubWindowPrivate.

Definition at line 10524 of file qwidget.cpp.

References adjustQuitOnCloseAttribute(), Qt::WA_Moved, and Qt::Window.

Referenced by QMdiSubWindowPrivate::setWindowFlags().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setWindowIcon_helper()

void QWidgetPrivate::setWindowIcon_helper ( )

Definition at line 6144 of file qwidget.cpp.

References QList< T >::at(), QObjectData::children, i, qobject_cast< QWidget * >(), QCoreApplication::sendEvent(), QList< T >::size(), and QEvent::WindowIconChange.

+ Here is the call graph for this function:

◆ setWindowIcon_sys()

void QWidgetPrivate::setWindowIcon_sys ( )

Definition at line 6189 of file qwidget.cpp.

References window().

+ Here is the call graph for this function:

◆ setWindowIconText_helper()

void QWidgetPrivate::setWindowIconText_helper ( const QString & cap)

Definition at line 6044 of file qwidget.cpp.

References qt_setWindowTitle_helperHelper(), setWindowIconText_sys(), title, and Qt::WA_WState_Created.

Referenced by setWindowModified_helper().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setWindowIconText_sys()

void QWidgetPrivate::setWindowIconText_sys ( const QString & cap)

Definition at line 6051 of file qwidget.cpp.

References Q_UNUSED, and window().

Referenced by setWindowIconText_helper().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setWindowModified_helper()

void QWidgetPrivate::setWindowModified_helper ( )

Definition at line 11592 of file qwidget.cpp.

References Q_UNLIKELY, qWarning, setWindowIconText_helper(), QPlatformWindow::setWindowModified(), setWindowTitle_helper(), Qt::WA_WindowModified, and window().

Referenced by create().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setWindowOpacity_sys()

void QWidgetPrivate::setWindowOpacity_sys ( qreal opacity)

Definition at line 11545 of file qwidget.cpp.

◆ setWindowTitle_helper()

void QWidgetPrivate::setWindowTitle_helper ( const QString & cap)

Definition at line 6026 of file qwidget.cpp.

References qt_setWindowTitle_helperHelper(), setWindowTitle_sys(), title, and Qt::WA_WState_Created.

Referenced by setWindowFilePath_helper(), and setWindowModified_helper().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setWindowTitle_sys()

void QWidgetPrivate::setWindowTitle_sys ( const QString & cap)

Definition at line 6033 of file qwidget.cpp.

References window().

Referenced by setWindowTitle_helper().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setWinId()

void QWidgetPrivate::setWinId ( WId id)

Definition at line 1579 of file qwidget.cpp.

References mapper, QCoreApplication::sendEvent(), and QEvent::WinIdChange.

Referenced by create(), and setParent_sys().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setWSGeometry()

void QWidgetPrivate::setWSGeometry ( )

Definition at line 219 of file qwidget.cpp.

References window().

+ Here is the call graph for this function:

◆ sharedPainter()

QPainter * QWidgetPrivate::sharedPainter ( ) const
inline

Definition at line 872 of file qwidget_p.h.

References QTLWExtra::window.

Referenced by drawWidget(), paintSiblingsRecursive(), and render().

+ Here is the caller graph for this function:

◆ shouldDiscardSyncRequest()

bool QWidgetPrivate::shouldDiscardSyncRequest ( ) const

Definition at line 662 of file qwidgetrepaintmanager.cpp.

References maybeTopData(), and Qt::WA_Mapped.

Referenced by paintOnScreen().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ shouldPaintOnScreen()

bool QWidgetPrivate::shouldPaintOnScreen ( ) const

Definition at line 2129 of file qwidget.cpp.

References Qt::WA_PaintOnScreen.

Referenced by drawWidget(), syncBackingStore(), and syncBackingStore().

+ Here is the caller graph for this function:

◆ show_helper()

void QWidgetPrivate::show_helper ( )

Definition at line 7971 of file qwidget.cpp.

References QApplication::activePopupWidget(), bypassGraphicsProxyWidget(), close(), QApplicationPrivate::hidden_focus_widget, isEmbedded(), QObjectData::isWindow, Qt::OtherFocusReason, Qt::Popup, QCoreApplication::processEvents(), Q_UNUSED, qApp, QCoreApplication::sendEvent(), sendPendingMoveAndResizeEvents(), show_sys(), showChildren(), Qt::SplashScreen, Qt::Tool, Qt::ToolTip, Qt::WA_KeyboardFocusChange, and Qt::WA_WState_Visible.

Referenced by setVisible(), and show_recursive().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ show_recursive()

void QWidgetPrivate::show_recursive ( )

Makes the widget visible in the isVisible() meaning of the word. It is only called for toplevels or widgets with visible parents.

Definition at line 7891 of file qwidget.cpp.

References QLayout::activate(), createRecursively(), layout, show_helper(), and Qt::WA_WState_Created.

+ Here is the call graph for this function:

◆ show_sys()

void QWidgetPrivate::show_sys ( )

Definition at line 8055 of file qwidget.cpp.

References extra, fixPosIncludesFrame(), invalidateBackingStore(), Qt::NonModal, QGuiApplicationPrivate::platformIntegration(), QCoreApplication::postEvent(), QT_CONFIG, qt_qpa_set_cursor(), renderToTexture, QGuiApplicationPrivate::showModalWindow(), Qt::WA_DontShowOnScreen, Qt::WA_Mapped, Qt::WA_Moved, Qt::WA_NativeWindow, Qt::WA_OutsideWSRange, window(), windowHandle(), and QPlatformIntegration::WindowManagement.

Referenced by setGeometry_sys(), and show_helper().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ showChildren()

void QWidgetPrivate::showChildren ( bool spontaneous)

Definition at line 8390 of file qwidget.cpp.

References QObjectData::children, i, QWidget::isWindow(), qCDebug, qobject_cast< QWidget * >(), QWidget::setAttribute(), QWidget::setVisible(), QWidget::testAttribute(), Qt::WA_Mapped, Qt::WA_WState_ExplicitShowHide, Qt::WA_WState_Hidden, widget, and QWidget::windowHandle().

Referenced by show_helper().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ stackUnder_sys()

void QWidgetPrivate::stackUnder_sys ( QWidget * )

Definition at line 12023 of file qwidget.cpp.

References effectiveRectFor(), QWidget::parentWidget(), and setDirtyOpaqueRegion().

+ Here is the call graph for this function:

◆ stealKeyboardGrab()

bool QWidgetPrivate::stealKeyboardGrab ( bool grab)

Definition at line 12792 of file qwidget.cpp.

References grabberWindow(), and window().

+ Here is the call graph for this function:

◆ stealMouseGrab()

bool QWidgetPrivate::stealMouseGrab ( bool grab)

Definition at line 12743 of file qwidget.cpp.

References grabberWindow(), and window().

+ Here is the call graph for this function:

◆ subtractOpaqueChildren()

void QWidgetPrivate::subtractOpaqueChildren ( QRegion & rgn,
const QRect & clipRect ) const

Definition at line 2007 of file qwidget.cpp.

References QObjectData::children, clipRect(), getOpaqueChildren(), QList< T >::isEmpty(), and QRect::isEmpty().

Referenced by drawWidget().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ subtractOpaqueSiblings()

void QWidgetPrivate::subtractOpaqueSiblings ( QRegion & source,
bool * hasDirtySiblingsAbove = nullptr,
bool alsoNonOpaque = false ) const

Definition at line 2018 of file qwidget.cpp.

References QList< T >::at(), QObjectData::children, QObject::children(), QWidgetData::crect, data, i, QListSpecialMethodsBase< T >::indexOf(), QList< T >::isEmpty(), QWidget::isVisible(), QWidget::isWindow(), QWidget::mask(), qEnvironmentVariableIntValue(), qobject_cast< QWidget * >(), qRectIntersects(), QList< T >::size(), QRect::topLeft(), QRegion::translate(), QRegion::translated(), and QRect::translated().

Referenced by scrollRect(), and QWidgetRepaintManager::staticContents().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ syncBackingStore() [1/2]

void QWidgetPrivate::syncBackingStore ( )

Definition at line 1745 of file qwidget.cpp.

References dirty, maybeRepaintManager(), paintOnScreen(), and shouldPaintOnScreen().

+ Here is the call graph for this function:

◆ syncBackingStore() [2/2]

void QWidgetPrivate::syncBackingStore ( const QRegion & region)

Definition at line 1755 of file qwidget.cpp.

References maybeRepaintManager(), paintOnScreen(), and shouldPaintOnScreen().

+ Here is the call graph for this function:

◆ takeFromFocusChain()

QWidgetList QWidgetPrivate::takeFromFocusChain ( QWidget * from,
QWidget * to,
FocusDirection direction = FocusDirection::Next )
static

Removes the part from the focus chain starting with

Parameters
fromand ending with
to,in

param direction.

Returns
removed part as a QWidgetList.

Definition at line 13523 of file qwidget.cpp.

References direction, FOCUS_NEXT, FOCUS_PREV, focusPath(), and qCDebug.

Referenced by QWidget::setTabOrder().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ texture()

virtual TextureData QWidgetPrivate::texture ( ) const
inlinevirtual

Reimplemented in QOpenGLWidgetPrivate, QRhiWidgetPrivate, and QQuickWidgetPrivate.

Definition at line 598 of file qwidget_p.h.

Referenced by findTextureWidgetsRecursively().

+ Here is the caller graph for this function:

◆ textureListFlags()

virtual QPlatformTextureList::Flags QWidgetPrivate::textureListFlags ( )
inlinevirtual

Reimplemented in QOpenGLWidgetPrivate, QRhiWidgetPrivate, and QQuickWidgetPrivate.

Definition at line 599 of file qwidget_p.h.

References QPlatformTextureList::StacksOnTop, and Qt::WA_AlwaysStackOnTop.

Referenced by findTextureWidgetsRecursively(), QOpenGLWidgetPrivate::textureListFlags(), QRhiWidgetPrivate::textureListFlags(), and QQuickWidgetPrivate::textureListFlags().

+ Here is the caller graph for this function:

◆ toggleStereoTargetBuffer()

virtual bool QWidgetPrivate::toggleStereoTargetBuffer ( )
inlinevirtual

Reimplemented in QOpenGLWidgetPrivate.

Definition at line 637 of file qwidget_p.h.

◆ topData()

QTLWExtra * QWidgetPrivate::topData ( ) const
inline

Definition at line 861 of file qwidget_p.h.

References createTLExtra(), extra, and get().

Referenced by create(), QMenuPrivate::popup(), setGeometry_sys(), setParent_sys(), and setScreen().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ unsetCursor_sys()

void QWidgetPrivate::unsetCursor_sys ( )

Definition at line 4996 of file qwidget.cpp.

References qt_qpa_set_cursor().

+ Here is the call graph for this function:

◆ update()

template<typename T >
void QWidgetPrivate::update ( T t)

Definition at line 11202 of file qwidget.cpp.

References QCoreApplication::postEvent(), renderToTexture, renderToTextureReallyDirty, Qt::WA_WState_InPaintEvent, and QTLWExtra::window.

Referenced by QSplitterPrivate::recalc(), and QComboBox::setFrame().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ updateBrushOrigin()

bool QWidgetPrivate::updateBrushOrigin ( QPainter * painter,
const QBrush & brush ) const

Definition at line 2244 of file qwidget.cpp.

References Qt::NoBrush, painter, QObjectData::parent, priv(), scrollArea, QPainter::setBrushOrigin(), and Qt::SolidPattern.

Referenced by paintBackground().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ updateContentsRect()

void QWidgetPrivate::updateContentsRect ( )

Definition at line 7623 of file qwidget.cpp.

References QEvent::ContentsRectChange, layout, QCoreApplication::sendEvent(), QLayout::update(), and Qt::WA_PendingResizeEvent.

+ Here is the call graph for this function:

◆ updateFocusChild()

void QWidgetPrivate::updateFocusChild ( )

Definition at line 6635 of file qwidget.cpp.

References emit, extra, QWidget::isWindow(), nullptr, and QTLWExtra::window.

+ Here is the call graph for this function:

◆ updateFont()

void QWidgetPrivate::updateFont ( const QFont & font)

Assign font to this widget, and propagate it to all children, except style sheet widgets (handled differently) and windows that don't enable window propagation. implicitMask is the union of all ancestor widgets' font request masks, and determines which attributes from this widget's font should propagate.

Definition at line 4777 of file qwidget.cpp.

References Qt::AA_UseStyleSheetPropagationInWidgetStyles, QList< T >::at(), QObjectData::children, directFontResolveMask, extra, font, QGraphicsWidget::font, QEvent::FontChange, i, inheritedFontResolveMask, qobject_cast< QWidget * >(), qt_styleSheet(), resolveFont(), QFont::resolveMask(), QCoreApplication::sendEvent(), QList< T >::size(), QCoreApplication::testAttribute(), Qt::WA_StyleSheet, and Qt::WA_WindowPropagation.

+ Here is the call graph for this function:

◆ updateFrameStrut()

void QWidgetPrivate::updateFrameStrut ( )

Definition at line 12089 of file qwidget.cpp.

References QMargins::bottom(), QMargins::isNull(), QMargins::left(), maybeTopData(), QMargins::right(), and QMargins::top().

Referenced by fixPosIncludesFrame(), and frameStrut().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ updateGeometry_helper()

void QWidgetPrivate::updateGeometry_helper ( bool forceUpdate)

Definition at line 10445 of file qwidget.cpp.

References extra, forceUpdate(), QEvent::LayoutRequest, QObjectData::parent, QCoreApplication::postEvent(), QSizePolicy::retainSizeWhenHidden(), retainSizeWhenHiddenChanged, size_policy, and widgetItem.

Referenced by setVisible().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ updateIsOpaque()

void QWidgetPrivate::updateIsOpaque ( )

Definition at line 2144 of file qwidget.cpp.

References QPalette::brush(), graphicsEffect, Qt::NoBrush, setDirtyOpaqueRegion(), setOpaque(), Qt::WA_NoSystemBackground, Qt::WA_OpaquePaintEvent, Qt::WA_PaintOnScreen, and QPalette::Window.

Referenced by setPalette_helper().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ updateIsTranslucent()

void QWidgetPrivate::updateIsTranslucent ( )

Definition at line 2191 of file qwidget.cpp.

References Qt::WA_TranslucentBackground, and window().

Referenced by createTLSysExtra(), and setOpaque().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ updateSystemBackground()

void QWidgetPrivate::updateSystemBackground ( )

Definition at line 4617 of file qwidget.cpp.

Referenced by setEnabled_helper(), and setPalette_helper().

+ Here is the caller graph for this function:

◆ updateWidgetTransform()

void QWidgetPrivate::updateWidgetTransform ( QEvent * event)

Definition at line 226 of file qwidget.cpp.

References QEvent::FocusIn, QGuiApplication::focusObject(), Qt::ImInputItemClipRectangle, and QGuiApplication::inputMethod().

+ Here is the call graph for this function:

◆ windowHandle()

QWindow * QWidgetPrivate::windowHandle ( WindowHandleMode mode = WindowHandleMode::Direct) const

Definition at line 1055 of file qwidget.cpp.

References Closest, Direct, maybeTopData(), TopLevel, window(), and windowHandle().

Referenced by _q_closestWindowHandle(), associatedScreen(), close(), hide_sys(), QDockWidgetPrivate::mouseMoveEvent(), QMenuPrivate::popup(), reparentWidgetWindows(), setScreen(), show_sys(), and windowHandle().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ actions

◆ allWidgets

◆ bg_role

QPalette::ColorRole QWidgetPrivate::bg_role

Definition at line 718 of file qwidget_p.h.

◆ bottomLayoutItemMargin

signed char QWidgetPrivate::bottomLayoutItemMargin

Definition at line 700 of file qwidget_p.h.

Referenced by getLayoutItemMargins(), setLayoutItemMargins(), and setLayoutItemMargins().

◆ bottommargin

◆ childrenHiddenByWState

uint QWidgetPrivate::childrenHiddenByWState

Definition at line 734 of file qwidget_p.h.

◆ childrenShownByExpose

uint QWidgetPrivate::childrenShownByExpose

Definition at line 735 of file qwidget_p.h.

◆ data

◆ directFontResolveMask

uint QWidgetPrivate::directFontResolveMask

Definition at line 689 of file qwidget_p.h.

Referenced by localFont(), and updateFont().

◆ directPaletteResolveMask

decltype(std::declval<QPalette>().resolveMask()) QWidgetPrivate::directPaletteResolveMask

Definition at line 691 of file qwidget_p.h.

Referenced by propagatePaletteChange().

◆ dirty

QRegion QWidgetPrivate::dirty

Definition at line 672 of file qwidget_p.h.

Referenced by invalidateBackingStore_resizeHelper(), scrollRect(), and syncBackingStore().

◆ dirtyOpaqueChildren

uint QWidgetPrivate::dirtyOpaqueChildren

Definition at line 719 of file qwidget_p.h.

Referenced by getOpaqueChildren(), and setDirtyOpaqueRegion().

◆ extra

◆ extraPaintEngine

QPaintEngine* QWidgetPrivate::extraPaintEngine

Definition at line 655 of file qwidget_p.h.

Referenced by init().

◆ fg_role

QPalette::ColorRole QWidgetPrivate::fg_role

Definition at line 717 of file qwidget_p.h.

◆ focus_child

QWidget* QWidgetPrivate::focus_child

Definition at line 650 of file qwidget_p.h.

Referenced by reparentFocusWidgets().

◆ focus_next

QWidget* QWidgetPrivate::focus_next

Definition at line 648 of file qwidget_p.h.

◆ focus_prev

QWidget* QWidgetPrivate::focus_prev

Definition at line 649 of file qwidget_p.h.

◆ gestureContext

QMap<Qt::GestureType, Qt::GestureFlags> QWidgetPrivate::gestureContext

Definition at line 712 of file qwidget_p.h.

Referenced by QApplication::notify().

◆ graphicsEffect

◆ hd

Qt::HANDLE QWidgetPrivate::hd

Definition at line 703 of file qwidget_p.h.

◆ high_attributes

uint QWidgetPrivate::high_attributes[4]

Definition at line 716 of file qwidget_p.h.

Referenced by QWidgetPrivate().

◆ imHints

Qt::InputMethodHints QWidgetPrivate::imHints

Definition at line 664 of file qwidget_p.h.

◆ inDirtyList

uint QWidgetPrivate::inDirtyList

Definition at line 722 of file qwidget_p.h.

Referenced by scrollRect().

◆ inheritedFontResolveMask

uint QWidgetPrivate::inheritedFontResolveMask

Definition at line 690 of file qwidget_p.h.

Referenced by QGraphicsProxyWidget::event(), resolveFont(), and updateFont().

◆ inheritedPaletteResolveMask

QPalette::ResolveMask QWidgetPrivate::inheritedPaletteResolveMask

◆ inheritsInputMethodHints

uint QWidgetPrivate::inheritsInputMethodHints

Definition at line 730 of file qwidget_p.h.

◆ instanceCounter

int QWidgetPrivate::instanceCounter = 0
static

Definition at line 701 of file qwidget_p.h.

Referenced by QApplication::~QApplication(), QWidget::~QWidget(), and init().

◆ isMoved

uint QWidgetPrivate::isMoved

Definition at line 724 of file qwidget_p.h.

Referenced by moveRect().

◆ isOpaque

◆ isScrolled

uint QWidgetPrivate::isScrolled

Definition at line 723 of file qwidget_p.h.

Referenced by scrollRect().

◆ layout

◆ leftLayoutItemMargin

signed char QWidgetPrivate::leftLayoutItemMargin

Definition at line 697 of file qwidget_p.h.

Referenced by getLayoutItemMargins(), setLayoutItemMargins(), and setLayoutItemMargins().

◆ leftmargin

◆ locale

◆ mapper

QWidgetMapper * QWidgetPrivate::mapper = nullptr
static

◆ maxInstances

int QWidgetPrivate::maxInstances = 0
static

Definition at line 702 of file qwidget_p.h.

Referenced by QApplication::~QApplication(), and init().

◆ mustHaveWindowHandle

uint QWidgetPrivate::mustHaveWindowHandle

Definition at line 726 of file qwidget_p.h.

Referenced by init().

◆ needsFlush

QRegion* QWidgetPrivate::needsFlush

Definition at line 652 of file qwidget_p.h.

Referenced by moveRect().

◆ opaqueChildren

QRegion QWidgetPrivate::opaqueChildren

Definition at line 671 of file qwidget_p.h.

Referenced by getOpaqueChildren().

◆ polished

const QMetaObject* QWidgetPrivate::polished
mutable

Definition at line 656 of file qwidget_p.h.

Referenced by setStyle_helper().

◆ redirectDev

QPaintDevice* QWidgetPrivate::redirectDev

Definition at line 653 of file qwidget_p.h.

◆ redirectOffset

QPoint QWidgetPrivate::redirectOffset

Definition at line 707 of file qwidget_p.h.

◆ renderToTexture

uint QWidgetPrivate::renderToTexture

◆ renderToTextureReallyDirty

uint QWidgetPrivate::renderToTextureReallyDirty

Definition at line 732 of file qwidget_p.h.

Referenced by drawWidget(), and update().

◆ retainSizeWhenHiddenChanged

uint QWidgetPrivate::retainSizeWhenHiddenChanged

Definition at line 721 of file qwidget_p.h.

Referenced by updateGeometry_helper().

◆ rightLayoutItemMargin

signed char QWidgetPrivate::rightLayoutItemMargin

Definition at line 699 of file qwidget_p.h.

Referenced by getLayoutItemMargins(), setLayoutItemMargins(), and setLayoutItemMargins().

◆ rightmargin

◆ size_policy

QSizePolicy QWidgetPrivate::size_policy

Definition at line 705 of file qwidget_p.h.

Referenced by updateGeometry_helper().

◆ textureChildSeen

uint QWidgetPrivate::textureChildSeen

Definition at line 728 of file qwidget_p.h.

Referenced by moveRect(), and sendComposeStatus().

◆ topLayoutItemMargin

signed char QWidgetPrivate::topLayoutItemMargin

Definition at line 698 of file qwidget_p.h.

Referenced by getLayoutItemMargins(), setLayoutItemMargins(), and setLayoutItemMargins().

◆ topmargin

◆ usesDoubleBufferedGLContext

uint QWidgetPrivate::usesDoubleBufferedGLContext

Definition at line 725 of file qwidget_p.h.

Referenced by paintOnScreen().

◆ usesRhiFlush

uint QWidgetPrivate::usesRhiFlush

Definition at line 733 of file qwidget_p.h.

Referenced by create().

◆ widgetItem

QWidgetItemV2* QWidgetPrivate::widgetItem

The documentation for this class was generated from the following files: