Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QWindowPrivate Class Reference

#include <qwindow_p.h>

+ Inheritance diagram for QWindowPrivate:
+ Collaboration diagram for QWindowPrivate:

Public Types

enum  PositionPolicy { WindowFrameInclusive , WindowFrameExclusive }
 
enum  SiblingPosition { PositionTop , PositionBottom }
 
- Public Types inherited from QObjectPrivate
typedef void(* StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **)
 
using ConnectionDataPointer = QExplicitlySharedDataPointer< ConnectionData >
 

Public Member Functions

 QWindowPrivate ()
 
 ~QWindowPrivate () override
 
void init (QScreen *targetScreen=nullptr)
 
void setCursor (const QCursor *c=nullptr)
 
bool applyCursor ()
 
QPoint globalPosition () const
 
QWindowtopLevelWindow (QWindow::AncestorMode mode=QWindow::IncludeTransients) const
 
virtual QWindoweventReceiver ()
 
virtual QPalette windowPalette () const
 
virtual void setVisible (bool visible)
 
void updateVisibility ()
 
void _q_clearAlert ()
 
void updateSiblingPosition (SiblingPosition)
 
bool windowRecreationRequired (QScreen *newScreen) const
 
void create (bool recursive, WId nativeHandle=0)
 
void destroy ()
 
void setTopLevelScreen (QScreen *newScreen, bool recreate)
 
void connectToScreen (QScreen *topLevelScreen)
 
void disconnectFromScreen ()
 
void emitScreenChangedRecursion (QScreen *newScreen)
 
QScreenscreenForGeometry (const QRect &rect) const
 
void setTransientParent (QWindow *parent)
 
virtual void clearFocusObject ()
 
virtual QRectF closestAcceptableGeometry (const QRectF &rect) const
 
void setMinOrMaxSize (QSize *oldSizeMember, const QSize &size, qxp::function_ref< void()> funcWidthChanged, qxp::function_ref< void()> funcHeightChanged)
 
virtual void processSafeAreaMarginsChanged ()
 
virtual bool participatesInLastWindowClosed () const
 
virtual bool treatAsVisible () const
 
bool isPopup () const
 
void setAutomaticPositionAndResizeEnabled (bool a)
 
void updateDevicePixelRatio ()
 
- 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)
 
void _q_reregisterTimers (void *pointer)
 
bool isSender (const QObject *receiver, const char *signal) const
 
QObjectList receiverList (const char *signal) const
 
QObjectList senderList () 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 std::string flagsForDumping () const
 
QtPrivate::QPropertyAdaptorSlotObjectgetPropertyAdaptorSlotObject (const QMetaProperty &property)
 
- Public Member Functions inherited from QObjectData
 QObjectData ()=default
 
virtual ~QObjectData ()=0
 
QMetaObjectdynamicMetaObject () const
 

Static Public Member Functions

static QWindowPrivateget (QWindow *window)
 
static Qt::WindowState effectiveState (Qt::WindowStates)
 
- 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

QWindow::SurfaceType surfaceType = QWindow::RasterSurface
 
Qt::WindowFlags windowFlags = Qt::Window
 
QWindowparentWindow = nullptr
 
QPlatformWindowplatformWindow = nullptr
 
bool visible = false
 
bool visibilityOnDestroy = false
 
bool exposed = false
 
bool inClose = false
 
QSurfaceFormat requestedFormat
 
QString windowTitle
 
QString windowFilePath
 
QIcon windowIcon
 
QRect geometry
 
qreal devicePixelRatio = 1.0
 
Qt::WindowStates windowState = Qt::WindowNoState
 
QWindow::Visibility visibility = QWindow::Hidden
 
bool resizeEventPending = true
 
bool receivedExpose = false
 
PositionPolicy positionPolicy = WindowFrameExclusive
 
bool positionAutomatic = true
 
bool resizeAutomatic = true
 
Qt::ScreenOrientation contentOrientation = Qt::PrimaryOrientation
 
qreal opacity = 1
 
QRegion mask
 
QSize minimumSize = {0, 0}
 
QSize maximumSize = {QWINDOWSIZE_MAX, QWINDOWSIZE_MAX}
 
QSize baseSize
 
QSize sizeIncrement
 
Qt::WindowModality modality = Qt::NonModal
 
bool blockedByModalWindow = false
 
bool updateRequestPending = false
 
bool transientParentPropertySet = false
 
QPointer< QWindowtransientParent
 
QPointer< QScreentopLevelScreen
 
QCursor cursor = {Qt::ArrowCursor}
 
bool hasCursor = false
 
bool compositing = false
 
QElapsedTimer lastComposeTime
 
- 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 unused: 21
 
QAtomicInt postedEvents
 
QDynamicMetaObjectDatametaObject
 
QBindingStorage bindingStorage
 

Detailed Description

Definition at line 31 of file qwindow_p.h.

Member Enumeration Documentation

◆ PositionPolicy

Enumerator
WindowFrameInclusive 
WindowFrameExclusive 

Definition at line 36 of file qwindow_p.h.

◆ SiblingPosition

Enumerator
PositionTop 
PositionBottom 

Definition at line 63 of file qwindow_p.h.

Constructor & Destructor Documentation

◆ QWindowPrivate()

QWindowPrivate::QWindowPrivate ( )
default

◆ ~QWindowPrivate()

QWindowPrivate::~QWindowPrivate ( )
overridedefault

Member Function Documentation

◆ _q_clearAlert()

void QWindowPrivate::_q_clearAlert ( )

Definition at line 2946 of file qwindow.cpp.

References QPlatformWindow::isAlertState(), platformWindow, and QPlatformWindow::setAlertState().

+ Here is the call graph for this function:

◆ applyCursor()

bool QWindowPrivate::applyCursor ( )

Definition at line 3023 of file qwindow.cpp.

References QPlatformScreen::cursor(), cursor, QScreen::handle(), hasCursor, QGuiApplication::overrideCursor(), QPlatformCursor::OverrideCursor, platformWindow, and screen.

Referenced by setCursor(), and setVisible().

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

◆ clearFocusObject()

void QWindowPrivate::clearFocusObject ( )
virtual

Reimplemented in QWidgetWindowPrivate, and QQuickWindowPrivate.

Definition at line 562 of file qwindow.cpp.

◆ closestAcceptableGeometry()

QRectF QWindowPrivate::closestAcceptableGeometry ( const QRectF rect) const
virtual

Reimplemented in QWidgetWindowPrivate.

Definition at line 569 of file qwindow.cpp.

References Q_UNUSED, and rect.

Referenced by QPlatformWindow::closestAcceptableGeometry().

+ Here is the caller graph for this function:

◆ connectToScreen()

void QWindowPrivate::connectToScreen ( QScreen topLevelScreen)

Definition at line 463 of file qwindow.cpp.

References disconnectFromScreen(), screen, and topLevelScreen.

Referenced by init(), and setTopLevelScreen().

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

◆ create()

void QWindowPrivate::create ( bool  recursive,
WId  nativeHandle = 0 
)

◆ destroy()

void QWindowPrivate::destroy ( )

Definition at line 1993 of file qwindow.cpp.

References QList< T >::at(), at, QGuiApplicationPrivate::currentMousePressWindow, QGuiApplicationPrivate::currentMouseWindow, destroy(), e, exposed, QGuiApplicationPrivate::focus_window, i, platformWindow, qt_window_private(), receivedExpose, resizeEventPending, QCoreApplication::sendEvent(), QPlatformWindow::setVisible(), QList< T >::size(), QPlatformSurfaceEvent::SurfaceAboutToBeDestroyed, QGuiApplicationPrivate::tabletDevicePoints, and visibilityOnDestroy.

Referenced by destroy().

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

◆ disconnectFromScreen()

void QWindowPrivate::disconnectFromScreen ( )

Definition at line 457 of file qwindow.cpp.

References topLevelScreen.

Referenced by connectToScreen().

+ Here is the caller graph for this function:

◆ effectiveState()

Qt::WindowState QWindowPrivate::effectiveState ( Qt::WindowStates  state)
static

Definition at line 1359 of file qwindow.cpp.

References state, Qt::WindowFullScreen, Qt::WindowMaximized, Qt::WindowMinimized, and Qt::WindowNoState.

Referenced by QCocoaWindow::applyWindowState(), and QGuiApplicationPrivate::processWindowStateChangedEvent().

+ Here is the caller graph for this function:

◆ emitScreenChangedRecursion()

void QWindowPrivate::emitScreenChangedRecursion ( QScreen newScreen)

Definition at line 469 of file qwindow.cpp.

References child, and emit.

Referenced by setTopLevelScreen().

+ Here is the caller graph for this function:

◆ eventReceiver()

virtual QWindow * QWindowPrivate::eventReceiver ( )
inlinevirtual

Reimplemented in QWidgetWindowPrivate.

Definition at line 56 of file qwindow_p.h.

◆ get()

static QWindowPrivate * QWindowPrivate::get ( QWindow window)
inlinestatic

Definition at line 94 of file qwindow_p.h.

References window().

Referenced by QBackingStoreDefaultCompositor::flush(), QQuickPointerHandler::parentContains(), QGuiApplicationPrivate::processScreenLogicalDotsPerInchChange(), QGuiApplicationPrivate::processWindowDevicePixelRatioChangedEvent(), QGuiApplicationPrivate::processWindowScreenChangedEvent(), QOpenGLCompositorBackingStore::rhiFlush(), QOffscreenWindow::setVisible(), shouldApplyDarkFrame(), QCocoaWindow::shouldRefuseKeyWindowAndFirstResponder(), QGuiApplicationPrivate::showModalWindow(), QCocoaWindow::updateTitleBarButtons(), and QApplicationPrivate::windowNeverBlocked().

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

◆ globalPosition()

QPoint QWindowPrivate::globalPosition ( ) const

Definition at line 2847 of file qwindow.cpp.

References QPlatformWindow::isEmbedded(), QPlatformWindow::isForeignWindow(), and QPlatformWindow::mapToGlobal().

Referenced by QQuickPointerHandler::parentContains().

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

◆ init()

void QWindowPrivate::init ( QScreen targetScreen = nullptr)

Definition at line 209 of file qwindow.cpp.

References connectToScreen(), QSurfaceFormat::defaultFormat(), QScreen::devicePixelRatio, devicePixelRatio, QObjectData::isWindow, parentWindow, QList< T >::prepend(), QGuiApplication::primaryScreen, Q_UNLIKELY, qFatal, requestedFormat, topLevelScreen, and QGuiApplicationPrivate::window_list.

+ Here is the call graph for this function:

◆ isPopup()

bool QWindowPrivate::isPopup ( ) const
inline

Definition at line 88 of file qwindow_p.h.

References Qt::Popup, and Qt::WindowType_Mask.

Referenced by QApplicationPrivate::windowNeverBlocked().

+ Here is the caller graph for this function:

◆ participatesInLastWindowClosed()

bool QWindowPrivate::participatesInLastWindowClosed ( ) const
virtual

Reimplemented in QWidgetWindowPrivate.

Definition at line 2300 of file qwindow.cpp.

References Qt::ToolTip.

Referenced by QWidgetWindowPrivate::participatesInLastWindowClosed().

+ Here is the caller graph for this function:

◆ processSafeAreaMarginsChanged()

virtual void QWindowPrivate::processSafeAreaMarginsChanged ( )
inlinevirtual

Reimplemented in QWidgetWindowPrivate.

Definition at line 83 of file qwindow_p.h.

Referenced by QGuiApplicationPrivate::processSafeAreaMarginsChangedEvent().

+ Here is the caller graph for this function:

◆ screenForGeometry()

QScreen * QWindowPrivate::screenForGeometry ( const QRect rect) const

Definition at line 1790 of file qwindow.cpp.

References QRect::center(), QRect::contains(), QScreen::geometry, QRect::intersects(), screen, and QScreen::virtualSiblings().

Referenced by create(), and QXcbWindow::initialScreen().

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

◆ setAutomaticPositionAndResizeEnabled()

void QWindowPrivate::setAutomaticPositionAndResizeEnabled ( bool  a)
inline

Definition at line 89 of file qwindow_p.h.

Referenced by QOffscreenSurface::create(), and QWidgetPrivate::createTLSysExtra().

+ Here is the caller graph for this function:

◆ setCursor()

void QWindowPrivate::setCursor ( const QCursor c = nullptr)

Definition at line 2999 of file qwindow.cpp.

References applyCursor(), Qt::ArrowCursor, cursor, QEvent::CursorChange, hasCursor, Qt::LastCursor, QCoreApplication::sendEvent(), and QCursor::shape().

+ Here is the call graph for this function:

◆ setMinOrMaxSize()

void QWindowPrivate::setMinOrMaxSize ( QSize oldSizeMember,
const QSize size,
qxp::function_ref< void()>  funcWidthChanged,
qxp::function_ref< void()>  funcHeightChanged 
)

Definition at line 575 of file qwindow.cpp.

References QSize::boundedTo(), QSize::expandedTo(), QSize::height(), maximumSize, minimumSize, platformWindow, QPlatformWindow::propagateSizeHints(), Q_ASSERT, QWINDOWSIZE_MAX, and QSize::width().

+ Here is the call graph for this function:

◆ setTopLevelScreen()

void QWindowPrivate::setTopLevelScreen ( QScreen newScreen,
bool  recreate 
)

Definition at line 479 of file qwindow.cpp.

References connectToScreen(), create(), emitScreenChangedRecursion(), parentWindow, platformWindow, qWarning, topLevelScreen, visibilityOnDestroy, and windowRecreationRequired().

Referenced by create().

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

◆ setTransientParent()

void QWindowPrivate::setTransientParent ( QWindow parent)

Definition at line 1501 of file qwindow.cpp.

References QObjectData::parent, and transientParentPropertySet.

◆ setVisible()

void QWindowPrivate::setVisible ( bool  visible)
virtual

◆ topLevelWindow()

QWindow * QWindowPrivate::topLevelWindow ( QWindow::AncestorMode  mode = QWindow::IncludeTransients) const

Definition at line 2869 of file qwindow.cpp.

References QObjectData::parent, and window().

+ Here is the call graph for this function:

◆ treatAsVisible()

bool QWindowPrivate::treatAsVisible ( ) const
virtual

Reimplemented in QWidgetWindowPrivate.

Definition at line 2321 of file qwindow.cpp.

◆ updateDevicePixelRatio()

void QWindowPrivate::updateDevicePixelRatio ( )

Definition at line 1341 of file qwindow.cpp.

References QPlatformWindow::devicePixelRatio(), devicePixelRatio, QEvent::DevicePixelRatioChange, QHighDpiScaling::factor(), platformWindow, and QCoreApplication::sendEvent().

Referenced by create(), QGuiApplicationPrivate::processScreenLogicalDotsPerInchChange(), QGuiApplicationPrivate::processWindowDevicePixelRatioChangedEvent(), and QGuiApplicationPrivate::processWindowScreenChangedEvent().

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

◆ updateSiblingPosition()

void QWindowPrivate::updateSiblingPosition ( SiblingPosition  position)

Definition at line 425 of file qwindow.cpp.

References QListSpecialMethodsBase< T >::indexOf(), QList< T >::move(), position(), PositionTop, Q_ASSERT, and QList< T >::size().

+ Here is the call graph for this function:

◆ updateVisibility()

void QWindowPrivate::updateVisibility ( )

Definition at line 404 of file qwindow.cpp.

References emit, visibility, visible, Qt::WindowFullScreen, Qt::WindowMaximized, Qt::WindowMinimized, and windowState.

Referenced by QGuiApplicationPrivate::processWindowStateChangedEvent(), and setVisible().

+ Here is the caller graph for this function:

◆ windowPalette()

virtual QPalette QWindowPrivate::windowPalette ( ) const
inlinevirtual

Reimplemented in QQuickApplicationWindowPrivate.

Definition at line 57 of file qwindow_p.h.

◆ windowRecreationRequired()

bool QWindowPrivate::windowRecreationRequired ( QScreen newScreen) const

Definition at line 449 of file qwindow.cpp.

References QListSpecialMethodsBase< T >::contains(), platformWindow, and QScreen::virtualSiblings().

Referenced by setTopLevelScreen().

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

Member Data Documentation

◆ baseSize

QSize QWindowPrivate::baseSize

Definition at line 129 of file qwindow_p.h.

Referenced by QWidgetPrivate::setConstraints_sys().

◆ blockedByModalWindow

bool QWindowPrivate::blockedByModalWindow = false

Definition at line 133 of file qwindow_p.h.

◆ compositing

bool QWindowPrivate::compositing = false

Definition at line 146 of file qwindow_p.h.

Referenced by QWindowsWindow::aboutToMakeCurrent(), and windowIsAccelerated().

◆ contentOrientation

Qt::ScreenOrientation QWindowPrivate::contentOrientation = Qt::PrimaryOrientation

Definition at line 123 of file qwindow_p.h.

Referenced by QIOSWindow::handleContentOrientationChange().

◆ cursor

QCursor QWindowPrivate::cursor = {Qt::ArrowCursor}

Definition at line 142 of file qwindow_p.h.

Referenced by applyCursor(), and setCursor().

◆ devicePixelRatio

qreal QWindowPrivate::devicePixelRatio = 1.0

◆ exposed

bool QWindowPrivate::exposed = false

Definition at line 104 of file qwindow_p.h.

Referenced by destroy().

◆ geometry

QRect QWindowPrivate::geometry

◆ hasCursor

bool QWindowPrivate::hasCursor = false

Definition at line 143 of file qwindow_p.h.

Referenced by applyCursor(), setCursor(), and setVisible().

◆ inClose

bool QWindowPrivate::inClose = false

Definition at line 105 of file qwindow_p.h.

◆ lastComposeTime

QElapsedTimer QWindowPrivate::lastComposeTime

◆ mask

QRegion QWindowPrivate::mask

Definition at line 125 of file qwindow_p.h.

◆ maximumSize

QSize QWindowPrivate::maximumSize = {QWINDOWSIZE_MAX, QWINDOWSIZE_MAX}

Definition at line 128 of file qwindow_p.h.

Referenced by QWidgetPrivate::setConstraints_sys(), and setMinOrMaxSize().

◆ minimumSize

QSize QWindowPrivate::minimumSize = {0, 0}

Definition at line 127 of file qwindow_p.h.

Referenced by QWidgetPrivate::setConstraints_sys(), and setMinOrMaxSize().

◆ modality

Qt::WindowModality QWindowPrivate::modality = Qt::NonModal

Definition at line 132 of file qwindow_p.h.

◆ opacity

qreal QWindowPrivate::opacity = 1

◆ parentWindow

QWindow* QWindowPrivate::parentWindow = nullptr

Definition at line 100 of file qwindow_p.h.

Referenced by init(), setTopLevelScreen(), and setVisible().

◆ platformWindow

◆ positionAutomatic

bool QWindowPrivate::positionAutomatic = true

Definition at line 117 of file qwindow_p.h.

◆ positionPolicy

◆ receivedExpose

bool QWindowPrivate::receivedExpose = false

Definition at line 115 of file qwindow_p.h.

Referenced by destroy().

◆ requestedFormat

QSurfaceFormat QWindowPrivate::requestedFormat

Definition at line 106 of file qwindow_p.h.

Referenced by init().

◆ resizeAutomatic

bool QWindowPrivate::resizeAutomatic = true

Definition at line 122 of file qwindow_p.h.

◆ resizeEventPending

bool QWindowPrivate::resizeEventPending = true

Definition at line 114 of file qwindow_p.h.

Referenced by canMapPosition(), and destroy().

◆ sizeIncrement

QSize QWindowPrivate::sizeIncrement

Definition at line 130 of file qwindow_p.h.

Referenced by QWidgetPrivate::setConstraints_sys().

◆ surfaceType

QWindow::SurfaceType QWindowPrivate::surfaceType = QWindow::RasterSurface

Definition at line 98 of file qwindow_p.h.

◆ topLevelScreen

QPointer<QScreen> QWindowPrivate::topLevelScreen

Definition at line 139 of file qwindow_p.h.

Referenced by connectToScreen(), disconnectFromScreen(), init(), and setTopLevelScreen().

◆ transientParent

QPointer<QWindow> QWindowPrivate::transientParent

Definition at line 138 of file qwindow_p.h.

◆ transientParentPropertySet

bool QWindowPrivate::transientParentPropertySet = false

Definition at line 136 of file qwindow_p.h.

Referenced by QQuickWindowQmlImpl::componentComplete(), and setTransientParent().

◆ updateRequestPending

bool QWindowPrivate::updateRequestPending = false

◆ visibility

QWindow::Visibility QWindowPrivate::visibility = QWindow::Hidden

◆ visibilityOnDestroy

bool QWindowPrivate::visibilityOnDestroy = false

Definition at line 103 of file qwindow_p.h.

Referenced by destroy(), and setTopLevelScreen().

◆ visible

bool QWindowPrivate::visible = false

◆ windowFilePath

QString QWindowPrivate::windowFilePath

Definition at line 108 of file qwindow_p.h.

◆ windowFlags

Qt::WindowFlags QWindowPrivate::windowFlags = Qt::Window

Definition at line 99 of file qwindow_p.h.

◆ windowIcon

QIcon QWindowPrivate::windowIcon

Definition at line 109 of file qwindow_p.h.

◆ windowState

Qt::WindowStates QWindowPrivate::windowState = Qt::WindowNoState

◆ windowTitle

QString QWindowPrivate::windowTitle

Definition at line 107 of file qwindow_p.h.


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