tuchulcha  0.10.1
Graphical Workflow Configuration Editor
LogViewProxyModel Class Reference

class for highlighting and handling filtering of log output More...

#include <LogViewProxyModel.h>

Inheritance diagram for LogViewProxyModel:

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
 

Detailed Description

Definition at line 31 of file LogViewProxyModel.h.

Member Function Documentation

QVariant LogViewProxyModel::data ( const QModelIndex &  index,
int  role = Qt::DisplayRole 
) const
virtual
Parameters
indexmodel index, i.e. row/col info
roledisplay role like display text, color, icons etc.
Returns
the data stored under the given role for the item referred to by the index.

Definition at line 37 of file LogViewProxyModel.cpp.


The documentation for this class was generated from the following files: