MCPcopy Create free account
hub / github.com/Nelarius/imnodes / Editor

Class Editor

example/multi_editor.cpp:27–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25};
26
27struct Editor
28{
29 ImNodesEditorContext* context = nullptr;
30 std::vector<Node> nodes;
31 std::vector<Link> links;
32 int current_id = 0;
33};
34
35void show_editor(const char* editor_name, Editor& editor)
36{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected