kpilot
LogWidget Class Reference
#include <logWidget.h>

Detailed Description
Definition at line 39 of file logWidget.h.
Public Slots | |
| void | addError (const QString &) |
| void | addMessage (const QString &) |
| void | addProgress (const QString &, int) |
| void | syncDone () |
Public Member Functions | |
| KHBox * | buttonBox () const |
| virtual void | hidePage () |
| virtual void | logEndSync () |
| virtual void | logError (const QString &) |
| virtual void | logMessage (const QString &) |
| virtual void | logProgress (const QString &, int) |
| virtual void | logStartSync () |
| LogWidget (QWidget *) | |
| void | setShowTime (bool b) |
| virtual void | showPage () |
| bool | showTime () const |
| ~LogWidget () | |
Constructor & Destructor Documentation
| LogWidget::LogWidget | ( | QWidget * | parent | ) |
Definition at line 51 of file logWidget.cc.
| LogWidget::~LogWidget | ( | ) | [inline] |
Definition at line 45 of file logWidget.h.
Member Function Documentation
| void LogWidget::addError | ( | const QString & | s | ) | [slot] |
Definition at line 152 of file logWidget.cc.
| void LogWidget::addMessage | ( | const QString & | s | ) | [slot] |
Definition at line 131 of file logWidget.cc.
| void LogWidget::addProgress | ( | const QString & | s, | |
| int | i | |||
| ) | [slot] |
Definition at line 171 of file logWidget.cc.
| KHBox* LogWidget::buttonBox | ( | ) | const [inline] |
Definition at line 68 of file logWidget.h.
| virtual void LogWidget::hidePage | ( | ) | [inline, virtual] |
Called when the component is hidden in kpilot.
It should clean up to save memory.
Implements ComponentPageBase.
Definition at line 51 of file logWidget.h.
| void LogWidget::logEndSync | ( | ) | [virtual] |
Definition at line 209 of file logWidget.cc.
| void LogWidget::logError | ( | const QString & | s | ) | [virtual] |
| void LogWidget::logMessage | ( | const QString & | s | ) | [virtual] |
Definition at line 190 of file logWidget.cc.
| void LogWidget::logProgress | ( | const QString & | s, | |
| int | i | |||
| ) | [virtual] |
Definition at line 200 of file logWidget.cc.
| void LogWidget::logStartSync | ( | ) | [virtual] |
Definition at line 205 of file logWidget.cc.
| void LogWidget::setShowTime | ( | bool | b | ) | [inline] |
Definition at line 54 of file logWidget.h.
| virtual void LogWidget::showPage | ( | ) | [inline, virtual] |
Called when the component is shown in kpilot.
It should load everything it needs and populate the widgets.
Implements ComponentPageBase.
Definition at line 49 of file logWidget.h.
| bool LogWidget::showTime | ( | ) | const [inline] |
Definition at line 53 of file logWidget.h.
| void LogWidget::syncDone | ( | ) | [slot] |
Definition at line 183 of file logWidget.cc.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference