|
Poppler Qt4 0.18.1
|
Geometric annotation. More...
#include <poppler-annotation.h>


Public Types | |
| enum | GeomType { InscribedSquare, InscribedCircle } |
Public Member Functions | |
| GeomAnnotation (const QDomNode &node) | |
| QColor | geomInnerColor () const |
| int | geomPointWidth () const |
| GeomType | geomType () const |
| void | setGeomInnerColor (const QColor &color) |
| void | setGeomPointWidth (int width) |
| void | setGeomType (GeomType style) |
| virtual void | store (QDomNode &parentNode, QDomDocument &document) const |
| virtual SubType | subType () const |
Geometric annotation.
The geometric annotation represents a geometric figure, like a rectangle or an ellipse.
1.7.4