Changeset 200 for trunk/src/MainPter.h

Show
Ignore:
Timestamp:
06/05/06 08:41:08 (2 years ago)
Author:
jordi
Message:

Added the option to save a copy of the currently loaded document.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/MainPter.h

    r199 r200  
    4545            IMainView &getView (void); 
    4646            void setView (IMainView *view); 
    47             
     47 
    4848            void findActivated (void); 
    4949            void goToFirstPageActivated (void); 
     
    6060            void rotateLeftActivated (void); 
    6161            void rotateRightActivated (void); 
     62            void saveFileActivated (void); 
    6263            void showIndexActivated (gboolean show); 
    6364            void showStatusbarActivated (gboolean show); 
     
    7677            void notifyPageZoomed (gdouble zoom); 
    7778            void notifyReload (void); 
    78              
     79            void notifySave (void); 
     80            void notifySaveError (const GError *error); 
     81 
    7982#if defined (DEBUG) 
    8083            void waitForFileLoaded (void);