Vidalia
0.3.1
|
#include <DebugDialog.h>
Public Member Functions | |
DebugDialog (QWidget *parent=0) | |
~DebugDialog () | |
void | fillText (QTextEdit *tedit, QStringList buffer) |
Static Public Member Functions | |
static void | outputDebug (const QString &msg) |
static void | syntaxDebug (const QString &msg) |
static void | exceptDebug (const QString &msg) |
static void | clear () |
Private Attributes | |
Ui::DebugDialog | ui |
Static Private Attributes | |
static QStringList | outputBuffer |
static QStringList | syntaxBuffer |
static QStringList | exceptBuffer |
Definition at line 24 of file DebugDialog.h.
DebugDialog::DebugDialog | ( | QWidget * | parent = 0 | ) |
Definition at line 23 of file DebugDialog.cpp.
References exceptBuffer, fillText(), outputBuffer, syntaxBuffer, and ui.
DebugDialog::~DebugDialog | ( | ) |
Definition at line 33 of file DebugDialog.cpp.
|
static |
Definition at line 64 of file DebugDialog.cpp.
References exceptBuffer, outputBuffer, and syntaxBuffer.
|
static |
Definition at line 58 of file DebugDialog.cpp.
References exceptBuffer.
Referenced by PluginWrapper::checkExceptions(), and PluginWrapper::emitPluginTab().
void DebugDialog::fillText | ( | QTextEdit * | tedit, |
QStringList | buffer | ||
) |
Definition at line 36 of file DebugDialog.cpp.
Referenced by DebugDialog().
|
static |
Definition at line 46 of file DebugDialog.cpp.
References outputBuffer.
Referenced by PluginWrapper::buildGUI(), PluginEngine::loadAllPlugins(), PluginEngine::PluginEngine(), PluginWrapper::PluginWrapper(), PluginWrapper::processInfo(), PluginWrapper::start(), PluginWrapper::stop(), and PluginEngine::tryLoadPlugin().
|
static |
Definition at line 52 of file DebugDialog.cpp.
References syntaxBuffer.
Referenced by PluginWrapper::PluginWrapper(), and PluginWrapper::processInfo().
|
staticprivate |
Definition at line 43 of file DebugDialog.h.
Referenced by clear(), DebugDialog(), and exceptDebug().
|
staticprivate |
Definition at line 41 of file DebugDialog.h.
Referenced by clear(), DebugDialog(), and outputDebug().
|
staticprivate |
Definition at line 42 of file DebugDialog.h.
Referenced by clear(), DebugDialog(), and syntaxDebug().
|
private |
Definition at line 45 of file DebugDialog.h.
Referenced by DebugDialog().