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
JBig2_Segment.h File Reference

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

+ Include dependency graph for JBig2_Segment.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CJBig2_Segment
 

Enumerations

enum  JBig2_SegmentState {
  JBIG2_SEGMENT_HEADER_UNPARSED , JBIG2_SEGMENT_DATA_UNPARSED , JBIG2_SEGMENT_PARSE_COMPLETE , JBIG2_SEGMENT_PAUSED ,
  JBIG2_SEGMENT_ERROR
}
 
enum  JBig2_ResultType {
  JBIG2_VOID_POINTER = 0 , JBIG2_IMAGE_POINTER , JBIG2_SYMBOL_DICT_POINTER , JBIG2_PATTERN_DICT_POINTER ,
  JBIG2_HUFFMAN_TABLE_POINTER
}
 

Enumeration Type Documentation

◆ JBig2_ResultType

Enumerator
JBIG2_VOID_POINTER 
JBIG2_IMAGE_POINTER 
JBIG2_SYMBOL_DICT_POINTER 
JBIG2_PATTERN_DICT_POINTER 
JBIG2_HUFFMAN_TABLE_POINTER 

Definition at line 26 of file JBig2_Segment.h.

◆ JBig2_SegmentState

Enumerator
JBIG2_SEGMENT_HEADER_UNPARSED 
JBIG2_SEGMENT_DATA_UNPARSED 
JBIG2_SEGMENT_PARSE_COMPLETE 
JBIG2_SEGMENT_PAUSED 
JBIG2_SEGMENT_ERROR 

Definition at line 18 of file JBig2_Segment.h.