KStyles
keramik.cpp File Reference
#include "kstyle.h"
#include <QtGui/qdrawutil.h>
#include <QtGui/QPainter>
#include <QtGui/QStyleOption>
#include "colorutil.h"
#include "pixmaploader.h"
#include "gradients.h"
#include "keramikimage.h"
#include <QtGui/QPolygon>
Include dependency graph for keramik.cpp:

Go to the source code of this file.
Defines | |
#define | loader Keramik::PixmapLoader::the() |
#define | POLY_LEN(x) sizeof(x)/(sizeof(int)*2) |
Variables | |
static const int | keramik_down_arrow [] |
static const int | keramik_left_arrow [] |
static const int | keramik_right_arrow [] |
static const int | keramik_up_arrow [] |
Define Documentation
#define loader Keramik::PixmapLoader::the() |
Definition at line 32 of file keramik.cpp.
#define POLY_LEN | ( | x | ) | sizeof(x)/(sizeof(int)*2) |
Definition at line 89 of file keramik.cpp.
Variable Documentation
const int keramik_down_arrow[] [static] |
Initial value:
{ 0, 4, 0, 4, -1, 3, 1, 3, -2, 2, 2, 2, -3, 1, 3, 1, -4, 0, 4, 0, -2, -1, 2, -1, -2, -2, 2, -2, -2, -3, 2, -3, -2, -4, 2, -4 }
Definition at line 47 of file keramik.cpp.
const int keramik_left_arrow[] [static] |
Initial value:
{ -4, 0, -4, 0, -3, -1, -3, 1, -2, -2, -2, 2, -1, -3, -1, 3, 0, -4, 0, 4, 1, -2, 1, 2, 2, -2, 2, 2, 3, -2, 3, 2, 4, -2, 4, 2 }
Definition at line 74 of file keramik.cpp.
const int keramik_right_arrow[] [static] |
Initial value:
{ 4, 0, 4, 0, 3, -1, 3, 1, 2, -2, 2, 2, 1, -3, 1, 3, 0, -4, 0, 4, -1, -2, -1, 2, -2, -2, -2, 2, -3, -2, -3, 2, -4, -2, -4, 2 }
Definition at line 61 of file keramik.cpp.
const int keramik_up_arrow[] [static] |
Initial value:
{ 0, -4, 0, -4, -1, -3, 1, -3, -2, -2, 2, -2, -3, -1, 3, -1, -4, 0, 4, 0, -2, 1, 2, 1, -2, 2, 2, 2, -2, 3, 2, 3, -2, 4, 2, 4 }
Definition at line 34 of file keramik.cpp.