(fa44332f91b818bbda056f3af983f4335e37e3f5)
#include "QtWidgets/qapplication.h"
#include "QtWidgets/qwidget.h"
#include "QtWidgets/qstyle.h"
#include "QtCore/qvariant.h"
#include "qdockarealayout_p.h"
#include "qdockwidget.h"
#include "qmainwindow.h"
#include "qwidgetanimator_p.h"
#include "qmainwindowlayout_p.h"
#include "qmenu_p.h"
#include "qdockwidget_p.h"
#include <private/qlayoutengine_p.h>
#include <qpainter.h>
#include <qstyleoption.h>
Go to the source code of this file.
|
QT_BEGIN_NAMESPACE | Q_LOGGING_CATEGORY (lcQpaDockWidgets, "qt.widgets.dockwidgets") |
|
QMainWindowLayout * | qt_mainwindow_layout (const QMainWindow *window) |
|
QDebug | operator<< (QDebug dbg, const QDockAreaLayoutItem *item) |
|
QDebug | operator<< (QDebug dbg, const QDockAreaLayoutItem &item) |
|
static int | realMinSize (const QDockAreaLayoutInfo &info) |
|
static int | realMaxSize (const QDockAreaLayoutInfo &info) |
|
static QInternal::DockPosition | dockPosHelper (const QRect &rect, const QPoint &_pos, Qt::Orientation o, bool nestingEnabled, QDockAreaLayoutInfo::TabMode tabMode) |
|
static int | shrink (QLayoutStruct &ls, int delta) |
|
static int | grow (QLayoutStruct &ls, int delta) |
|
static int | separatorMoveHelper (QList< QLayoutStruct > &list, int index, int delta, int sep) |
|
static QRect | dockedGeometry (QWidget *widget) |
|
static void | paintSep (QPainter *p, QWidget *w, const QRect &r, Qt::Orientation o, bool mouse_over) |
|
static Qt::DockWidgetArea | toDockWidgetArea (QInternal::DockPosition pos) |
|
static int | qMax (int i1, int i2, int i3) |
|
|
static const int | zero = 0 |
|
◆ anonymous enum [1/2]
Enumerator |
---|
StateFlagVisible | |
StateFlagFloating | |
StateFlagVisible | |
StateFlagFloating | |
Definition at line 37 of file qdockarealayout.cpp.
◆ anonymous enum [2/2]
Enumerator |
---|
StateFlagVisible | |
StateFlagFloating | |
StateFlagVisible | |
StateFlagFloating | |
Definition at line 37 of file qdockarealayout.cpp.
◆ dockedGeometry()
◆ dockPosHelper()
◆ grow()
◆ operator<<() [1/2]
◆ operator<<() [2/2]
◆ paintSep()
◆ Q_LOGGING_CATEGORY()
◆ qMax()
static int qMax |
( |
int | i1, |
|
|
int | i2, |
|
|
int | i3 ) |
|
inlinestatic |
◆ qt_mainwindow_layout()
◆ realMaxSize()
◆ realMinSize()
◆ separatorMoveHelper()
static int separatorMoveHelper |
( |
QList< QLayoutStruct > & | list, |
|
|
int | index, |
|
|
int | delta, |
|
|
int | sep ) |
|
static |
◆ shrink()
◆ toDockWidgetArea()
◆ zero