[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
- Previous message: [poppler] poppler: ChangeLog,1.235,1.236
- Next message: [poppler] poppler/qt4/tests: Makefile.am, 1.9,
1.10 check_metadata.cpp, 1.1, 1.2 check_pagelayout.cpp, 1.1,
1.2 check_pagemode.cpp, 1.1, 1.2 check_permissions.cpp, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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)
};
/**
- Previous message: [poppler] poppler: ChangeLog,1.235,1.236
- Next message: [poppler] poppler/qt4/tests: Makefile.am, 1.9,
1.10 check_metadata.cpp, 1.1, 1.2 check_pagelayout.cpp, 1.1,
1.2 check_pagemode.cpp, 1.1, 1.2 check_permissions.cpp, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the poppler
mailing list