WoopsiUI::DefaultStyle Class Reference

#include <defaultstyle.h>

List of all members.

Static Public Attributes

static u16 backColour = woopsiRGB(20, 20, 20)
static u16 shineColour = woopsiRGB(31, 31, 31)
static u16 highlightColour = woopsiRGB(12, 17, 23)
static u16 shadowColour = woopsiRGB(0, 0, 0)
static u16 fillColour = woopsiRGB(24, 24, 24)
static u16 darkColour = woopsiRGB(15, 15, 15)
static FontBasefont = NULL

Detailed Description

Class providing the default colours and fonts for all gadgets. This information is copied into the gadgets when they are constructed, so you will need to change these values *before* creating any gadgets if you want those gadgets to use the altered colours. If the font object is set, Woopsi will use it in preference to the default system font.


Member Data Documentation

u16 DefaultStyle::backColour = woopsiRGB(20, 20, 20) [static]

Colour used as background

u16 DefaultStyle::darkColour = woopsiRGB(15, 15, 15) [static]

Colour used as scrollbar gutters etc

u16 DefaultStyle::fillColour = woopsiRGB(24, 24, 24) [static]

Colour used as foreground fill

FontBase * DefaultStyle::font = NULL [static]

Default font

u16 DefaultStyle::highlightColour = woopsiRGB(12, 17, 23) [static]

Colour used as highlighted elements

u16 DefaultStyle::shadowColour = woopsiRGB(0, 0, 0) [static]

Colour used as dark bevel edge

u16 DefaultStyle::shineColour = woopsiRGB(31, 31, 31) [static]

Colour used as light bevel edge


The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations Enumerator

Generated on Sat Oct 24 14:33:11 2009 for Woopsi by  doxygen 1.6.1