kwin Library API Documentation

Default Namespace Reference


Classes

class  KDEDefaultHandler
class  KDEDefaultButton
class  KDEDefaultClient

Variables

static const unsigned char iconify_bits []
static const unsigned char close_bits []
static const unsigned char maximize_bits []
static const unsigned char minmax_bits []
static const unsigned char question_bits []
static const unsigned char above_on_bits []
static const unsigned char above_off_bits []
static const unsigned char below_on_bits []
static const unsigned char below_off_bits []
static const unsigned char shade_on_bits []
static const unsigned char shade_off_bits []
static const unsigned char pindown_white_bits []
static const unsigned char pindown_gray_bits []
static const unsigned char pindown_dgray_bits []
static const unsigned char pindown_mask_bits []
static const unsigned char pinup_white_bits []
static const unsigned char pinup_gray_bits []
static const unsigned char pinup_dgray_bits []
static const unsigned char pinup_mask_bits []
static QPixmap * titlePix
static KPixmap * titleBuffer
static KPixmap * aUpperGradient
static KPixmap * iUpperGradient
static KPixmap * pinDownPix
static KPixmap * pinUpPix
static KPixmap * ipinDownPix
static KPixmap * ipinUpPix
static KPixmap * rightBtnUpPix [2]
static KPixmap * rightBtnDownPix [2]
static KPixmap * irightBtnUpPix [2]
static KPixmap * irightBtnDownPix [2]
static KPixmap * leftBtnUpPix [2]
static KPixmap * leftBtnDownPix [2]
static KPixmap * ileftBtnUpPix [2]
static KPixmap * ileftBtnDownPix [2]
static KDEDefaultHandlerclientHandler
static int toolTitleHeight
static int normalTitleHeight
static int borderWidth
static int grabBorderWidth
static bool KDEDefault_initialized = false
static bool useGradients
static bool showGrabBar
static bool showTitleBarStipple
const int SUPPORTED_WINDOW_TYPES_MASK


Variable Documentation

const unsigned char Default::iconify_bits[] [static]
 

Initial value:

 {
  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x78, 0x00, 0x78, 0x00, 0x78, 0x00,
  0x78, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}

Definition at line 33 of file kdedefault.cpp.

const unsigned char Default::close_bits[] [static]
 

Initial value:

 {
  0x00, 0x00, 0x84, 0x00, 0xce, 0x01, 0xfc, 0x00, 0x78, 0x00, 0x78, 0x00,
  0xfc, 0x00, 0xce, 0x01, 0x84, 0x00, 0x00, 0x00}

Definition at line 37 of file kdedefault.cpp.

const unsigned char Default::maximize_bits[] [static]
 

Initial value:

 {
  0x00, 0x00, 0xfe, 0x01, 0xfe, 0x01, 0x86, 0x01, 0x86, 0x01, 0x86, 0x01,
  0x86, 0x01, 0xfe, 0x01, 0xfe, 0x01, 0x00, 0x00}

Definition at line 41 of file kdedefault.cpp.

Referenced by Default::KDEDefaultClient::maximizeChange().

const unsigned char Default::minmax_bits[] [static]
 

Initial value:

 {
  0x7f, 0x00, 0x7f, 0x00, 0x63, 0x00, 0xfb, 0x03, 0xfb, 0x03, 0x1f, 0x03,
  0x1f, 0x03, 0x18, 0x03, 0xf8, 0x03, 0xf8, 0x03}

Definition at line 45 of file kdedefault.cpp.

Referenced by Default::KDEDefaultClient::maximizeChange().

const unsigned char Default::question_bits[] [static]
 

Initial value:

 {
  0x00, 0x00, 0x78, 0x00, 0xcc, 0x00, 0xc0, 0x00, 0x60, 0x00, 0x30, 0x00,
  0x00, 0x00, 0x30, 0x00, 0x30, 0x00, 0x00, 0x00}

Definition at line 49 of file kdedefault.cpp.

const unsigned char Default::above_on_bits[] [static]
 

Initial value:

 {
   0x00, 0x00, 0xfe, 0x01, 0xfe, 0x01, 0x30, 0x00, 0xfc, 0x00, 0x78, 0x00,
   0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }

Definition at line 53 of file kdedefault.cpp.

Referenced by Default::KDEDefaultClient::keepAboveChange().

const unsigned char Default::above_off_bits[] [static]
 

Initial value:

 {
   0x30, 0x00, 0x78, 0x00, 0xfc, 0x00, 0x30, 0x00, 0xfe, 0x01, 0xfe, 0x01,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }

Definition at line 57 of file kdedefault.cpp.

const unsigned char Default::below_on_bits[] [static]
 

Initial value:

 {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x78, 0x00, 0xfc, 0x00,
   0x30, 0x00, 0xfe, 0x01, 0xfe, 0x01, 0x00, 0x00 }

Definition at line 61 of file kdedefault.cpp.

Referenced by Default::KDEDefaultClient::keepBelowChange().

const unsigned char Default::below_off_bits[] [static]
 

Initial value:

 {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfe, 0x01, 0xfe, 0x01,
   0x30, 0x00, 0xfc, 0x00, 0x78, 0x00, 0x30, 0x00 }

Definition at line 65 of file kdedefault.cpp.

const unsigned char Default::shade_on_bits[] [static]
 

Initial value:

 {
   0x00, 0x00, 0xfe, 0x01, 0xfe, 0x01, 0xfe, 0x01, 0x02, 0x01, 0x02, 0x01,
   0x02, 0x01, 0x02, 0x01, 0xfe, 0x01, 0x00, 0x00 }

Definition at line 69 of file kdedefault.cpp.

Referenced by Default::KDEDefaultClient::shadeChange().

const unsigned char Default::shade_off_bits[] [static]
 

Initial value:

 {
   0x00, 0x00, 0xfe, 0x01, 0xfe, 0x01, 0xfe, 0x01, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }

Definition at line 73 of file kdedefault.cpp.

const unsigned char Default::pindown_white_bits[] [static]
 

Initial value:

 {
  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0f, 0x80, 0x1f, 0xa0, 0x03,
  0xb0, 0x01, 0x30, 0x01, 0xf0, 0x00, 0x70, 0x00, 0x20, 0x00, 0x00, 0x00,
  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}

Definition at line 77 of file kdedefault.cpp.

const unsigned char Default::pindown_gray_bits[] [static]
 

Initial value:

 {
  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1c,
  0x00, 0x0e, 0x00, 0x06, 0x00, 0x00, 0x80, 0x07, 0xc0, 0x03, 0xe0, 0x01,
  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}

Definition at line 82 of file kdedefault.cpp.

const unsigned char Default::pindown_dgray_bits[] [static]
 

Initial value:

 {
  0x00, 0x00, 0x00, 0x00, 0x00, 0x0f, 0xc0, 0x10, 0x70, 0x20, 0x50, 0x20,
  0x48, 0x30, 0xc8, 0x38, 0x08, 0x1f, 0x08, 0x18, 0x10, 0x1c, 0x10, 0x0e,
  0xe0, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}

Definition at line 87 of file kdedefault.cpp.

const unsigned char Default::pindown_mask_bits[] [static]
 

Initial value:

 {
  0x00, 0x00, 0x00, 0x00, 0x00, 0x0f, 0xc0, 0x1f, 0xf0, 0x3f, 0xf0, 0x3f,
  0xf8, 0x3f, 0xf8, 0x3f, 0xf8, 0x1f, 0xf8, 0x1f, 0xf0, 0x1f, 0xf0, 0x0f,
  0xe0, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}

Definition at line 92 of file kdedefault.cpp.

const unsigned char Default::pinup_white_bits[] [static]
 

Initial value:

 {
  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x80, 0x11,
  0x3f, 0x15, 0x00, 0x15, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}

Definition at line 97 of file kdedefault.cpp.

const unsigned char Default::pinup_gray_bits[] [static]
 

Initial value:

 {
  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  0x80, 0x0a, 0xbf, 0x0a, 0x80, 0x15, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00,
  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}

Definition at line 102 of file kdedefault.cpp.

const unsigned char Default::pinup_dgray_bits[] [static]
 

Initial value:

 {
  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x20, 0x40, 0x31, 0x40, 0x2e,
  0x40, 0x20, 0x40, 0x20, 0x7f, 0x2a, 0x40, 0x3f, 0xc0, 0x31, 0xc0, 0x20,
  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}

Definition at line 107 of file kdedefault.cpp.

const unsigned char Default::pinup_mask_bits[] [static]
 

Initial value:

 {
  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x20, 0xc0, 0x31, 0xc0, 0x3f,
  0xff, 0x3f, 0xff, 0x3f, 0xff, 0x3f, 0xc0, 0x3f, 0xc0, 0x31, 0xc0, 0x20,
  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}

Definition at line 112 of file kdedefault.cpp.

const int Default::SUPPORTED_WINDOW_TYPES_MASK
 

Initial value:

 NET::NormalMask | NET::DesktopMask | NET::DockMask
    | NET::ToolbarMask | NET::MenuMask | NET::DialogMask | NET::OverrideMask | NET::TopMenuMask
    | NET::UtilityMask | NET::SplashMask

Definition at line 1435 of file kdedefault.cpp.

KDE Logo
This file is part of the documentation for kwin Library Version 3.4.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Jun 14 19:06:29 2006 by doxygen 1.4.4 written by Dimitri van Heesch, © 1997-2003