KDECore
#include <ktranscript_p.h>#include <common_helpers_p.h>#include <config.h>#include <kdecore_export.h>#include <kglobal.h>#include <kjs/value.h>#include <kjs/object.h>#include <kjs/lookup.h>#include <kjs/function.h>#include <kjs/interpreter.h>#include <kjs/string_object.h>#include <kjs/error_object.h>#include <QVariant>#include <QStringList>#include <QList>#include <QDir>#include <QHash>#include <QPair>#include <QSet>#include <QFile>#include <QIODevice>#include <QTextStream>#include <QRegExp>#include <qendian.h>#include "ktranscript.lut.h"
Go to the source code of this file.
Macros | |
| #define | CALLARG(i) (args.size() > i ? args[i] : jsNull()) |
| #define | DBGP "KTranscript: " |
| #define | SFNAME "Ts" |
| #define | SPREF SFNAME"." |
| #define | WARNP "KTranscript: " |
Typedefs | |
| typedef QHash< QString, TsConfigGroup > | TsConfig |
| typedef QHash< QString, QString > | TsConfigGroup |
Functions | |
| static quint32 | bin_read_int (const char *fc, qlonglong len, qlonglong &pos) |
| static quint64 | bin_read_int64 (const char *fc, qlonglong len, qlonglong &pos) |
| template<typename T > | |
| static int | bin_read_int_nbytes (const char *fc, qlonglong len, qlonglong &pos, int nbytes) |
| static QByteArray | bin_read_string (const char *fc, qlonglong len, qlonglong &pos) |
| int | countLines (const QString &s, int p) |
| void | dbgout (const char *str) |
| template<typename T1 > | |
| void | dbgout (const char *str, const T1 &a1) |
| template<typename T1 , typename T2 > | |
| void | dbgout (const char *str, const T1 &a1, const T2 &a2) |
| template<typename T1 , typename T2 , typename T3 > | |
| void | dbgout (const char *str, const T1 &a1, const T2 &a2, const T3 &a3) |
| QString | expt2str (ExecState *exec) |
| KTranscript * | load_transcript () |
| QByteArray | normKeystr (const QString &raw, bool mayHaveAcc=true) |
| TsConfig | readConfig (const QString &fname) |
| static QString | toCaseFirst (const QString &qstr, int qnalt, bool toupper) |
| QString | trimSmart (const QString &raw) |
| JSValue * | variantToJsValue (const QVariant &val) |
| void | warnout (const char *str) |
| template<typename T1 > | |
| void | warnout (const char *str, const T1 &a1) |
Macro Definition Documentation
| #define CALLARG | ( | i | ) | (args.size() > i ? args[i] : jsNull()) |
Definition at line 778 of file ktranscript.cpp.
| #define DBGP "KTranscript: " |
Definition at line 217 of file ktranscript.cpp.
| #define SFNAME "Ts" |
Definition at line 674 of file ktranscript.cpp.
| #define SPREF SFNAME"." |
Definition at line 845 of file ktranscript.cpp.
| #define WARNP "KTranscript: " |
Definition at line 250 of file ktranscript.cpp.
Typedef Documentation
Definition at line 56 of file ktranscript.cpp.
Definition at line 53 of file ktranscript.cpp.
Function Documentation
|
static |
Definition at line 1599 of file ktranscript.cpp.
|
static |
Definition at line 1593 of file ktranscript.cpp.
|
static |
Definition at line 1581 of file ktranscript.cpp.
|
static |
Definition at line 1608 of file ktranscript.cpp.
| int countLines | ( | const QString & | s, |
| int | p | ||
| ) |
Definition at line 295 of file ktranscript.cpp.
| void dbgout | ( | const char * | str | ) |
Definition at line 218 of file ktranscript.cpp.
| void dbgout | ( | const char * | str, |
| const T1 & | a1 | ||
| ) |
Definition at line 226 of file ktranscript.cpp.
| void dbgout | ( | const char * | str, |
| const T1 & | a1, | ||
| const T2 & | a2 | ||
| ) |
Definition at line 234 of file ktranscript.cpp.
| void dbgout | ( | const char * | str, |
| const T1 & | a1, | ||
| const T2 & | a2, | ||
| const T3 & | a3 | ||
| ) |
Definition at line 242 of file ktranscript.cpp.
| QString expt2str | ( | ExecState * | exec | ) |
Definition at line 276 of file ktranscript.cpp.
| KTranscript* load_transcript | ( | ) |
Definition at line 453 of file ktranscript.cpp.
| QByteArray normKeystr | ( | const QString & | raw, |
| bool | mayHaveAcc = true |
||
| ) |
Definition at line 309 of file ktranscript.cpp.
Definition at line 390 of file ktranscript.cpp.
Definition at line 1238 of file ktranscript.cpp.
Definition at line 343 of file ktranscript.cpp.
| JSValue* variantToJsValue | ( | const QVariant & | val | ) |
Definition at line 373 of file ktranscript.cpp.
| void warnout | ( | const char * | str | ) |
Definition at line 251 of file ktranscript.cpp.
| void warnout | ( | const char * | str, |
| const T1 & | a1 | ||
| ) |
Definition at line 255 of file ktranscript.cpp.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:12 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference