Eneboo - Documentación para desarrolladores
Métodos públicos
Referencia de la Clase QSStackFrame

The QSStackFrame class provides information about a function call in the stack trace. Más...

#include <qsinterpreter.h>

Lista de todos los miembros.

Métodos públicos

 QSStackFrame (const QString &fun=QString::null, const QString &file=QString::null, int line=0, QObject *con=0)
QString scriptName () const
QString function () const
int line () const
QObjectcontext () const

Descripción detallada

The QSStackFrame class provides information about a function call in the stack trace.

A QSStackFrame object only makes sense when grouped together in a QSStackTrace to provide a trace of the execution up to where an error occurred.

The QSStackFrame contains four values: file name, line number, function name, and context.


Documentación del constructor y destructor

QSStackFrame::QSStackFrame ( const QString fun = QString::null,
const QString file = QString::null,
int  line = 0,
QObject con = 0 
) [inline]

Documentación de las funciones miembro

QObject * QSStackFrame::context ( ) const [inline]

Returns the context of the function if it was evaluated in the context of a QObject; otherwise returns 0.

QString QSStackFrame::function ( ) const [inline]

Returns the name of the function that this stack frame describes.

int QSStackFrame::line ( ) const [inline]

Returns the line number within the script.

QString QSStackFrame::scriptName ( ) const [inline]

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.


La documentación para esta clase fue generada a partir de los siguientes ficheros:
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'