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
QMdiSubWindowPrivate::OperationInfo Struct Reference

#include <qmdisubwindow_p.h>

+ Collaboration diagram for QMdiSubWindowPrivate::OperationInfo:

Public Member Functions

 OperationInfo (uint changeFlags, Qt::CursorShape cursorShape, bool hover=true)
 

Public Attributes

uint changeFlags
 
Qt::CursorShape cursorShape
 
QRegion region
 
bool hover
 

Detailed Description

Definition at line 127 of file qmdisubwindow_p.h.

Constructor & Destructor Documentation

◆ OperationInfo()

QMdiSubWindowPrivate::OperationInfo::OperationInfo ( uint changeFlags,
Qt::CursorShape cursorShape,
bool hover = true )
inline

Definition at line 132 of file qmdisubwindow_p.h.

Member Data Documentation

◆ changeFlags

uint QMdiSubWindowPrivate::OperationInfo::changeFlags

Definition at line 128 of file qmdisubwindow_p.h.

◆ cursorShape

Qt::CursorShape QMdiSubWindowPrivate::OperationInfo::cursorShape

Definition at line 129 of file qmdisubwindow_p.h.

◆ hover

bool QMdiSubWindowPrivate::OperationInfo::hover

Definition at line 131 of file qmdisubwindow_p.h.

◆ region

QRegion QMdiSubWindowPrivate::OperationInfo::region

Definition at line 130 of file qmdisubwindow_p.h.


The documentation for this struct was generated from the following file: