X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Flayergrouptree.h;h=39bd1dbb08171b97005220e77fbdd613e691c6fc;hb=a23dfbb2d39104aceaf46ae740724ed4adf73fd8;hp=514102a3a0ba3862ce46fca706ba31395c160585;hpb=ce408de81ca266b1f334ee9bc6c8fb7ba1492ed4;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/layergrouptree.h b/synfig-studio/trunk/src/gtkmm/layergrouptree.h index 514102a..39bd1db 100644 --- a/synfig-studio/trunk/src/gtkmm/layergrouptree.h +++ b/synfig-studio/trunk/src/gtkmm/layergrouptree.h @@ -58,9 +58,9 @@ public: */ public: - + LayerGroupTreeStore::Model model; - + /* -- ** -- P R I V A T E D A T A --------------------------------------------- */ @@ -84,7 +84,7 @@ private: */ private: - + /* -- ** -- S I G N A L T E R M I N A L S ------------------------------------- */ @@ -98,7 +98,7 @@ private: */ public: - + LayerGroupTree(); ~LayerGroupTree(); void set_cursor(const Gtk::TreeModel::Path& path, bool start_editing=false); @@ -112,12 +112,12 @@ public: void set_model(Glib::RefPtr layer_group_tree_store_); void set_editable(bool x=true); - + bool get_editable()const { return editable_; } - + std::list get_selected_groups()const; - LayerList get_selected_layers()const; + LayerList get_selected_layers()const; }; // END of LayerGroupTree }; // END of namespace studio