3767 Annotations. Feature for deleting annotations

This commit is contained in:
Bjørn Erik Jensen
2018-11-27 15:43:44 +01:00
parent 08de39f15a
commit d138770a2a
13 changed files with 161 additions and 9 deletions

View File

@@ -40,6 +40,7 @@ public:
~RimAnnotationInViewCollection() override;
void addAnnotation(RimTextAnnotation* annotation);
void onAnnotationDeleted();
std::vector<RimTextAnnotation*> textAnnotations() const;
bool isActive() const;