added IDs to parameters for serialization
This commit is contained in:
+11
-1
@@ -72,7 +72,12 @@ public:
|
||||
/**
|
||||
* @brief NodeParam Constructor
|
||||
*/
|
||||
NodeParam();
|
||||
NodeParam(const QString& id);
|
||||
|
||||
/**
|
||||
* @brief Return ID of this parameter
|
||||
*/
|
||||
const QString id();
|
||||
|
||||
/**
|
||||
* @brief The type of node paramter this is
|
||||
@@ -220,6 +225,11 @@ private:
|
||||
*/
|
||||
QString name_;
|
||||
|
||||
/**
|
||||
* @brief Internal ID string
|
||||
*/
|
||||
QString id_;
|
||||
|
||||
};
|
||||
|
||||
#endif // NODEPARAM_H
|
||||
|
||||
Reference in New Issue
Block a user