LogViewer.cpp File Reference
#include "LogViewer.h"
#include "LogTableModel.h"
#include "LogTable.h"
#include "FilterDialog.h"
#include <ArmarXCore/interface/core/ManagedIceObjectDefinitions.h>
#include <ArmarXGui/gui-plugins/LoggingPlugin/ui_FilterDialog.h>
#include <sstream>
#include <QToolBar>
#include <QScrollBar>
#include <QTimer>
#include <QInputDialog>
#include <QStatusBar>
#include <QMainWindow>
#include <boost/algorithm/string/regex.hpp>
+ Include dependency graph for LogViewer.cpp:

Go to the source code of this file.

Namespaces

 armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 

Macros

#define ALL_MESSAGES_FILTER   "All Messages"
 
#define REGEX_COLORS   "\033\\[(\\d|\\w?)[;]?(\\d+)m"
 
#define USERROLE_BASENAME   Qt::UserRole+3
 
#define USERROLE_LOGTABLEID   Qt::UserRole+1
 
#define USERROLE_LOGTABLEPTR   Qt::UserRole+2
 

Macro Definition Documentation

◆ ALL_MESSAGES_FILTER

#define ALL_MESSAGES_FILTER   "All Messages"

Definition at line 49 of file LogViewer.cpp.

◆ REGEX_COLORS

#define REGEX_COLORS   "\033\\[(\\d|\\w?)[;]?(\\d+)m"

Definition at line 48 of file LogViewer.cpp.

◆ USERROLE_BASENAME

#define USERROLE_BASENAME   Qt::UserRole+3

Definition at line 47 of file LogViewer.cpp.

◆ USERROLE_LOGTABLEID

#define USERROLE_LOGTABLEID   Qt::UserRole+1

Definition at line 45 of file LogViewer.cpp.

◆ USERROLE_LOGTABLEPTR

#define USERROLE_LOGTABLEPTR   Qt::UserRole+2

Definition at line 46 of file LogViewer.cpp.