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_GenerateAP Class Reference

#include <cpdf_generateap.h>

Collaboration diagram for CPDF_GenerateAP:

Public Types

enum  FormType { kTextField , kComboBox , kListBox }

Public Member Functions

 CPDF_GenerateAP ()=delete
 CPDF_GenerateAP (const CPDF_GenerateAP &)=delete
CPDF_GenerateAPoperator= (const CPDF_GenerateAP &)=delete

Static Public Member Functions

static void GenerateFormAP (CPDF_Document *pDoc, CPDF_Dictionary *pAnnotDict, FormType type)
static void GenerateEmptyAP (CPDF_Document *pDoc, CPDF_Dictionary *pAnnotDict)
static bool GenerateAnnotAP (CPDF_Document *pDoc, CPDF_Dictionary *pAnnotDict, CPDF_Annot::Subtype subtype)

Detailed Description

Definition at line 15 of file cpdf_generateap.h.

Member Enumeration Documentation

◆ FormType

Enumerator
kTextField 
kComboBox 
kListBox 

Definition at line 17 of file cpdf_generateap.h.

Constructor & Destructor Documentation

◆ CPDF_GenerateAP() [1/2]

CPDF_GenerateAP::CPDF_GenerateAP ( )
delete

◆ CPDF_GenerateAP() [2/2]

CPDF_GenerateAP::CPDF_GenerateAP ( const CPDF_GenerateAP & )
delete

Member Function Documentation

◆ GenerateAnnotAP()

◆ GenerateEmptyAP()

void CPDF_GenerateAP::GenerateEmptyAP ( CPDF_Document * pDoc,
CPDF_Dictionary * pAnnotDict )
static

Definition at line 1326 of file cpdf_generateap.cpp.

Referenced by FPDFAnnot_AppendObject().

Here is the caller graph for this function:

◆ GenerateFormAP()

void CPDF_GenerateAP::GenerateFormAP ( CPDF_Document * pDoc,
CPDF_Dictionary * pAnnotDict,
FormType type )
static

◆ operator=()

CPDF_GenerateAP & CPDF_GenerateAP::operator= ( const CPDF_GenerateAP & )
delete

The documentation for this class was generated from the following files: