Workspace::Tools ​
Functions ​
| Name | |
|---|---|
| Memento * | copyNodes(const std::vector< Ptr< GuiNode > > & nodes, float offset =0) |
| std::optional< Ptr< GuiNode > > | findNodeById(const std::vector< Ptr< GuiNode > > & nodes, Core::ID id) |
| void | pasteNodes(const Memento & memento) |
| bool | plug(Core::ID from, int fromIdx, Core::ID to, int toIdx) |
Functions Documentation ​
function copyNodes ​
cpp
Memento * copyNodes(
const std::vector< Ptr< GuiNode > > & nodes,
float offset =0
)Memento * copyNodes(
const std::vector< Ptr< GuiNode > > & nodes,
float offset =0
)function findNodeById ​
cpp
std::optional< Ptr< GuiNode > > findNodeById(
const std::vector< Ptr< GuiNode > > & nodes,
Core::ID id
)std::optional< Ptr< GuiNode > > findNodeById(
const std::vector< Ptr< GuiNode > > & nodes,
Core::ID id
)function pasteNodes ​
cpp
void pasteNodes(
const Memento & memento
)void pasteNodes(
const Memento & memento
)function plug ​
cpp
bool plug(
Core::ID from,
int fromIdx,
Core::ID to,
int toIdx
)bool plug(
Core::ID from,
int fromIdx,
Core::ID to,
int toIdx
)Updated on 2026-05-21 at 15:39:35 +0000