Konsole
Character.h File Reference
#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.
Classes | |
class | Konsole::Character |
Namespaces | |
Konsole | |
Typedefs | |
typedef unsigned char | Konsole::LineProperty |
Functions | |
bool | Konsole::isSupportedLineChar (quint16 codePoint) |
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 | |
const int | Konsole::DEFAULT_RENDITION = 0 |
const int | Konsole::LINE_DEFAULT = 0 |
const int | Konsole::LINE_DOUBLEHEIGHT = (1 << 2) |
const int | Konsole::LINE_DOUBLEWIDTH = (1 << 1) |
const int | Konsole::LINE_WRAPPED = (1 << 0) |
const int | Konsole::RE_BLINK = (1 << 1) |
const int | Konsole::RE_BOLD = (1 << 0) |
const int | Konsole::RE_CURSOR = (1 << 5) |
const int | Konsole::RE_EXTENDED_CHAR = (1 << 6) |
const int | Konsole::RE_INTENSIVE = (1 << 3) |
const int | Konsole::RE_ITALIC = (1 << 4) |
const int | Konsole::RE_REVERSE = (1 << 3) |
const int | Konsole::RE_UNDERLINE = (1 << 2) |
Function Documentation
Q_DECLARE_TYPEINFO | ( | Konsole::Character | , |
Q_MOVABLE_TYPE | |||
) |
This file is part of the KDE documentation.
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
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.