X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftags%2Fstable%2Fsrc%2Fsynfigapp%2Fselectionmanager.h;h=9d286a25206357f09762eb9e5ca74252fcebcbce;hb=de6b5bb9824313ddedc0fb5e3b4bdaae2ff09882;hp=262459b775c04d6470d677dfe53382981e2d02db;hpb=9b5810cef039c7f25e924ce2cf2fc80e76e59972;p=synfig.git diff --git a/synfig-studio/tags/stable/src/synfigapp/selectionmanager.h b/synfig-studio/tags/stable/src/synfigapp/selectionmanager.h index 262459b..9d286a2 100644 --- a/synfig-studio/tags/stable/src/synfigapp/selectionmanager.h +++ b/synfig-studio/tags/stable/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.