source: trunk/classes/idl/standardnames/cwtif.idl@ 63

Last change on this file since 63 was 2, checked in by stevenhl, 8 years ago

Import sources from cwmm-full.zip dated 2005-03-21

File size: 1.6 KB
Line 
1
2/*
3 * MMgif.idl:
4 */
5
6#include <cwimage.idl>
7
8/*
9 CLASS:
10*/
11
12interface M_MMTIFF;
13
14interface MMTIFF : CWImage
15{
16
17 /*
18 * New instance methods
19 *
20 */
21
22
23#ifdef __SOMIDL__
24 implementation {
25
26 /*
27 * Class Modifiers:
28 *
29 */
30
31 externalprefix = cwtiff_;
32 externalstem = cwtiff;
33 majorversion = 1;
34 minorversion = 1;
35 filestem = cwtiff; //# specifies the filestem for sc-generated files
36 metaclass = M_MMTIFF;
37 dllname = "cwimage.dll";
38 callstyle = oidl;
39
40
41 /*
42 * Internal instance variables
43 *
44 */
45
46
47 /*
48 * methods overridden
49 *
50 */
51
52#ifdef __PRIVATE__
53
54#endif
55
56 }; // implementation
57#endif /* __SOMIDL__ */
58};
59
60
61interface M_MMTIFF : M_CWImage
62{
63
64 /*
65 * New class methods
66 *
67 */
68
69
70#ifdef __SOMIDL__
71 implementation {
72
73
74 /*
75 * Class Modifiers:
76 *
77 */
78
79 externalprefix = cwtiffM_;
80 externalstem = cwtiffM;
81 functionprefix = cwtiffM_;
82 majorversion = 1;
83 minorversion = 1;
84 filestem = cwtiff; //# specifies the filestem for sc-generated files
85 dllname = "cwimage.dll";
86 callstyle = oidl;
87
88 /*
89 * Internal class variables
90 *
91 */
92
93 /*
94 * methods overridden
95 *
96 */
97 wpclsQueryInstanceType : override;
98 wpclsQueryInstanceFilter : override;
99
100 wpclsQueryDefaultHelp : override;
101 wpclsQueryStyle : override;
102 wpclsQueryTitle : override;
103 wpclsQueryIconData : override;
104 };
105
106#endif /* __SOMIDL__ */
107
108};
109
110
111
112
113
Note: See TracBrowser for help on using the repository browser.