Changeset 226 for trunk/tests/DumbDocument.h
- Timestamp:
- 06/12/06 16:39:50 (2 years ago)
- Files:
-
- 1 modified
-
trunk/tests/DumbDocument.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/DumbDocument.h
r210 r226 28 28 29 29 // Interface methods. 30 IDocument *copy (void) const; 30 31 GList *findTextInPage (gint pageNum, const gchar *text); 31 32 gboolean isLoaded (void); … … 34 35 void getPageSizeForPage (gint pageNum, gdouble *width, 35 36 gdouble *height); 37 void outputPostscriptBegin (const gchar *fileName, guint numberOfPages, gfloat pageWidth, gfloat pageHeight); 38 void outputPostscriptEnd (void); 39 void outputPostscriptPage (guint pageNumber); 36 40 DocumentPage *renderPage (gint pageNum); 37 41 gboolean saveFile (const gchar *fileName, GError **error);
