![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "core/fpdfdoc/cpdf_annot.h"#include <algorithm>#include <utility>#include "build/build_config.h"#include "constants/annotation_common.h"#include "constants/annotation_flags.h"#include "core/fpdfapi/page/cpdf_form.h"#include "core/fpdfapi/page/cpdf_page.h"#include "core/fpdfapi/page/cpdf_pageimagecache.h"#include "core/fpdfapi/parser/cpdf_array.h"#include "core/fpdfapi/parser/cpdf_boolean.h"#include "core/fpdfapi/parser/cpdf_dictionary.h"#include "core/fpdfapi/parser/cpdf_document.h"#include "core/fpdfapi/parser/cpdf_stream.h"#include "core/fpdfapi/parser/fpdf_parser_utility.h"#include "core/fpdfapi/render/cpdf_rendercontext.h"#include "core/fpdfapi/render/cpdf_renderoptions.h"#include "core/fpdfdoc/cpdf_generateap.h"#include "core/fxcrt/check.h"#include "core/fxge/cfx_fillrenderoptions.h"#include "core/fxge/cfx_graphstatedata.h"#include "core/fxge/cfx_path.h"#include "core/fxge/cfx_renderdevice.h"Go to the source code of this file.
Functions | |
| RetainPtr< CPDF_Stream > | GetAnnotAP (CPDF_Dictionary *pAnnotDict, CPDF_Annot::AppearanceMode eMode) |
| RetainPtr< CPDF_Stream > | GetAnnotAPNoFallback (CPDF_Dictionary *pAnnotDict, CPDF_Annot::AppearanceMode eMode) |
| RetainPtr< CPDF_Stream > GetAnnotAP | ( | CPDF_Dictionary * | pAnnotDict, |
| CPDF_Annot::AppearanceMode | eMode ) |
Definition at line 194 of file cpdf_annot.cpp.
| RetainPtr< CPDF_Stream > GetAnnotAPNoFallback | ( | CPDF_Dictionary * | pAnnotDict, |
| CPDF_Annot::AppearanceMode | eMode ) |
Definition at line 200 of file cpdf_annot.cpp.