InDesign SDK
20.5
InDesign SDK
Documentation
Bosses
Sample plug-ins
Class Index
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
IQRCodeStringData.h
1
//========================================================================================
2
//
3
// $File$
4
//
5
// Owner: kaubansa
6
//
7
// $Author$
8
//
9
// $DateTime$
10
//
11
// $Revision$
12
//
13
// $Change$
14
//
15
// ADOBE CONFIDENTIAL
16
//
17
// Copyright 1997-2010 Adobe Systems Incorporated. All rights reserved.
18
//
19
// NOTICE: All information contained herein is, and remains
20
// the property of Adobe Systems Incorporated and its suppliers,
21
// if any. The intellectual and technical concepts contained
22
// herein are proprietary to Adobe Systems Incorporated and its
23
// suppliers and may be covered by U.S. and Foreign Patents,
24
// patents in process, and are protected by trade secret or copyright law.
25
// Dissemination of this information or reproduction of this material
26
// is strictly forbidden unless prior written permission is obtained
27
// from Adobe Systems Incorporated.
28
//
29
//========================================================================================
30
31
32
#ifndef __IQRCODESTRINGDATA__
33
#define __IQRCODESTRINGDATA__
34
35
#include "IPMUnknown.h"
36
//#include "EPSID.h"
37
41
class
IQRCodeStringData
:
public
IPMUnknown
42
{
43
public
:
44
47
enum
48
{
50
kWebHyperlink
= 0,
51
53
kPlainText
,
54
56
kTextMessage
,
57
59
kEmail
,
60
62
kBusinessCard
63
}QRCodeTypes;
64
68
virtual
PMString
GetEncodedString
()
const
= 0;
69
73
virtual
PMString
GetToolTipString
()
const
= 0;
74
75
};
76
77
#endif
tmpdoxygeninput
IQRCodeStringData.h
Generated on Sat Jul 19 2025 02:54:15 for InDesign SDK by
1.8.3.1