Eneboo - Documentación para desarrolladores
|
#include <outputwindow.h>
Métodos públicos | |
OutputWindow (QWidget *parent) | |
~OutputWindow () | |
void | setErrorMessages (const QStringList &errors, const QValueList< uint > &lines, bool clear, const QStringList &locations, const QObjectList &locationObjects) |
void | appendDebug (const QString &) |
void | clearErrorMessages () |
void | clearDebug () |
void | showDebugTab () |
DesignerOutputDock * | iFace () |
void | shuttingDown () |
Atributos públicos estáticos | |
static QtMsgHandler | oldMsgHandler = 0 |
OutputWindow::OutputWindow | ( | QWidget * | parent | ) |
OutputWindow::~OutputWindow | ( | ) |
void OutputWindow::appendDebug | ( | const QString & | text | ) |
void OutputWindow::clearDebug | ( | ) |
void OutputWindow::clearErrorMessages | ( | ) |
DesignerOutputDock * OutputWindow::iFace | ( | ) |
void OutputWindow::setErrorMessages | ( | const QStringList & | errors, |
const QValueList< uint > & | lines, | ||
bool | clear, | ||
const QStringList & | locations, | ||
const QObjectList & | locationObjects | ||
) |
void OutputWindow::showDebugTab | ( | ) |
void OutputWindow::shuttingDown | ( | ) |
QtMsgHandler OutputWindow::oldMsgHandler = 0 [static] |