Changeset 31 for trunk/src/MainPter.h

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

The presenter is now able to control the Zoom: In, Out, toFit and toWidth.
The ZoomIn? and ZoomOut? controls also get sensitived depending if we can zoom in/out or not.

This puts an end to the presenter. I still need to check why compiling MainPterTest?.cxx takes this insane amount of time.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/MainPter.h

    r30 r31  
    4040            void rotateLeftActivated (void); 
    4141            void rotateRightActivated (void); 
     42            void zoomFitActivated (void); 
     43            void zoomInActivated (void); 
     44            void zoomOutActivated (void); 
     45            void zoomWidthActivated (void); 
    4246 
    4347        protected: