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