kdeui
kdockwidget.cpp File Reference
#include "kdockwidget.h"#include "kdockwidget_private.h"#include "kdockwidget_p.h"#include <qapplication.h>#include <qlayout.h>#include <qpainter.h>#include <qobjectlist.h>#include <qstrlist.h>#include <qcursor.h>#include <qwidgetlist.h>#include <qtabwidget.h>#include <qtooltip.h>#include <qstyle.h>#include <kconfig.h>#include <kglobal.h>#include <klocale.h>#include <ktoolbar.h>#include <kpopupmenu.h>#include <kwin.h>#include <kdebug.h>#include <kglobalsettings.h>#include "config.h"#include <stdlib.h>#include <qmessagebox.h>#include "kdockwidget.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 QStrList &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 QStrList | 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 60 of file kdockwidget.cpp.
Function Documentation
| static bool boolEntry | ( | QDomElement & | base, | |
| const QString & | tagName | |||
| ) | [static] |
Definition at line 2161 of file kdockwidget.cpp.
| static QDomElement createBoolEntry | ( | QDomDocument & | doc, | |
| const QString & | tagName, | |||
| bool | b | |||
| ) | [static] |
Definition at line 2106 of file kdockwidget.cpp.
| static QDomElement createListEntry | ( | QDomDocument & | doc, | |
| const QString & | tagName, | |||
| const QString & | subTagName, | |||
| const QStrList & | list | |||
| ) | [static] |
Definition at line 2139 of file kdockwidget.cpp.
| static QDomElement createNumberEntry | ( | QDomDocument & | doc, | |
| const QString & | tagName, | |||
| int | n | |||
| ) | [static] |
Definition at line 2112 of file kdockwidget.cpp.
| static QDomElement createRectEntry | ( | QDomDocument & | doc, | |
| const QString & | tagName, | |||
| const QRect & | rect | |||
| ) | [static] |
Definition at line 2118 of file kdockwidget.cpp.
| static QDomElement createStringEntry | ( | QDomDocument & | doc, | |
| const QString & | tagName, | |||
| const QString & | str | |||
| ) | [static] |
Definition at line 2097 of file kdockwidget.cpp.
| static QStrList listEntry | ( | QDomElement & | base, | |
| const QString & | tagName, | |||
| const QString & | subTagName | |||
| ) | [static] |
Definition at line 2186 of file kdockwidget.cpp.
| static int numberEntry | ( | QDomElement & | base, | |
| const QString & | tagName | |||
| ) | [static] |
Definition at line 2167 of file kdockwidget.cpp.
| static QRect rectEntry | ( | QDomElement & | base, | |
| const QString & | tagName | |||
| ) | [static] |
Definition at line 2173 of file kdockwidget.cpp.
| static QString stringEntry | ( | QDomElement & | base, | |
| const QString & | tagName | |||
| ) | [static] |
Definition at line 2155 of file kdockwidget.cpp.
Variable Documentation
const char* const dockback_xpm[] [static] |
Initial value:
{
"6 6 2 1",
"# c black",
". c None",
"......",
".#....",
"..#..#",
"...#.#",
"....##",
"..####"}
Definition at line 62 of file kdockwidget.cpp.
const char* const not_close_xpm[] [static] |
Initial value:
{
"5 5 2 1",
"# c black",
". c None",
"#####",
"#...#",
"#...#",
"#...#",
"#####"}
Definition at line 83 of file kdockwidget.cpp.
const char* const todesktop_xpm[] [static] |
Initial value:
{
"5 5 2 1",
"# c black",
". c None",
"####.",
"##...",
"#.#..",
"#..#.",
"....#"}
Definition at line 73 of file kdockwidget.cpp.
KDE 3.5 API Reference