Skip to content
Snippets Groups Projects
Commit ddc8305b authored by Mikhail Svechnikov's avatar Mikhail Svechnikov
Browse files

VectorProperty: add interfaces to replace descriptor

parent e907a02d
No related branches found
No related tags found
1 merge request!1154rm VectorDescriptor
......@@ -69,6 +69,8 @@ public:
double step() const { return m_step; }
QString label() const {return m_label;}
uint decimals() { return m_decimals; }
void setDecimals(uint decimals) { m_decimals = decimals; }
......
......@@ -50,7 +50,8 @@ public:
R3 r3() const { return *this; }
QString uid() const { return m_uid; }
void setUid(const QString& uid) { m_uid = uid; }
QString label() const {return m_x.label();}
void rwProperty(Streamer &s, const QString &tag);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment