X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Fsrc%2Fgtkmm%2Fduck.h;h=9a054f38fe1488ba766c1a65dfc08a0e35d76e02;hb=5455fd235a45b9a9274a6113555ec1f4688353e2;hp=9ba7b00c503379f627ab9ba1c7afa635a260e29c;hpb=adfc80c126f482d7ea2bac38001a2c4a7c7df88c;p=synfig.git diff --git a/synfig-studio/src/gtkmm/duck.h b/synfig-studio/src/gtkmm/duck.h index 9ba7b00..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,13 +218,16 @@ 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; void set_trans_point(const synfig::Point &x); + void set_trans_point(const synfig::Point &x, const synfig::Time &time); synfig::Point get_sub_trans_point()const; void set_sub_trans_point(const synfig::Point &x); + void set_sub_trans_point(const synfig::Point &x, const synfig::Time &time); synfig::Point get_sub_trans_origin()const; //! Sets the origin point.