kpilot/kpilot
LogWidget Class Reference
Inheritance diagram for LogWidget:

Detailed Description
Definition at line 40 of file logWidget.h.
Public Slots | |
| void | addMessage (const QString &) |
| void | addError (const QString &) |
| void | addProgress (const QString &, int) |
| void | syncDone () |
Public Member Functions | |
| LogWidget (QWidget *) | |
| ~LogWidget () | |
| bool | showTime () const |
| void | setShowTime (bool b) |
| virtual ASYNC | logError (QString) |
| virtual ASYNC | logMessage (QString) |
| virtual ASYNC | logProgress (QString, int) |
| virtual ASYNC | logStartSync () |
| virtual ASYNC | logEndSync () |
| QHBox * | buttonBox () const |
Member Function Documentation
| ASYNC LogWidget::logError | ( | QString | ) | [virtual] |
The documentation for this class was generated from the following files:

