![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <JBig2_Segment.h>
Public Member Functions | |
| CJBig2_Segment () | |
| ~CJBig2_Segment () | |
Public Attributes | |
| uint32_t | m_dwNumber = 0 |
| union { | |
| struct { | |
| uint8_t type: 6 | |
| uint8_t page_association_size: 1 | |
| uint8_t deferred_non_retain: 1 | |
| } s | |
| uint8_t c = 0 | |
| } | m_cFlags |
| int32_t | m_nReferred_to_segment_count = 0 |
| std::vector< uint32_t > | m_Referred_to_segment_numbers |
| uint32_t | m_dwPage_association = 0 |
| uint32_t | m_dwData_length = 0 |
| uint32_t | m_dwHeader_Length = 0 |
| uint32_t | m_dwDataOffset = 0 |
| uint64_t | m_Key = 0 |
| JBig2_SegmentState | m_State = JBIG2_SEGMENT_HEADER_UNPARSED |
| JBig2_ResultType | m_nResultType = JBIG2_VOID_POINTER |
| std::unique_ptr< CJBig2_SymbolDict > | m_SymbolDict |
| std::unique_ptr< CJBig2_PatternDict > | m_PatternDict |
| std::unique_ptr< CJBig2_Image > | m_Image |
| std::unique_ptr< CJBig2_HuffmanTable > | m_HuffmanTable |
Definition at line 34 of file JBig2_Segment.h.
|
default |
|
default |
| uint8_t CJBig2_Segment::c = 0 |
Definition at line 46 of file JBig2_Segment.h.
| uint8_t CJBig2_Segment::deferred_non_retain |
Definition at line 44 of file JBig2_Segment.h.
| union { ... } CJBig2_Segment::m_cFlags |
| uint32_t CJBig2_Segment::m_dwData_length = 0 |
Definition at line 51 of file JBig2_Segment.h.
| uint32_t CJBig2_Segment::m_dwDataOffset = 0 |
Definition at line 53 of file JBig2_Segment.h.
| uint32_t CJBig2_Segment::m_dwHeader_Length = 0 |
Definition at line 52 of file JBig2_Segment.h.
| uint32_t CJBig2_Segment::m_dwNumber = 0 |
Definition at line 39 of file JBig2_Segment.h.
| uint32_t CJBig2_Segment::m_dwPage_association = 0 |
Definition at line 50 of file JBig2_Segment.h.
| std::unique_ptr<CJBig2_HuffmanTable> CJBig2_Segment::m_HuffmanTable |
Definition at line 60 of file JBig2_Segment.h.
| std::unique_ptr<CJBig2_Image> CJBig2_Segment::m_Image |
Definition at line 59 of file JBig2_Segment.h.
| uint64_t CJBig2_Segment::m_Key = 0 |
Definition at line 54 of file JBig2_Segment.h.
| int32_t CJBig2_Segment::m_nReferred_to_segment_count = 0 |
Definition at line 48 of file JBig2_Segment.h.
| JBig2_ResultType CJBig2_Segment::m_nResultType = JBIG2_VOID_POINTER |
Definition at line 56 of file JBig2_Segment.h.
| std::unique_ptr<CJBig2_PatternDict> CJBig2_Segment::m_PatternDict |
Definition at line 58 of file JBig2_Segment.h.
| std::vector<uint32_t> CJBig2_Segment::m_Referred_to_segment_numbers |
Definition at line 49 of file JBig2_Segment.h.
| JBig2_SegmentState CJBig2_Segment::m_State = JBIG2_SEGMENT_HEADER_UNPARSED |
Definition at line 55 of file JBig2_Segment.h.
| std::unique_ptr<CJBig2_SymbolDict> CJBig2_Segment::m_SymbolDict |
Definition at line 57 of file JBig2_Segment.h.
| uint8_t CJBig2_Segment::page_association_size |
Definition at line 43 of file JBig2_Segment.h.
| struct { ... } CJBig2_Segment::s |
| uint8_t CJBig2_Segment::type |
Definition at line 42 of file JBig2_Segment.h.