wxPdfDocument 1.2.0
Classes | Enumerations | Variables
pdfform.h File Reference

Interface of the wxPdfDocument form field handling. More...

#include <wx/arrstr.h>
#include <wx/string.h>
#include "wx/pdfdocdef.h"

Classes

class  wxPdfIndirectObject
 Base class for indirect PDF objects (For internal use only) More...
 
class  wxPdfAnnotationObject
 Base class for annotation objects (For internal use only) More...
 
class  wxPdfAnnotationWidget
 Base class for PDF form fields (For internal use only) More...
 
class  wxPdfCheckBox
 Class representing check box form fields (For internal use only) More...
 
class  wxPdfComboBox
 Class representing combo box form field (For internal use only) More...
 
class  wxPdfPushButton
 Class representing push button form field (For internal use only) More...
 
class  wxPdfRadioButton
 Class representing radio button form field (For internal use only) More...
 
class  wxPdfRadioGroup
 Class representing radio button groups (For internal use only) More...
 
class  wxPdfTextField
 Class representing text form fields (For internal use only) More...
 

Enumerations

enum  wxPdfObjectType {
  wxPDF_OBJECT_INDIRECT , wxPDF_OBJECT_RADIOGROUP , wxPDF_OBJECT_ANNOTATION , wxPDF_OBJECT_TEXTANNOTATION ,
  wxPDF_OBJECT_WIDGET , wxPDF_OBJECT_WIDGET_CHECKBOX , wxPDF_OBJECT_WIDGET_COMBOBOX , wxPDF_OBJECT_WIDGET_PUSHBUTTON ,
  wxPDF_OBJECT_WIDGET_RADIOBUTTON , wxPDF_OBJECT_WIDGET_TEXTFIELD
}
 Object types. More...
 

Variables

class WXDLLIMPEXP_FWD_PDFDOC wxPdfRadioGroup
 

Detailed Description

Interface of the wxPdfDocument form field handling.

Enumeration Type Documentation

◆ wxPdfObjectType

Object types.

Enumerator
wxPDF_OBJECT_INDIRECT 
wxPDF_OBJECT_RADIOGROUP 
wxPDF_OBJECT_ANNOTATION 
wxPDF_OBJECT_TEXTANNOTATION 
wxPDF_OBJECT_WIDGET 
wxPDF_OBJECT_WIDGET_CHECKBOX 
wxPDF_OBJECT_WIDGET_COMBOBOX 
wxPDF_OBJECT_WIDGET_PUSHBUTTON 
wxPDF_OBJECT_WIDGET_RADIOBUTTON 
wxPDF_OBJECT_WIDGET_TEXTFIELD 

Variable Documentation

◆ wxPdfRadioGroup

class WXDLLIMPEXP_FWD_PDFDOC wxPdfRadioGroup