Searched refs:getRecipeList (Results 1 – 2 of 2) sorted by relevance
146 Parent->getRecipeList().insert(InsertPos->getIterator(), this); in insertBefore()154 BB.getRecipeList().insert(I, this); in insertBefore()162 Parent->getRecipeList().insertAfter(InsertPos->getIterator(), this); in insertAfter()167 getParent()->getRecipeList().remove(getIterator()); in removeFromParent()173 return getParent()->getRecipeList().erase(getIterator()); in eraseFromParent()
2066 RecipeListTy &getRecipeList() { return Recipes; } in getRecipeList() function