#include <canrawlogger.h>
◆ CanRawLogger() [1/2]
CanRawLogger::CanRawLogger |
( |
| ) |
|
◆ CanRawLogger() [2/2]
◆ ~CanRawLogger()
CanRawLogger::~CanRawLogger |
( |
| ) |
|
◆ configChanged()
void CanRawLogger::configChanged |
( |
| ) |
|
|
overridevirtual |
◆ frameReceived
void CanRawLogger::frameReceived |
( |
const QCanBusFrame & |
frame | ) |
|
|
slot |
◆ frameSent
void CanRawLogger::frameSent |
( |
bool |
status, |
|
|
const QCanBusFrame & |
frame |
|
) |
| |
|
slot |
◆ getConfig()
QJsonObject CanRawLogger::getConfig |
( |
| ) |
const |
|
overridevirtual |
◆ getQConfig()
std::shared_ptr< QWidget > CanRawLogger::getQConfig |
( |
| ) |
const |
|
overridevirtual |
◆ getSupportedProperties()
Gets list of properties supported by this component
- Returns
- list of supported properties
Implements ComponentInterface.
◆ mainWidget()
QWidget * CanRawLogger::mainWidget |
( |
| ) |
|
|
overridevirtual |
Gets components's main widget.
- Returns
- Main widget or nullptr if component doesn't have it
Implements ComponentInterface.
◆ mainWidgetDocked()
bool CanRawLogger::mainWidgetDocked |
( |
| ) |
const |
|
overridevirtual |
Main widget docking status.
- Returns
- returns true if widget is docked (part of MDI) or undocked (separate window)
Implements ComponentInterface.
◆ mainWidgetDockToggled
void CanRawLogger::mainWidgetDockToggled |
( |
QWidget * |
widget | ) |
|
|
overridesignal |
◆ setConfig() [1/2]
void CanRawLogger::setConfig |
( |
const QJsonObject & |
json | ) |
|
|
overridevirtual |
Sets configuration for component.
- Parameters
-
json | configuration to be aplied |
Implements ComponentInterface.
◆ setConfig() [2/2]
void CanRawLogger::setConfig |
( |
const QWidget & |
qobject | ) |
|
|
overridevirtual |
Sets configuration for component.
- Parameters
-
QWidget | configuration to be aplied |
Implements ComponentInterface.
◆ simBcastRcv
void CanRawLogger::simBcastRcv |
( |
const QJsonObject & |
msg, |
|
|
const QVariant & |
param |
|
) |
| |
|
overrideslot |
◆ simBcastSnd
void CanRawLogger::simBcastSnd |
( |
const QJsonObject & |
msg, |
|
|
const QVariant & |
param = QVariant() |
|
) |
| |
|
overridesignal |
◆ startSimulation
void CanRawLogger::startSimulation |
( |
| ) |
|
|
overrideslot |
◆ stopSimulation
void CanRawLogger::stopSimulation |
( |
| ) |
|
|
overrideslot |
The documentation for this class was generated from the following files: