#3824 Annotations. 'Create annotation' context menu item on each annotation group

This commit is contained in:
Bjørn Erik Jensen
2018-12-05 10:23:15 +01:00
parent 6a2484c40e
commit 23148c621e
9 changed files with 47 additions and 11 deletions

View File

@@ -39,6 +39,13 @@ class RimAnnotationGroupCollection : public caf::PdmObject
friend class RimAnnotationInViewCollection;
CAF_PDM_HEADER_INIT;
public:
const static QString TEXT_ANNOTATION_UI_NAME;
const static QString REACH_CIRCLE_ANNOTATION_UI_NAME;
const static QString USED_DEFINED_POLYLINE_ANNOTATION_UI_NAME;
const static QString POLYLINE_FROM_FILE_ANNOTATION_UI_NAME;
public:
RimAnnotationGroupCollection();
~RimAnnotationGroupCollection() override;