source: branches/v2.9/classes_chris_names/include/cwmmotion.h

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

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

File size: 25.1 KB
Line 
1
2/*
3 * This file was generated by the SOM Compiler.
4 * FileName: include\cwmmotion.h.
5 * Generated using:
6 * SOM Precompiler somipc: 2.29.1.7
7 * SOM Emitter emith: 2.42
8 */
9
10/*
11 *
12 * CWgif.idl:
13 */
14
15
16#ifndef SOM_CWMMotion_h
17#define SOM_CWMMotion_h
18
19
20#include <som.h>
21
22/*
23 * -- This emitter treats Method Tokens as Thunks by default.
24 * -- Use the sc modifier "nothunks" to change this default
25 */
26#undef somresolve_
27#define somresolve_(obj,mToken) ((somMethodProc*)((void)obj, mToken))
28
29/*
30 * Define the class name as an object type
31 */
32#ifndef CWMMotion
33#define CWMMotion SOMObject
34#endif
35#include <cwimage.h>
36
37/*
38 * Start of user-defined types:
39 */
40#ifndef SOMClass
41 #define SOMClass SOMObject
42#endif /* SOMClass */
43#ifndef WPFolder
44 #define WPFolder SOMObject
45#endif /* WPFolder */
46#ifndef M_WPObject
47 #define M_WPObject SOMObject
48#endif /* M_WPObject */
49#ifndef WPObject
50 #define WPObject SOMObject
51#endif /* WPObject */
52#ifndef M_WPFileSystem
53 #define M_WPFileSystem SOMObject
54#endif /* M_WPFileSystem */
55#ifndef M_WPDataFile
56 #define M_WPDataFile SOMObject
57#endif /* M_WPDataFile */
58#ifndef M_WPImageFile
59 #define M_WPImageFile SOMObject
60#endif /* M_WPImageFile */
61#ifndef M_CWImage
62 #define M_CWImage SOMObject
63#endif /* M_CWImage */
64#ifndef M_CWMMotion
65 #define M_CWMMotion SOMObject
66#endif /* M_CWMMotion */
67
68/*
69 * End of user-defined types.
70 */
71
72#define CWMMotion_MajorVersion 1
73#define CWMMotion_MinorVersion 2
74
75/*
76 * External name shortening if required
77 */
78#ifdef SOM_USE_SHORT_EXTERNAL_NAMES
79#define CWMMotionNewClass cwmmotionc
80#pragma linkage(cwmmotionc, system)
81#define CWMMotionClassData cwmmotiond
82#define CWMMotionCClassData cwmmotionx
83#endif /* SOM_USE_SHORT_EXTERNAL_NAMES */
84
85/*
86 * Include the meta class file
87 */
88#include <cwmmotion.h>
89/*--------------Migration------------*/
90#define CWMMotion_classObj CWMMotionClassData.classObject
91#define _CWMMotion CWMMotion_classObj
92
93/*
94 * Declare the class creation procedure
95 */
96SOMEXTERN SOMClass * SOMLINK CWMMotionNewClass(integer4 somtmajorVersion,
97 integer4 somtminorVersion);
98#pragma linkage(CWMMotionNewClass, system)
99
100/*
101 * Declare the class data structure
102 */
103SOMEXTERN struct CWMMotionClassDataStructure {
104 SOMClass *classObject;
105} SOMDLINK CWMMotionClassData;
106
107/*
108 * Declare the C specific class data structure
109 */
110SOMEXTERN struct CWMMotionCClassDataStructure {
111 somMethodTabs parentMtab;
112 somDToken instanceDataToken;
113} SOMDLINK CWMMotionCClassData;
114
115/*
116 * New and Renew macros for CWMMotion
117 */
118#define CWMMotionNew() \
119 (_somNew(_CWMMotion ? _CWMMotion : CWMMotionNewClass(CWMMotion_MajorVersion, CWMMotion_MinorVersion)))
120#define CWMMotionRenew(buf) \
121 (_somRenew(_CWMMotion ? _CWMMotion : CWMMotionNewClass(CWMMotion_MajorVersion, CWMMotion_MinorVersion), buf))
122#ifndef SOM_DONT_USE_INHERITED_MACROS
123#define CWMMotion_cwmmAddImageInformationPage CWImage_cwmmAddImageInformationPage
124#define CWMMotion_wpQueryBitmapHandle WPImageFile_wpQueryBitmapHandle
125#define CWMMotion_wpQueryBitmapInfoHeader WPImageFile_wpQueryBitmapInfoHeader
126#define CWMMotion_wpQueryBitmapData WPImageFile_wpQueryBitmapData
127#define CWMMotion_wpSetBitmapData WPImageFile_wpSetBitmapData
128#define CWMMotion_wpReadImageFile WPImageFile_wpReadImageFile
129#define CWMMotion_wpWriteImageFile WPImageFile_wpWriteImageFile
130#define CWMMotion_wpAddFileTypePage WPDataFile_wpAddFileTypePage
131#define CWMMotion_wpPrintMetaFile WPDataFile_wpPrintMetaFile
132#define CWMMotion_wpPrintPifFile WPDataFile_wpPrintPifFile
133#define CWMMotion_wpPrintPrinterSpecificFile WPDataFile_wpPrintPrinterSpecificFile
134#define CWMMotion_wpPrintUnknownFile WPDataFile_wpPrintUnknownFile
135#define CWMMotion_wpQueryAssociatedProgram WPDataFile_wpQueryAssociatedProgram
136#define CWMMotion_wpSetAssociatedFileIcon WPDataFile_wpSetAssociatedFileIcon
137#define CWMMotion_wpQueryAssociatedFileIcon WPDataFile_wpQueryAssociatedFileIcon
138#define CWMMotion_wpSetRealName WPFileSystem_wpSetRealName
139#define CWMMotion_wpSetType WPFileSystem_wpSetType
140#define CWMMotion_wpQueryType WPFileSystem_wpQueryType
141#define CWMMotion_wpSetAttr WPFileSystem_wpSetAttr
142#define CWMMotion_wpQueryAttr WPFileSystem_wpQueryAttr
143#define CWMMotion_wpAddFile1Page WPFileSystem_wpAddFile1Page
144#define CWMMotion_wpAddFile2Page WPFileSystem_wpAddFile2Page
145#define CWMMotion_wpAddFile3Page WPFileSystem_wpAddFile3Page
146#define CWMMotion_wpAddFileMenuPage WPFileSystem_wpAddFileMenuPage
147#define CWMMotion_wpQueryCreation WPFileSystem_wpQueryCreation
148#define CWMMotion_wpQueryLastAccess WPFileSystem_wpQueryLastAccess
149#define CWMMotion_wpQueryLastWrite WPFileSystem_wpQueryLastWrite
150#define CWMMotion_wpQueryFileSize WPFileSystem_wpQueryFileSize
151#define CWMMotion_wpQueryEASize WPFileSystem_wpQueryEASize
152#define CWMMotion_wpSetDateInfo WPFileSystem_wpSetDateInfo
153#define CWMMotion_wpSetFileSizeInfo WPFileSystem_wpSetFileSizeInfo
154#define CWMMotion_wpRefresh WPFileSystem_wpRefresh
155#define CWMMotion_wpQueryRefreshFlags WPFileSystem_wpQueryRefreshFlags
156#define CWMMotion_wpSetRefreshFlags WPFileSystem_wpSetRefreshFlags
157#define CWMMotion_wpPrintPlainTextFile WPFileSystem_wpPrintPlainTextFile
158#define CWMMotion_wpSetTitleAndRenameFile WPFileSystem_wpSetTitleAndRenameFile
159#define CWMMotion_wpConfirmRenameFileWithExt WPFileSystem_wpConfirmRenameFileWithExt
160#define CWMMotion_wpVerifyUpdateAccess WPFileSystem_wpVerifyUpdateAccess
161#define CWMMotion_wpAddUserItemsToPopupMenu WPFileSystem_wpAddUserItemsToPopupMenu
162#define CWMMotion_wpIsDiskSwapped WPFileSystem_wpIsDiskSwapped
163#define CWMMotion_wpQueryRealName WPFileSystem_wpQueryRealName
164#define CWMMotion_wpQueryFilename WPFileSystem_wpQueryFilename
165#define CWMMotion_wpQueryDisk WPFileSystem_wpQueryDisk
166#define CWMMotion_wpQueryDateInfo WPFileSystem_wpQueryDateInfo
167#define CWMMotion_wpConfirmKeepAssoc WPFileSystem_wpConfirmKeepAssoc
168#define CWMMotion_wpAddObjectGeneralPage WPObject_wpAddObjectGeneralPage
169#define CWMMotion_wpAddObjectGeneralPage2 WPObject_wpAddObjectGeneralPage2
170#define CWMMotion_wpAddObjectWindowPage WPObject_wpAddObjectWindowPage
171#define CWMMotion_wpAddSettingsPages WPObject_wpAddSettingsPages
172#define CWMMotion_wpAddToObjUseList WPObject_wpAddToObjUseList
173#define CWMMotion_wpAllocMem WPObject_wpAllocMem
174#define CWMMotion_wpAppendObject WPObject_wpAppendObject
175#define CWMMotion_wpAssertObjectMutexSem WPObject_wpAssertObjectMutexSem
176#define CWMMotion_wpClose WPObject_wpClose
177#define CWMMotion_wpCnrInsertObject WPObject_wpCnrInsertObject
178#define CWMMotion_wpCnrRemoveObject WPObject_wpCnrRemoveObject
179#define CWMMotion_wpCnrSetEmphasis WPObject_wpCnrSetEmphasis
180#define CWMMotion_wpConfirmDelete WPObject_wpConfirmDelete
181#define CWMMotion_wpConfirmObjectTitle WPObject_wpConfirmObjectTitle
182#define CWMMotion_wpCopiedFromTemplate WPObject_wpCopiedFromTemplate
183#define CWMMotion_wpCopyObject WPObject_wpCopyObject
184#define CWMMotion_wpCreateAnother WPObject_wpCreateAnother
185#define CWMMotion_wpCreateFromTemplate WPObject_wpCreateFromTemplate
186#define CWMMotion_wpCreateShadowObject WPObject_wpCreateShadowObject
187#define CWMMotion_wpDelete WPObject_wpDelete
188#define CWMMotion_wpDeleteFromObjUseList WPObject_wpDeleteFromObjUseList
189#define CWMMotion_wpDisplayHelp WPObject_wpDisplayHelp
190#define CWMMotion_wpDisplayMenu WPObject_wpDisplayMenu
191#define CWMMotion_wpDoesObjectMatch WPObject_wpDoesObjectMatch
192#define CWMMotion_wpDraggedOverObject WPObject_wpDraggedOverObject
193#define CWMMotion_wpDragOver WPObject_wpDragOver
194#define CWMMotion_wpDrop WPObject_wpDrop
195#define CWMMotion_wpDroppedOnObject WPObject_wpDroppedOnObject
196#define CWMMotion_wpEndConversation WPObject_wpEndConversation
197#define CWMMotion_wpFilterPopupMenu WPObject_wpFilterPopupMenu
198#define CWMMotion_wpFindUseItem WPObject_wpFindUseItem
199#define CWMMotion_wpFormatDragItem WPObject_wpFormatDragItem
200#define CWMMotion_wpFree WPObject_wpFree
201#define CWMMotion_wpFreeMem WPObject_wpFreeMem
202#define CWMMotion_wpHide WPObject_wpHide
203#define CWMMotion_wpInitData WPObject_wpInitData
204#define CWMMotion_wpInsertPopupMenuItems WPObject_wpInsertPopupMenuItems
205#define CWMMotion_wpInsertSettingsPage WPObject_wpInsertSettingsPage
206#define CWMMotion_wpMenuItemHelpSelected WPObject_wpMenuItemHelpSelected
207#define CWMMotion_wpMenuItemSelected WPObject_wpMenuItemSelected
208#define CWMMotion_wpModifyPopupMenu WPObject_wpModifyPopupMenu
209#define CWMMotion_wpMoveObject WPObject_wpMoveObject
210#define CWMMotion_wpOpen WPObject_wpOpen
211#define CWMMotion_wpPrintObject WPObject_wpPrintObject
212#define CWMMotion_wpQueryConcurrentView WPObject_wpQueryConcurrentView
213#define CWMMotion_wpQueryButtonAppearance WPObject_wpQueryButtonAppearance
214#define CWMMotion_wpQueryConfirmations WPObject_wpQueryConfirmations
215#define CWMMotion_wpQueryDefaultHelp WPObject_wpQueryDefaultHelp
216#define CWMMotion_wpQueryDefaultView WPObject_wpQueryDefaultView
217#define CWMMotion_wpQueryDetailsData WPObject_wpQueryDetailsData
218#define CWMMotion_wpQueryError WPObject_wpQueryError
219#define CWMMotion_wpSetFolder WPObject_wpSetFolder
220#define CWMMotion_wpQueryFolder WPObject_wpQueryFolder
221#define CWMMotion_wpQueryIcon WPObject_wpQueryIcon
222#define CWMMotion_wpQueryIconData WPObject_wpQueryIconData
223#define CWMMotion_wpQueryMinWindow WPObject_wpQueryMinWindow
224#define CWMMotion_wpQueryNameClashOptions WPObject_wpQueryNameClashOptions
225#define CWMMotion_wpQueryStyle WPObject_wpQueryStyle
226#define CWMMotion_wpSetTaskRec WPObject_wpSetTaskRec
227#define CWMMotion_wpFindTaskRec WPObject_wpFindTaskRec
228#define CWMMotion_wpQueryTitle WPObject_wpQueryTitle
229#define CWMMotion_wpRegisterView WPObject_wpRegisterView
230#define CWMMotion_wpReleaseObjectMutexSem WPObject_wpReleaseObjectMutexSem
231#define CWMMotion_wpRender WPObject_wpRender
232#define CWMMotion_wpRenderComplete WPObject_wpRenderComplete
233#define CWMMotion_wpReplaceObject WPObject_wpReplaceObject
234#define CWMMotion_wpRequestObjectMutexSem WPObject_wpRequestObjectMutexSem
235#define CWMMotion_wpRestore WPObject_wpRestore
236#define CWMMotion_wpRestoreData WPObject_wpRestoreData
237#define CWMMotion_wpRestoreLong WPObject_wpRestoreLong
238#define CWMMotion_wpRestoreState WPObject_wpRestoreState
239#define CWMMotion_wpRestoreString WPObject_wpRestoreString
240#define CWMMotion_wpSaveData WPObject_wpSaveData
241#define CWMMotion_wpSaveImmediate WPObject_wpSaveImmediate
242#define CWMMotion_wpSaveDeferred WPObject_wpSaveDeferred
243#define CWMMotion_wpSaveLong WPObject_wpSaveLong
244#define CWMMotion_wpSaveState WPObject_wpSaveState
245#define CWMMotion_wpSaveString WPObject_wpSaveString
246#define CWMMotion_wpScanSetupString WPObject_wpScanSetupString
247#define CWMMotion_wpSetConcurrentView WPObject_wpSetConcurrentView
248#define CWMMotion_wpSetButtonAppearance WPObject_wpSetButtonAppearance
249#define CWMMotion_wpSetDefaultHelp WPObject_wpSetDefaultHelp
250#define CWMMotion_wpSetDefaultView WPObject_wpSetDefaultView
251#define CWMMotion_wpSetError WPObject_wpSetError
252#define CWMMotion_wpSetIconHandle WPObject_wpSetIconHandle
253#define CWMMotion_wpQueryScreenGroupID WPObject_wpQueryScreenGroupID
254#define CWMMotion_wpSetupOnce WPObject_wpSetupOnce
255#define CWMMotion_wpSetIcon WPObject_wpSetIcon
256#define CWMMotion_wpSetIconData WPObject_wpSetIconData
257#define CWMMotion_wpSetMinWindow WPObject_wpSetMinWindow
258#define CWMMotion_wpSetStyle WPObject_wpSetStyle
259#define CWMMotion_wpModifyStyle WPObject_wpModifyStyle
260#define CWMMotion_wpSetTitle WPObject_wpSetTitle
261#define CWMMotion_wpSetup WPObject_wpSetup
262#define CWMMotion_wpSwitchTo WPObject_wpSwitchTo
263#define CWMMotion_wpUnInitData WPObject_wpUnInitData
264#define CWMMotion_wpViewObject WPObject_wpViewObject
265#define CWMMotion_wpQueryTrueStyle WPObject_wpQueryTrueStyle
266#define CWMMotion_wpQueryHandle WPObject_wpQueryHandle
267#define CWMMotion_wpUnlockObject WPObject_wpUnlockObject
268#define CWMMotion_wpObjectReady WPObject_wpObjectReady
269#define CWMMotion_wpIsObjectInitialized WPObject_wpIsObjectInitialized
270#define CWMMotion_wpCreateShadowObjectExt WPObject_wpCreateShadowObjectExt
271#define CWMMotion_wpCnrDeleteUseItem WPObject_wpCnrDeleteUseItem
272#define CWMMotion_wpIsDeleteable WPObject_wpIsDeleteable
273#define CWMMotion_wpQueryCoreRecord WPObject_wpQueryCoreRecord
274#define CWMMotion_wpSetObjectID WPObject_wpSetObjectID
275#define CWMMotion_wpQueryObjectID WPObject_wpQueryObjectID
276#define CWMMotion_wpSetDefaultIconPos WPObject_wpSetDefaultIconPos
277#define CWMMotion_wpQueryDefaultIconPos WPObject_wpQueryDefaultIconPos
278#define CWMMotion_wpCnrRefreshDetails WPObject_wpCnrRefreshDetails
279#define CWMMotion_wpFindViewItem WPObject_wpFindViewItem
280#define CWMMotion_wpLockObject WPObject_wpLockObject
281#define CWMMotion_wpIsLocked WPObject_wpIsLocked
282#define CWMMotion_wpQueryContainerFlagPtr WPObject_wpQueryContainerFlagPtr
283#define CWMMotion_wpWaitForClose WPObject_wpWaitForClose
284#define CWMMotion_somDefaultInit SOMObject_somDefaultInit
285#define CWMMotion_somDestruct SOMObject_somDestruct
286#define CWMMotion_somDefaultCopyInit SOMObject_somDefaultCopyInit
287#define CWMMotion_somDefaultAssign SOMObject_somDefaultAssign
288#define CWMMotion_somDefaultConstCopyInit SOMObject_somDefaultConstCopyInit
289#define CWMMotion_somDefaultVCopyInit SOMObject_somDefaultVCopyInit
290#define CWMMotion_somDefaultConstVCopyInit SOMObject_somDefaultConstVCopyInit
291#define CWMMotion_somDefaultConstAssign SOMObject_somDefaultConstAssign
292#define CWMMotion_somDefaultVAssign SOMObject_somDefaultVAssign
293#define CWMMotion_somDefaultConstVAssign SOMObject_somDefaultConstVAssign
294#define CWMMotion_somInit SOMObject_somInit
295#define CWMMotion_somFree SOMObject_somFree
296#define CWMMotion_somUninit SOMObject_somUninit
297#define CWMMotion_somGetClass SOMObject_somGetClass
298#define CWMMotion_somGetClassName SOMObject_somGetClassName
299#define CWMMotion_somGetSize SOMObject_somGetSize
300#define CWMMotion_somIsA SOMObject_somIsA
301#define CWMMotion_somIsInstanceOf SOMObject_somIsInstanceOf
302#define CWMMotion_somRespondsTo SOMObject_somRespondsTo
303#define CWMMotion_somDispatch SOMObject_somDispatch
304#define CWMMotion_somClassDispatch SOMObject_somClassDispatch
305#define CWMMotion_somCastObj SOMObject_somCastObj
306#define CWMMotion_somResetObj SOMObject_somResetObj
307#define CWMMotion_somDispatchV SOMObject_somDispatchV
308#define CWMMotion_somDispatchL SOMObject_somDispatchL
309#define CWMMotion_somDispatchA SOMObject_somDispatchA
310#define CWMMotion_somDispatchD SOMObject_somDispatchD
311#define CWMMotion_somPrintSelf SOMObject_somPrintSelf
312#define CWMMotion_somDumpSelf SOMObject_somDumpSelf
313#define CWMMotion_somDumpSelfInt SOMObject_somDumpSelfInt
314#endif /* SOM_DONT_USE_INHERITED_MACROS */
315
316#endif /* SOM_CWMMotion_h */
317
318#ifndef SOM_M_CWMMotion_h
319#define SOM_M_CWMMotion_h
320
321
322#include <som.h>
323
324/*
325 * -- This emitter treats Method Tokens as Thunks by default.
326 * -- Use the sc modifier "nothunks" to change this default
327 */
328#undef somresolve_
329#define somresolve_(obj,mToken) ((somMethodProc*)((void)obj, mToken))
330
331/*
332 * Define the class name as an object type
333 */
334#ifndef M_CWMMotion
335#define M_CWMMotion SOMObject
336#endif
337#include <cwimage.h>
338
339/*
340 * Start of user-defined types:
341 */
342
343/*
344 * End of user-defined types.
345 */
346
347#define M_CWMMotion_MajorVersion 1
348#define M_CWMMotion_MinorVersion 2
349
350/*
351 * External name shortening if required
352 */
353#ifdef SOM_USE_SHORT_EXTERNAL_NAMES
354#define M_CWMMotionNewClass cwmmotionMc
355#pragma linkage(cwmmotionMc, system)
356#define M_CWMMotionClassData cwmmotionMd
357#define M_CWMMotionCClassData cwmmotionMx
358#endif /* SOM_USE_SHORT_EXTERNAL_NAMES */
359/*--------------Migration------------*/
360#define M_CWMMotion_classObj M_CWMMotionClassData.classObject
361#define _M_CWMMotion M_CWMMotion_classObj
362
363/*
364 * Declare the class creation procedure
365 */
366SOMEXTERN SOMClass * SOMLINK M_CWMMotionNewClass(integer4 somtmajorVersion,
367 integer4 somtminorVersion);
368#pragma linkage(M_CWMMotionNewClass, system)
369
370/*
371 * Declare the class data structure
372 */
373SOMEXTERN struct M_CWMMotionClassDataStructure {
374 SOMClass *classObject;
375} SOMDLINK M_CWMMotionClassData;
376
377/*
378 * Declare the C specific class data structure
379 */
380SOMEXTERN struct M_CWMMotionCClassDataStructure {
381 somMethodTabs parentMtab;
382 somDToken instanceDataToken;
383} SOMDLINK M_CWMMotionCClassData;
384
385/*
386 * New and Renew macros for M_CWMMotion
387 */
388#define M_CWMMotionNew() \
389 (_somNew(_M_CWMMotion ? _M_CWMMotion : M_CWMMotionNewClass(M_CWMMotion_MajorVersion, M_CWMMotion_MinorVersion)))
390#define M_CWMMotionRenew(buf) \
391 (_somRenew(_M_CWMMotion ? _M_CWMMotion : M_CWMMotionNewClass(M_CWMMotion_MajorVersion, M_CWMMotion_MinorVersion), buf))
392
393/*
394 * Override method: wpclsQueryInstanceType
395 */
396#define M_CWMMotion_wpclsQueryInstanceType(somSelf) \
397 M_WPFileSystem_wpclsQueryInstanceType(somSelf)
398
399/*
400 * Override method: wpclsQueryInstanceFilter
401 */
402#define M_CWMMotion_wpclsQueryInstanceFilter(somSelf) \
403 M_WPFileSystem_wpclsQueryInstanceFilter(somSelf)
404
405/*
406 * Override method: wpclsQueryDefaultHelp
407 */
408#define M_CWMMotion_wpclsQueryDefaultHelp(somSelf,pHelpPanelId,pszHelpLibrary) \
409 M_WPObject_wpclsQueryDefaultHelp(somSelf,pHelpPanelId,pszHelpLibrary)
410
411/*
412 * Override method: wpclsQueryStyle
413 */
414#define M_CWMMotion_wpclsQueryStyle(somSelf) \
415 M_WPObject_wpclsQueryStyle(somSelf)
416
417/*
418 * Override method: wpclsQueryTitle
419 */
420#define M_CWMMotion_wpclsQueryTitle(somSelf) \
421 M_WPObject_wpclsQueryTitle(somSelf)
422
423/*
424 * Override method: wpclsQueryIconData
425 */
426#define M_CWMMotion_wpclsQueryIconData(somSelf,pIconInfo) \
427 M_WPObject_wpclsQueryIconData(somSelf,pIconInfo)
428#ifndef SOM_DONT_USE_INHERITED_MACROS
429#define M_CWMMotion_wpclsQueryAwakeObject M_WPFileSystem_wpclsQueryAwakeObject
430#define M_CWMMotion_wpclsFileSysExists M_WPFileSystem_wpclsFileSysExists
431#define M_CWMMotion_wpclsQueryObjectFromPath M_WPFileSystem_wpclsQueryObjectFromPath
432#define M_CWMMotion_wpclsCreateDefaultTemplates M_WPObject_wpclsCreateDefaultTemplates
433#define M_CWMMotion_wpclsInitData M_WPObject_wpclsInitData
434#define M_CWMMotion_wpclsMakeAwake M_WPObject_wpclsMakeAwake
435#define M_CWMMotion_wpclsNew M_WPObject_wpclsNew
436#define M_CWMMotion_wpclsQueryDefaultView M_WPObject_wpclsQueryDefaultView
437#define M_CWMMotion_wpclsQueryDetails M_WPObject_wpclsQueryDetails
438#define M_CWMMotion_wpclsQueryDetailsInfo M_WPObject_wpclsQueryDetailsInfo
439#define M_CWMMotion_wpclsQueryExtendedCriteria M_WPObject_wpclsQueryExtendedCriteria
440#define M_CWMMotion_wpclsQueryFolder M_WPObject_wpclsQueryFolder
441#define M_CWMMotion_wpclsQueryIcon M_WPObject_wpclsQueryIcon
442#define M_CWMMotion_wpclsQuerySearchInfo M_WPObject_wpclsQuerySearchInfo
443#define M_CWMMotion_wpclsUnInitData M_WPObject_wpclsUnInitData
444#define M_CWMMotion_wpclsFindObjectFirst M_WPObject_wpclsFindObjectFirst
445#define M_CWMMotion_wpclsFindObjectNext M_WPObject_wpclsFindObjectNext
446#define M_CWMMotion_wpclsFindObjectEnd M_WPObject_wpclsFindObjectEnd
447#define M_CWMMotion_wpclsSetError M_WPObject_wpclsSetError
448#define M_CWMMotion_wpclsQueryError M_WPObject_wpclsQueryError
449#define M_CWMMotion_wpclsQuerySettingsPageSize M_WPObject_wpclsQuerySettingsPageSize
450#define M_CWMMotion_wpclsQueryObject M_WPObject_wpclsQueryObject
451#define M_CWMMotion_wpclsQueryButtonAppearance M_WPObject_wpclsQueryButtonAppearance
452#define M_CWMMotion_wpclsDecUsage M_WPObject_wpclsDecUsage
453#define M_CWMMotion_wpclsIncUsage M_WPObject_wpclsIncUsage
454#define M_CWMMotion_wpclsInsertMultipleObjects M_WPObject_wpclsInsertMultipleObjects
455#define M_CWMMotion_wpclsFindOneObject M_WPObject_wpclsFindOneObject
456#define M_CWMMotion_wpclsSetSettingsPageSize M_WPObject_wpclsSetSettingsPageSize
457#define M_CWMMotion_wpclsSetIconData M_WPObject_wpclsSetIconData
458#define M_CWMMotion_wpclsSetIcon M_WPObject_wpclsSetIcon
459#define M_CWMMotion_wpclsObjectFromHandle M_WPObject_wpclsObjectFromHandle
460#define M_CWMMotion_wpclsRemoveObjects M_WPObject_wpclsRemoveObjects
461#define M_CWMMotion__get_somDataAlignment SOMClass__get_somDataAlignment
462#define M_CWMMotion__get_somInstanceDataOffsets SOMClass__get_somInstanceDataOffsets
463#define M_CWMMotion__get_somDirectInitClasses SOMClass__get_somDirectInitClasses
464#define M_CWMMotion__set_somDirectInitClasses SOMClass__set_somDirectInitClasses
465#define M_CWMMotion_somNew SOMClass_somNew
466#define M_CWMMotion_somNewNoInit SOMClass_somNewNoInit
467#define M_CWMMotion_somRenew SOMClass_somRenew
468#define M_CWMMotion_somRenewNoInit SOMClass_somRenewNoInit
469#define M_CWMMotion_somRenewNoZero SOMClass_somRenewNoZero
470#define M_CWMMotion_somRenewNoInitNoZero SOMClass_somRenewNoInitNoZero
471#define M_CWMMotion_somAllocate SOMClass_somAllocate
472#define M_CWMMotion_somDeallocate SOMClass_somDeallocate
473#define M_CWMMotion__get_somClassAllocate SOMClass__get_somClassAllocate
474#define M_CWMMotion__get_somClassDeallocate SOMClass__get_somClassDeallocate
475#define M_CWMMotion_somGetInstanceInitMask SOMClass_somGetInstanceInitMask
476#define M_CWMMotion_somGetInstanceDestructionMask SOMClass_somGetInstanceDestructionMask
477#define M_CWMMotion_somGetInstanceAssignmentMask SOMClass_somGetInstanceAssignmentMask
478#define M_CWMMotion_somInitClass SOMClass_somInitClass
479#define M_CWMMotion_somInitMIClass SOMClass_somInitMIClass
480#define M_CWMMotion_somAddStaticMethod SOMClass_somAddStaticMethod
481#define M_CWMMotion_somAddDynamicMethod SOMClass_somAddDynamicMethod
482#define M_CWMMotion_somOverrideSMethod SOMClass_somOverrideSMethod
483#define M_CWMMotion_somClassReady SOMClass_somClassReady
484#define M_CWMMotion_somGetApplyStub SOMClass_somGetApplyStub
485#define M_CWMMotion_somGetClassData SOMClass_somGetClassData
486#define M_CWMMotion_somSetClassData SOMClass_somSetClassData
487#define M_CWMMotion_somGetClassMtab SOMClass_somGetClassMtab
488#define M_CWMMotion_somGetInstanceOffset SOMClass_somGetInstanceOffset
489#define M_CWMMotion_somGetInstancePartSize SOMClass_somGetInstancePartSize
490#define M_CWMMotion_somGetInstanceSize SOMClass_somGetInstanceSize
491#define M_CWMMotion_somGetInstanceToken SOMClass_somGetInstanceToken
492#define M_CWMMotion_somGetMemberToken SOMClass_somGetMemberToken
493#define M_CWMMotion_somGetMethodData SOMClass_somGetMethodData
494#define M_CWMMotion_somGetRdStub SOMClass_somGetRdStub
495#define M_CWMMotion_somGetMethodDescriptor SOMClass_somGetMethodDescriptor
496#define M_CWMMotion_somGetMethodIndex SOMClass_somGetMethodIndex
497#define M_CWMMotion_somGetMethodToken SOMClass_somGetMethodToken
498#define M_CWMMotion_somGetName SOMClass_somGetName
499#define M_CWMMotion_somGetNthMethodData SOMClass_somGetNthMethodData
500#define M_CWMMotion_somGetNthMethodInfo SOMClass_somGetNthMethodInfo
501#define M_CWMMotion_somGetNumMethods SOMClass_somGetNumMethods
502#define M_CWMMotion_somGetNumStaticMethods SOMClass_somGetNumStaticMethods
503#define M_CWMMotion_somGetParent SOMClass_somGetParent
504#define M_CWMMotion_somGetParents SOMClass_somGetParents
505#define M_CWMMotion_somGetPClsMtab SOMClass_somGetPClsMtab
506#define M_CWMMotion_somGetPClsMtabs SOMClass_somGetPClsMtabs
507#define M_CWMMotion_somGetVersionNumbers SOMClass_somGetVersionNumbers
508#define M_CWMMotion_somSetMethodDescriptor SOMClass_somSetMethodDescriptor
509#define M_CWMMotion_somFindMethod SOMClass_somFindMethod
510#define M_CWMMotion_somFindMethodOk SOMClass_somFindMethodOk
511#define M_CWMMotion_somFindSMethod SOMClass_somFindSMethod
512#define M_CWMMotion_somFindSMethodOk SOMClass_somFindSMethodOk
513#define M_CWMMotion_somLookupMethod SOMClass_somLookupMethod
514#define M_CWMMotion_somCheckVersion SOMClass_somCheckVersion
515#define M_CWMMotion_somDescendedFrom SOMClass_somDescendedFrom
516#define M_CWMMotion_somSupportsMethod SOMClass_somSupportsMethod
517#define M_CWMMotion_somDefinedMethod SOMClass_somDefinedMethod
518#define M_CWMMotion_somOverrideMtab SOMClass_somOverrideMtab
519#define M_CWMMotion_somDefaultInit SOMObject_somDefaultInit
520#define M_CWMMotion_somDestruct SOMObject_somDestruct
521#define M_CWMMotion_somDefaultCopyInit SOMObject_somDefaultCopyInit
522#define M_CWMMotion_somDefaultAssign SOMObject_somDefaultAssign
523#define M_CWMMotion_somDefaultConstCopyInit SOMObject_somDefaultConstCopyInit
524#define M_CWMMotion_somDefaultVCopyInit SOMObject_somDefaultVCopyInit
525#define M_CWMMotion_somDefaultConstVCopyInit SOMObject_somDefaultConstVCopyInit
526#define M_CWMMotion_somDefaultConstAssign SOMObject_somDefaultConstAssign
527#define M_CWMMotion_somDefaultVAssign SOMObject_somDefaultVAssign
528#define M_CWMMotion_somDefaultConstVAssign SOMObject_somDefaultConstVAssign
529#define M_CWMMotion_somInit SOMObject_somInit
530#define M_CWMMotion_somFree SOMObject_somFree
531#define M_CWMMotion_somUninit SOMObject_somUninit
532#define M_CWMMotion_somGetClass SOMObject_somGetClass
533#define M_CWMMotion_somGetClassName SOMObject_somGetClassName
534#define M_CWMMotion_somGetSize SOMObject_somGetSize
535#define M_CWMMotion_somIsA SOMObject_somIsA
536#define M_CWMMotion_somIsInstanceOf SOMObject_somIsInstanceOf
537#define M_CWMMotion_somRespondsTo SOMObject_somRespondsTo
538#define M_CWMMotion_somDispatch SOMObject_somDispatch
539#define M_CWMMotion_somClassDispatch SOMObject_somClassDispatch
540#define M_CWMMotion_somCastObj SOMObject_somCastObj
541#define M_CWMMotion_somResetObj SOMObject_somResetObj
542#define M_CWMMotion_somDispatchV SOMObject_somDispatchV
543#define M_CWMMotion_somDispatchL SOMObject_somDispatchL
544#define M_CWMMotion_somDispatchA SOMObject_somDispatchA
545#define M_CWMMotion_somDispatchD SOMObject_somDispatchD
546#define M_CWMMotion_somPrintSelf SOMObject_somPrintSelf
547#define M_CWMMotion_somDumpSelf SOMObject_somDumpSelf
548#define M_CWMMotion_somDumpSelfInt SOMObject_somDumpSelfInt
549#endif /* SOM_DONT_USE_INHERITED_MACROS */
550
551#endif /* SOM_M_CWMMotion_h */
Note: See TracBrowser for help on using the repository browser.