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

#include <cpdf_object_avail.h>

+ Inheritance diagram for CPDF_ObjectAvail:
+ Collaboration diagram for CPDF_ObjectAvail:

Public Member Functions

 CPDF_ObjectAvail (RetainPtr< CPDF_ReadValidator > validator, CPDF_IndirectObjectHolder *holder, RetainPtr< const CPDF_Object > root)
 
 CPDF_ObjectAvail (RetainPtr< CPDF_ReadValidator > validator, CPDF_IndirectObjectHolder *holder, uint32_t obj_num)
 
virtual ~CPDF_ObjectAvail ()
 
CPDF_DataAvail::DocAvailStatus CheckAvail ()
 

Protected Member Functions

virtual bool ExcludeObject (const CPDF_Object *object) const
 

Detailed Description

Definition at line 20 of file cpdf_object_avail.h.

Constructor & Destructor Documentation

◆ CPDF_ObjectAvail() [1/2]

CPDF_ObjectAvail::CPDF_ObjectAvail ( RetainPtr< CPDF_ReadValidator > validator,
CPDF_IndirectObjectHolder * holder,
RetainPtr< const CPDF_Object > root )

Definition at line 17 of file cpdf_object_avail.cpp.

References CPDF_ObjectAvail().

Referenced by CPDF_ObjectAvail().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ CPDF_ObjectAvail() [2/2]

CPDF_ObjectAvail::CPDF_ObjectAvail ( RetainPtr< CPDF_ReadValidator > validator,
CPDF_IndirectObjectHolder * holder,
uint32_t obj_num )

Definition at line 30 of file cpdf_object_avail.cpp.

References CPDF_ObjectAvail().

Referenced by CPDF_ObjectAvail().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ~CPDF_ObjectAvail()

CPDF_ObjectAvail::~CPDF_ObjectAvail ( )
virtualdefault

Member Function Documentation

◆ CheckAvail()

CPDF_DataAvail::DocAvailStatus CPDF_ObjectAvail::CheckAvail ( )

Definition at line 42 of file cpdf_object_avail.cpp.

References CPDF_DataAvail::kDataAvailable, and CPDF_DataAvail::kDataNotAvailable.

Referenced by CPDF_DataAvail::IsPageAvail(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), and TEST().

+ Here is the caller graph for this function:

◆ ExcludeObject()

bool CPDF_ObjectAvail::ExcludeObject ( const CPDF_Object * object) const
protectedvirtual

Reimplemented in CPDF_PageObjectAvail.

Definition at line 149 of file cpdf_object_avail.cpp.

Referenced by CPDF_PageObjectAvail::ExcludeObject().

+ Here is the caller graph for this function:

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