feat: node name reflects type

This commit is contained in:
parker
2025-07-30 00:32:07 +01:00
parent dabe7c860d
commit d6a205f777
3 changed files with 12 additions and 2 deletions

View File

@@ -30,6 +30,8 @@ public:
std::vector<std::weak_ptr<prm::Parameter>> getParameters();
std::weak_ptr<prm::Parameter> getParameter(std::string parameterName);
std::string getTypeName();
void dirtyNode();