![]() |
LeechCraft Monocle 0.6.70-18450-gabe19ee3b0
Modular document viewer for LeechCraft
|
The interface for ::AnnotationType::Text annotations. More...
#include "iannotation.h"
Public Member Functions | |
| virtual | ~ITextAnnotation () |
| virtual bool | IsInline () const =0 |
| Returns whether this is an inline annotation. | |
| Public Member Functions inherited from LC::Monocle::IAnnotation | |
| virtual | ~IAnnotation () |
| virtual QString | GetAuthor () const =0 |
| Returns the author of the annotation. | |
| virtual QDateTime | GetDate () const =0 |
| Returns the date the annotation was created. | |
| virtual PageRelativeRectBase | GetBoundary () const =0 |
| Returns the bounding rectangle of the annotation. | |
| virtual AnnotationType | GetAnnotationType () const =0 |
| Returns the type of the annotation. | |
| virtual QString | GetText () const =0 |
| Returns the text contained in the annotation. | |
The interface for ::AnnotationType::Text annotations.
Definition at line 106 of file iannotation.h.
|
inlinevirtual |
Definition at line 109 of file iannotation.h.
|
pure virtual |
Returns whether this is an inline annotation.
Inline annotation should rather be displayed right on the document.