X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=synfig-studio%2Fsrc%2Fgtkmm%2Fduck.h;h=9a054f38fe1488ba766c1a65dfc08a0e35d76e02;hb=e293ff00bc3304a09b1a5b17852c7f1a93a34f12;hp=952a40aea4125d0cb871a453143788963eb8e0ac;hpb=57cd3e7107bd9d70377782f62b2af0f0f0c9ebbf;p=synfig.git diff --git a/synfig-studio/src/gtkmm/duck.h b/synfig-studio/src/gtkmm/duck.h index 952a40a..9a054f3 100644 --- a/synfig-studio/src/gtkmm/duck.h +++ b/synfig-studio/src/gtkmm/duck.h @@ -7,6 +7,7 @@ ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley ** Copyright (c) 2007, 2008 Chris Moore +** Copyright (c) 2009 Nikita Kitaev ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as @@ -217,6 +218,7 @@ public: synfig::Point get_point()const { return shared_point?*shared_point:point; } synfig::Angle get_rotations()const { return rotations; }; + void set_rotations(const synfig::Angle &x) { rotations=x; }; synfig::Point get_trans_point()const; @@ -228,8 +230,6 @@ public: void set_sub_trans_point(const synfig::Point &x, const synfig::Time &time); synfig::Point get_sub_trans_origin()const; - void update(const synfig::Time &time); - //! Sets the origin point. void set_origin(const synfig::Point &x);