Vidalia  0.3.1
Public Member Functions | Static Public Member Functions | Private Attributes | Static Private Attributes | List of all members
DebugDialog Class Reference

#include <DebugDialog.h>

Inheritance diagram for DebugDialog:

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
 

Detailed Description

Definition at line 24 of file DebugDialog.h.

Constructor & Destructor Documentation

§ DebugDialog()

DebugDialog::DebugDialog ( QWidget *  parent = 0)

Definition at line 23 of file DebugDialog.cpp.

References exceptBuffer, fillText(), outputBuffer, syntaxBuffer, and ui.

§ ~DebugDialog()

DebugDialog::~DebugDialog ( )

Definition at line 33 of file DebugDialog.cpp.

Member Function Documentation

§ clear()

void DebugDialog::clear ( )
static

Definition at line 64 of file DebugDialog.cpp.

References exceptBuffer, outputBuffer, and syntaxBuffer.

§ exceptDebug()

void DebugDialog::exceptDebug ( const QString &  msg)
static

Definition at line 58 of file DebugDialog.cpp.

References exceptBuffer.

Referenced by PluginWrapper::checkExceptions(), and PluginWrapper::emitPluginTab().

§ fillText()

void DebugDialog::fillText ( QTextEdit *  tedit,
QStringList  buffer 
)

Definition at line 36 of file DebugDialog.cpp.

Referenced by DebugDialog().

§ outputDebug()

void DebugDialog::outputDebug ( const QString &  msg)
static

§ syntaxDebug()

void DebugDialog::syntaxDebug ( const QString &  msg)
static

Definition at line 52 of file DebugDialog.cpp.

References syntaxBuffer.

Referenced by PluginWrapper::PluginWrapper(), and PluginWrapper::processInfo().

Member Data Documentation

§ exceptBuffer

QStringList DebugDialog::exceptBuffer
staticprivate

Definition at line 43 of file DebugDialog.h.

Referenced by clear(), DebugDialog(), and exceptDebug().

§ outputBuffer

QStringList DebugDialog::outputBuffer
staticprivate

Definition at line 41 of file DebugDialog.h.

Referenced by clear(), DebugDialog(), and outputDebug().

§ syntaxBuffer

QStringList DebugDialog::syntaxBuffer
staticprivate

Definition at line 42 of file DebugDialog.h.

Referenced by clear(), DebugDialog(), and syntaxDebug().

§ ui

Ui::DebugDialog DebugDialog::ui
private

Definition at line 45 of file DebugDialog.h.

Referenced by DebugDialog().


The documentation for this class was generated from the following files: