#include <ArmarXGui/gui-plugins/LoggingPlugin/ArmarXLogViewer/LogTable.h>
Definition at line 56 of file LogTable.h.
◆ LogTable()
◆ ~LogTable()
◆ 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 | ) |
|
◆ 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 |
◆ showEvent()
void showEvent |
( |
QShowEvent * |
event | ) |
|
|
overrideprotected |
◆ LogSearch
◆ autoscrollActive
◆ bufferMutex
◆ currentLiveFilter
QString currentLiveFilter |
|
protected |
◆ fileOpener
◆ lastLiveFilter
◆ logBuffer
std::vector<LogMessage> logBuffer |
|
protected |
◆ 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