#include <errorLog.h>
Public Member Functions | |
| errorLog (QWidget *parent=0, const char *=0, Qt::WFlags flags=0) | |
| ~errorLog () | |
Public Slots | |
| virtual void | updateErrors (const QString &) |
Protected Slots | |
| virtual void | languageChange () |
| virtual void | toggleCritical (bool) |
| virtual void | toggleDebug (bool) |
| virtual void | toggleFatal (bool) |
| virtual void | toggleWarning (bool) |
| errorLog::errorLog | ( | QWidget * | parent = 0, |
| const char * | name = 0, |
||
| Qt::WFlags | flags = 0 |
||
| ) |
| void errorLog::languageChange | ( | ) | [protected, virtual, slot] |
Reimplemented from QWidget.
| void errorLog::toggleCritical | ( | bool | y | ) | [protected, virtual, slot] |
| void errorLog::toggleDebug | ( | bool | y | ) | [protected, virtual, slot] |
| void errorLog::toggleFatal | ( | bool | y | ) | [protected, virtual, slot] |
| void errorLog::toggleWarning | ( | bool | y | ) | [protected, virtual, slot] |
| void errorLog::updateErrors | ( | const QString & | msg | ) | [virtual, slot] |
| Generated on Mon Jan 23 2012 12:22:33 | xTuple ERP Programmer Reference, Version 3.8.0 |
1.7.6.1
|