Improve single-threaded operation. It's now safe(r?) to close a canvas while it...
[synfig.git] / synfig-studio / trunk / src / gtkmm / canvasview.h
index ef1c9e1..f1c1d78 100644 (file)
@@ -6,6 +6,7 @@
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
+**     Copyright (c) 2007 Chris Moore
 **
 **     This package is free software; you can redistribute it and/or
 **     modify it under the terms of the GNU General Public License as
@@ -571,14 +572,6 @@ public:
        //t Enables or disables interaction with the timebar
        void set_sensitive_timebar(bool sensitive);
 
-       void do_rotoscope_bline();
-
-       void do_rotoscope();
-
-       void do_rotoscope_poly();
-
-       void do_eyedrop();
-
        void time_zoom_in();
        void time_zoom_out();
 
@@ -597,6 +590,8 @@ public:
 
        void present();
 
+       bool is_playing() { return is_playing_; }
+
        /*
  -- ** -- S I G N A L   T E R M I N A L S -------------------------------------
        */
@@ -683,6 +678,7 @@ private:
        bool on_audio_scrub();
 
 protected:
+       bool close_instance_when_safe();
        bool on_delete_event(GdkEventAny* event);
 
        /*