(9cc9692d25c19d82433185aaf6cd31ed7f8d0872)
#include "qmdisubwindow_p.h"
#include <QApplication>
#include <QStylePainter>
#include <QVBoxLayout>
#include <QMouseEvent>
#include <QScrollBar>
#include <QDebug>
#include <QMdiArea>
#include <QScopedValueRollback>
#include <QProxyStyle>
#include "moc_qmdisubwindow.cpp"
#include "qmdisubwindow.moc"
Go to the source code of this file.
◆ getMoveDeltaComponent()
static int getMoveDeltaComponent |
( |
uint | cflags, |
|
|
uint | moveFlag, |
|
|
uint | resizeFlag, |
|
|
int | delta, |
|
|
int | maxDelta, |
|
|
int | minDelta ) |
|
inlinestatic |
◆ getResizeDeltaComponent()
static int getResizeDeltaComponent |
( |
uint | cflags, |
|
|
uint | resizeFlag, |
|
|
uint | resizeReverseFlag, |
|
|
int | delta ) |
|
inlinestatic |
◆ isChildOfQMdiSubWindow()
static bool isChildOfQMdiSubWindow |
( |
const QWidget * | child | ) |
|
|
inlinestatic |
◆ isChildOfTabbedQMdiArea()
static bool isChildOfTabbedQMdiArea |
( |
const QMdiSubWindow * | child | ) |
|
|
inlinestatic |
◆ isHoverControl()
◆ isMacStyle()
static bool isMacStyle |
( |
QStyle * | style | ) |
|
|
inlinestatic |
◆ ptr()
◆ qt_setWindowTitle_helperHelper()
Returns a modified window title with the [*] place holder replaced according to the rules described in QWidget::setWindowTitle.
This function assumes that "[*]" can be quoted by another "[*]", so it will replace two place holders by one and a single last one by either "*" or nothing depending on the modified flag.
Definition at line 6011 of file qwidget.cpp.
Referenced by tabTextFor().
◆ BoundaryMargin
static const int BoundaryMargin = 5 |
|
static |
◆ CustomizeWindowFlags
static const Qt::WindowFlags CustomizeWindowFlags |
|
static |
Initial value:=
@ WindowMaximizeButtonHint
@ WindowMinimizeButtonHint
@ WindowMinMaxButtonsHint
Definition at line 160 of file qmdisubwindow.cpp.
◆ NumSubControls
◆ SubControls
Initial value:=
{
}
@ SC_TitleBarUnshadeButton
@ SC_TitleBarNormalButton
@ SC_TitleBarContextHelpButton
Definition at line 146 of file qmdisubwindow.cpp.