Constructor
new NodeTreeItem(label, recipe, is_removed)
Create an instance representing an recipe (node) in the TreeView.
Parameters:
Name | Type | Description |
---|---|---|
label |
Name of the item in the TreeView. | |
recipe |
Path to the recipe. | |
is_removed |
Stores of recipe (node) is removed from the visualization. |
- Source:
Methods
getRecipe()
Get the path to the recipe.
- Source:
Returns:
Path to the recipe.
getRecipe()
Get the path to the recipe.
Returns:
Path to the recipe.
isRemoved()
Return if node is removed from the visualization.
- Source:
Returns:
1 if node is removed from the visualization.
isRemoved()
Return if node is removed from the visualization.
Returns:
1 if node is removed from the visualization.