Changeset 63 for trunk/src/IDocument.h
- Timestamp:
- 04/14/06 14:36:57 (3 years ago)
- Files:
-
- 1 modified
-
trunk/src/IDocument.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/IDocument.h
r58 r63 208 208 209 209 gint getRotation (void); 210 void setRotation (gint rotation); 210 211 void rotateLeft (void); 211 212 void rotateRight (void); … … 213 214 gboolean canZoomIn (void); 214 215 gboolean canZoomOut (void); 215 gfloat getZoom (void); 216 gdouble getZoom (void); 217 void setZoom (gdouble zoom); 216 218 void zoomIn (void); 217 219 void zoomOut (void);
