[poppler] poppler/qt4/src: poppler-qt4.h,1.9,1.10

Brad Hards bradh at freedesktop.org
Sat Nov 26 17:33:54 PST 2005


Update of /cvs/poppler/poppler/qt4/src
In directory gabe:/tmp/cvs-serv29177/qt4/src

Modified Files:
	poppler-qt4.h 
Log Message:
Convert Qt4 unit tests to use the new Qt4.1 QTestlib framework.
Add a little more API documentation


Index: poppler-qt4.h
===================================================================
RCS file: /cvs/poppler/poppler/qt4/src/poppler-qt4.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- poppler-qt4.h	25 Nov 2005 22:52:56 -0000	1.9
+++ poppler-qt4.h	27 Nov 2005 01:33:51 -0000	1.10
@@ -170,11 +170,14 @@
 	*/
 	QSize pageSize() const;
 
+	/**
+	   Types of orientations that are possible
+	*/
 	enum Orientation {
-	    Landscape,
-	    Portrait,
-	    Seascape,
-	    UpsideDown
+	    Landscape, ///< Landscape orientation (portrait, with 90 degrees clockwise rotation )
+	    Portrait, ///< Normal portrait orientation
+	    Seascape, ///< Seascape orientation (portrait, with 270 degrees clockwise rotation)
+	    UpsideDown ///< Upside down orientation (portrait, with 180 degrees rotation)
 	};
 
 	/**



More information about the poppler mailing list