Show
Ignore:
Timestamp:
06/12/06 16:39:50 (2 years ago)
Author:
jordi
Message:

Added all missing virtual function to be able to execute the test suites.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/DumbDocument.h

    r210 r226  
    2828 
    2929            // Interface methods. 
     30            IDocument *copy (void) const; 
    3031            GList *findTextInPage (gint pageNum, const gchar *text); 
    3132            gboolean isLoaded (void); 
     
    3435            void getPageSizeForPage (gint pageNum, gdouble *width, 
    3536                                     gdouble *height); 
     37            void outputPostscriptBegin (const gchar *fileName, guint numberOfPages, gfloat pageWidth, gfloat pageHeight); 
     38            void outputPostscriptEnd (void); 
     39            void outputPostscriptPage (guint pageNumber); 
    3640            DocumentPage *renderPage (gint pageNum); 
    3741            gboolean saveFile (const gchar *fileName, GError **error);