X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=synfig-studio%2Ftrunk%2Fsrc%2Fsynfigapp%2Fselectionmanager.h;fp=synfig-studio%2Ftrunk%2Fsrc%2Fsynfigapp%2Fselectionmanager.h;h=9d286a25206357f09762eb9e5ca74252fcebcbce;hb=e19a2d3a5162c6e28cd5912cc0eacf8f9abec14a;hp=262459b775c04d6470d677dfe53382981e2d02db;hpb=e13130619534dd014f1e41cefe89f0270e3169d0;p=synfig.git diff --git a/synfig-studio/trunk/src/synfigapp/selectionmanager.h b/synfig-studio/trunk/src/synfigapp/selectionmanager.h index 262459b..9d286a2 100644 --- a/synfig-studio/trunk/src/synfigapp/selectionmanager.h +++ b/synfig-studio/trunk/src/synfigapp/selectionmanager.h @@ -74,16 +74,16 @@ public: - //! Returns the number of childrens selected. + //! Returns the number of children selected. virtual int get_selected_children_count()const=0; - //! Returns a list of the currently selected childrens. + //! Returns a list of the currently selected children. virtual ChildrenList get_selected_children()const=0; //! Returns the first children selected or an empty handle if none are selected. virtual ChildrenList::value_type get_selected_child()const=0; - //! Sets which childrens should be selected + //! Sets which children should be selected virtual void set_selected_children(const ChildrenList &children_list)=0; //! Sets which children should be selected. Empty handle if none.