Changeset 277 for trunk/src/IDocument.h
- Timestamp:
- 06/11/07 09:12:09 (18 months ago)
- Files:
-
- 1 modified
-
trunk/src/IDocument.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/IDocument.h
r222 r277 22 22 #define EPDFVIEW_DOCUMENT_ERROR ePDFView::IDocument::getErrorQuark () 23 23 24 typedef struct _GdkRegion GdkRegion; 25 24 26 namespace ePDFView 25 27 { … … 27 29 class DocumentIndex; 28 30 class IDocumentObserver; 29 class DocumentPage; 31 class DocumentPage; 30 32 31 33 /// … … 263 265 virtual gboolean saveFile (const gchar *filename, 264 266 GError **error) = 0; 267 268 virtual GdkRegion* getTextRegion (DocumentRectangle *rect) = 0; 269 virtual void setTextSelection (DocumentRectangle *rect) = 0; 265 270 266 271 void attach (const IDocumentObserver *observer);
