LeechCraft Monocle  %{LEECHCRAFT_VERSION}
Modular document viewer for LeechCraft
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator
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.

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.

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