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_annot.h File Reference

(08e24b2ba6847221abd35e9b994206b764d6b322)

#include <stddef.h>
#include <stdint.h>
#include <map>
#include <memory>
#include <optional>
#include "core/fpdfapi/parser/cpdf_stream.h"
#include "core/fxcrt/bytestring.h"
#include "core/fxcrt/fx_coordinates.h"
#include "core/fxcrt/maybe_owned.h"
#include "core/fxcrt/retain_ptr.h"
#include "core/fxcrt/unowned_ptr.h"
Include dependency graph for cpdf_annot.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CPDF_Annot

Functions

RetainPtr< CPDF_StreamGetAnnotAP (CPDF_Dictionary *pAnnotDict, CPDF_Annot::AppearanceMode eMode)
RetainPtr< CPDF_StreamGetAnnotAPNoFallback (CPDF_Dictionary *pAnnotDict, CPDF_Annot::AppearanceMode eMode)

Function Documentation

◆ GetAnnotAP()

RetainPtr< CPDF_Stream > GetAnnotAP ( CPDF_Dictionary * pAnnotDict,
CPDF_Annot::AppearanceMode eMode )

Definition at line 194 of file cpdf_annot.cpp.

◆ GetAnnotAPNoFallback()

RetainPtr< CPDF_Stream > GetAnnotAPNoFallback ( CPDF_Dictionary * pAnnotDict,
CPDF_Annot::AppearanceMode eMode )

Definition at line 200 of file cpdf_annot.cpp.