Loading...
Searching...
No Matches
Protocols::SerialProtocolSettingsWidget Class Reference
Inheritance diagram for Protocols::SerialProtocolSettingsWidget:
Public Member Functions | |
| SerialProtocolSettingsWidget (QWidget *parent=nullptr) | |
| Device::DeviceSettings | getSettings () const override |
| void | setSettings (const Device::DeviceSettings &settings) override |
Public Member Functions inherited from Device::ProtocolSettingsWidget | |
| virtual Device::Node | getDevice () const |
| void | changed () |
| void | checkForChanges (QLineEdit *) |
| void | checkForChanges (QComboBox *) |
| void | checkForChanges (QSpinBox *) |
| void | checkForChanges (QTextEdit *) |
| void | checkForChanges (QCheckBox *) |
Protected Member Functions | |
| void | setDefaults () |
Protected Attributes | |
| QLineEdit * | m_name {} |
| score::ComboBox * | m_port {} |
| score::ComboBox * | m_rate {} |
| QTextEdit * | m_codeEdit {} |
Member Function Documentation
◆ getSettings()
|
overridevirtual |
Implements Device::ProtocolSettingsWidget.
◆ setSettings()
|
overridevirtual |
Implements Device::ProtocolSettingsWidget.
The documentation for this class was generated from the following files:
- SerialProtocolSettingsWidget.hpp
- SerialProtocolSettingsWidget.cpp
Public Member Functions inherited from