update shortcuts doc, period/comma alt shortcuts, popup deactivate fix, click2play...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / mwindow.h
index ef4ca95531af019066369b264d7ae92d85457591..49e36552ac8d8f9a5cbc9f476e0ce3f406013424 100644 (file)
@@ -199,13 +199,16 @@ public:
 // Find the plugin whose title matches title and return it
        static PluginServer* scan_plugindb(char *title,
                int data_type);
+       static void fix_plugin_title(char *title);
        static int plugin_exists(const char *plugin_path, ArrayList<PluginServer*> &plugins);
        static int plugin_exists(char *plugin_path);
        void dump_plugindb(FILE *fp);
        void stop_playback(int wait);
+       void stop_transport();
 
        void queue_mixers(EDL *edl, int command, int wait_tracking,
-               int use_inout, int update_refresh, int toggle_audio);
+               int use_inout, int update_refresh, int toggle_audio, int loop_play);
+       void create_mixers();
        void refresh_mixers();
        void stop_mixers();
        void close_mixers();
@@ -340,11 +343,11 @@ public:
        void cut();
        void blade(double position);
        void cut(double start, double end, double new_position=-1);
-// snap off edit from current position to handle/label
-       void snap_left_edit();
-       void snap_right_edit();
-       void snap_left_label();
-       void snap_right_label();
+// cut edit from current position to handle/label
+       void cut_left_edit();
+       void cut_right_edit();
+       void cut_left_label();
+       void cut_right_label();
 
 // Calculate aspect ratio from pixel counts
        static int create_aspect_ratio(float &w, float &h, int width, int height);