Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
cpdf_formfield.h File Reference

(3dce9b5818576f04ce21cec4b3686eda012e5b65)

#include <stddef.h>
#include <stdint.h>
#include <utility>
#include <vector>
#include "core/fpdfdoc/cpdf_aaction.h"
#include "core/fxcrt/fx_string.h"
#include "core/fxcrt/retain_ptr.h"
#include "core/fxcrt/unowned_ptr.h"
+ Include dependency graph for cpdf_formfield.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CPDF_FormField
 

Enumerations

enum class  NotificationOption : bool { kDoNotNotify = false , kNotify = true }
 
enum class  FormFieldType : uint8_t {
  kUnknown = 0 , kPushButton = 1 , kCheckBox = 2 , kRadioButton = 3 ,
  kComboBox = 4 , kListBox = 5 , kTextField = 6 , kSignature = 7
}
 

Variables

constexpr size_t kFormFieldTypeCount = 8
 

Enumeration Type Documentation

◆ FormFieldType

enum class FormFieldType : uint8_t
strong
Enumerator
kUnknown 
kPushButton 
kCheckBox 
kRadioButton 
kComboBox 
kListBox 
kTextField 
kSignature 

Definition at line 29 of file cpdf_formfield.h.

◆ NotificationOption

enum class NotificationOption : bool
strong
Enumerator
kDoNotNotify 
kNotify 

Definition at line 27 of file cpdf_formfield.h.

Variable Documentation

◆ kFormFieldTypeCount

size_t kFormFieldTypeCount = 8
constexpr

Definition at line 54 of file cpdf_formfield.h.