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.
|
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) |
|
◆ CALLARG
#define CALLARG |
( |
|
i | ) |
(args.size() > i ? args[i] : jsNull()) |
◆ DBGP
#define DBGP "KTranscript: " |
◆ SFNAME
◆ SPREF
◆ WARNP
#define WARNP "KTranscript: " |
◆ TsConfig
◆ TsConfigGroup
◆ bin_read_int()
static quint32 bin_read_int |
( |
const char * |
fc, |
|
|
qlonglong |
len, |
|
|
qlonglong & |
pos |
|
) |
| |
|
static |
◆ bin_read_int64()
static quint64 bin_read_int64 |
( |
const char * |
fc, |
|
|
qlonglong |
len, |
|
|
qlonglong & |
pos |
|
) |
| |
|
static |
◆ bin_read_int_nbytes()
template<typename T >
static int bin_read_int_nbytes |
( |
const char * |
fc, |
|
|
qlonglong |
len, |
|
|
qlonglong & |
pos, |
|
|
int |
nbytes |
|
) |
| |
|
static |
◆ bin_read_string()
static QByteArray bin_read_string |
( |
const char * |
fc, |
|
|
qlonglong |
len, |
|
|
qlonglong & |
pos |
|
) |
| |
|
static |
◆ countLines()
int countLines |
( |
const QString & |
s, |
|
|
int |
p |
|
) |
| |
◆ dbgout() [1/4]
void dbgout |
( |
const char * |
str | ) |
|
◆ dbgout() [2/4]
template<typename T1 >
void dbgout |
( |
const char * |
str, |
|
|
const T1 & |
a1 |
|
) |
| |
◆ dbgout() [3/4]
template<typename T1 , typename T2 >
void dbgout |
( |
const char * |
str, |
|
|
const T1 & |
a1, |
|
|
const T2 & |
a2 |
|
) |
| |
◆ dbgout() [4/4]
template<typename T1 , typename T2 , typename T3 >
void dbgout |
( |
const char * |
str, |
|
|
const T1 & |
a1, |
|
|
const T2 & |
a2, |
|
|
const T3 & |
a3 |
|
) |
| |
◆ expt2str()
QString expt2str |
( |
ExecState * |
exec | ) |
|
◆ load_transcript()
◆ normKeystr()
QByteArray normKeystr |
( |
const QString & |
raw, |
|
|
bool |
mayHaveAcc = true |
|
) |
| |
◆ readConfig()
TsConfig readConfig |
( |
const QString & |
fname | ) |
|
◆ toCaseFirst()
static QString toCaseFirst |
( |
const QString & |
qstr, |
|
|
int |
qnalt, |
|
|
bool |
toupper |
|
) |
| |
|
static |
◆ trimSmart()
QString trimSmart |
( |
const QString & |
raw | ) |
|
◆ variantToJsValue()
JSValue* variantToJsValue |
( |
const QVariant & |
val | ) |
|
◆ warnout() [1/2]
void warnout |
( |
const char * |
str | ) |
|
◆ warnout() [2/2]
template<typename T1 >
void warnout |
( |
const char * |
str, |
|
|
const T1 & |
a1 |
|
) |
| |
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Jan 26 2021 00:00:00 by
doxygen 1.9.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.