Qt 4.8
|
#include "qworkspace.h"
#include "qapplication.h"
#include "qbitmap.h"
#include "qcursor.h"
#include "qdesktopwidget.h"
#include "qevent.h"
#include "qhash.h"
#include "qicon.h"
#include "qimage.h"
#include "qlabel.h"
#include "qlayout.h"
#include "qmenubar.h"
#include "qmenu.h"
#include "qpainter.h"
#include "qpointer.h"
#include "qscrollbar.h"
#include "qstyle.h"
#include "qstyleoption.h"
#include "qelapsedtimer.h"
#include "qtooltip.h"
#include "qdebug.h"
#include <private/qwidget_p.h>
#include <private/qwidgetresizehandler_p.h>
#include <private/qlayoutengine_p.h>
#include "moc_qworkspace.cpp"
#include "qworkspace.moc"
Go to the source code of this file.
Classes | |
class | QMDIControl |
class | QWorkspaceChild |
class | QWorkspacePrivate |
class | QWorkspaceTitleBar |
class | QWorkspaceTitleBarPrivate |
Macros | |
#define | COLOR_GRADIENTACTIVECAPTION 27 |
#define | COLOR_GRADIENTINACTIVECAPTION 28 |
#define | SPI_GETGRADIENTCAPTIONS 0x1008 |
Functions | |
static QRgb | colorref2qrgb (COLORREF col) |
static QMenuBar * | findMenuBar (QWidget *w) |
static bool | isChildOf (QWidget *child, QWidget *parent) |
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. More... | |
#define COLOR_GRADIENTACTIVECAPTION 27 |
Referenced by QWorkspaceTitleBarPrivate::readColors().
#define COLOR_GRADIENTINACTIVECAPTION 28 |
Referenced by QWorkspaceTitleBarPrivate::readColors().
#define SPI_GETGRADIENTCAPTIONS 0x1008 |
Referenced by QWorkspaceTitleBarPrivate::readColors().
|
inlinestatic |
Definition at line 372 of file qworkspace.cpp.
Referenced by QWorkspaceTitleBarPrivate::readColors().
Definition at line 1925 of file qworkspace.cpp.
Referenced by QWorkspacePrivate::showMaximizeControls().
Definition at line 1037 of file qworkspace.cpp.
Referenced by QWorkspacePrivate::activateWindow(), and QWorkspaceChild::setActive().
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 6240 of file qwidget.cpp.
Referenced by QWorkspaceTitleBar::isTool(), QWorkspaceTitleBar::paintEvent(), QWidgetPrivate::setWindowIconText_helper(), and QWidgetPrivate::setWindowTitle_helper().