![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "fpdfsdk/cpdfsdk_interactiveform.h"#include <stdint.h>#include <algorithm>#include <memory>#include <sstream>#include <utility>#include <vector>#include "constants/annotation_flags.h"#include "core/fpdfapi/page/cpdf_page.h"#include "core/fpdfapi/parser/cfdf_document.h"#include "core/fpdfapi/parser/cpdf_array.h"#include "core/fpdfapi/parser/cpdf_dictionary.h"#include "core/fpdfapi/parser/cpdf_document.h"#include "core/fpdfapi/parser/cpdf_stream.h"#include "core/fpdfdoc/cpdf_action.h"#include "core/fpdfdoc/cpdf_formcontrol.h"#include "core/fpdfdoc/cpdf_interactiveform.h"#include "core/fxcrt/autorestorer.h"#include "core/fxcrt/check.h"#include "core/fxcrt/fx_string_wrappers.h"#include "core/fxcrt/stl_util.h"#include "core/fxge/cfx_graphstatedata.h"#include "core/fxge/cfx_path.h"#include "fpdfsdk/cpdfsdk_annot.h"#include "fpdfsdk/cpdfsdk_annotiterator.h"#include "fpdfsdk/cpdfsdk_formfillenvironment.h"#include "fpdfsdk/cpdfsdk_pageview.h"#include "fpdfsdk/cpdfsdk_widget.h"#include "fpdfsdk/formfiller/cffl_formfield.h"#include "fxjs/ijs_event_context.h"#include "fxjs/ijs_runtime.h"