#include </home/runner/work/yarp-documentation/yarp-documentation/yarp/src/guis/yarplogger/logtab.h>
Public Member Functions | |
LogTab (yarp::yarpLogger::LoggerEngine *_theLogger, MessageWidget *_system_message, std::string _portName, QWidget *parent=0, int refreshRate=100) | |
~LogTab () | |
void | displayYarprunTimestamp (bool enabled) |
void | displayLocalTimestamp (bool enabled) |
void | displaySystemTime (bool enabled) |
void | displayNetworkTime (bool enabled) |
void | displayExternalTime (bool enabled) |
void | displayLogLevel (bool enabled) |
void | displayFilename (bool enabled) |
void | displayLine (bool enabled) |
void | displayFunction (bool enabled) |
void | displayHostname (bool enabled) |
void | displayPid (bool enabled) |
void | displayCmd (bool enabled) |
void | displayArgs (bool enabled) |
void | displayThreadId (bool enabled) |
void | displayComponent (bool enabled) |
void | displayId (bool enabled) |
void | displayColors (bool enabled) |
void | displayGrid (bool enabled) |
void | clearLogModel () |
Public Attributes | |
QTimer * | logTimer |
LogModel * | logModel |
LogSortFilterProxyModel * | proxyModelButtons |
LogSortFilterProxyModel * | proxyModelSearch |
QClipboard * | clipboard |
|
explicit |
Definition at line 12 of file logtab.cpp.
LogTab::~LogTab | ( | ) |
Definition at line 159 of file logtab.cpp.
void LogTab::clearLogModel | ( | ) |
Definition at line 170 of file logtab.cpp.
void LogTab::displayArgs | ( | bool | enabled | ) |
Definition at line 278 of file logtab.cpp.
void LogTab::displayCmd | ( | bool | enabled | ) |
Definition at line 272 of file logtab.cpp.
void LogTab::displayColors | ( | bool | enabled | ) |
Definition at line 311 of file logtab.cpp.
void LogTab::displayComponent | ( | bool | enabled | ) |
Definition at line 299 of file logtab.cpp.
void LogTab::displayExternalTime | ( | bool | enabled | ) |
Definition at line 229 of file logtab.cpp.
void LogTab::displayFilename | ( | bool | enabled | ) |
Definition at line 242 of file logtab.cpp.
void LogTab::displayFunction | ( | bool | enabled | ) |
Definition at line 257 of file logtab.cpp.
void LogTab::displayGrid | ( | bool | enabled | ) |
Definition at line 317 of file logtab.cpp.
void LogTab::displayHostname | ( | bool | enabled | ) |
Definition at line 266 of file logtab.cpp.
void LogTab::displayId | ( | bool | enabled | ) |
Definition at line 305 of file logtab.cpp.
void LogTab::displayLine | ( | bool | enabled | ) |
Definition at line 251 of file logtab.cpp.
void LogTab::displayLocalTimestamp | ( | bool | enabled | ) |
Definition at line 211 of file logtab.cpp.
void LogTab::displayLogLevel | ( | bool | enabled | ) |
Definition at line 236 of file logtab.cpp.
void LogTab::displayNetworkTime | ( | bool | enabled | ) |
Definition at line 223 of file logtab.cpp.
void LogTab::displayPid | ( | bool | enabled | ) |
Definition at line 287 of file logtab.cpp.
void LogTab::displaySystemTime | ( | bool | enabled | ) |
Definition at line 217 of file logtab.cpp.
void LogTab::displayThreadId | ( | bool | enabled | ) |
Definition at line 293 of file logtab.cpp.
void LogTab::displayYarprunTimestamp | ( | bool | enabled | ) |
Definition at line 205 of file logtab.cpp.
LogSortFilterProxyModel* LogTab::proxyModelButtons |
LogSortFilterProxyModel* LogTab::proxyModelSearch |