KDE3Support
k3dockwidget.cpp File Reference
#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.
Defines | |
| #define | DOCK_CONFIG_VERSION "0.0.5" |
Functions | |
| 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) |
Variables | |
| static const char *const | dockback_xpm [] |
| static const char *const | not_close_xpm [] |
| static const char *const | todesktop_xpm [] |
Define Documentation
| #define DOCK_CONFIG_VERSION "0.0.5" |
Definition at line 63 of file k3dockwidget.cpp.
Function Documentation
Definition at line 2267 of file k3dockwidget.cpp.
Definition at line 2212 of file k3dockwidget.cpp.
| static QDomElement createListEntry | ( | QDomDocument & | doc, | |
| const QString & | tagName, | |||
| const QString & | subTagName, | |||
| const QStringList & | list | |||
| ) | [static] |
Definition at line 2245 of file k3dockwidget.cpp.
| static QDomElement createNumberEntry | ( | QDomDocument & | doc, | |
| const QString & | tagName, | |||
| int | n | |||
| ) | [static] |
Definition at line 2218 of file k3dockwidget.cpp.
| static QDomElement createRectEntry | ( | QDomDocument & | doc, | |
| const QString & | tagName, | |||
| const QRect & | rect | |||
| ) | [static] |
Definition at line 2224 of file k3dockwidget.cpp.
| static QDomElement createStringEntry | ( | QDomDocument & | doc, | |
| const QString & | tagName, | |||
| const QString & | str | |||
| ) | [static] |
Definition at line 2203 of file k3dockwidget.cpp.
| static Q3StrList listEntry | ( | QDomElement & | base, | |
| const QString & | tagName, | |||
| const QString & | subTagName | |||
| ) | [static] |
Definition at line 2292 of file k3dockwidget.cpp.
| static int numberEntry | ( | QDomElement & | base, | |
| const QString & | tagName | |||
| ) | [static] |
Definition at line 2273 of file k3dockwidget.cpp.
Definition at line 2279 of file k3dockwidget.cpp.
Definition at line 2261 of file k3dockwidget.cpp.
Variable Documentation
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.
KDE 4.3 API Reference