2#include <Process/Inspector/ProcessInspectorWidgetDelegate.hpp>
4#include <Mapping/MappingModel.hpp>
6#include <score/command/Dispatchers/CommandDispatcher.hpp>
11struct DocumentContext;
15struct AddressAccessor;
19struct FullAddressAccessorSettings;
23class AddressAccessorEditWidget;
27class DeviceExplorerModel;
43 void on_sourceMinValueChanged();
44 void on_sourceMaxValueChanged();
47 void on_targetMinValueChanged();
48 void on_targetMaxValueChanged();
51 QDoubleSpinBox *m_sourceMin{}, *m_sourceMax{};
54 QDoubleSpinBox *m_targetMin{}, *m_targetMax{};
The CommandDispatcher class.
Definition CommandDispatcher.hpp:13
Definition MappingModel.hpp:27
Manipulation of Devices from Qt.
Definition AddressSettings.cpp:14
Base classes and tools to implement processes and layers.
Definition JSONVisitor.hpp:1324
Utilities for OSSIA data structures.
Definition DeviceInterface.hpp:33
Base toolkit upon which the software is built.
Definition Application.cpp:90
Definition AddressSettings.hpp:131
Definition DocumentContext.hpp:18