|Home | Tutorial | Classes | Functions | Qt Scripter | Language | Library | Qt API | QSA Articles | Qt Script for Applications | ![]() |
The QSStackFrame class provides information about on function call in the stack trace. More...
#include <qsinterpreter.h>
The QSStackFrame class provides information about on function call in the stack trace.
A QSStackFrame object only makes sence when grouped together in a QSStackTrace to provied a trace of the execution up to where an error occured.
The QSStackFrame contains the four values file name, line number, function name and context.
Returns the context of the function if it was evaluated in the context of a QObject; otherwise 0
Returns the function that this stack frame describes.
Returns the line number within the script.
Returns the name of the script in which the function is located if the script name was specified when the function was evaluated; otherwise returns QString::null.
This file is part of Qt Script for Applications, copyright © 2001-2003 Trolltech. All Rights Reserved.
Copyright © 2001-2003 Trolltech | Trademarks | QSA version 1.0.0-beta2
|