![]() | InDesign SDK 20.5 |
#include <IQRCodeMetaData.h>

Public Types | |
| enum | { kDefaultIID = IID_IQRCODEMETADATA } |
| enum | ErrorLevel { kL = 1, kM, kQ, kH } |
Public Types inherited from IQRCodeStringData | |
| enum | { kWebHyperlink = 0, kPlainText, kTextMessage, kEmail, kBusinessCard } |
Public Member Functions | |
| virtual void | SetErrorLevel (ErrorLevel er)=0 |
| virtual void | SetQRCodeColorUID (UID swatchUID)=0 |
| virtual ErrorLevel | GetErrorLevel () const =0 |
| virtual UID | GetQRCodeColorUID () const =0 |
Public Member Functions inherited from IQRCodeStringData | |
| virtual PMString | GetEncodedString () const =0 |
| virtual PMString | GetToolTipString () const =0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Additional Inherited Members | |
Public Attributes inherited from IQRCodeStringData | |
| enum IQRCodeStringData:: { ... } | QRCodeTypes |
Interface for keeping data common to all types of QR codes.
| pure virtual |
Get the error level used for creating the QR code.
| pure virtual |
Get the swatch UID used for creating the QR code.
| pure virtual |
Set the error level to be used for creating the QR code. The default error level is kM.
| pure virtual |
Set the swatch UID to be used for creating the QR code.