#include <qcolor.h>Include dependency graph for common.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | Character |
| a character with rendition attributes. More... | |
| struct | ColorEntry |
Defines | |
| #define | FALSE 0 |
| #define | TRUE 1 |
| #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) |
Typedefs | |
| typedef bool | BOOL |
| typedef unsigned char | UINT8 |
| typedef unsigned short | UINT16 |
Functions | |
| BOOL | operator== (Character a, Character b) |
| BOOL | operator!= (Character a, Character b) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
Definition at line 93 of file common.h. References Character::b, Character::c, Character::f, and Character::r. |
|
||||||||||||
|
Definition at line 88 of file common.h. References Character::b, Character::c, Character::f, and Character::r. |
1.4.2