#include <rm.h>
Static Public Member Functions | |
static QStringList | getRecipeContaining (dicoRecipe dico, QStringList names, bool all) |
return the recipes containing the liquidElement's specified | |
static QStringList | getRecipeContaining (dicoRecipe dico, QStringList names, QStringList namesWithout, bool all) |
return the recipes containing the liquidElement's specified wihtout | |
static QStringList | toStringList (setRecipe recipes) |
static QStringList | getListOfElementsName (QMap< QString, setRecipe > *dicoFind) |
|
return the list of the entries of a dicoRecipe |
|
return the recipes containing the liquidElement's specified wihtout return the recipes containing the liquidElement specified in the QStringList names using the dicoRecipe dico and none of the liquidElement specified in namesWithout all = true -> all the liquidElement must be in the recipes all = false -> only one of the liquidElement mut be in the recipes |
|
return the recipes containing the liquidElement's specified return the recipes containing the liquidElement specified in the QStringList names using the dicoRecipe dico all = true -> all the liquidElement must be in the recipes all = false -> only one of the liquidElement mut be in the recipes |
|
convert a setRecipe into a QStringList of their name |