inter-view map only if armed track, copy/paste behavior rework
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / trackpopup.h
index de6dd16111351dfd8582c82b084a20023bc6e5de..539385e039f188d7a67d8d71eff550da3fddc912 100644 (file)
@@ -38,13 +38,19 @@ public:
        ~TrackPopup();
 
        void create_objects();
-       int update(Track *track);
+       int activate_menu(Track *track, Edit *edit,
+               PluginSet *pluginset, Plugin *plugin, double position);
 
        MWindow *mwindow;
        MWindowGUI *gui;
-       Track *track;
        TrackPopupResize *resize_option;
        TrackPopupMatchSize *matchsize_option;
+
+       Track *track;
+       Edit *edit;
+       Plugin *plugin;
+       PluginSet *pluginset;
+       double position;
 };
 
 class TrackPopupMatchSize : public BC_MenuItem