#include <LogViewerController.h>
Definition at line 11 of file LogViewerController.h.
◆ SourceType
◆ LogViewerController()
| LogViewerController::LogViewerController |
( |
QObject * |
parent = nullptr | ) |
|
|
explicit |
◆ ~LogViewerController()
| LogViewerController::~LogViewerController |
( |
| ) |
|
◆ clear()
| void LogViewerController::clear |
( |
| ) |
|
◆ clearSelection()
| void LogViewerController::clearSelection |
( |
| ) |
|
◆ currentLogPath()
| QString LogViewerController::currentLogPath |
( |
| ) |
const |
|
inline |
◆ currentLogPathChanged
| void LogViewerController::currentLogPathChanged |
( |
| ) |
|
|
signal |
◆ eventColor()
| QString LogViewerController::eventColor |
( |
const QString & |
eventType | ) |
const |
◆ fieldColor()
| QString LogViewerController::fieldColor |
( |
const QString & |
fieldName | ) |
const |
Returns a deterministic hash-based color for unselected fields. For selected fields, QML assigns index-based colors from its own palette.
Definition at line 103 of file LogViewerController.cc.
◆ fieldRows()
| QVariantList LogViewerController::fieldRows |
( |
| ) |
const |
|
inline |
◆ fieldRowsChanged
| void LogViewerController::fieldRowsChanged |
( |
| ) |
|
|
signal |
◆ hasLoadedLog()
| bool LogViewerController::hasLoadedLog |
( |
| ) |
const |
|
inline |
◆ isFieldSelected()
| bool LogViewerController::isFieldSelected |
( |
const QString & |
fieldName | ) |
const |
◆ isGroupExpanded()
| bool LogViewerController::isGroupExpanded |
( |
const QString & |
groupName | ) |
const |
◆ openBinLog()
| void LogViewerController::openBinLog |
( |
const QString & |
path | ) |
|
◆ openTLog()
| void LogViewerController::openTLog |
( |
const QString & |
path | ) |
|
◆ openULogFile()
| void LogViewerController::openULogFile |
( |
const QString & |
path | ) |
|
◆ selectedFields()
| QStringList LogViewerController::selectedFields |
( |
| ) |
const |
|
inline |
◆ selectedFieldsChanged
| void LogViewerController::selectedFieldsChanged |
( |
| ) |
|
|
signal |
◆ setFieldSelected()
| void LogViewerController::setFieldSelected |
( |
const QString & |
fieldName, |
|
|
bool |
selected |
|
) |
| |
◆ setPlottableFields()
| void LogViewerController::setPlottableFields |
( |
const QStringList & |
fieldNames | ) |
|
◆ sourceType()
| SourceType LogViewerController::sourceType |
( |
| ) |
const |
|
inline |
◆ sourceTypeChanged
| void LogViewerController::sourceTypeChanged |
( |
| ) |
|
|
signal |
◆ toggleGroupExpanded()
| void LogViewerController::toggleGroupExpanded |
( |
const QString & |
groupName | ) |
|
The documentation for this class was generated from the following files: