feat(tab menu): read opDefTable, fix focus bug

This commit is contained in:
parker
2025-07-16 18:59:40 +01:00
parent a56d379442
commit 6c67d5cb36
5 changed files with 16 additions and 3 deletions

View File

@@ -21,4 +21,10 @@ enzo::nt::opConstructor enzo::op::OperatorTable::getOpConstructor(std::string na
return nullptr;
}
std::vector<enzo::op::OpInfo> enzo::op::OperatorTable::getData()
{
return opInfoStore_;
}
std::vector<enzo::op::OpInfo> enzo::op::OperatorTable::opInfoStore_;