Konsole
CharacterColor.h File Reference
#include <QtGui/QColor>
#include <kdemacros.h>
Include dependency graph for CharacterColor.h:

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

Go to the source code of this file.
Namespaces | |
| namespace | Konsole |
Classes | |
| class | Konsole::CharacterColor |
| Describes the color of a single character in the terminal. More... | |
| class | Konsole::ColorEntry |
| An entry in a terminal display's color palette. More... | |
Defines | |
| #define | BASE_COLORS (2+8) |
| #define | COLOR_SPACE_256 3 |
| #define | COLOR_SPACE_DEFAULT 1 |
| #define | COLOR_SPACE_RGB 4 |
| #define | COLOR_SPACE_SYSTEM 2 |
| #define | COLOR_SPACE_UNDEFINED 0 |
| #define | DEFAULT_BACK_COLOR 1 |
| #define | DEFAULT_FORE_COLOR 0 |
| #define | INTENSITIES 2 |
| #define | TABLE_COLORS (INTENSITIES*BASE_COLORS) |
Functions | |
| const QColor | Konsole::color256 (quint8 u, const ColorEntry *base) |
| bool | Konsole::operator!= (const CharacterColor &a, const CharacterColor &b) |
| bool | Konsole::operator== (const CharacterColor &a, const CharacterColor &b) |
Variables | |
| const ColorEntry base_color_table[TABLE_COLORS] | Konsole::KDE_NO_EXPORT |
Define Documentation
| #define BASE_COLORS (2+8) |
Definition at line 95 of file CharacterColor.h.
| #define COLOR_SPACE_256 3 |
Definition at line 126 of file CharacterColor.h.
| #define COLOR_SPACE_DEFAULT 1 |
Definition at line 124 of file CharacterColor.h.
| #define COLOR_SPACE_RGB 4 |
Definition at line 127 of file CharacterColor.h.
| #define COLOR_SPACE_SYSTEM 2 |
Definition at line 125 of file CharacterColor.h.
| #define COLOR_SPACE_UNDEFINED 0 |
Definition at line 123 of file CharacterColor.h.
| #define DEFAULT_BACK_COLOR 1 |
Definition at line 100 of file CharacterColor.h.
| #define DEFAULT_FORE_COLOR 0 |
Definition at line 99 of file CharacterColor.h.
| #define INTENSITIES 2 |
Definition at line 96 of file CharacterColor.h.
| #define TABLE_COLORS (INTENSITIES*BASE_COLORS) |
Definition at line 97 of file CharacterColor.h.
KDE 4.1 API Reference