2 #include <Process/Inspector/ProcessInspectorWidgetDelegate.hpp>
4 #include <Mapping/MappingModel.hpp>
6 #include <score/command/Dispatchers/CommandDispatcher.hpp>
11 struct DocumentContext;
15 struct AddressAccessor;
19 struct FullAddressAccessorSettings;
20 class AddressAccessorEditWidget;
24 class DeviceExplorerModel;
40 void on_sourceMinValueChanged();
41 void on_sourceMaxValueChanged();
44 void on_targetMinValueChanged();
45 void on_targetMaxValueChanged();
48 QDoubleSpinBox *m_sourceMin{}, *m_sourceMax{};
51 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
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