#include <klflatexsymbols.h>

Classes | |
| struct | BBOffset |
Public Member Functions | |
| KLFLatexSymbol () | |
| KLFLatexSymbol (const QString &s, const QStringList &p, bool txtmod) | |
| KLFLatexSymbol (const QDomElement &e) | |
| bool | valid () const |
Public Attributes | |
| QString | symbol |
| QStringList | preamble |
| bool | textmode |
| struct KLFLatexSymbol::BBOffset | bbexpand |
| bool | hidden |
A Latex Symbol.
Definition at line 45 of file klflatexsymbols.h.
|
inline |
Definition at line 47 of file klflatexsymbols.h.
Referenced by KLFLatexSymbolsCache::findSymbol().
|
inline |
Definition at line 48 of file klflatexsymbols.h.
| KLFLatexSymbol::KLFLatexSymbol | ( | const QDomElement & | e | ) |
Definition at line 63 of file klflatexsymbols.cpp.
References QDomNodeList::at(), QDomElement::attribute(), KLFLatexSymbol::BBOffset::b, bbexpand, QDomElement::elementsByTagName(), QString::fromAscii(), hidden, klfDbg, KLFLatexSymbol::BBOffset::l, preamble, KLFLatexSymbol::BBOffset::r, QDomNodeList::size(), symbol, KLFLatexSymbol::BBOffset::t, and textmode.
|
inline |
Definition at line 52 of file klflatexsymbols.h.
Referenced by KLFMainWin::getMissingCmdsFor().
| struct KLFLatexSymbol::BBOffset KLFLatexSymbol::bbexpand |
Referenced by KLFLatexSymbolsCache::getPixmap(), KLFLatexSymbol(), operator<<(), operator==(), and operator>>().
| bool KLFLatexSymbol::hidden |
Definition at line 62 of file klflatexsymbols.h.
Referenced by KLFLatexSymbolsCache::getPixmap(), KLFLatexSymbol(), operator<<(), operator==(), and operator>>().
| QStringList KLFLatexSymbol::preamble |
Definition at line 55 of file klflatexsymbols.h.
Referenced by KLFMainWin::getMissingCmdsFor(), KLFLatexSymbolsCache::getPixmap(), KLFMainWin::insertSymbol(), KLFLatexSymbol(), operator<(), operator<<(), operator==(), and operator>>().
| QString KLFLatexSymbol::symbol |
Definition at line 54 of file klflatexsymbols.h.
Referenced by KLFLatexSymbolsCache::findSymbolPixmap(), KLFLatexSymbolsCache::getPixmap(), KLFMainWin::insertSymbol(), KLFLatexSymbol(), operator<(), operator<<(), operator==(), and operator>>().
| bool KLFLatexSymbol::textmode |
Definition at line 56 of file klflatexsymbols.h.
Referenced by KLFLatexSymbolsCache::getPixmap(), KLFLatexSymbol(), operator<(), operator<<(), operator==(), and operator>>().