|
Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
|
#include "ev-document-annotations.h"
Include dependency graph for ev-document-annotations.c:Go to the source code of this file.
Functions | |
| static void | ev_document_annotations_default_init (EvDocumentAnnotationsInterface *klass) |
| EvMappingList * | ev_document_annotations_get_annotations (EvDocumentAnnotations *document_annots, EvPage *page) |
| gboolean | ev_document_annotations_document_is_modified (EvDocumentAnnotations *document_annots) |
| void | ev_document_annotations_save_annotation (EvDocumentAnnotations *document_annots, EvAnnotation *annot, EvAnnotationsSaveMask mask) |
| void | ev_document_annotations_add_annotation (EvDocumentAnnotations *document_annots, EvAnnotation *annot, EvRectangle *rect) |
| gboolean | ev_document_annotations_can_add_annotation (EvDocumentAnnotations *document_annots) |
| void | ev_document_annotations_remove_annotation (EvDocumentAnnotations *document_annots, EvAnnotation *annot) |
| gboolean | ev_document_annotations_can_remove_annotation (EvDocumentAnnotations *document_annots) |
| void ev_document_annotations_add_annotation | ( | EvDocumentAnnotations * | document_annots, |
| EvAnnotation * | annot, | ||
| EvRectangle * | rect | ||
| ) |
Definition at line 59 of file ev-document-annotations.c.
Here is the caller graph for this function:| gboolean ev_document_annotations_can_add_annotation | ( | EvDocumentAnnotations * | document_annots) |
Definition at line 70 of file ev-document-annotations.c.
Here is the caller graph for this function:| gboolean ev_document_annotations_can_remove_annotation | ( | EvDocumentAnnotations * | document_annots) |
Definition at line 88 of file ev-document-annotations.c.
Here is the caller graph for this function:
|
static |
Definition at line 27 of file ev-document-annotations.c.
| gboolean ev_document_annotations_document_is_modified | ( | EvDocumentAnnotations * | document_annots) |
Definition at line 41 of file ev-document-annotations.c.
Here is the caller graph for this function:| EvMappingList* ev_document_annotations_get_annotations | ( | EvDocumentAnnotations * | document_annots, |
| EvPage * | page | ||
| ) |
Definition at line 32 of file ev-document-annotations.c.
Here is the caller graph for this function:| void ev_document_annotations_remove_annotation | ( | EvDocumentAnnotations * | document_annots, |
| EvAnnotation * | annot | ||
| ) |
Definition at line 78 of file ev-document-annotations.c.
Here is the caller graph for this function:| void ev_document_annotations_save_annotation | ( | EvDocumentAnnotations * | document_annots, |
| EvAnnotation * | annot, | ||
| EvAnnotationsSaveMask | mask | ||
| ) |
Definition at line 49 of file ev-document-annotations.c.
Here is the caller graph for this function: