Changeset 63 for trunk/src/MainPter.h

Show
Ignore:
Timestamp:
04/14/06 14:36:57 (3 years ago)
Author:
jordi
Message:

The presenter now can reload a document. To do so I had to add the setters for IDocument's zoom and rotation (they should've been from the start, but...)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/MainPter.h

    r49 r63  
    4141            ~MainPter (void); 
    4242 
    43             void setInitialState (void);             
     43            void setInitialState (gboolean canShowPage);  
    4444            IMainView &getView (void); 
    4545            void setView (IMainView *view); 
     
    5151            void goToPreviousPageActivated (void); 
    5252            void openFileActivated (void); 
     53            void reloadActivated (void); 
    5354            void rotateLeftActivated (void); 
    5455            void rotateRightActivated (void); 
     
    5960 
    6061        protected: 
     62            void openDocument (const gchar *fileName, gboolean canShowPage); 
    6163            void showPage (void); 
    6264