![]() |
LeechCraft Monocle 0.6.70-18450-gabe19ee3b0
Modular document viewer for LeechCraft
|
Interface for documents supporting annotations. More...
#include "isupportannotations.h"
Public Member Functions | |
| virtual QList< IAnnotation_ptr > | GetAnnotations (int page)=0 |
| Returns the list of annotations on the given page. | |
Protected Member Functions | |
| virtual | ~ISupportAnnotations ()=default |
Interface for documents supporting annotations.
If the document format can contain annotations, this interface should be implemented.
Definition at line 28 of file isupportannotations.h.
|
protectedvirtualdefault |
|
pure virtual |
Returns the list of annotations on the given page.
| [in] | page | The page to query. |