summaryrefslogtreecommitdiffstats
path: root/src/gui/NodeMenu.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/NodeMenu.hpp')
-rw-r--r--src/gui/NodeMenu.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/NodeMenu.hpp b/src/gui/NodeMenu.hpp
index bcfe68a9..c8ac3daf 100644
--- a/src/gui/NodeMenu.hpp
+++ b/src/gui/NodeMenu.hpp
@@ -52,10 +52,13 @@ protected:
return dynamic_ptr_cast<const Client::BlockModel>(_object);
}
+ void add_preset(const Raul::URI& uri, const std::string& label);
+
void on_menu_disconnect();
void on_menu_embed_gui();
void on_menu_enabled();
void on_menu_randomize();
+ void on_save_preset_activated();
void on_preset_activated(const std::string& uri);
Gtk::MenuItem* _popup_gui_menuitem;
@@ -63,6 +66,7 @@ protected:
Gtk::CheckMenuItem* _enabled_menuitem;
Gtk::MenuItem* _randomize_menuitem;
Gtk::Menu* _presets_menu;
+ sigc::connection _preset_connection;
};
} // namespace GUI