![]() |
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_cross_ref_table.h>
Public Attributes | |
| ObjectType | type = ObjectType::kFree |
| bool | is_object_stream_flag = false |
| uint16_t | gennum = 0 |
| union { | |
| FX_FILESIZE pos = 0 | |
| struct { | |
| uint32_t obj_num | |
| uint32_t obj_index | |
| } archive | |
| }; | |
Definition at line 27 of file cpdf_cross_ref_table.h.
| union { ... } CPDF_CrossRefTable::ObjectInfo |
| struct { ... } CPDF_CrossRefTable::ObjectInfo::archive |
| uint16_t CPDF_CrossRefTable::ObjectInfo::gennum = 0 |
Definition at line 30 of file cpdf_cross_ref_table.h.
Referenced by operator<<(), and operator==().
| bool CPDF_CrossRefTable::ObjectInfo::is_object_stream_flag = false |
Definition at line 29 of file cpdf_cross_ref_table.h.
Referenced by operator<<().
| uint32_t CPDF_CrossRefTable::ObjectInfo::obj_index |
Definition at line 38 of file cpdf_cross_ref_table.h.
Referenced by operator<<(), and operator==().
| uint32_t CPDF_CrossRefTable::ObjectInfo::obj_num |
Definition at line 37 of file cpdf_cross_ref_table.h.
Referenced by operator<<(), and operator==().
| FX_FILESIZE CPDF_CrossRefTable::ObjectInfo::pos = 0 |
Definition at line 35 of file cpdf_cross_ref_table.h.
Referenced by operator<<(), operator==(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), and TEST_F().
| ObjectType CPDF_CrossRefTable::ObjectInfo::type = ObjectType::kFree |
Definition at line 28 of file cpdf_cross_ref_table.h.
Referenced by operator<<(), operator==(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), and TEST_F().