LeechCraft Monocle  0.6.70-13729-g7046a9d2a7
Modular document viewer for LeechCraft
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. More...
 

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 49 of file isupportannotations.h.

Constructor & Destructor Documentation

◆ ~ISupportAnnotations()

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

Definition at line 52 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: