00001 /* === S Y N F I G ========================================================= */ 00021 /* ========================================================================= */ 00022 00023 /* === S T A R T =========================================================== */ 00024 00025 #ifndef __SYNFIG_STUDIO_DOCK_PARAMS_H 00026 #define __SYNFIG_STUDIO_DOCK_PARAMS_H 00027 00028 /* === H E A D E R S ======================================================= */ 00029 00030 #include "dockable.h" 00031 #include <gtkmm/treeview.h> 00032 #include "instance.h" 00033 #include "dock_canvasspecific.h" 00034 00035 /* === M A C R O S ========================================================= */ 00036 00037 /* === T Y P E D E F S ===================================================== */ 00038 00039 /* === C L A S S E S & S T R U C T S ======================================= */ 00040 00041 namespace studio { 00042 00043 class Dock_Params : public Dock_CanvasSpecific 00044 { 00045 Glib::RefPtr<Gtk::ActionGroup> action_group; 00046 00047 protected: 00048 virtual void init_canvas_view_vfunc(etl::loose_handle<CanvasView> canvas_view); 00049 virtual void changed_canvas_view_vfunc(etl::loose_handle<CanvasView> canvas_view); 00050 00051 void refresh_selected_param(); 00052 00053 public: 00054 00055 00056 Dock_Params(); 00057 ~Dock_Params(); 00058 }; // END of Dock_Keyframes 00059 00060 }; // END of namespace studio 00061 00062 /* === E N D =============================================================== */ 00063 00064 #endif