22 bool parse(
const QString& fileName);
23 bool parse( QIODevice* device );
24 bool parse(
const QByteArray& bytesIn );
42 QString errorMessage_;
JsonParser()
Constructs the jsonparser.
Definition jsonparser.cpp:18
QVariant result()
Returns the result of the json parsing.
Definition jsonparser.cpp:104
QString errorMessage() const
Returns the errormessage.
Definition jsonparser.cpp:119
int errorLine() const
returns the line number of the error
Definition jsonparser.cpp:126
QByteArray stripCommentsFromJson(const QByteArray &bytesIn)
reads all bytes from the io device, while removing comments and keeping the number of lines quick and...
Definition jsonparser.cpp:149
QString fullErrorMessage() const
Returns the full eror message.
Definition jsonparser.cpp:140
int errorColumn() const
Returns the error column.
Definition jsonparser.cpp:133
bool parse(const QString &fileName)
loads the given keymap file returns true on success
Definition jsonparser.cpp:37
void clearErrors()
Clears the error flags/variables.
Definition jsonparser.cpp:111
#define EDBEE_EXPORT
Definition exports.h:15
QT Acessibility has an issue with reporting blank lines between elements lines. defining 'WINDOWS_EMP...
Definition commentcommand.cpp:20