Loading...
Searching...
No Matches
Gfx::SharedOutputSettingsWidget Class Reference
Inheritance diagram for Gfx::SharedOutputSettingsWidget:
Public Member Functions | |
| SharedOutputSettingsWidget (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 Attributes | |
| QFormLayout * | m_layout {} |
| QLineEdit * | m_deviceNameEdit {} |
| QLineEdit * | m_shmPath {} |
| QSpinBox * | m_width {} |
| QSpinBox * | m_height {} |
| QSpinBox * | m_rate {} |
Member Function Documentation
◆ getSettings()
|
overridevirtual |
Implements Device::ProtocolSettingsWidget.
◆ setSettings()
|
overridevirtual |
Implements Device::ProtocolSettingsWidget.
The documentation for this class was generated from the following files:
- SharedOutputSettings.hpp
- SharedOutputSettings.cpp
Public Member Functions inherited from