KDE3Support
#include "k3dockwidget.h"
#include "k3dockwidget_p.h"
#include "k3dockwidget_private.h"
#include <QtGui/QApplication>
#include <QtGui/QLayout>
#include <QtGui/QPainter>
#include <Qt3Support/Q3StrIList>
#include <QtGui/QCursor>
#include <QtGui/QWidget>
#include <QtGui/QTabWidget>
#include <QtGui/QStyle>
#include <QMouseEvent>
#include <QObject>
#include <QStylePainter>
#include <QStyleOption>
#include <kconfiggroup.h>
#include <kglobal.h>
#include <klocale.h>
#include <ktoolbar.h>
#include <k3popupmenu.h>
#include <kwindowsystem.h>
#include <kdebug.h>
#include <kglobalsettings.h>
#include <config.h>
#include <X11/X.h>
#include <X11/Xlib.h>
#include <qx11info_x11.h>
#include <stdlib.h>
#include <qmessagebox.h>
#include "k3dockwidget.moc"
Go to the source code of this file.
|
static bool | boolEntry (QDomElement &base, const QString &tagName) |
|
static QDomElement | createBoolEntry (QDomDocument &doc, const QString &tagName, bool b) |
|
static QDomElement | createListEntry (QDomDocument &doc, const QString &tagName, const QString &subTagName, const QStringList &list) |
|
static QDomElement | createNumberEntry (QDomDocument &doc, const QString &tagName, int n) |
|
static QDomElement | createRectEntry (QDomDocument &doc, const QString &tagName, const QRect &rect) |
|
static QDomElement | createStringEntry (QDomDocument &doc, const QString &tagName, const QString &str) |
|
static Q3StrList | listEntry (QDomElement &base, const QString &tagName, const QString &subTagName) |
|
static int | numberEntry (QDomElement &base, const QString &tagName) |
|
static QRect | rectEntry (QDomElement &base, const QString &tagName) |
|
static QString | stringEntry (QDomElement &base, const QString &tagName) |
|
#define DOCK_CONFIG_VERSION "0.0.5" |
static bool boolEntry |
( |
QDomElement & |
base, |
|
|
const QString & |
tagName |
|
) |
| |
|
static |
static QDomElement createBoolEntry |
( |
QDomDocument & |
doc, |
|
|
const QString & |
tagName, |
|
|
bool |
b |
|
) |
| |
|
static |
static QDomElement createListEntry |
( |
QDomDocument & |
doc, |
|
|
const QString & |
tagName, |
|
|
const QString & |
subTagName, |
|
|
const QStringList & |
list |
|
) |
| |
|
static |
static QDomElement createNumberEntry |
( |
QDomDocument & |
doc, |
|
|
const QString & |
tagName, |
|
|
int |
n |
|
) |
| |
|
static |
static QDomElement createRectEntry |
( |
QDomDocument & |
doc, |
|
|
const QString & |
tagName, |
|
|
const QRect & |
rect |
|
) |
| |
|
static |
static QDomElement createStringEntry |
( |
QDomDocument & |
doc, |
|
|
const QString & |
tagName, |
|
|
const QString & |
str |
|
) |
| |
|
static |
static Q3StrList listEntry |
( |
QDomElement & |
base, |
|
|
const QString & |
tagName, |
|
|
const QString & |
subTagName |
|
) |
| |
|
static |
static int numberEntry |
( |
QDomElement & |
base, |
|
|
const QString & |
tagName |
|
) |
| |
|
static |
static QRect rectEntry |
( |
QDomElement & |
base, |
|
|
const QString & |
tagName |
|
) |
| |
|
static |
static QString stringEntry |
( |
QDomElement & |
base, |
|
|
const QString & |
tagName |
|
) |
| |
|
static |
const char* const dockback_xpm[] |
|
static |
Initial value:={
"6 6 2 1",
"# c black",
". c None",
"......",
".#....",
"..#..#",
"...#.#",
"....##",
"..####"}
Definition at line 65 of file k3dockwidget.cpp.
const char* const not_close_xpm[] |
|
static |
Initial value:={
"5 5 2 1",
"# c black",
". c None",
"#####",
"#...#",
"#...#",
"#...#",
"#####"}
Definition at line 86 of file k3dockwidget.cpp.
const char* const todesktop_xpm[] |
|
static |
Initial value:={
"5 5 2 1",
"# c black",
". c None",
"####.",
"##...",
"#.#..",
"#..#.",
"....#"}
Definition at line 76 of file k3dockwidget.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:51:59 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.