lib
CharTableEntry Class Reference
#include <symboltable.h>
Detailed Description
What we know about a unicode char.The char value itself is a key inside the symbol table. Here we have the char class and which font to use.
Definition at line 43 of file symboltable.h.
Public Member Functions | |
| CharTableEntry (CharClass cl=ORDINARY, char font=0, QChar ch=0) | |
| char | font () const |
| QChar | character () const |
| CharClass | charClass () const |
Constructor & Destructor Documentation
| CharTableEntry::CharTableEntry | ( | CharClass | cl = ORDINARY, |
|
| char | font = 0, |
|||
| QChar | ch = 0 | |||
| ) | [inline] |
Defaults for all arguments are provided so it can be used in a QMap.
Definition at line 49 of file symboltable.h.
The documentation for this class was generated from the following file:

