LeechCraft Monocle 0.6.70-16373-g319c272718
Modular document viewer for LeechCraft
Loading...
Searching...
No Matches
LC::Monocle::ISupportAnnotations Class Referenceabstract

Interface for documents supporting annotations. More...

#include "isupportannotations.h"

Public Member Functions

virtual ~ISupportAnnotations ()
 
virtual QList< IAnnotation_ptrGetAnnotations (int page)=0
 Returns the list of annotations on the given page.
 

Detailed Description

Interface for documents supporting annotations.

If the document format can contain annotations, this interface should be implemented.

See also
IAnnotation

Definition at line 28 of file isupportannotations.h.

Constructor & Destructor Documentation

◆ ~ISupportAnnotations()

virtual LC::Monocle::ISupportAnnotations::~ISupportAnnotations ( )
inlinevirtual

Definition at line 31 of file isupportannotations.h.

Member Function Documentation

◆ GetAnnotations()

virtual QList< IAnnotation_ptr > LC::Monocle::ISupportAnnotations::GetAnnotations ( int page)
pure virtual

Returns the list of annotations on the given page.

Parameters
[in]pageThe page to query.
Returns
The list of annotations on the page.

The documentation for this class was generated from the following file: