Definitions shared between TEScreen and TEWidget. More...
#include <tqcolor.h>Go to the source code of this file.
Classes | |
| struct | ColorEntry |
| class | cacol |
| class | ca |
| a character with rendition attributes. More... | |
Defines | |
| #define | BASE_COLORS (2+8) |
| #define | INTENSITIES 2 |
| #define | TABLE_COLORS (INTENSITIES*BASE_COLORS) |
| #define | DEFAULT_FORE_COLOR 0 |
| #define | DEFAULT_BACK_COLOR 1 |
| #define | DEFAULT_RENDITION 0 |
| #define | RE_BOLD (1 << 0) |
| #define | RE_BLINK (1 << 1) |
| #define | RE_UNDERLINE (1 << 2) |
| #define | RE_REVERSE (1 << 3) |
| #define | RE_INTENSIVE (1 << 3) |
| #define | RE_CURSOR (1 << 4) |
| #define | CO_UND 0 |
| #define | CO_DFT 1 |
| #define | CO_SYS 2 |
| #define | CO_256 3 |
| #define | CO_RGB 4 |
Typedefs | |
| typedef unsigned char | UINT8 |
| typedef unsigned short | UINT16 |
Functions | |
| bool | operator== (cacol a, cacol b) |
| bool | operator!= (cacol a, cacol b) |
| const TQColor | color256 (UINT8 u, const ColorEntry *base) |
| bool | operator== (ca a, ca b) |
| bool | operator!= (ca a, ca b) |
1.6.1