#include <logs_table_model.hpp>
|
void | clear () |
|
int | columnCount (const QModelIndex &parent=QModelIndex()) const override |
|
QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const override |
|
QVariant | headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const override |
|
| LogsTableModel (QObject *parent=0) |
|
const QString & | message (int index) const |
|
const QString & | nodeName (int index) const |
|
void | push_back (const rosgraph_msgs::Log::ConstPtr &pushed_log) |
|
void | push_back (const std::vector< rosgraph_msgs::Log::ConstPtr > &pushed_logs) |
|
int | rowCount (const QModelIndex &parent=QModelIndex()) const override |
|
Severity | severity (int index) const |
|
int | size () const |
|
TimePoint | timestamp (int index) const |
|
Definition at line 16 of file logs_table_model.hpp.
LogsTableModel::LogsTableModel |
( |
QObject * |
parent = 0 | ) |
|
|
explicit |
void LogsTableModel::clear |
( |
| ) |
|
int LogsTableModel::columnCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
|
override |
QVariant LogsTableModel::data |
( |
const QModelIndex & |
index, |
|
|
int |
role = Qt::DisplayRole |
|
) |
| const |
|
override |
QVariant LogsTableModel::headerData |
( |
int |
section, |
|
|
Qt::Orientation |
orientation, |
|
|
int |
role = Qt::DisplayRole |
|
) |
| const |
|
override |
const QString & LogsTableModel::message |
( |
int |
index | ) |
const |
const QString & LogsTableModel::nodeName |
( |
int |
index | ) |
const |
void LogsTableModel::push_back |
( |
const rosgraph_msgs::Log::ConstPtr & |
pushed_log | ) |
|
void LogsTableModel::push_back |
( |
const std::vector< rosgraph_msgs::Log::ConstPtr > & |
pushed_logs | ) |
|
int LogsTableModel::rowCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
|
override |
void LogsTableModel::rowsShifted |
( |
int |
| ) |
|
|
signal |
int LogsTableModel::size |
( |
| ) |
const |
|
inline |
TimePoint LogsTableModel::timestamp |
( |
int |
index | ) |
const |
size_t LogsTableModel::_count |
|
private |
boost::circular_buffer<LogItem> LogsTableModel::_logs |
|
private |
std::set<QString> LogsTableModel::_node_list |
|
private |
std::set<QString> LogsTableModel::_source_list |
|
private |
The documentation for this class was generated from the following files: