X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fsynfigapp%2Fselectionmanager.h;h=9d286a25206357f09762eb9e5ca74252fcebcbce;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;hp=262459b775c04d6470d677dfe53382981e2d02db;hpb=c3ad95144d148602f672e95ddda1f18fc35502f8;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.