Konsole
Character.h File Reference
#include <QtCore/QHash>
#include "CharacterColor.h"
Include dependency graph for Character.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::Character |
A single character in the terminal which consists of a unicode character value, foreground and background colors and a set of rendition attributes which specify how it should be drawn. More... | |
class | Konsole::ExtendedCharTable |
A table which stores sequences of unicode characters, referenced by hash keys. More... | |
Defines | |
#define | DEFAULT_RENDITION 0 |
#define | RE_BLINK (1 << 1) |
#define | RE_BOLD (1 << 0) |
#define | RE_CURSOR (1 << 4) |
#define | RE_EXTENDED_CHAR (1 << 5) |
#define | RE_INTENSIVE (1 << 3) |
#define | RE_REVERSE (1 << 3) |
#define | RE_UNDERLINE (1 << 2) |
Typedefs | |
typedef unsigned char | Konsole::LineProperty |
Functions | |
bool | Konsole::operator!= (const Character &a, const Character &b) |
bool | Konsole::operator== (const Character &a, const Character &b) |
Q_DECLARE_TYPEINFO (Konsole::Character, Q_MOVABLE_TYPE) | |
Variables | |
static const int | Konsole::LINE_DEFAULT = 0 |
static const int | Konsole::LINE_DOUBLEHEIGHT = (1 << 2) |
static const int | Konsole::LINE_DOUBLEWIDTH = (1 << 1) |
static const int | Konsole::LINE_WRAPPED = (1 << 0) |
unsigned short | Konsole::vt100_graphics [32] |
Define Documentation
#define DEFAULT_RENDITION 0 |
Definition at line 42 of file Character.h.
#define RE_BLINK (1 << 1) |
Definition at line 44 of file Character.h.
#define RE_BOLD (1 << 0) |
Definition at line 43 of file Character.h.
#define RE_CURSOR (1 << 4) |
Definition at line 48 of file Character.h.
#define RE_EXTENDED_CHAR (1 << 5) |
Definition at line 49 of file Character.h.
#define RE_INTENSIVE (1 << 3) |
Definition at line 47 of file Character.h.
#define RE_REVERSE (1 << 3) |
Definition at line 46 of file Character.h.
#define RE_UNDERLINE (1 << 2) |
Definition at line 45 of file Character.h.
Function Documentation
Q_DECLARE_TYPEINFO | ( | Konsole::Character | , | |
Q_MOVABLE_TYPE | ||||
) |