int functionEndLineNumber() const
Returns the line number where the definition of the called function ends, or -1 if the line number is...
QT_DEPRECATED int columnNumber() const
int functionMetaIndex() const
Returns the meta index of the called function, or -1 if the meta index is not available.
QString fileName() const
Returns the name of the file where the code being executed was defined, if available; otherwise retur...
int lineNumber() const
Returns the line number corresponding to the statement being executed, or -1 if the line number is no...
int functionStartLineNumber() const
Returns the line number where the definition of the called function starts, or -1 if the line number ...
QStringList functionParameterNames() const
Returns the names of the formal parameters of the called function, or an empty QStringList if the par...
FunctionType functionType() const
Returns the type of the called function.
qint64 scriptId() const
Returns the ID of the script where the code being executed was defined, or -1 if the ID is not availa...
QString functionName() const
Returns the name of the called function, or an empty string if the name is not available.