LeechCraft Monocle  0.6.70-6645-gcd10d7e
Modular document viewer for LeechCraft
LeechCraft::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

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

Definition at line 52 of file isupportannotations.h.

References GetAnnotations(), and Q_DECLARE_INTERFACE().

+ Here is the call graph for this function:

Member Function Documentation

virtual QList<IAnnotation_ptr> LeechCraft::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.

Referenced by ~ISupportAnnotations().

+ Here is the caller graph for this function:


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