Changeset 29 for trunk/src/MainPter.h

Show
Ignore:
Timestamp:
04/11/06 13:58:09 (3 years ago)
Author:
jordi
Message:

The page navigation toolbar works as expected, setting the sensitiveness of its controls correctly.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/MainPter.h

    r24 r29  
    3131            IMainView &getView (void); 
    3232            void setView (IMainView *view); 
    33  
     33             
     34            void goToFirstPageActivated (void); 
     35            void goToLastPageActivated (void); 
     36            void goToNextPageActivated (void); 
     37            void goToPageActivated (void); 
     38            void goToPreviousPageActivated (void); 
    3439            void openFileActivated (void); 
    3540