#3883 Annotations. Validate line thickness

This commit is contained in:
Bjørn Erik Jensen
2018-12-18 10:48:48 +01:00
parent 024aa8af51
commit a2e2907e41
2 changed files with 43 additions and 0 deletions

View File

@@ -52,6 +52,9 @@ public:
protected:
void defineUiOrdering(QString uiConfigName, caf::PdmUiOrdering& uiOrdering) override;
void fieldChangedByUi(const caf::PdmFieldHandle* changedField, const QVariant& oldValue, const QVariant& newValue) override;
void defineEditorAttribute(const caf::PdmFieldHandle* field,
QString uiConfigName,
caf::PdmUiEditorAttribute* attribute) override;
private:
caf::PdmField<cvf::Color3f> m_color;