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

Public Types | |
| enum | { kDefaultIID = IID_IQRSMSDATA } |
Public Types inherited from IQRCodeStringData | |
| enum | { kWebHyperlink = 0, kPlainText, kTextMessage, kEmail, kBusinessCard } |
Public Member Functions | |
| virtual void | SetPhoneNumber (const PMString &number)=0 |
| virtual PMString | GetPhoneNumber () const =0 |
| virtual void | SetMessage (const PMString &message)=0 |
| virtual PMString | GetMessage () const =0 |
| virtual void | CopyFromSms (const IQRSMSData *source)=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 SMS type of QR code.
| pure virtual |
Copy the data for SMS type QR code data from source IQRSMSData.
| source | IN The SMS QR code data to copy. |
| pure virtual |
Get the text SMS message encoded as SMS type QR code.
| pure virtual |
Get the phone number of the SMS type QR code.
| pure virtual |
Set the text SMS message encoded as SMS type QR code.
| message | IN The SMS text message to be encoded. |
| pure virtual |
Set the phone number for the SMS type QR code.
| number | IN The phone number. |