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