X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fhistorytreestore.h;h=4aa626f3dd4ee8e6c964aedaaff23d5fe40a69d0;hb=c34eaa5441242b3e9a7b7645e9ee4983d14eae85;hp=3633568defb5fa8e41da34b52134d1438e35b880;hpb=5ddcf36f04cfbd10fabda4e3c5633cb27cdd4c0a;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/historytreestore.h b/synfig-studio/trunk/src/gtkmm/historytreestore.h index 3633568..4aa626f 100644 --- a/synfig-studio/trunk/src/gtkmm/historytreestore.h +++ b/synfig-studio/trunk/src/gtkmm/historytreestore.h @@ -41,7 +41,7 @@ namespace studio { class Instance; - + class HistoryTreeStore : virtual public Gtk::TreeStore { /* @@ -82,7 +82,7 @@ public: */ public: - + const Model model; /* @@ -92,14 +92,14 @@ public: private: etl::loose_handle instance_; - Gtk::TreeIter curr_row; + Gtk::TreeIter curr_row; /* -- ** -- P R I V A T E M E T H O D S --------------------------------------- */ private: - + /* -- ** -- S I G N A L T E R M I N A L S ------------------------------------- */ @@ -107,13 +107,13 @@ private: private: void on_undo(); - + void on_redo(); - + void on_undo_stack_cleared(); - + void on_redo_stack_cleared(); - + void on_new_action(etl::handle action); void on_action_status_changed(etl::handle action); @@ -123,7 +123,7 @@ private: */ public: - + HistoryTreeStore(etl::loose_handle instance_); ~HistoryTreeStore(); @@ -143,7 +143,7 @@ public: public: static Glib::RefPtr create(etl::loose_handle instance); - + }; // END of class HistoryTreeStore }; // END of namespace studio