(87806f5cad6e4ce75a899598c15c126995682562)
#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()
int getMoveDeltaComponent |
( |
uint | cflags, |
|
|
uint | moveFlag, |
|
|
uint | resizeFlag, |
|
|
int | delta, |
|
|
int | maxDelta, |
|
|
int | minDelta ) |
|
inlinestatic |
◆ getResizeDeltaComponent()
int getResizeDeltaComponent |
( |
uint | cflags, |
|
|
uint | resizeFlag, |
|
|
uint | resizeReverseFlag, |
|
|
int | delta ) |
|
inlinestatic |
◆ isChildOfQMdiSubWindow()
bool isChildOfQMdiSubWindow |
( |
const QWidget * | child | ) |
|
|
inlinestatic |
◆ isChildOfTabbedQMdiArea()
◆ isHoverControl()
◆ isMacStyle()
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 6051 of file qwidget.cpp.
Referenced by tabTextFor().
◆ BoundaryMargin
const int BoundaryMargin = 5 |
|
static |
◆ CustomizeWindowFlags
const Qt::WindowFlags CustomizeWindowFlags |
|
static |
Initial value:=
@ WindowMaximizeButtonHint
@ WindowMinimizeButtonHint
@ WindowMinMaxButtonsHint
Definition at line 162 of file qmdisubwindow.cpp.
◆ NumSubControls
◆ SubControls
Initial value:=
{
}
@ SC_TitleBarUnshadeButton
@ SC_TitleBarNormalButton
@ SC_TitleBarContextHelpButton
Definition at line 148 of file qmdisubwindow.cpp.