![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qdockwidget.h"
#include <qaction.h>
#include <qapplication.h>
#include <qdrawutil.h>
#include <qevent.h>
#include <qfontmetrics.h>
#include <qproxystyle.h>
#include <qwindow.h>
#include <qscreen.h>
#include <qmainwindow.h>
#include <qstylepainter.h>
#include <qtoolbutton.h>
#include <qdebug.h>
#include <private/qwidgetresizehandler_p.h>
#include <qpa/qplatformtheme.h>
#include <private/qhighdpiscaling_p.h>
#include "qdockwidget_p.h"
#include "qmainwindowlayout_p.h"
#include "qdockwidget.moc"
#include "moc_qdockwidget.cpp"
#include "moc_qdockwidget_p.cpp"
Go to the source code of this file.
Classes | |
class | QDockWidgetTitleButton |
Functions | |
QString | qt_setWindowTitle_helperHelper (const QString &, const QWidget *) |
Returns a modified window title with the [*] place holder replaced according to the rules described in QWidget::setWindowTitle. | |
QMainWindowLayout * | qt_mainwindow_layout (const QMainWindow *window) |
static const QMainWindow * | mainwindow_from_dock (const QDockWidget *dock) |
static QMainWindowLayout * | qt_mainwindow_layout_from_dock (const QDockWidget *dock) |
static bool | hasFeature (const QDockWidgetPrivate *priv, QDockWidget::DockWidgetFeature feature) |
static bool | hasFeature (const QDockWidget *dockwidget, QDockWidget::DockWidgetFeature feature) |
static int | pick (bool vertical, const QSize &size) |
static int | perp (bool vertical, const QSize &size) |
QDebug | operator<< (QDebug dbg, const QDockWidget *dockWidget) |
|
inlinestatic |
Definition at line 57 of file qdockwidget.cpp.
|
inlinestatic |
Definition at line 54 of file qdockwidget.cpp.
|
static |
Definition at line 39 of file qdockwidget.cpp.
Referenced by qt_mainwindow_layout_from_dock().
QDebug operator<< | ( | QDebug | dbg, |
const QDockWidget * | dockWidget ) |
Definition at line 1944 of file qdockwidget.cpp.
|
inlinestatic |
Definition at line 435 of file qdockwidget.cpp.
|
inlinestatic |
Definition at line 430 of file qdockwidget.cpp.
|
extern |
Definition at line 66 of file qmainwindow.cpp.
|
inlinestatic |
Definition at line 48 of file qdockwidget.cpp.
References mainwindow_from_dock().
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.