7#ifndef FXBARCODE_CBC_QRCODE_H_
8#define FXBARCODE_CBC_QRCODE_H_
10#include "core/fxcrt/widestring.h"
11#include "fxbarcode/cbc_codebase.h"
13class CBC_QRCodeWriter;
23 bool Encode(WideStringView contents)
override;
29 CBC_QRCodeWriter* GetQRCodeWriter();
bool Encode(WideStringView contents) override
BC_TYPE GetType() override
bool RenderDevice(CFX_RenderDevice *device, const CFX_Matrix &matrix) override
bool RenderResult(pdfium::span< const uint8_t > code, int32_t codeWidth, int32_t codeHeight)
void RenderDeviceResult(CFX_RenderDevice *device, const CFX_Matrix &matrix)