2#include <Process/Inspector/ProcessInspectorWidgetDelegate.hpp>
4#include <Automation/AutomationModel.hpp>
6#include <score/command/Dispatchers/CommandDispatcher.hpp>
8#include <Color/GradientModel.hpp>
16struct DocumentContext;
25struct FullAddressAccessorSettings;
29class AddressAccessorEditWidget;
33class DeviceExplorerModel;
50 void on_minValueChanged();
51 void on_maxValueChanged();
52 void on_tweenChanged();
56 QDoubleSpinBox *m_minsb{}, *m_maxsb{};
65class InspectorWidget final
69 explicit InspectorWidget(
74 void on_tweenChanged();
Definition AutomationModel.hpp:36
The CommandDispatcher class.
Definition CommandDispatcher.hpp:13
Namespace related to the Automation process.
Definition AutomationColors.cpp:8
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