Changeset 23 for trunk/tests/DumbDocument.h
- Timestamp:
- 04/11/06 10:13:29 (3 years ago)
- Files:
-
- 1 modified
-
trunk/tests/DumbDocument.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/DumbDocument.h
r21 r23 21 21 namespace ePDFView 22 22 { 23 class DumbDocument 23 class DumbDocument: public IDocument 24 24 { 25 public: 26 DumbDocument (); 27 ~DumbDocument (); 28 29 // Interface methods. 30 gboolean isLoaded (void); 31 gboolean loadFile (const gchar *filename, const gchar *password, 32 GError **error); 33 void getPageSize (gdouble *width, gdouble *height); 34 DocumentPage *renderPage (void); 25 35 }; 26 36 }
