A form field that represents a "button". More...
#include <poppler-form.h>


Public Types | |
| enum | ButtonType { Push, CheckBox, Radio } |
Public Member Functions | |
| ButtonType | buttonType () const |
| QString | caption () const |
| void | setState (bool state) |
| QList< int > | siblings () const |
| bool | state () const |
| virtual FormType | type () const |
A form field that represents a "button".
| QList<int> Poppler::FormFieldButton::siblings | ( | ) | const |
The list with the IDs of siblings (ie, buttons belonging to the same group as the current one.
Valid only for Radio buttons, an empty list otherwise.
1.6.1