Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <memory>
#include <vector>
#include "core/fxcodec/jbig2/JBig2_Define.h"
#include "core/fxcodec/jbig2/JBig2_HuffmanTable.h"
#include "core/fxcodec/jbig2/JBig2_PatternDict.h"
#include "core/fxcodec/jbig2/JBig2_SymbolDict.h"
Go to the source code of this file.
Classes | |
class | CJBig2_Segment |
enum 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.
enum 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.