|
|
#include <ArmarXGui/gui-plugins/LoggingPlugin/ArmarXLogViewer/LogTableModel.h>
Public Attributes | |
| LogColumn | column = LogColumn::Unknown |
| int | intValue = 0 |
| value as int, for the verbosity / file-line comparisons | |
| MatchMode | mode = MatchMode::Contains |
| QString | qValue |
| value as QString, for substring (Contains) matching | |
| std::string | value |
Definition at line 71 of file LogTableModel.h.
| LogColumn column = LogColumn::Unknown |
Definition at line 73 of file LogTableModel.h.
| int intValue = 0 |
value as int, for the verbosity / file-line comparisons
Definition at line 76 of file LogTableModel.h.
| MatchMode mode = MatchMode::Contains |
Definition at line 77 of file LogTableModel.h.
| QString qValue |
value as QString, for substring (Contains) matching
Definition at line 75 of file LogTableModel.h.
| std::string value |
Definition at line 74 of file LogTableModel.h.