#include <ArmarXGui/gui-plugins/LoggingPlugin/ArmarXLogViewer/LogTable.h>
|
| void | addLabelRequested (const LogMessage &message) |
| | Emitted from the context menu to pin the given line (assign a label).
|
| |
| void | removeLabelRequested (const LogMessage &message) |
| | Emitted from the context menu to remove the pin on the given line.
|
| |
Definition at line 55 of file LogTable.h.
◆ LogTable()
◆ ~LogTable()
◆ addLabelRequested
| void addLabelRequested |
( |
const LogMessage & | message | ) |
|
|
signal |
Emitted from the context menu to pin the given line (assign a label).
◆ checkAutoScroll [1/2]
| bool checkAutoScroll |
( |
const QModelIndex & | parent, |
|
|
int | start, |
|
|
int | end ) |
|
slot |
◆ checkAutoScroll [2/2]
| bool checkAutoScroll |
( |
int | dummy = 0 | ) |
|
|
slot |
◆ doubleClickOnCell
| void doubleClickOnCell |
( |
const QModelIndex & | index | ) |
|
|
slot |
◆ fillSearchResults()
| void fillSearchResults |
( |
| ) |
|
◆ getCurrentLiveFilter()
| QString getCurrentLiveFilter |
( |
| ) |
const |
◆ getLiveFilterStr()
| QString getLiveFilterStr |
( |
| ) |
|
|
inline |
◆ getMaxNewLogLevelType()
| MessageType getMaxNewLogLevelType |
( |
| ) |
|
|
inline |
◆ getModel()
◆ getNewMessageCount()
| int getNewMessageCount |
( |
| ) |
|
|
inline |
◆ hideEvent()
| void hideEvent |
( |
QHideEvent * | | ) |
|
|
overrideprotected |
◆ itemsAdded
| void itemsAdded |
( |
QModelIndex | leftTop, |
|
|
QModelIndex | bottomRight ) |
|
slot |
◆ liveFilter()
| void liveFilter |
( |
const QString & | search, |
|
|
int | startRow = 0 ) |
◆ liveFilterRow()
| void liveFilterRow |
( |
const QString & | filterStr, |
|
|
int | row ) |
◆ liveSearch()
| bool liveSearch |
( |
const QString & | search | ) |
|
◆ removeLabelRequested
| void removeLabelRequested |
( |
const LogMessage & | message | ) |
|
|
signal |
Emitted from the context menu to remove the pin on the given line.
◆ resetLiveFilter()
◆ resetLiveSearch()
◆ resetNewMessageCount()
| void resetNewMessageCount |
( |
| ) |
|
|
inlineprotected |
◆ rowsAboutToBeRemoved
| void rowsAboutToBeRemoved |
( |
const QModelIndex & | parent, |
|
|
int | start, |
|
|
int | end ) |
|
overrideslot |
◆ rowsInserted
| void rowsInserted |
( |
const QModelIndex & | parent, |
|
|
int | start, |
|
|
int | end ) |
|
overrideslot |
◆ selectNextSearchResult
| bool selectNextSearchResult |
( |
bool | backwards = true, |
|
|
bool | keepSelectionIfPossible = false ) |
|
slot |
◆ showContextMenu
| void showContextMenu |
( |
const QPoint & | pos | ) |
|
|
slot |
Build the right-click menu ("Add label" / "Remove label") for the row under pos.
Definition at line 119 of file LogTable.cpp.
◆ showEvent()
| void showEvent |
( |
QShowEvent * | event | ) |
|
|
overrideprotected |
◆ LogSearch
◆ autoscrollActive
◆ currentLiveFilter
| QString currentLiveFilter |
|
protected |
◆ fileOpener
◆ lastLiveFilter
◆ maxNewLogLevelType
| MessageType maxNewLogLevelType |
|
protected |
◆ newMessageCount
◆ selectedSearchIndex
The documentation for this class was generated from the following files:
- ArmarXGui/gui-plugins/LoggingPlugin/ArmarXLogViewer/LogTable.h
- ArmarXGui/gui-plugins/LoggingPlugin/ArmarXLogViewer/LogTable.cpp