Searched refs:getRecipeList (Results 1 – 4 of 4) sorted by relevance
283 Parent->getRecipeList().insert(InsertPos->getIterator(), this); in insertBefore()291 Parent->getRecipeList().insertAfter(InsertPos->getIterator(), this); in insertAfter()296 getParent()->getRecipeList().remove(getIterator()); in removeFromParent()302 return getParent()->getRecipeList().erase(getIterator()); in eraseFromParent()
1105 RecipeListTy &getRecipeList() { return Recipes; } in getRecipeList() function
448 Parent->getRecipeList().insert(InsertPos->getIterator(), this); in insertBefore()456 Parent->getRecipeList().insertAfter(InsertPos->getIterator(), this); in insertAfter()461 getParent()->getRecipeList().remove(getIterator()); in removeFromParent()467 return getParent()->getRecipeList().erase(getIterator()); in eraseFromParent()
1406 RecipeListTy &getRecipeList() { return Recipes; } in getRecipeList() function