|
Poppler Qt4 0.18.1
|
The base class representing a form field. More...
#include <poppler-form.h>

Public Types | |
| enum | FormType { FormButton, FormText, FormChoice, FormSignature } |
Public Member Functions | |
| Link * | activationAction () const |
| QString | fullyQualifiedName () const |
| int | id () const |
| bool | isReadOnly () const |
| bool | isVisible () const |
| QString | name () const |
| QRectF | rect () const |
| virtual FormType | type () const =0 |
| QString | uiName () const |
The base class representing a form field.
The different types of form field.
| FormButton |
A button field. See ButtonType. |
| FormText |
A text field. See TextType. |
| FormChoice |
A single choice field. See ChoiceType. |
| FormSignature |
A signature field. |
| Link* Poppler::FormField::activationAction | ( | ) | const |
The activation action of this form field.
| QString Poppler::FormField::fullyQualifiedName | ( | ) | const |
The internal fully qualified name of the field.
| QRectF Poppler::FormField::rect | ( | ) | const |
1.7.4