added save functions to various classes
Each class is responsible for its own saving and loading from the XML data in order to reduce the complexity of the save code.
This commit is contained in:
@@ -32,6 +32,9 @@ public:
|
||||
signals:
|
||||
void SizeChanged(int size);
|
||||
|
||||
protected:
|
||||
virtual void SaveInternal(QXmlStreamWriter* writer) const override;
|
||||
|
||||
private:
|
||||
QVector<NodeInput*> sub_params_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user