Changeset 63 for trunk/src/IDocument.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/IDocument.h

    r58 r63  
    208208 
    209209            gint getRotation (void); 
     210            void setRotation (gint rotation); 
    210211            void rotateLeft (void); 
    211212            void rotateRight (void); 
     
    213214            gboolean canZoomIn (void); 
    214215            gboolean canZoomOut (void); 
    215             gfloat getZoom (void); 
     216            gdouble getZoom (void); 
     217            void setZoom (gdouble zoom); 
    216218            void zoomIn (void); 
    217219            void zoomOut (void);