#include <cansignaldecoder.h>
◆ CanSignalDecoder()
CanSignalDecoder::CanSignalDecoder |
( |
| ) |
|
◆ ~CanSignalDecoder()
CanSignalDecoder::~CanSignalDecoder |
( |
| ) |
|
◆ configChanged()
void CanSignalDecoder::configChanged |
( |
| ) |
|
|
overridevirtual |
◆ getConfig()
QJsonObject CanSignalDecoder::getConfig |
( |
| ) |
const |
|
overridevirtual |
◆ getQConfig()
std::shared_ptr< QWidget > CanSignalDecoder::getQConfig |
( |
| ) |
const |
|
overridevirtual |
◆ getSupportedProperties()
Gets list of properties supported by this component
- Returns
- list of supported properties
Implements ComponentInterface.
◆ mainWidget()
QWidget * CanSignalDecoder::mainWidget |
( |
| ) |
|
|
overridevirtual |
Gets components's main widget.
- Returns
- Main widget or nullptr if component doesn't have it
Implements ComponentInterface.
◆ mainWidgetDocked()
bool CanSignalDecoder::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 CanSignalDecoder::mainWidgetDockToggled |
( |
QWidget * |
widget | ) |
|
|
overridesignal |
◆ rcvFrame
void CanSignalDecoder::rcvFrame |
( |
const QCanBusFrame & |
frame, |
|
|
Direction const |
direction, |
|
|
bool |
status |
|
) |
| |
|
slot |
◆ requestRedraw
void CanSignalDecoder::requestRedraw |
( |
| ) |
|
|
signal |
◆ setConfig() [1/2]
void CanSignalDecoder::setConfig |
( |
const QJsonObject & |
json | ) |
|
|
overridevirtual |
Sets configuration for component.
- Parameters
-
json | configuration to be aplied |
Implements ComponentInterface.
◆ setConfig() [2/2]
void CanSignalDecoder::setConfig |
( |
const QWidget & |
qobject | ) |
|
|
overridevirtual |
Sets configuration for component.
- Parameters
-
QWidget | configuration to be aplied |
Implements ComponentInterface.
◆ simBcastRcv
void CanSignalDecoder::simBcastRcv |
( |
const QJsonObject & |
msg, |
|
|
const QVariant & |
param |
|
) |
| |
|
overrideslot |
◆ simBcastSnd
void CanSignalDecoder::simBcastSnd |
( |
const QJsonObject & |
msg, |
|
|
const QVariant & |
param = QVariant() |
|
) |
| |
|
overridesignal |
◆ sndSignal
void CanSignalDecoder::sndSignal |
( |
const QString & |
name, |
|
|
const QVariant & |
val, |
|
|
const Direction & |
dir |
|
) |
| |
|
signal |
◆ startSimulation
void CanSignalDecoder::startSimulation |
( |
| ) |
|
|
overrideslot |
◆ stopSimulation
void CanSignalDecoder::stopSimulation |
( |
| ) |
|
|
overrideslot |
The documentation for this class was generated from the following files: