X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fhistorytreestore.h;fp=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fhistorytreestore.h;h=0cd19425560193e773b27d850910ce1f9c07307c;hb=02252941b29de64037116f4d37991a38d9ff0d94;hp=46fb28d7439a28ed8b8893a6b7799af1469b970d;hpb=34f6fabfcefdc878ba3c08b82358ae4aef439e99;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/historytreestore.h b/synfig-studio/trunk/src/gtkmm/historytreestore.h index 46fb28d..0cd1942 100644 --- a/synfig-studio/trunk/src/gtkmm/historytreestore.h +++ b/synfig-studio/trunk/src/gtkmm/historytreestore.h @@ -1,4 +1,4 @@ -/* === S I N F G =========================================================== */ +/* === S Y N F I G ========================================================= */ /*! \file historytreestore.h ** \brief Template Header ** @@ -21,15 +21,15 @@ /* === S T A R T =========================================================== */ -#ifndef __SINFG_STUDIO_HISTORYTREESTORE_H -#define __SINFG_STUDIO_HISTORYTREESTORE_H +#ifndef __SYNFIG_STUDIO_HISTORYTREESTORE_H +#define __SYNFIG_STUDIO_HISTORYTREESTORE_H /* === H E A D E R S ======================================================= */ #include -#include +#include #include -#include +#include /* === M A C R O S ========================================================= */ @@ -53,7 +53,7 @@ public: { public: public: - Gtk::TreeModelColumn > action; + Gtk::TreeModelColumn > action; Gtk::TreeModelColumn name; Gtk::TreeModelColumn > icon; Gtk::TreeModelColumn is_active; @@ -61,7 +61,7 @@ public: Gtk::TreeModelColumn is_redo; Gtk::TreeModelColumn canvas_id; - Gtk::TreeModelColumn canvas; + Gtk::TreeModelColumn canvas; Model() { @@ -113,9 +113,9 @@ private: void on_redo_stack_cleared(); - void on_new_action(etl::handle action); + void on_new_action(etl::handle action); - void on_action_status_changed(etl::handle action); + void on_action_status_changed(etl::handle action); /* -- ** -- P U B L I C M E T H O D S ----------------------------------------- @@ -133,7 +133,7 @@ public: void refresh() { rebuild(); } - void insert_action(Gtk::TreeRow row,etl::handle action, bool is_active=true, bool is_undo=true, bool is_redo=false); + void insert_action(Gtk::TreeRow row,etl::handle action, bool is_active=true, bool is_undo=true, bool is_redo=false); /* -- ** -- P R O T E C T E D M E T H O D S -----------------------------------