![]() |
tuchulcha
0.10.1
Graphical Workflow Configuration Editor
|
class for highlighting and handling filtering of log output More...
#include <LogViewProxyModel.h>
Public Member Functions | |
LogViewProxyModel (QObject *parent=0) | |
constructor | |
virtual QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const |
handle highlighting More... | |
Static Public Member Functions | |
static QRegExp | debugFilterRegex () |
regexp for filtering out debug lines | |
Definition at line 31 of file LogViewProxyModel.h.
|
virtual |
index | model index, i.e. row/col info |
role | display role like display text, color, icons etc. |
Definition at line 37 of file LogViewProxyModel.cpp.