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/tests/MainPterTest.h

    r30 r31  
    3535        CPPUNIT_TEST (pageNavigation); 
    3636        CPPUNIT_TEST (pageRotate); 
     37        CPPUNIT_TEST (pageZoom); 
    3738        CPPUNIT_TEST_SUITE_END(); 
    3839 
     
    5051            void pageNavigation (void); 
    5152            void pageRotate (void); 
     53            void pageZoom (void); 
    5254 
    5355        private: