4 #include "tool_window.hpp"
8 enum class ParameterID;
14 bool go_to_pad(
const class UUID &uu);
21 std::set<class Pad *> pads;
22 class Pad *pad_current =
nullptr;
25 Gtk::ComboBoxText *combo =
nullptr;
26 Gtk::Box *box =
nullptr;
27 Gtk::Box *box2 =
nullptr;
28 void apply_all(ParameterID
id);
29 std::set<ParameterID> params_apply_all;
Definition: imp_interface.hpp:12
Definition: package.hpp:30
Definition: pad_parameter_set_window.hpp:10
Definition: parameter_set_editor.hpp:10
This class encapsulates a UUID and allows it to be uses as a value type.
Definition: uuid.hpp:16