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