Show
Ignore:
Timestamp:
06/10/06 05:34:50 (2 years ago)
Author:
jordi
Message:

I've added the missing pure virtual function from last week and also added a new test function for the Config class to test the last saved folder option.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/DumbMainView.h

    r173 r205  
    3636            IFindView *getFindView (void); 
    3737            IPageView *getPageView (void); 
     38            IPreferencesView *getPreferencesView (void); 
     39            const gchar *getZoomText (void); 
    3840            gchar *openFileDialog (const gchar *lastFolder); 
    3941            gchar *promptPasswordDialog (void); 
     42            char *saveFileDialog (const gchar *lastFolder); 
    4043            void sensitiveFind (gboolean sensitive); 
    4144            void sensitiveGoToFirstPage (gboolean sensitive); 
     
    4851            void sensitiveRotateLeft (gboolean sensitive); 
    4952            void sensitiveRotateRight (gboolean sensitive); 
     53            void sensitiveSave (gboolean sensitive); 
     54            void sensitiveZoom (gboolean sensitive); 
    5055            void sensitiveZoomIn (gboolean sensitive); 
    5156            void sensitiveZoomOut (gboolean sensitive); 
     
    5560            void setCursor (ViewCursor cursorType); 
    5661            void setTotalPages (gint pages); 
    57             void setGoToPageText (const char *text);             
     62            void setGoToPageText (const char *text); 
    5863            void setTitle (const gchar *title); 
    5964            void setOutline (DocumentOutline *outline); 
    6065            void setStatusBarText (const gchar *text); 
     66            void setZoomText (const gchar *text); 
    6167            void show (void); 
    6268            void showErrorMessage (const gchar *title, const gchar *body);