Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "fxbarcode/pdf417/BC_PDF417HighLevelEncoder.h"
#include <vector>
#include "testing/gtest/include/gtest/gtest.h"
Go to the source code of this file.
Functions | |
TEST (PDF417HighLevelEncoderTest, EncodeHighLevel) | |
TEST (PDF417HighLevelEncoderTest, EncodeText) | |
TEST (PDF417HighLevelEncoderTest, EncodeBinary) | |
TEST (PDF417HighLevelEncoderTest, EncodeNumeric) | |
TEST (PDF417HighLevelEncoderTest, ConsecutiveDigitCount) | |
TEST (PDF417HighLevelEncoderTest, ConsecutiveTextCount) | |
TEST (PDF417HighLevelEncoderTest, ConsecutiveBinaryCount) | |
TEST | ( | PDF417HighLevelEncoderTest | , |
ConsecutiveBinaryCount | ) |
Definition at line 269 of file BC_PDF417HighLevelEncoder_unittest.cpp.
TEST | ( | PDF417HighLevelEncoderTest | , |
ConsecutiveDigitCount | ) |
Definition at line 164 of file BC_PDF417HighLevelEncoder_unittest.cpp.
References fxcrt::WideString::WideString().
TEST | ( | PDF417HighLevelEncoderTest | , |
ConsecutiveTextCount | ) |
Definition at line 209 of file BC_PDF417HighLevelEncoder_unittest.cpp.
References fxcrt::WideString::WideString().
TEST | ( | PDF417HighLevelEncoderTest | , |
EncodeBinary | ) |
Definition at line 57 of file BC_PDF417HighLevelEncoder_unittest.cpp.
TEST | ( | PDF417HighLevelEncoderTest | , |
EncodeHighLevel | ) |
Definition at line 11 of file BC_PDF417HighLevelEncoder_unittest.cpp.
TEST | ( | PDF417HighLevelEncoderTest | , |
EncodeNumeric | ) |
Definition at line 103 of file BC_PDF417HighLevelEncoder_unittest.cpp.
References fxcrt::WideString::WideString().
TEST | ( | PDF417HighLevelEncoderTest | , |
EncodeText | ) |
Definition at line 53 of file BC_PDF417HighLevelEncoder_unittest.cpp.