X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fcanvasview.h;h=f1c1d7800a313134b5a3ffaec00a604d07e8a2ba;hb=9bb1a9c46064f252f98f7232c5d66c0c539d6968;hp=21f7216296ecc11c65e8e805d50e62a5a88124bd;hpb=c34eaa5441242b3e9a7b7645e9ee4983d14eae85;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/canvasview.h b/synfig-studio/trunk/src/gtkmm/canvasview.h index 21f7216..f1c1d78 100644 --- a/synfig-studio/trunk/src/gtkmm/canvasview.h +++ b/synfig-studio/trunk/src/gtkmm/canvasview.h @@ -2,10 +2,11 @@ /*! \file canvasview.h ** \brief Template Header ** -** $Id: canvasview.h,v 1.2 2005/01/13 18:37:30 darco Exp $ +** $Id$ ** ** \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 @@ -569,15 +570,7 @@ public: void hide_timebar(); //t Enables or disables interaction with the timebar - void timebar_set_sensitive(bool sensitive); - - void do_rotoscope_bline(); - - void do_rotoscope(); - - void do_rotoscope_poly(); - - void do_eyedrop(); + void set_sensitive_timebar(bool sensitive); 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); /*