Changeset 31 for trunk/src/IMainView.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/IMainView.h

    r29 r31  
    4848            virtual void setGoToPageText (const gchar *text) = 0; 
    4949            virtual const gchar *getGoToPageText (void) = 0; 
     50            virtual void getPageViewSize (gint *width, gint *height) = 0; 
    5051            virtual void setTitle (const gchar *title) = 0; 
    5152