X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fdock_navigator.h;h=b40b57d51c528b91ee4318fab85760d384f0449b;hb=8a099cbbc834f7d2eaa019c1af55c1cf1ecfc21d;hp=34e564c7a1588bc0e0601ea8538cbc63bacb398e;hpb=ce408de81ca266b1f334ee9bc6c8fb7ba1492ed4;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/dock_navigator.h b/synfig-studio/trunk/src/gtkmm/dock_navigator.h index 34e564c..b40b57d 100644 --- a/synfig-studio/trunk/src/gtkmm/dock_navigator.h +++ b/synfig-studio/trunk/src/gtkmm/dock_navigator.h @@ -2,7 +2,7 @@ /*! \file dock_navigator.h ** \brief Navigator Dock Header ** -** $Id: dock_navigator.h,v 1.3 2005/01/12 00:31:11 darco Exp $ +** $Id$ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley @@ -49,50 +49,50 @@ namespace studio { class AsyncRenderer; - + class Widget_NavView : public Gtk::Table { //handle to out parent canvas CanvasView::LooseHandle canvview; - + Glib::RefPtr prev; bool dirty; - - //The drawing stuff + + //The drawing stuff Gtk::DrawingArea drawto; - + //The input stuff Gtk::Adjustment adj_zoom; Gtk::Label zoom_print; - + //zoom window stuff bool scrolling; - + //asyncronous rendering stuff etl::handle renderer; etl::smart_ptr surface; bool rendering; - + //drawing functionality void on_start_render(); //breaks out into asynchronous rendering void on_finish_render(); void on_draw(); //renders the small thing we have void on_dirty_preview(); //dirties the preview for rerender - + //for the zoom buttons void on_zoom_in(); void on_zoom_out(); - + //handles the zoom scroller bool on_scroll_event(GdkEvent *event); void on_number_modify(); - + // bool on_mouse_event(GdkEvent * e); - + //draws the gotten bitmap on the draw area bool on_expose_draw(GdkEventExpose *exp=0); - + //for when the canvasview view changes (boolean value scrolling solves cyclic problems) void on_workarea_view_change(); @@ -102,18 +102,18 @@ public: etl::loose_handle get_canvas_view() {return canvview;} }; - + class Dock_Navigator : public Dock_CanvasSpecific { Widget_NavView dummy; - + public: Dock_Navigator(); ~Dock_Navigator(); virtual void changed_canvas_view_vfunc(etl::loose_handle canvas_view); }; - + }; // END of namespace studio /* === E N D =============================================================== */