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
BC_DataMatrixSymbolInfo144.h
Go to the documentation of this file.
1// Copyright 2014 The PDFium Authors
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
6
7#ifndef FXBARCODE_DATAMATRIX_BC_DATAMATRIXSYMBOLINFO144_H_
8#define FXBARCODE_DATAMATRIX_BC_DATAMATRIXSYMBOLINFO144_H_
9
10#include "fxbarcode/datamatrix/BC_SymbolInfo.h"
11
12class CBC_DataMatrixSymbolInfo144 final : public CBC_SymbolInfo {
13 public:
16
17 // CBC_SymbolInfo:
18 size_t GetInterleavedBlockCount() const override;
19};
20
21#endif // FXBARCODE_DATAMATRIX_BC_DATAMATRIXSYMBOLINFO144_H_
~CBC_DataMatrixSymbolInfo144() override
size_t GetInterleavedBlockCount() const override
CBC_SymbolInfo(const Data *data)