#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.
Defines | |
| #define | CALLARG(i) (args.size() > i ? args[i] : jsNull()) |
| #define | DBGP "KTranscript: " |
| #define | SFNAME "Ts" |
| #define | SPREF SFNAME"." |
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) |
| template<typename T1 > | |
| void | dbgout (const char *str, const T1 &a1) |
| template<typename T1 , typename T2 , typename T3 > | |
| void | dbgout (const char *str, const T1 &a1, const T2 &a2, const T3 &a3) |
| template<typename T1 , typename T2 > | |
| void | dbgout (const char *str, const T1 &a1, const T2 &a2) |
| void | dbgout (const char *str) |
| 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) |
Define Documentation
| #define CALLARG | ( | i | ) | (args.size() > i ? args[i] : jsNull()) |
Definition at line 766 of file ktranscript.cpp.
| #define DBGP "KTranscript: " |
Definition at line 215 of file ktranscript.cpp.
| #define SFNAME "Ts" |
Definition at line 663 of file ktranscript.cpp.
| #define SPREF SFNAME"." |
Definition at line 831 of file ktranscript.cpp.
Typedef Documentation
| typedef QHash<QString, TsConfigGroup> TsConfig |
Definition at line 56 of file ktranscript.cpp.
| typedef QHash<QString, QString> TsConfigGroup |
Definition at line 53 of file ktranscript.cpp.
Function Documentation
| static quint32 bin_read_int | ( | const char * | fc, |
| qlonglong | len, | ||
| qlonglong & | pos | ||
| ) | [static] |
Definition at line 1572 of file ktranscript.cpp.
| static quint64 bin_read_int64 | ( | const char * | fc, |
| qlonglong | len, | ||
| qlonglong & | pos | ||
| ) | [static] |
Definition at line 1566 of file ktranscript.cpp.
| static int bin_read_int_nbytes | ( | const char * | fc, |
| qlonglong | len, | ||
| qlonglong & | pos, | ||
| int | nbytes | ||
| ) | [static] |
Definition at line 1554 of file ktranscript.cpp.
| static QByteArray bin_read_string | ( | const char * | fc, |
| qlonglong | len, | ||
| qlonglong & | pos | ||
| ) | [static] |
Definition at line 1581 of file ktranscript.cpp.
| int countLines | ( | const QString & | s, |
| int | p | ||
| ) |
Definition at line 284 of file ktranscript.cpp.
| void dbgout | ( | const char * | str, |
| const T1 & | a1 | ||
| ) |
Definition at line 224 of file ktranscript.cpp.
| void dbgout | ( | const char * | str, |
| const T1 & | a1, | ||
| const T2 & | a2, | ||
| const T3 & | a3 | ||
| ) |
Definition at line 240 of file ktranscript.cpp.
| void dbgout | ( | const char * | str, |
| const T1 & | a1, | ||
| const T2 & | a2 | ||
| ) |
Definition at line 232 of file ktranscript.cpp.
| void dbgout | ( | const char * | str | ) |
Definition at line 216 of file ktranscript.cpp.
| QString expt2str | ( | ExecState * | exec | ) |
Definition at line 265 of file ktranscript.cpp.
| KTranscript* load_transcript | ( | ) |
Definition at line 442 of file ktranscript.cpp.
Definition at line 298 of file ktranscript.cpp.
Definition at line 379 of file ktranscript.cpp.
Definition at line 1211 of file ktranscript.cpp.
Definition at line 332 of file ktranscript.cpp.
| JSValue* variantToJsValue | ( | const QVariant & | val | ) |
Definition at line 362 of file ktranscript.cpp.
KDE 4.6 API Reference