#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 "kstyle.h"#include <X11/Xlib.h>#include <limits.h>Compounds | |
| struct | KStylePrivate |
| struct | ShadowElements |
| class | TransparencyHandler |
Typedefs | |
| typedef QMap< const QPopupMenu *, ShadowElements > | ShadowMap |
Enumerations | |
| enum | TransparencyEngine { Disabled = 0, SoftwareTint, SoftwareBlend, XRender } |
Functions | |
| ShadowMap & | shadowMap () |
Variables | |
| ShadowMap * | _shadowMap = 0 |
| QSingleCleanupHandler< ShadowMap > | cleanupShadowMap |
| const double | top_right_corner [16] |
| const double | bottom_right_corner [16] |
| const double | bottom_left_corner [16] |
| const double | shadow_strip [4] |
| const char *const | kstyle_close_xpm [] |
| const char *const | kstyle_maximize_xpm [] |
| const char *const | kstyle_minimize_xpm [] |
| const char *const | kstyle_normalizeup_xpm [] |
| const char *const | kstyle_shade_xpm [] |
| const char *const | kstyle_unshade_xpm [] |
| const char * | dock_window_close_xpm [] |
| const char *const | information_xpm [] |
| const char *const | warning_xpm [] |
| const char *const | critical_xpm [] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Initial value:
{ 0.949, 0.851, 0.706, 0.608,
0.965, 0.890, 0.780, 0.706,
0.980, 0.945, 0.890, 0.851,
0.992, 0.980, 0.960, 0.949 }
|
|
|
Initial value:
{ 0.608, 0.706, 0.851, 0.949,
0.706, 0.780, 0.890, 0.960,
0.851, 0.890, 0.945, 0.980,
0.949, 0.965, 0.980, 0.992 }
|
|
|
|
|
|
|
|
|
Initial value: {
"8 8 2 1",
"# c #000000",
". c None",
"##....##",
".##..##.",
"..####..",
"...##...",
"..####..",
".##..##.",
"##....##",
"........"}
|
|
|
|
|
|
Initial value: {
"12 12 2 1",
"# c #000000",
". c None",
"............",
"............",
"..##....##..",
"...##..##...",
"....####....",
".....##.....",
"....####....",
"...##..##...",
"..##....##..",
"............",
"............",
"............"}
|
|
|
Initial value: {
"12 12 2 1",
"# c #000000",
". c None",
"............",
"............",
".##########.",
".##########.",
".#........#.",
".#........#.",
".#........#.",
".#........#.",
".#........#.",
".#........#.",
".##########.",
"............"}
|
|
|
Initial value: {
"12 12 2 1",
"# c #000000",
". c None",
"............",
"............",
"............",
"............",
"............",
"............",
"............",
"...######...",
"...######...",
"............",
"............",
"............"}
|
|
|
Initial value: {
"12 12 2 1",
"# c #000000",
". c None",
"............",
"...#######..",
"...#######..",
"...#.....#..",
".#######.#..",
".#######.#..",
".#.....#.#..",
".#.....###..",
".#.....#....",
".#.....#....",
".#######....",
"............"}
|
|
|
Initial value: {
"12 12 2 1",
"# c #000000",
". c None",
"............",
"............",
"............",
"............",
"............",
".....#......",
"....###.....",
"...#####....",
"..#######...",
"............",
"............",
"............"}
|
|
|
Initial value: {
"12 12 2 1",
"# c #000000",
". c None",
"............",
"............",
"............",
"............",
"..#######...",
"...#####....",
"....###.....",
".....#......",
"............",
"............",
"............",
"............"}
|
|
|
Initial value:
{ 0.565, 0.675, 0.835, 0.945 }
|
|
|
Initial value:
{ 0.949, 0.965, 0.980, 0.992,
0.851, 0.890, 0.945, 0.980,
0.706, 0.780, 0.890, 0.960,
0.608, 0.706, 0.851, 0.949 }
|
|
|
|
1.3.2