KStyles
bitmaps.h File Reference
Go to the source code of this file.
Defines | |
#define | QCOORDARRLEN(x) sizeof(x)/(sizeof(QCOORD)*2) |
Variables | |
static const QCOORD | d_arrow [] = {-4,-2, 3,-2, -4,-1, 3,-1, -3,0, 2,0, -2,1, 1,1, -1,2, 0,2} |
static const QCOORD | keramik_combo_arrow [] |
static const QCOORD | keramik_down_arrow [] |
static const QCOORD | keramik_left_arrow [] |
static const QCOORD | keramik_right_arrow [] |
static const QCOORD | keramik_up_arrow [] |
static const QCOORD | l_arrow [] = {-3,-1, -3,0, -2,-2, -2,1, -1,-3, -1,2, 0,-4, 0,3, 1,-4, 1,3} |
static const QCOORD | r_arrow [] = {-2,-4, -2,3, -1,-4, -1,3, 0,-3, 0,2, 1,-2, 1,1, 2,-1, 2,0} |
static const QCOORD | u_arrow [] = {-1,-3, 0,-3, -2,-2, 1,-2, -3,-1, 2,-1, -4,0, 3,0, -4,1, 3,1} |
Define Documentation
#define QCOORDARRLEN | ( | x | ) | sizeof(x)/(sizeof(QCOORD)*2) |
Definition at line 79 of file keramik/bitmaps.h.
Variable Documentation
const QCOORD d_arrow[] = {-4,-2, 3,-2, -4,-1, 3,-1, -3,0, 2,0, -2,1, 1,1, -1,2, 0,2} [static] |
Definition at line 7 of file keramik/bitmaps.h.
const QCOORD keramik_combo_arrow[] [static] |
Initial value:
{-4,-5, 4, -5, -2 ,-2, 2, -2, -2 ,-1, 2, -1, -2 ,0, 2, 0, -4, 1, 4, 1, -3, 2, 3, 2, -2 , 3, 2, 3, -1 , 4, 1, 4, 0 , 5, 0, 5 }
Definition at line 11 of file keramik/bitmaps.h.
const QCOORD 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 37 of file keramik/bitmaps.h.
const QCOORD 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 64 of file keramik/bitmaps.h.
const QCOORD 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 51 of file keramik/bitmaps.h.
const QCOORD 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 24 of file keramik/bitmaps.h.
const QCOORD l_arrow[] = {-3,-1, -3,0, -2,-2, -2,1, -1,-3, -1,2, 0,-4, 0,3, 1,-4, 1,3} [static] |
Definition at line 8 of file keramik/bitmaps.h.
const QCOORD r_arrow[] = {-2,-4, -2,3, -1,-4, -1,3, 0,-3, 0,2, 1,-2, 1,1, 2,-1, 2,0} [static] |
Definition at line 9 of file keramik/bitmaps.h.
const QCOORD u_arrow[] = {-1,-3, 0,-3, -2,-2, 1,-2, -3,-1, 2,-1, -4,0, 3,0, -4,1, 3,1} [static] |
Definition at line 6 of file keramik/bitmaps.h.