rewrote renderers where necessary for new node structure

Largely conforming renderers to new NodeValue system. Code seems a lot cleaner
this way which is a nice advantage. Likely non-functional as this won't
compile just yet and still needs probably another day or two of testing to get
it back to where it was before.
This commit is contained in:
itsmattkc
2019-12-05 03:53:52 +11:00
parent 88c3bd44a5
commit f424d8b44e
14 changed files with 154 additions and 263 deletions
+2
View File
@@ -37,6 +37,8 @@ public:
bool isEmpty() const;
static NodeValueTable Merge(QList<NodeValueTable> tables);
private:
QVariant GetInternal(const NodeParam::DataType& type, const QString& tag, bool remove);