mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3755 Annotations. Reach circle name field
This commit is contained in:
@@ -57,10 +57,12 @@ public:
|
||||
|
||||
Vec3d centerPoint() const;
|
||||
double radius() const;
|
||||
QString name() const;
|
||||
|
||||
protected:
|
||||
void defineUiOrdering(QString uiConfigName, caf::PdmUiOrdering& uiOrdering) override;
|
||||
void fieldChangedByUi(const caf::PdmFieldHandle* changedField, const QVariant& oldValue, const QVariant& newValue) override;
|
||||
caf::PdmFieldHandle* userDescriptionField() override;
|
||||
|
||||
private:
|
||||
std::vector<RimGridView*> gridViewsContainingAnnotations() const;
|
||||
@@ -68,4 +70,5 @@ private:
|
||||
private:
|
||||
caf::PdmField<Vec3d> m_centerPoint;
|
||||
caf::PdmField<double> m_radius;
|
||||
caf::PdmField<QString> m_name;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user