Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cpdf_parser.h>
Public Member Functions | |
virtual bool | TryInit ()=0 |
Public Member Functions inherited from CPDF_IndirectObjectHolder | |
CPDF_IndirectObjectHolder () | |
virtual | ~CPDF_IndirectObjectHolder () |
RetainPtr< CPDF_Object > | GetOrParseIndirectObject (uint32_t objnum) |
RetainPtr< const CPDF_Object > | GetIndirectObject (uint32_t objnum) const |
RetainPtr< CPDF_Object > | GetMutableIndirectObject (uint32_t objnum) |
void | DeleteIndirectObject (uint32_t objnum) |
template<typename T , typename... Args> | |
RetainPtr< T > | NewIndirect (Args &&... args) |
template<typename T , typename... Args> | |
std::enable_if< CanInternStrings< T >::value, RetainPtr< T > >::type | New (Args &&... args) |
template<typename T , typename... Args> | |
std::enable_if<!CanInternStrings< T >::value, RetainPtr< T > >::type | New (Args &&... args) |
uint32_t | AddIndirectObject (RetainPtr< CPDF_Object > pObj) |
bool | ReplaceIndirectObjectIfHigherGeneration (uint32_t objnum, RetainPtr< CPDF_Object > pObj) |
uint32_t | GetLastObjNum () const |
void | SetLastObjNum (uint32_t objnum) |
WeakPtr< ByteStringPool > | GetByteStringPool () const |
const_iterator | begin () const |
const_iterator | end () const |
Additional Inherited Members | |
Public Types inherited from CPDF_IndirectObjectHolder | |
using | const_iterator |
Protected Member Functions inherited from CPDF_IndirectObjectHolder | |
virtual RetainPtr< CPDF_Object > | ParseIndirectObject (uint32_t objnum) |
Definition at line 39 of file cpdf_parser.h.
|
pure virtual |
Implemented in CPDF_Document.