libkdepim
KPIM::CustomLogWidget Class Reference
#include <customlogwidget.h>
Inheritance diagram for KPIM::CustomLogWidget:
Public Member Functions | |
CustomLogWidget (QWidget *parent=0) | |
~CustomLogWidget () | |
void | addEndLineLogEntry () |
void | addErrorLogEntry (const QString &log) |
void | addInfoLogEntry (const QString &log) |
void | addTitleLogEntry (const QString &log) |
bool | isEmpty () const |
QString | toHtml () const |
QString | toPlainText () const |
Detailed Description
Definition at line 43 of file customlogwidget.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 107 of file customlogwidget.cpp.
CustomLogWidget::~CustomLogWidget | ( | ) |
Definition at line 114 of file customlogwidget.cpp.
Member Function Documentation
void CustomLogWidget::addEndLineLogEntry | ( | ) |
Definition at line 148 of file customlogwidget.cpp.
void CustomLogWidget::addErrorLogEntry | ( | const QString & | log | ) |
Definition at line 139 of file customlogwidget.cpp.
void CustomLogWidget::addInfoLogEntry | ( | const QString & | log | ) |
Definition at line 130 of file customlogwidget.cpp.
void CustomLogWidget::addTitleLogEntry | ( | const QString & | log | ) |
Definition at line 118 of file customlogwidget.cpp.
bool CustomLogWidget::isEmpty | ( | ) | const |
Definition at line 198 of file customlogwidget.cpp.
QString CustomLogWidget::toHtml | ( | ) | const |
Definition at line 156 of file customlogwidget.cpp.
QString CustomLogWidget::toPlainText | ( | ) | const |
Definition at line 189 of file customlogwidget.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.