The QScriptSyntaxCheckResult class provides the result of a script syntax check. More...
Header: | #include <QScriptSyntaxCheckResult> |
qmake: | QT += script |
Since: | Qt 4.5 |
enum | State { Error, Intermediate, Valid } |
QScriptSyntaxCheckResult(const QScriptSyntaxCheckResult &other) | |
~QScriptSyntaxCheckResult() | |
int | errorColumnNumber() const |
int | errorLineNumber() const |
QString | errorMessage() const |
QScriptSyntaxCheckResult::State | state() const |
QScriptSyntaxCheckResult & | operator=(const QScriptSyntaxCheckResult &other) |
The QScriptSyntaxCheckResult class provides the result of a script syntax check.
QScriptSyntaxCheckResult is returned by QScriptEngine::checkSyntax() to provide information about the syntactical (in)correctness of a script.
This enum specifies the state of a syntax check.
Constant | Value | Description |
---|---|---|
QScriptSyntaxCheckResult::Error |
0 |
The program contains a syntax error. |
QScriptSyntaxCheckResult::Intermediate |
1 |
The program is incomplete. |
QScriptSyntaxCheckResult::Valid |
2 |
The program is a syntactically correct Qt Script program. |
Constructs a new QScriptSyntaxCheckResult from the other result.
Destroys this QScriptSyntaxCheckResult.
Returns the error column number of this QScriptSyntaxCheckResult, or -1 if there is no error.
See also state() and errorLineNumber().
Returns the error line number of this QScriptSyntaxCheckResult, or -1 if there is no error.
See also state() and errorMessage().
Returns the error message of this QScriptSyntaxCheckResult, or an empty string if there is no error.
See also state() and errorLineNumber().
Returns the state of this QScriptSyntaxCheckResult.
Assigns the other result to this QScriptSyntaxCheckResult, and returns a reference to this QScriptSyntaxCheckResult.
As part of the free Business evaluation, we offer a free welcome call for companies, to talk about your requirements, and how the Felgo SDK & Services can help you. Just sign up and schedule your call.
Sign up now to start your free Business evaluation: