Qt 4.8
|
#include <qapplication.h>
#include <qwidget.h>
#include <qpainter.h>
#include <qpaintengine.h>
#include <qdrawutil.h>
#include "qdecorationdefault_qws.h"
Go to the source code of this file.
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. More... | |
Variables | |
static const char *const | default_close_xpm [] |
static const char *const | default_help_xpm [] |
static const char *const | default_maximize_xpm [] |
static const char *const | default_menu_xpm [] |
static const char *const | default_minimize_xpm [] |
static const char *const | default_normalize_xpm [] |
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 QDecorationDefault::paintButton(), and QDecorationDefault::windowTitleFor().
|
static |
Definition at line 119 of file qdecorationdefault_qws.cpp.
Referenced by QDecorationDefault::xpmForRegion().
|
static |
Definition at line 97 of file qdecorationdefault_qws.cpp.
Referenced by QDecorationDefault::xpmForRegion().
|
static |
Definition at line 141 of file qdecorationdefault_qws.cpp.
Referenced by QDecorationDefault::xpmForRegion().
|
static |
Definition at line 63 of file qdecorationdefault_qws.cpp.
Referenced by QDecorationDefault::xpmForRegion().
|
static |
Definition at line 163 of file qdecorationdefault_qws.cpp.
Referenced by QDecorationDefault::xpmForRegion().
|
static |
Definition at line 185 of file qdecorationdefault_qws.cpp.
Referenced by QDecorationDefault::xpmForRegion().