• Skip to content
  • Skip to link menu
KDE 4.2 API Reference
  • KDE API Reference
  • API Reference
  • Sitemap
  • Contact Us
 

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.

KStyles

Skip menu "KStyles"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members

API Reference

Skip menu "API Reference"
  • KCMShell
  • KNotify
  • KStyles
  • Nepomuk Daemons
Generated for API Reference by doxygen 1.5.7
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal