Qyoto
4.0.7
Qyoto is a C# language binding for Qt
|
The QScriptSyntaxCheckResult class provides the result of a script syntax check. More...
Public Types | |
enum | State { Error = 0, Intermediate = 1, Valid = 2 } |
More... | |
Public Member Functions | |
QScriptSyntaxCheckResult (QScriptSyntaxCheckResult other) | |
More... | |
virtual void | CreateProxy () |
new void | Dispose () |
Protected Member Functions | |
QScriptSyntaxCheckResult (System.Type dummy) | |
Protected Attributes | |
SmokeInvocation | interceptor |
Properties | |
int | ErrorColumnNumber [get] |
More... | |
int | ErrorLineNumber [get] |
More... | |
string | ErrorMessage [get] |
More... | |
QScriptSyntaxCheckResult.State | state [get] |
More... | |
virtual System.IntPtr | SmokeObject [get, set] |
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.
|
protected |
QtScript.QScriptSyntaxCheckResult.QScriptSyntaxCheckResult | ( | QScriptSyntaxCheckResult | other | ) |
Constructs a new QScriptSyntaxCheckResult from the other result.
|
virtual |
new void QtScript.QScriptSyntaxCheckResult.Dispose | ( | ) |
|
protected |
|
get |
Returns the error column number of this QScriptSyntaxCheckResult, or -1 if there is no error.
See also state() and errorLineNumber().
|
get |
Returns the error line number of this QScriptSyntaxCheckResult, or -1 if there is no error.
See also state() and errorMessage().
|
get |
Returns the error message of this QScriptSyntaxCheckResult, or an empty string if there is no error.
See also state() and errorLineNumber().
|
getset |
|
get |
Returns the state of this QScriptSyntaxCheckResult.