kdefx
kstyle.cpp File Reference
#include "kstyle.h"
#include <qapplication.h>
#include <qbitmap.h>
#include <qcleanuphandler.h>
#include <qmap.h>
#include <qimage.h>
#include <qlistview.h>
#include <qmenubar.h>
#include <qpainter.h>
#include <qpixmap.h>
#include <qpopupmenu.h>
#include <qprogressbar.h>
#include <qscrollbar.h>
#include <qsettings.h>
#include <qslider.h>
#include <qstylefactory.h>
#include <qtabbar.h>
#include <qtoolbar.h>
#include <kpixmap.h>
#include <kpixmapeffect.h>
#include <kimageeffect.h>
#include <limits.h>
#include "kstyle.moc"
Include dependency graph for kstyle.cpp:
Go to the source code of this file.
Enumerations | |
enum | TransparencyEngine |
Functions | |
static QListViewItem * | nextVisibleSibling (QListViewItem *item) |
Variables | |
static const char *const | critical_xpm [] |
static const char *const | dock_window_close_xpm [] |
static const char *const | information_xpm [] |
static const char *const | kstyle_close_xpm [] |
static const char *const | kstyle_maximize_xpm [] |
static const char *const | kstyle_minimize_xpm [] |
static const char *const | kstyle_normalizeup_xpm [] |
static const char *const | kstyle_shade_xpm [] |
static const char *const | kstyle_unshade_xpm [] |
static const char *const | warning_xpm [] |
Enumeration Type Documentation
enum TransparencyEngine |
Definition at line 70 of file kstyle.cpp.
Function Documentation
static QListViewItem* nextVisibleSibling | ( | QListViewItem * | item | ) | [static] |
Definition at line 1001 of file kstyle.cpp.
Variable Documentation
const char* const critical_xpm[] [static] |
Definition at line 1671 of file kstyle.cpp.
const char* const dock_window_close_xpm[] [static] |
Initial value:
{ "8 8 2 1", "# c #000000", ". c None", "##....##", ".##..##.", "..####..", "...##...", "..####..", ".##..##.", "##....##", "........"}
Definition at line 1572 of file kstyle.cpp.
const char* const information_xpm[] [static] |
Definition at line 1592 of file kstyle.cpp.
const char* const kstyle_close_xpm[] [static] |
Initial value:
{ "12 12 2 1", "# c #000000", ". c None", "............", "............", "..##....##..", "...##..##...", "....####....", ".....##.....", "....####....", "...##..##...", "..##....##..", "............", "............", "............"}
Definition at line 1468 of file kstyle.cpp.
const char* const kstyle_maximize_xpm[] [static] |
Initial value:
{ "12 12 2 1", "# c #000000", ". c None", "............", "............", ".##########.", ".##########.", ".#........#.", ".#........#.", ".#........#.", ".#........#.", ".#........#.", ".#........#.", ".##########.", "............"}
Definition at line 1485 of file kstyle.cpp.
const char* const kstyle_minimize_xpm[] [static] |
Initial value:
{ "12 12 2 1", "# c #000000", ". c None", "............", "............", "............", "............", "............", "............", "............", "...######...", "...######...", "............", "............", "............"}
Definition at line 1503 of file kstyle.cpp.
const char* const kstyle_normalizeup_xpm[] [static] |
Initial value:
{ "12 12 2 1", "# c #000000", ". c None", "............", "...#######..", "...#######..", "...#.....#..", ".#######.#..", ".#######.#..", ".#.....#.#..", ".#.....###..", ".#.....#....", ".#.....#....", ".#######....", "............"}
Definition at line 1520 of file kstyle.cpp.
const char* const kstyle_shade_xpm[] [static] |
Initial value:
{ "12 12 2 1", "# c #000000", ". c None", "............", "............", "............", "............", "............", ".....#......", "....###.....", "...#####....", "..#######...", "............", "............", "............"}
Definition at line 1538 of file kstyle.cpp.
const char* const kstyle_unshade_xpm[] [static] |
Initial value:
{ "12 12 2 1", "# c #000000", ". c None", "............", "............", "............", "............", "..#######...", "...#####....", "....###.....", ".....#......", "............", "............", "............", "............"}
Definition at line 1555 of file kstyle.cpp.
const char* const warning_xpm[] [static] |
Definition at line 1632 of file kstyle.cpp.