#include <ICreateQRCodeCmdData.h>
|
| enum | { kDefaultIID = IID_ICREATEQRCODECMDDATA } |
| |
Command parameters for the CreateFormField command
| virtual IDataBase* ICreateQRCodeCmdData::GetDataBase | ( | | ) | const |
| pure virtual |
Get the target database.
- Returns
- target database.
| virtual IQRCodeMetaData::ErrorLevel ICreateQRCodeCmdData::GetErrorToleranceLevel | ( | | ) | const |
| pure virtual |
Get the error tolerance level of the QR code.
- Returns
- error tolerance level of the QR code.
| virtual UID ICreateQRCodeCmdData::GetQRCodeSwatchUID | ( | | ) | const |
| pure virtual |
Get the UID of the color swatch used for creating the QR code.
- Returns
- UID of the color swatch used for creating the QR code.
| virtual PMString ICreateQRCodeCmdData::GetTextToEncode | ( | | ) | const |
| pure virtual |
Get the text string to encode as QR code.
- Returns
- text to encode as QR code.
| virtual void ICreateQRCodeCmdData::Set | ( | IDataBase * | db, | | | const PMString & | textToEncode, | | | IQRCodeMetaData::ErrorLevel | level, | | | UID | swatchUID | | ) | | |
| pure virtual |
Set the data required by the command for creating the QR code.
- Parameters
| db | IN The target database. |
| textToEncode | IN The text to encode as QR code. |
| level | IN The error tolerance level of the QR code. |
| swatchUID | IN The UID of the color swatch used for creating the QR code. |