![]() |
LeechCraft Monocle
0.6.70-6645-gcd10d7e
Modular document viewer for LeechCraft
|
The interface for AnnotationType::Caret annotations. More...
#include "iannotation.h"
Public Member Functions | |
virtual | ~ICaretAnnotation () |
![]() | |
virtual | ~IAnnotation () |
virtual QString | GetAuthor () const =0 |
Returns the author of the annotation. More... | |
virtual QDateTime | GetDate () const =0 |
Returns the date the annotation was created. More... | |
virtual QRectF | GetBoundary () const =0 |
Returns the bounding rectangle of the annotation. More... | |
virtual AnnotationType | GetAnnotationType () const =0 |
Returns the type of the annotation. More... | |
virtual QString | GetText () const =0 |
Returns the text contained in the annotation. More... | |
The interface for AnnotationType::Caret annotations.
Definition at line 198 of file iannotation.h.
|
inlinevirtual |
Definition at line 201 of file iannotation.h.