Konsole
Typedefs | |
typedef unsigned char | LineProperty |
typedef QPointer< Session > | SessionPtr |
typedef QVector< Character > | TextLine |
Enumerations | |
enum | { NOTIFYNORMAL = 0, NOTIFYBELL = 1, NOTIFYACTIVITY = 2, NOTIFYSILENCE = 3 } |
Functions | |
QAccessibleInterface * | accessibleInterfaceFactory (const QString &key, QObject *object) |
const QColor | color256 (quint8 u, const ColorEntry *base) |
bool | isSupportedLineChar (quint16 codePoint) |
int | oneOrZero (int value) |
bool | operator!= (const ColorEntry &a, const ColorEntry &b) |
bool | operator!= (const Character &a, const Character &b) |
bool | operator!= (const CharacterColor &a, const CharacterColor &b) |
bool | operator== (const ColorEntry &a, const ColorEntry &b) |
bool | operator== (const Character &a, const Character &b) |
bool | operator== (const CharacterColor &a, const CharacterColor &b) |
Variables | |
const int | DEFAULT_RENDITION = 0 |
const int | LINE_DEFAULT = 0 |
const int | LINE_DOUBLEHEIGHT = (1 << 2) |
const int | LINE_DOUBLEWIDTH = (1 << 1) |
const int | LINE_WRAPPED = (1 << 0) |
const int | RE_BLINK = (1 << 1) |
const int | RE_BOLD = (1 << 0) |
const int | RE_CURSOR = (1 << 5) |
const int | RE_EXTENDED_CHAR = (1 << 6) |
const int | RE_INTENSIVE = (1 << 3) |
const int | RE_ITALIC = (1 << 4) |
const int | RE_REVERSE = (1 << 3) |
const int | RE_UNDERLINE = (1 << 2) |
unsigned short | vt100_graphics [32] |
Typedef Documentation
typedef unsigned char Konsole::LineProperty |
Definition at line 31 of file Character.h.
typedef QPointer<Session> Konsole::SessionPtr |
Definition at line 68 of file SessionController.h.
typedef QVector<Character> Konsole::TextLine |
Enumeration Type Documentation
anonymous enum |
This enum describes the available states which the terminal emulation may be set to.
These are the values used by Emulation::stateChanged()
Definition at line 50 of file Emulation.h.
Function Documentation
QAccessibleInterface* Konsole::accessibleInterfaceFactory | ( | const QString & | key, |
QObject * | object | ||
) |
This function installs the factory function which lets Qt instantiate the QAccessibleInterface for the TerminalDisplay.
Definition at line 279 of file TerminalDisplay.cpp.
|
inline |
Definition at line 252 of file CharacterColor.h.
|
inline |
Unicode character in the range of U+2500 ~ U+257F are known as line characters, or box-drawing characters.
Currently, konsole draws those characters itself, instead of using the glyph provided by the font. Unfortunately, some line characters can't be simulated by the existing 5x5 pixel matrix. Typical examples are ╳(U+2573) and ╰(U+2570). So those unsupported line characters should be drawn in the normal way .
Definition at line 56 of file Character.h.
|
inline |
Definition at line 487 of file KeyboardTranslator.h.
|
inline |
Definition at line 107 of file CharacterColor.h.
|
inline |
Definition at line 176 of file Character.h.
|
inline |
Definition at line 247 of file CharacterColor.h.
|
inline |
Definition at line 101 of file CharacterColor.h.
|
inline |
Definition at line 171 of file Character.h.
|
inline |
Definition at line 240 of file CharacterColor.h.
Variable Documentation
const int Konsole::DEFAULT_RENDITION = 0 |
Definition at line 38 of file Character.h.
const int Konsole::LINE_DEFAULT = 0 |
Definition at line 33 of file Character.h.
const int Konsole::LINE_DOUBLEHEIGHT = (1 << 2) |
Definition at line 36 of file Character.h.
const int Konsole::LINE_DOUBLEWIDTH = (1 << 1) |
Definition at line 35 of file Character.h.
const int Konsole::LINE_WRAPPED = (1 << 0) |
Definition at line 34 of file Character.h.
const int Konsole::RE_BLINK = (1 << 1) |
Definition at line 40 of file Character.h.
const int Konsole::RE_BOLD = (1 << 0) |
Definition at line 39 of file Character.h.
const int Konsole::RE_CURSOR = (1 << 5) |
Definition at line 45 of file Character.h.
const int Konsole::RE_EXTENDED_CHAR = (1 << 6) |
Definition at line 46 of file Character.h.
const int Konsole::RE_INTENSIVE = (1 << 3) |
Definition at line 43 of file Character.h.
const int Konsole::RE_ITALIC = (1 << 4) |
Definition at line 44 of file Character.h.
const int Konsole::RE_REVERSE = (1 << 3) |
Definition at line 42 of file Character.h.
const int Konsole::RE_UNDERLINE = (1 << 2) |
Definition at line 41 of file Character.h.
unsigned short Konsole::vt100_graphics |
Definition at line 60 of file Vt102Emulation.cpp.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:24 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.