X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fduckmatic.h;h=42282e0fb454ca0fcd3d7ddea25b96069da93c9b;hb=b03d9da72c356e9187a9d707de6fc5ea953b604a;hp=c50a3a6ab5e3b558c9a46165f3d081b622a3a172;hpb=e9a6456743c0ebfe7aa303f5c70f99d0a8dbe514;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/duckmatic.h b/synfig-studio/trunk/src/gtkmm/duckmatic.h index c50a3a6..42282e0 100644 --- a/synfig-studio/trunk/src/gtkmm/duckmatic.h +++ b/synfig-studio/trunk/src/gtkmm/duckmatic.h @@ -6,7 +6,7 @@ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley -** Copyright (c) 2007 Chris Moore +** Copyright (c) 2007, 2008 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 @@ -78,11 +78,6 @@ public: #include #endif -//! If defined, only allow radius ducks to be in the top right -//! quadrant of the plane. This makes it very easy to set the -//! corresponding parameter to zero (by dragging down and left) -#define RESTRICT_RADIUS_DUCKS_TO_ONE_QUARTER - /* === T Y P E D E F S ===================================================== */ /* === C L A S S E S & S T R U C T S ======================================= */ @@ -198,9 +193,6 @@ private: mutable synfig::String sketch_filename_; - //! whether the display is flipped vertically or horizontally - bool flip_x_, flip_y_; - /* -- ** -- P R O T E C T E D D A T A ----------------------------------------- */ @@ -247,9 +239,6 @@ public: Duckmatic(); virtual ~Duckmatic(); - void set_flip_x(bool flip_x); - void set_flip_y(bool flip_y); - sigc::signal& signal_duck_selection_changed() { return signal_duck_selection_changed_; } sigc::signal& signal_strokes_changed() { return signal_strokes_changed_; } sigc::signal& signal_grid_changed() { return signal_grid_changed_; } @@ -392,6 +381,7 @@ public: Type get_type_mask()const { return type_mask; } void select_all_ducks(); + void unselect_all_ducks(); void clear_ducks();