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.
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... | |
Namespaces | |
namespace | Konsole |
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 110 of file CharacterColor.h.
#define COLOR_SPACE_256 3 |
Definition at line 141 of file CharacterColor.h.
#define COLOR_SPACE_DEFAULT 1 |
Definition at line 139 of file CharacterColor.h.
#define COLOR_SPACE_RGB 4 |
Definition at line 142 of file CharacterColor.h.
#define COLOR_SPACE_SYSTEM 2 |
Definition at line 140 of file CharacterColor.h.
#define COLOR_SPACE_UNDEFINED 0 |
Definition at line 138 of file CharacterColor.h.
#define DEFAULT_BACK_COLOR 1 |
Definition at line 115 of file CharacterColor.h.
#define DEFAULT_FORE_COLOR 0 |
Definition at line 114 of file CharacterColor.h.
#define INTENSITIES 2 |
Definition at line 111 of file CharacterColor.h.
#define TABLE_COLORS (INTENSITIES*BASE_COLORS) |
Definition at line 112 of file CharacterColor.h.