summaryrefslogtreecommitdiffstats
path: root/src/libs/gui/PatchPortModule.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/gui/PatchPortModule.hpp')
-rw-r--r--src/libs/gui/PatchPortModule.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libs/gui/PatchPortModule.hpp b/src/libs/gui/PatchPortModule.hpp
index 5e103bbf..bdf9c6d5 100644
--- a/src/libs/gui/PatchPortModule.hpp
+++ b/src/libs/gui/PatchPortModule.hpp
@@ -61,8 +61,10 @@ public:
protected:
PatchPortModule(boost::shared_ptr<PatchCanvas> canvas, SharedPtr<PortModel> port);
- void variable_change(const string& key, const Raul::Atom& value);
void create_menu();
+
+ void set_variable(const std::string& predicate, const Raul::Atom& value);
+ void set_property(const std::string& predicate, const Raul::Atom& value);
SharedPtr<PortModel> _port;
PortMenu* _menu;