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

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

#include <stddef.h>
#include <stdint.h>
#include <map>
#include <memory>
#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 "third_party/abseil-cpp/absl/types/optional.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 193 of file cpdf_annot.cpp.

◆ GetAnnotAPNoFallback()

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

Definition at line 199 of file cpdf_annot.cpp.