Public 成员函数 | |
| __init__ (self, Optional[Points] start=None, Optional[str] data=None, Optional[List[List[Union[QRCodeManualEncodingEnum, str]]]] manually_encoded_data=None) | |
| 初始化 QRBarcode 类的新实例。 | |
| str | __str__ (self) |
| 返回一个可以发送到打印机的字符串。 | |
Public 成员函数 继承自 LabelMaker.Interfaces.IBcdQRCode.AQRBarcode | |
| __init__ (self, IPoint start, Optional[str] data=None, Optional[List[List[str]]] manually_encoded_data=None) | |
| 初始化具有起始点和可选数据的QR Code。 | |
Public 成员函数 继承自 LabelMaker.Interfaces.IBarcode2D.ABarcode2D | |
| __init__ (self, Optional[IPoint] start=None, str data="", Optional[IRuler] ruler=None, RotateEnum rotation=RotateEnum.NONE) | |
| str | __str__ (self) |
Public 成员函数 继承自 LabelMaker.Interfaces.IBarcode2D.IBarcode2D | |
| str | __str__ (self) |
额外继承的成员函数 | |
Public 属性 继承自 LabelMaker.Interfaces.IBcdQRCode.AQRBarcode | |
| mask = QRCodeMaskEnum.MASK0 | |
| model = QRCodeModelEnum.MODEL2 | |
| error_correction = QRCodeErrorCorrectionEnum.CORRECTION15 | |
| cell_size = Defaults.cell_size() | |
Public 属性 继承自 LabelMaker.Interfaces.IBarcode2D.ABarcode2D | |
| start = start | |
| data = data | |
| ruler = ruler or Defaults.ruler() | |
| rotation = rotation | |
静态 Public 属性 继承自 LabelMaker.Interfaces.IBcdQRCode.AQRBarcode | |
| List | data_manually_encoded [List[str]] |
| LabelMaker.TSPL.QRBarcode.QRBarcode.__init__ | ( | self, | |
| Optional[Points] | start = None, | ||
| Optional[str] | data = None, | ||
| Optional[ List[List[Union[QRCodeManualEncodingEnum, str]]] ] | manually_encoded_data = None ) |
| str LabelMaker.TSPL.QRBarcode.QRBarcode.__str__ | ( | self | ) |