| 1 |
|
|---|
| 2 | /*
|
|---|
| 3 | * This file was generated by the SOM Compiler.
|
|---|
| 4 | * FileName: include\cwavi.h.
|
|---|
| 5 | * Generated using:
|
|---|
| 6 | * SOM Precompiler somipc: 2.29.1.7
|
|---|
| 7 | * SOM Emitter emith: 2.42
|
|---|
| 8 | */
|
|---|
| 9 |
|
|---|
| 10 | /*
|
|---|
| 11 | *
|
|---|
| 12 | * CWavi.idl:
|
|---|
| 13 | */
|
|---|
| 14 |
|
|---|
| 15 |
|
|---|
| 16 | #ifndef SOM_CWAVI_h
|
|---|
| 17 | #define SOM_CWAVI_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 CWAVI
|
|---|
| 33 | #define CWAVI SOMObject
|
|---|
| 34 | #endif
|
|---|
| 35 | #include <cwvideo.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_CWMMDataFile
|
|---|
| 59 | #define M_CWMMDataFile SOMObject
|
|---|
| 60 | #endif /* M_CWMMDataFile */
|
|---|
| 61 | #ifndef M_CWVideo
|
|---|
| 62 | #define M_CWVideo SOMObject
|
|---|
| 63 | #endif /* M_CWVideo */
|
|---|
| 64 | #ifndef M_CWAVI
|
|---|
| 65 | #define M_CWAVI SOMObject
|
|---|
| 66 | #endif /* M_CWAVI */
|
|---|
| 67 |
|
|---|
| 68 | /*
|
|---|
| 69 | * End of user-defined types.
|
|---|
| 70 | */
|
|---|
| 71 |
|
|---|
| 72 | /*
|
|---|
| 73 | * Passthru lines: File: "C.h", "after"
|
|---|
| 74 | */
|
|---|
| 75 |
|
|---|
| 76 | #include "cwmmres.h"
|
|---|
| 77 |
|
|---|
| 78 |
|
|---|
| 79 | #define CWAVI_MajorVersion 1
|
|---|
| 80 | #define CWAVI_MinorVersion 2
|
|---|
| 81 |
|
|---|
| 82 | /*
|
|---|
| 83 | * External name shortening if required
|
|---|
| 84 | */
|
|---|
| 85 | #ifdef SOM_USE_SHORT_EXTERNAL_NAMES
|
|---|
| 86 | #define CWAVINewClass cwavic
|
|---|
| 87 | #pragma linkage(cwavic, system)
|
|---|
| 88 | #define CWAVIClassData cwavid
|
|---|
| 89 | #define CWAVICClassData cwavix
|
|---|
| 90 | #endif /* SOM_USE_SHORT_EXTERNAL_NAMES */
|
|---|
| 91 |
|
|---|
| 92 | /*
|
|---|
| 93 | * Include the meta class file
|
|---|
| 94 | */
|
|---|
| 95 | #include <cwavi.h>
|
|---|
| 96 | /*--------------Migration------------*/
|
|---|
| 97 | #define CWAVI_classObj CWAVIClassData.classObject
|
|---|
| 98 | #define _CWAVI CWAVI_classObj
|
|---|
| 99 |
|
|---|
| 100 | /*
|
|---|
| 101 | * Declare the class creation procedure
|
|---|
| 102 | */
|
|---|
| 103 | SOMEXTERN SOMClass * SOMLINK CWAVINewClass(integer4 somtmajorVersion,
|
|---|
| 104 | integer4 somtminorVersion);
|
|---|
| 105 | #pragma linkage(CWAVINewClass, system)
|
|---|
| 106 |
|
|---|
| 107 | /*
|
|---|
| 108 | * Declare the class data structure
|
|---|
| 109 | */
|
|---|
| 110 | SOMEXTERN struct CWAVIClassDataStructure {
|
|---|
| 111 | SOMClass *classObject;
|
|---|
| 112 | } SOMDLINK CWAVIClassData;
|
|---|
| 113 |
|
|---|
| 114 | /*
|
|---|
| 115 | * Declare the C specific class data structure
|
|---|
| 116 | */
|
|---|
| 117 | SOMEXTERN struct CWAVICClassDataStructure {
|
|---|
| 118 | somMethodTabs parentMtab;
|
|---|
| 119 | somDToken instanceDataToken;
|
|---|
| 120 | } SOMDLINK CWAVICClassData;
|
|---|
| 121 |
|
|---|
| 122 | /*
|
|---|
| 123 | * New and Renew macros for CWAVI
|
|---|
| 124 | */
|
|---|
| 125 | #define CWAVINew() \
|
|---|
| 126 | (_somNew(_CWAVI ? _CWAVI : CWAVINewClass(CWAVI_MajorVersion, CWAVI_MinorVersion)))
|
|---|
| 127 | #define CWAVIRenew(buf) \
|
|---|
| 128 | (_somRenew(_CWAVI ? _CWAVI : CWAVINewClass(CWAVI_MajorVersion, CWAVI_MinorVersion), buf))
|
|---|
| 129 |
|
|---|
| 130 | /*
|
|---|
| 131 | * Override method: wpOpen
|
|---|
| 132 | */
|
|---|
| 133 | #define CWAVI_wpOpen(somSelf,hwndCnr,ulView,param) \
|
|---|
| 134 | WPObject_wpOpen(somSelf,hwndCnr,ulView,param)
|
|---|
| 135 | #ifndef SOM_DONT_USE_INHERITED_MACROS
|
|---|
| 136 | #define CWAVI_wpAddFileTypePage WPDataFile_wpAddFileTypePage
|
|---|
| 137 | #define CWAVI_wpPrintMetaFile WPDataFile_wpPrintMetaFile
|
|---|
| 138 | #define CWAVI_wpPrintPifFile WPDataFile_wpPrintPifFile
|
|---|
| 139 | #define CWAVI_wpPrintPrinterSpecificFile WPDataFile_wpPrintPrinterSpecificFile
|
|---|
| 140 | #define CWAVI_wpPrintUnknownFile WPDataFile_wpPrintUnknownFile
|
|---|
| 141 | #define CWAVI_wpQueryAssociatedProgram WPDataFile_wpQueryAssociatedProgram
|
|---|
| 142 | #define CWAVI_wpSetAssociatedFileIcon WPDataFile_wpSetAssociatedFileIcon
|
|---|
| 143 | #define CWAVI_wpQueryAssociatedFileIcon WPDataFile_wpQueryAssociatedFileIcon
|
|---|
| 144 | #define CWAVI_wpSetRealName WPFileSystem_wpSetRealName
|
|---|
| 145 | #define CWAVI_wpSetType WPFileSystem_wpSetType
|
|---|
| 146 | #define CWAVI_wpQueryType WPFileSystem_wpQueryType
|
|---|
| 147 | #define CWAVI_wpSetAttr WPFileSystem_wpSetAttr
|
|---|
| 148 | #define CWAVI_wpQueryAttr WPFileSystem_wpQueryAttr
|
|---|
| 149 | #define CWAVI_wpAddFile1Page WPFileSystem_wpAddFile1Page
|
|---|
| 150 | #define CWAVI_wpAddFile2Page WPFileSystem_wpAddFile2Page
|
|---|
| 151 | #define CWAVI_wpAddFile3Page WPFileSystem_wpAddFile3Page
|
|---|
| 152 | #define CWAVI_wpAddFileMenuPage WPFileSystem_wpAddFileMenuPage
|
|---|
| 153 | #define CWAVI_wpQueryCreation WPFileSystem_wpQueryCreation
|
|---|
| 154 | #define CWAVI_wpQueryLastAccess WPFileSystem_wpQueryLastAccess
|
|---|
| 155 | #define CWAVI_wpQueryLastWrite WPFileSystem_wpQueryLastWrite
|
|---|
| 156 | #define CWAVI_wpQueryFileSize WPFileSystem_wpQueryFileSize
|
|---|
| 157 | #define CWAVI_wpQueryEASize WPFileSystem_wpQueryEASize
|
|---|
| 158 | #define CWAVI_wpSetDateInfo WPFileSystem_wpSetDateInfo
|
|---|
| 159 | #define CWAVI_wpSetFileSizeInfo WPFileSystem_wpSetFileSizeInfo
|
|---|
| 160 | #define CWAVI_wpRefresh WPFileSystem_wpRefresh
|
|---|
| 161 | #define CWAVI_wpQueryRefreshFlags WPFileSystem_wpQueryRefreshFlags
|
|---|
| 162 | #define CWAVI_wpSetRefreshFlags WPFileSystem_wpSetRefreshFlags
|
|---|
| 163 | #define CWAVI_wpPrintPlainTextFile WPFileSystem_wpPrintPlainTextFile
|
|---|
| 164 | #define CWAVI_wpSetTitleAndRenameFile WPFileSystem_wpSetTitleAndRenameFile
|
|---|
| 165 | #define CWAVI_wpConfirmRenameFileWithExt WPFileSystem_wpConfirmRenameFileWithExt
|
|---|
| 166 | #define CWAVI_wpVerifyUpdateAccess WPFileSystem_wpVerifyUpdateAccess
|
|---|
| 167 | #define CWAVI_wpAddUserItemsToPopupMenu WPFileSystem_wpAddUserItemsToPopupMenu
|
|---|
| 168 | #define CWAVI_wpIsDiskSwapped WPFileSystem_wpIsDiskSwapped
|
|---|
| 169 | #define CWAVI_wpQueryRealName WPFileSystem_wpQueryRealName
|
|---|
| 170 | #define CWAVI_wpQueryFilename WPFileSystem_wpQueryFilename
|
|---|
| 171 | #define CWAVI_wpQueryDisk WPFileSystem_wpQueryDisk
|
|---|
| 172 | #define CWAVI_wpQueryDateInfo WPFileSystem_wpQueryDateInfo
|
|---|
| 173 | #define CWAVI_wpConfirmKeepAssoc WPFileSystem_wpConfirmKeepAssoc
|
|---|
| 174 | #define CWAVI_wpAddObjectGeneralPage WPObject_wpAddObjectGeneralPage
|
|---|
| 175 | #define CWAVI_wpAddObjectGeneralPage2 WPObject_wpAddObjectGeneralPage2
|
|---|
| 176 | #define CWAVI_wpAddObjectWindowPage WPObject_wpAddObjectWindowPage
|
|---|
| 177 | #define CWAVI_wpAddSettingsPages WPObject_wpAddSettingsPages
|
|---|
| 178 | #define CWAVI_wpAddToObjUseList WPObject_wpAddToObjUseList
|
|---|
| 179 | #define CWAVI_wpAllocMem WPObject_wpAllocMem
|
|---|
| 180 | #define CWAVI_wpAppendObject WPObject_wpAppendObject
|
|---|
| 181 | #define CWAVI_wpAssertObjectMutexSem WPObject_wpAssertObjectMutexSem
|
|---|
| 182 | #define CWAVI_wpClose WPObject_wpClose
|
|---|
| 183 | #define CWAVI_wpCnrInsertObject WPObject_wpCnrInsertObject
|
|---|
| 184 | #define CWAVI_wpCnrRemoveObject WPObject_wpCnrRemoveObject
|
|---|
| 185 | #define CWAVI_wpCnrSetEmphasis WPObject_wpCnrSetEmphasis
|
|---|
| 186 | #define CWAVI_wpConfirmDelete WPObject_wpConfirmDelete
|
|---|
| 187 | #define CWAVI_wpConfirmObjectTitle WPObject_wpConfirmObjectTitle
|
|---|
| 188 | #define CWAVI_wpCopiedFromTemplate WPObject_wpCopiedFromTemplate
|
|---|
| 189 | #define CWAVI_wpCopyObject WPObject_wpCopyObject
|
|---|
| 190 | #define CWAVI_wpCreateAnother WPObject_wpCreateAnother
|
|---|
| 191 | #define CWAVI_wpCreateFromTemplate WPObject_wpCreateFromTemplate
|
|---|
| 192 | #define CWAVI_wpCreateShadowObject WPObject_wpCreateShadowObject
|
|---|
| 193 | #define CWAVI_wpDelete WPObject_wpDelete
|
|---|
| 194 | #define CWAVI_wpDeleteFromObjUseList WPObject_wpDeleteFromObjUseList
|
|---|
| 195 | #define CWAVI_wpDisplayHelp WPObject_wpDisplayHelp
|
|---|
| 196 | #define CWAVI_wpDisplayMenu WPObject_wpDisplayMenu
|
|---|
| 197 | #define CWAVI_wpDoesObjectMatch WPObject_wpDoesObjectMatch
|
|---|
| 198 | #define CWAVI_wpDraggedOverObject WPObject_wpDraggedOverObject
|
|---|
| 199 | #define CWAVI_wpDragOver WPObject_wpDragOver
|
|---|
| 200 | #define CWAVI_wpDrop WPObject_wpDrop
|
|---|
| 201 | #define CWAVI_wpDroppedOnObject WPObject_wpDroppedOnObject
|
|---|
| 202 | #define CWAVI_wpEndConversation WPObject_wpEndConversation
|
|---|
| 203 | #define CWAVI_wpFilterPopupMenu WPObject_wpFilterPopupMenu
|
|---|
| 204 | #define CWAVI_wpFindUseItem WPObject_wpFindUseItem
|
|---|
| 205 | #define CWAVI_wpFormatDragItem WPObject_wpFormatDragItem
|
|---|
| 206 | #define CWAVI_wpFree WPObject_wpFree
|
|---|
| 207 | #define CWAVI_wpFreeMem WPObject_wpFreeMem
|
|---|
| 208 | #define CWAVI_wpHide WPObject_wpHide
|
|---|
| 209 | #define CWAVI_wpInitData WPObject_wpInitData
|
|---|
| 210 | #define CWAVI_wpInsertPopupMenuItems WPObject_wpInsertPopupMenuItems
|
|---|
| 211 | #define CWAVI_wpInsertSettingsPage WPObject_wpInsertSettingsPage
|
|---|
| 212 | #define CWAVI_wpMenuItemHelpSelected WPObject_wpMenuItemHelpSelected
|
|---|
| 213 | #define CWAVI_wpMenuItemSelected WPObject_wpMenuItemSelected
|
|---|
| 214 | #define CWAVI_wpModifyPopupMenu WPObject_wpModifyPopupMenu
|
|---|
| 215 | #define CWAVI_wpMoveObject WPObject_wpMoveObject
|
|---|
| 216 | #define CWAVI_wpPrintObject WPObject_wpPrintObject
|
|---|
| 217 | #define CWAVI_wpQueryConcurrentView WPObject_wpQueryConcurrentView
|
|---|
| 218 | #define CWAVI_wpQueryButtonAppearance WPObject_wpQueryButtonAppearance
|
|---|
| 219 | #define CWAVI_wpQueryConfirmations WPObject_wpQueryConfirmations
|
|---|
| 220 | #define CWAVI_wpQueryDefaultHelp WPObject_wpQueryDefaultHelp
|
|---|
| 221 | #define CWAVI_wpQueryDefaultView WPObject_wpQueryDefaultView
|
|---|
| 222 | #define CWAVI_wpQueryDetailsData WPObject_wpQueryDetailsData
|
|---|
| 223 | #define CWAVI_wpQueryError WPObject_wpQueryError
|
|---|
| 224 | #define CWAVI_wpSetFolder WPObject_wpSetFolder
|
|---|
| 225 | #define CWAVI_wpQueryFolder WPObject_wpQueryFolder
|
|---|
| 226 | #define CWAVI_wpQueryIcon WPObject_wpQueryIcon
|
|---|
| 227 | #define CWAVI_wpQueryIconData WPObject_wpQueryIconData
|
|---|
| 228 | #define CWAVI_wpQueryMinWindow WPObject_wpQueryMinWindow
|
|---|
| 229 | #define CWAVI_wpQueryNameClashOptions WPObject_wpQueryNameClashOptions
|
|---|
| 230 | #define CWAVI_wpQueryStyle WPObject_wpQueryStyle
|
|---|
| 231 | #define CWAVI_wpSetTaskRec WPObject_wpSetTaskRec
|
|---|
| 232 | #define CWAVI_wpFindTaskRec WPObject_wpFindTaskRec
|
|---|
| 233 | #define CWAVI_wpQueryTitle WPObject_wpQueryTitle
|
|---|
| 234 | #define CWAVI_wpRegisterView WPObject_wpRegisterView
|
|---|
| 235 | #define CWAVI_wpReleaseObjectMutexSem WPObject_wpReleaseObjectMutexSem
|
|---|
| 236 | #define CWAVI_wpRender WPObject_wpRender
|
|---|
| 237 | #define CWAVI_wpRenderComplete WPObject_wpRenderComplete
|
|---|
| 238 | #define CWAVI_wpReplaceObject WPObject_wpReplaceObject
|
|---|
| 239 | #define CWAVI_wpRequestObjectMutexSem WPObject_wpRequestObjectMutexSem
|
|---|
| 240 | #define CWAVI_wpRestore WPObject_wpRestore
|
|---|
| 241 | #define CWAVI_wpRestoreData WPObject_wpRestoreData
|
|---|
| 242 | #define CWAVI_wpRestoreLong WPObject_wpRestoreLong
|
|---|
| 243 | #define CWAVI_wpRestoreState WPObject_wpRestoreState
|
|---|
| 244 | #define CWAVI_wpRestoreString WPObject_wpRestoreString
|
|---|
| 245 | #define CWAVI_wpSaveData WPObject_wpSaveData
|
|---|
| 246 | #define CWAVI_wpSaveImmediate WPObject_wpSaveImmediate
|
|---|
| 247 | #define CWAVI_wpSaveDeferred WPObject_wpSaveDeferred
|
|---|
| 248 | #define CWAVI_wpSaveLong WPObject_wpSaveLong
|
|---|
| 249 | #define CWAVI_wpSaveState WPObject_wpSaveState
|
|---|
| 250 | #define CWAVI_wpSaveString WPObject_wpSaveString
|
|---|
| 251 | #define CWAVI_wpScanSetupString WPObject_wpScanSetupString
|
|---|
| 252 | #define CWAVI_wpSetConcurrentView WPObject_wpSetConcurrentView
|
|---|
| 253 | #define CWAVI_wpSetButtonAppearance WPObject_wpSetButtonAppearance
|
|---|
| 254 | #define CWAVI_wpSetDefaultHelp WPObject_wpSetDefaultHelp
|
|---|
| 255 | #define CWAVI_wpSetDefaultView WPObject_wpSetDefaultView
|
|---|
| 256 | #define CWAVI_wpSetError WPObject_wpSetError
|
|---|
| 257 | #define CWAVI_wpSetIconHandle WPObject_wpSetIconHandle
|
|---|
| 258 | #define CWAVI_wpQueryScreenGroupID WPObject_wpQueryScreenGroupID
|
|---|
| 259 | #define CWAVI_wpSetupOnce WPObject_wpSetupOnce
|
|---|
| 260 | #define CWAVI_wpSetIcon WPObject_wpSetIcon
|
|---|
| 261 | #define CWAVI_wpSetIconData WPObject_wpSetIconData
|
|---|
| 262 | #define CWAVI_wpSetMinWindow WPObject_wpSetMinWindow
|
|---|
| 263 | #define CWAVI_wpSetStyle WPObject_wpSetStyle
|
|---|
| 264 | #define CWAVI_wpModifyStyle WPObject_wpModifyStyle
|
|---|
| 265 | #define CWAVI_wpSetTitle WPObject_wpSetTitle
|
|---|
| 266 | #define CWAVI_wpSetup WPObject_wpSetup
|
|---|
| 267 | #define CWAVI_wpSwitchTo WPObject_wpSwitchTo
|
|---|
| 268 | #define CWAVI_wpUnInitData WPObject_wpUnInitData
|
|---|
| 269 | #define CWAVI_wpViewObject WPObject_wpViewObject
|
|---|
| 270 | #define CWAVI_wpQueryTrueStyle WPObject_wpQueryTrueStyle
|
|---|
| 271 | #define CWAVI_wpQueryHandle WPObject_wpQueryHandle
|
|---|
| 272 | #define CWAVI_wpUnlockObject WPObject_wpUnlockObject
|
|---|
| 273 | #define CWAVI_wpObjectReady WPObject_wpObjectReady
|
|---|
| 274 | #define CWAVI_wpIsObjectInitialized WPObject_wpIsObjectInitialized
|
|---|
| 275 | #define CWAVI_wpCreateShadowObjectExt WPObject_wpCreateShadowObjectExt
|
|---|
| 276 | #define CWAVI_wpCnrDeleteUseItem WPObject_wpCnrDeleteUseItem
|
|---|
| 277 | #define CWAVI_wpIsDeleteable WPObject_wpIsDeleteable
|
|---|
| 278 | #define CWAVI_wpQueryCoreRecord WPObject_wpQueryCoreRecord
|
|---|
| 279 | #define CWAVI_wpSetObjectID WPObject_wpSetObjectID
|
|---|
| 280 | #define CWAVI_wpQueryObjectID WPObject_wpQueryObjectID
|
|---|
| 281 | #define CWAVI_wpSetDefaultIconPos WPObject_wpSetDefaultIconPos
|
|---|
| 282 | #define CWAVI_wpQueryDefaultIconPos WPObject_wpQueryDefaultIconPos
|
|---|
| 283 | #define CWAVI_wpCnrRefreshDetails WPObject_wpCnrRefreshDetails
|
|---|
| 284 | #define CWAVI_wpFindViewItem WPObject_wpFindViewItem
|
|---|
| 285 | #define CWAVI_wpLockObject WPObject_wpLockObject
|
|---|
| 286 | #define CWAVI_wpIsLocked WPObject_wpIsLocked
|
|---|
| 287 | #define CWAVI_wpQueryContainerFlagPtr WPObject_wpQueryContainerFlagPtr
|
|---|
| 288 | #define CWAVI_wpWaitForClose WPObject_wpWaitForClose
|
|---|
| 289 | #define CWAVI_somDefaultInit SOMObject_somDefaultInit
|
|---|
| 290 | #define CWAVI_somDestruct SOMObject_somDestruct
|
|---|
| 291 | #define CWAVI_somDefaultCopyInit SOMObject_somDefaultCopyInit
|
|---|
| 292 | #define CWAVI_somDefaultAssign SOMObject_somDefaultAssign
|
|---|
| 293 | #define CWAVI_somDefaultConstCopyInit SOMObject_somDefaultConstCopyInit
|
|---|
| 294 | #define CWAVI_somDefaultVCopyInit SOMObject_somDefaultVCopyInit
|
|---|
| 295 | #define CWAVI_somDefaultConstVCopyInit SOMObject_somDefaultConstVCopyInit
|
|---|
| 296 | #define CWAVI_somDefaultConstAssign SOMObject_somDefaultConstAssign
|
|---|
| 297 | #define CWAVI_somDefaultVAssign SOMObject_somDefaultVAssign
|
|---|
| 298 | #define CWAVI_somDefaultConstVAssign SOMObject_somDefaultConstVAssign
|
|---|
| 299 | #define CWAVI_somInit SOMObject_somInit
|
|---|
| 300 | #define CWAVI_somFree SOMObject_somFree
|
|---|
| 301 | #define CWAVI_somUninit SOMObject_somUninit
|
|---|
| 302 | #define CWAVI_somGetClass SOMObject_somGetClass
|
|---|
| 303 | #define CWAVI_somGetClassName SOMObject_somGetClassName
|
|---|
| 304 | #define CWAVI_somGetSize SOMObject_somGetSize
|
|---|
| 305 | #define CWAVI_somIsA SOMObject_somIsA
|
|---|
| 306 | #define CWAVI_somIsInstanceOf SOMObject_somIsInstanceOf
|
|---|
| 307 | #define CWAVI_somRespondsTo SOMObject_somRespondsTo
|
|---|
| 308 | #define CWAVI_somDispatch SOMObject_somDispatch
|
|---|
| 309 | #define CWAVI_somClassDispatch SOMObject_somClassDispatch
|
|---|
| 310 | #define CWAVI_somCastObj SOMObject_somCastObj
|
|---|
| 311 | #define CWAVI_somResetObj SOMObject_somResetObj
|
|---|
| 312 | #define CWAVI_somDispatchV SOMObject_somDispatchV
|
|---|
| 313 | #define CWAVI_somDispatchL SOMObject_somDispatchL
|
|---|
| 314 | #define CWAVI_somDispatchA SOMObject_somDispatchA
|
|---|
| 315 | #define CWAVI_somDispatchD SOMObject_somDispatchD
|
|---|
| 316 | #define CWAVI_somPrintSelf SOMObject_somPrintSelf
|
|---|
| 317 | #define CWAVI_somDumpSelf SOMObject_somDumpSelf
|
|---|
| 318 | #define CWAVI_somDumpSelfInt SOMObject_somDumpSelfInt
|
|---|
| 319 | #endif /* SOM_DONT_USE_INHERITED_MACROS */
|
|---|
| 320 |
|
|---|
| 321 | #endif /* SOM_CWAVI_h */
|
|---|
| 322 |
|
|---|
| 323 | #ifndef SOM_M_CWAVI_h
|
|---|
| 324 | #define SOM_M_CWAVI_h
|
|---|
| 325 |
|
|---|
| 326 |
|
|---|
| 327 | #include <som.h>
|
|---|
| 328 |
|
|---|
| 329 | /*
|
|---|
| 330 | * -- This emitter treats Method Tokens as Thunks by default.
|
|---|
| 331 | * -- Use the sc modifier "nothunks" to change this default
|
|---|
| 332 | */
|
|---|
| 333 | #undef somresolve_
|
|---|
| 334 | #define somresolve_(obj,mToken) ((somMethodProc*)((void)obj, mToken))
|
|---|
| 335 |
|
|---|
| 336 | /*
|
|---|
| 337 | * Define the class name as an object type
|
|---|
| 338 | */
|
|---|
| 339 | #ifndef M_CWAVI
|
|---|
| 340 | #define M_CWAVI SOMObject
|
|---|
| 341 | #endif
|
|---|
| 342 | #include <cwvideo.h>
|
|---|
| 343 |
|
|---|
| 344 | /*
|
|---|
| 345 | * Start of user-defined types:
|
|---|
| 346 | */
|
|---|
| 347 |
|
|---|
| 348 | /*
|
|---|
| 349 | * End of user-defined types.
|
|---|
| 350 | */
|
|---|
| 351 |
|
|---|
| 352 | #define M_CWAVI_MajorVersion 1
|
|---|
| 353 | #define M_CWAVI_MinorVersion 2
|
|---|
| 354 |
|
|---|
| 355 | /*
|
|---|
| 356 | * External name shortening if required
|
|---|
| 357 | */
|
|---|
| 358 | #ifdef SOM_USE_SHORT_EXTERNAL_NAMES
|
|---|
| 359 | #define M_CWAVINewClass cwaviMc
|
|---|
| 360 | #pragma linkage(cwaviMc, system)
|
|---|
| 361 | #define M_CWAVIClassData cwaviMd
|
|---|
| 362 | #define M_CWAVICClassData cwaviMx
|
|---|
| 363 | #endif /* SOM_USE_SHORT_EXTERNAL_NAMES */
|
|---|
| 364 | /*--------------Migration------------*/
|
|---|
| 365 | #define M_CWAVI_classObj M_CWAVIClassData.classObject
|
|---|
| 366 | #define _M_CWAVI M_CWAVI_classObj
|
|---|
| 367 |
|
|---|
| 368 | /*
|
|---|
| 369 | * Declare the class creation procedure
|
|---|
| 370 | */
|
|---|
| 371 | SOMEXTERN SOMClass * SOMLINK M_CWAVINewClass(integer4 somtmajorVersion,
|
|---|
| 372 | integer4 somtminorVersion);
|
|---|
| 373 | #pragma linkage(M_CWAVINewClass, system)
|
|---|
| 374 |
|
|---|
| 375 | /*
|
|---|
| 376 | * Declare the class data structure
|
|---|
| 377 | */
|
|---|
| 378 | SOMEXTERN struct M_CWAVIClassDataStructure {
|
|---|
| 379 | SOMClass *classObject;
|
|---|
| 380 | } SOMDLINK M_CWAVIClassData;
|
|---|
| 381 |
|
|---|
| 382 | /*
|
|---|
| 383 | * Declare the C specific class data structure
|
|---|
| 384 | */
|
|---|
| 385 | SOMEXTERN struct M_CWAVICClassDataStructure {
|
|---|
| 386 | somMethodTabs parentMtab;
|
|---|
| 387 | somDToken instanceDataToken;
|
|---|
| 388 | } SOMDLINK M_CWAVICClassData;
|
|---|
| 389 |
|
|---|
| 390 | /*
|
|---|
| 391 | * New and Renew macros for M_CWAVI
|
|---|
| 392 | */
|
|---|
| 393 | #define M_CWAVINew() \
|
|---|
| 394 | (_somNew(_M_CWAVI ? _M_CWAVI : M_CWAVINewClass(M_CWAVI_MajorVersion, M_CWAVI_MinorVersion)))
|
|---|
| 395 | #define M_CWAVIRenew(buf) \
|
|---|
| 396 | (_somRenew(_M_CWAVI ? _M_CWAVI : M_CWAVINewClass(M_CWAVI_MajorVersion, M_CWAVI_MinorVersion), buf))
|
|---|
| 397 |
|
|---|
| 398 | /*
|
|---|
| 399 | * Override method: wpclsQueryTitle
|
|---|
| 400 | */
|
|---|
| 401 | #define M_CWAVI_wpclsQueryTitle(somSelf) \
|
|---|
| 402 | M_WPObject_wpclsQueryTitle(somSelf)
|
|---|
| 403 |
|
|---|
| 404 | /*
|
|---|
| 405 | * Override method: wpclsQueryInstanceType
|
|---|
| 406 | */
|
|---|
| 407 | #define M_CWAVI_wpclsQueryInstanceType(somSelf) \
|
|---|
| 408 | M_WPFileSystem_wpclsQueryInstanceType(somSelf)
|
|---|
| 409 |
|
|---|
| 410 | /*
|
|---|
| 411 | * Override method: wpclsQueryInstanceFilter
|
|---|
| 412 | */
|
|---|
| 413 | #define M_CWAVI_wpclsQueryInstanceFilter(somSelf) \
|
|---|
| 414 | M_WPFileSystem_wpclsQueryInstanceFilter(somSelf)
|
|---|
| 415 |
|
|---|
| 416 | /*
|
|---|
| 417 | * Override method: wpclsQueryIconData
|
|---|
| 418 | */
|
|---|
| 419 | #define M_CWAVI_wpclsQueryIconData(somSelf,pIconInfo) \
|
|---|
| 420 | M_WPObject_wpclsQueryIconData(somSelf,pIconInfo)
|
|---|
| 421 |
|
|---|
| 422 | /*
|
|---|
| 423 | * Override method: wpclsQueryDefaultHelp
|
|---|
| 424 | */
|
|---|
| 425 | #define M_CWAVI_wpclsQueryDefaultHelp(somSelf,pHelpPanelId,pszHelpLibrary) \
|
|---|
| 426 | M_WPObject_wpclsQueryDefaultHelp(somSelf,pHelpPanelId,pszHelpLibrary)
|
|---|
| 427 | #ifndef SOM_DONT_USE_INHERITED_MACROS
|
|---|
| 428 | #define M_CWAVI_wpclsQueryAwakeObject M_WPFileSystem_wpclsQueryAwakeObject
|
|---|
| 429 | #define M_CWAVI_wpclsFileSysExists M_WPFileSystem_wpclsFileSysExists
|
|---|
| 430 | #define M_CWAVI_wpclsQueryObjectFromPath M_WPFileSystem_wpclsQueryObjectFromPath
|
|---|
| 431 | #define M_CWAVI_wpclsCreateDefaultTemplates M_WPObject_wpclsCreateDefaultTemplates
|
|---|
| 432 | #define M_CWAVI_wpclsInitData M_WPObject_wpclsInitData
|
|---|
| 433 | #define M_CWAVI_wpclsMakeAwake M_WPObject_wpclsMakeAwake
|
|---|
| 434 | #define M_CWAVI_wpclsNew M_WPObject_wpclsNew
|
|---|
| 435 | #define M_CWAVI_wpclsQueryDefaultView M_WPObject_wpclsQueryDefaultView
|
|---|
| 436 | #define M_CWAVI_wpclsQueryDetails M_WPObject_wpclsQueryDetails
|
|---|
| 437 | #define M_CWAVI_wpclsQueryDetailsInfo M_WPObject_wpclsQueryDetailsInfo
|
|---|
| 438 | #define M_CWAVI_wpclsQueryExtendedCriteria M_WPObject_wpclsQueryExtendedCriteria
|
|---|
| 439 | #define M_CWAVI_wpclsQueryFolder M_WPObject_wpclsQueryFolder
|
|---|
| 440 | #define M_CWAVI_wpclsQueryIcon M_WPObject_wpclsQueryIcon
|
|---|
| 441 | #define M_CWAVI_wpclsQuerySearchInfo M_WPObject_wpclsQuerySearchInfo
|
|---|
| 442 | #define M_CWAVI_wpclsQueryStyle M_WPObject_wpclsQueryStyle
|
|---|
| 443 | #define M_CWAVI_wpclsUnInitData M_WPObject_wpclsUnInitData
|
|---|
| 444 | #define M_CWAVI_wpclsFindObjectFirst M_WPObject_wpclsFindObjectFirst
|
|---|
| 445 | #define M_CWAVI_wpclsFindObjectNext M_WPObject_wpclsFindObjectNext
|
|---|
| 446 | #define M_CWAVI_wpclsFindObjectEnd M_WPObject_wpclsFindObjectEnd
|
|---|
| 447 | #define M_CWAVI_wpclsSetError M_WPObject_wpclsSetError
|
|---|
| 448 | #define M_CWAVI_wpclsQueryError M_WPObject_wpclsQueryError
|
|---|
| 449 | #define M_CWAVI_wpclsQuerySettingsPageSize M_WPObject_wpclsQuerySettingsPageSize
|
|---|
| 450 | #define M_CWAVI_wpclsQueryObject M_WPObject_wpclsQueryObject
|
|---|
| 451 | #define M_CWAVI_wpclsQueryButtonAppearance M_WPObject_wpclsQueryButtonAppearance
|
|---|
| 452 | #define M_CWAVI_wpclsDecUsage M_WPObject_wpclsDecUsage
|
|---|
| 453 | #define M_CWAVI_wpclsIncUsage M_WPObject_wpclsIncUsage
|
|---|
| 454 | #define M_CWAVI_wpclsInsertMultipleObjects M_WPObject_wpclsInsertMultipleObjects
|
|---|
| 455 | #define M_CWAVI_wpclsFindOneObject M_WPObject_wpclsFindOneObject
|
|---|
| 456 | #define M_CWAVI_wpclsSetSettingsPageSize M_WPObject_wpclsSetSettingsPageSize
|
|---|
| 457 | #define M_CWAVI_wpclsSetIconData M_WPObject_wpclsSetIconData
|
|---|
| 458 | #define M_CWAVI_wpclsSetIcon M_WPObject_wpclsSetIcon
|
|---|
| 459 | #define M_CWAVI_wpclsObjectFromHandle M_WPObject_wpclsObjectFromHandle
|
|---|
| 460 | #define M_CWAVI_wpclsRemoveObjects M_WPObject_wpclsRemoveObjects
|
|---|
| 461 | #define M_CWAVI__get_somDataAlignment SOMClass__get_somDataAlignment
|
|---|
| 462 | #define M_CWAVI__get_somInstanceDataOffsets SOMClass__get_somInstanceDataOffsets
|
|---|
| 463 | #define M_CWAVI__get_somDirectInitClasses SOMClass__get_somDirectInitClasses
|
|---|
| 464 | #define M_CWAVI__set_somDirectInitClasses SOMClass__set_somDirectInitClasses
|
|---|
| 465 | #define M_CWAVI_somNew SOMClass_somNew
|
|---|
| 466 | #define M_CWAVI_somNewNoInit SOMClass_somNewNoInit
|
|---|
| 467 | #define M_CWAVI_somRenew SOMClass_somRenew
|
|---|
| 468 | #define M_CWAVI_somRenewNoInit SOMClass_somRenewNoInit
|
|---|
| 469 | #define M_CWAVI_somRenewNoZero SOMClass_somRenewNoZero
|
|---|
| 470 | #define M_CWAVI_somRenewNoInitNoZero SOMClass_somRenewNoInitNoZero
|
|---|
| 471 | #define M_CWAVI_somAllocate SOMClass_somAllocate
|
|---|
| 472 | #define M_CWAVI_somDeallocate SOMClass_somDeallocate
|
|---|
| 473 | #define M_CWAVI__get_somClassAllocate SOMClass__get_somClassAllocate
|
|---|
| 474 | #define M_CWAVI__get_somClassDeallocate SOMClass__get_somClassDeallocate
|
|---|
| 475 | #define M_CWAVI_somGetInstanceInitMask SOMClass_somGetInstanceInitMask
|
|---|
| 476 | #define M_CWAVI_somGetInstanceDestructionMask SOMClass_somGetInstanceDestructionMask
|
|---|
| 477 | #define M_CWAVI_somGetInstanceAssignmentMask SOMClass_somGetInstanceAssignmentMask
|
|---|
| 478 | #define M_CWAVI_somInitClass SOMClass_somInitClass
|
|---|
| 479 | #define M_CWAVI_somInitMIClass SOMClass_somInitMIClass
|
|---|
| 480 | #define M_CWAVI_somAddStaticMethod SOMClass_somAddStaticMethod
|
|---|
| 481 | #define M_CWAVI_somAddDynamicMethod SOMClass_somAddDynamicMethod
|
|---|
| 482 | #define M_CWAVI_somOverrideSMethod SOMClass_somOverrideSMethod
|
|---|
| 483 | #define M_CWAVI_somClassReady SOMClass_somClassReady
|
|---|
| 484 | #define M_CWAVI_somGetApplyStub SOMClass_somGetApplyStub
|
|---|
| 485 | #define M_CWAVI_somGetClassData SOMClass_somGetClassData
|
|---|
| 486 | #define M_CWAVI_somSetClassData SOMClass_somSetClassData
|
|---|
| 487 | #define M_CWAVI_somGetClassMtab SOMClass_somGetClassMtab
|
|---|
| 488 | #define M_CWAVI_somGetInstanceOffset SOMClass_somGetInstanceOffset
|
|---|
| 489 | #define M_CWAVI_somGetInstancePartSize SOMClass_somGetInstancePartSize
|
|---|
| 490 | #define M_CWAVI_somGetInstanceSize SOMClass_somGetInstanceSize
|
|---|
| 491 | #define M_CWAVI_somGetInstanceToken SOMClass_somGetInstanceToken
|
|---|
| 492 | #define M_CWAVI_somGetMemberToken SOMClass_somGetMemberToken
|
|---|
| 493 | #define M_CWAVI_somGetMethodData SOMClass_somGetMethodData
|
|---|
| 494 | #define M_CWAVI_somGetRdStub SOMClass_somGetRdStub
|
|---|
| 495 | #define M_CWAVI_somGetMethodDescriptor SOMClass_somGetMethodDescriptor
|
|---|
| 496 | #define M_CWAVI_somGetMethodIndex SOMClass_somGetMethodIndex
|
|---|
| 497 | #define M_CWAVI_somGetMethodToken SOMClass_somGetMethodToken
|
|---|
| 498 | #define M_CWAVI_somGetName SOMClass_somGetName
|
|---|
| 499 | #define M_CWAVI_somGetNthMethodData SOMClass_somGetNthMethodData
|
|---|
| 500 | #define M_CWAVI_somGetNthMethodInfo SOMClass_somGetNthMethodInfo
|
|---|
| 501 | #define M_CWAVI_somGetNumMethods SOMClass_somGetNumMethods
|
|---|
| 502 | #define M_CWAVI_somGetNumStaticMethods SOMClass_somGetNumStaticMethods
|
|---|
| 503 | #define M_CWAVI_somGetParent SOMClass_somGetParent
|
|---|
| 504 | #define M_CWAVI_somGetParents SOMClass_somGetParents
|
|---|
| 505 | #define M_CWAVI_somGetPClsMtab SOMClass_somGetPClsMtab
|
|---|
| 506 | #define M_CWAVI_somGetPClsMtabs SOMClass_somGetPClsMtabs
|
|---|
| 507 | #define M_CWAVI_somGetVersionNumbers SOMClass_somGetVersionNumbers
|
|---|
| 508 | #define M_CWAVI_somSetMethodDescriptor SOMClass_somSetMethodDescriptor
|
|---|
| 509 | #define M_CWAVI_somFindMethod SOMClass_somFindMethod
|
|---|
| 510 | #define M_CWAVI_somFindMethodOk SOMClass_somFindMethodOk
|
|---|
| 511 | #define M_CWAVI_somFindSMethod SOMClass_somFindSMethod
|
|---|
| 512 | #define M_CWAVI_somFindSMethodOk SOMClass_somFindSMethodOk
|
|---|
| 513 | #define M_CWAVI_somLookupMethod SOMClass_somLookupMethod
|
|---|
| 514 | #define M_CWAVI_somCheckVersion SOMClass_somCheckVersion
|
|---|
| 515 | #define M_CWAVI_somDescendedFrom SOMClass_somDescendedFrom
|
|---|
| 516 | #define M_CWAVI_somSupportsMethod SOMClass_somSupportsMethod
|
|---|
| 517 | #define M_CWAVI_somDefinedMethod SOMClass_somDefinedMethod
|
|---|
| 518 | #define M_CWAVI_somOverrideMtab SOMClass_somOverrideMtab
|
|---|
| 519 | #define M_CWAVI_somDefaultInit SOMObject_somDefaultInit
|
|---|
| 520 | #define M_CWAVI_somDestruct SOMObject_somDestruct
|
|---|
| 521 | #define M_CWAVI_somDefaultCopyInit SOMObject_somDefaultCopyInit
|
|---|
| 522 | #define M_CWAVI_somDefaultAssign SOMObject_somDefaultAssign
|
|---|
| 523 | #define M_CWAVI_somDefaultConstCopyInit SOMObject_somDefaultConstCopyInit
|
|---|
| 524 | #define M_CWAVI_somDefaultVCopyInit SOMObject_somDefaultVCopyInit
|
|---|
| 525 | #define M_CWAVI_somDefaultConstVCopyInit SOMObject_somDefaultConstVCopyInit
|
|---|
| 526 | #define M_CWAVI_somDefaultConstAssign SOMObject_somDefaultConstAssign
|
|---|
| 527 | #define M_CWAVI_somDefaultVAssign SOMObject_somDefaultVAssign
|
|---|
| 528 | #define M_CWAVI_somDefaultConstVAssign SOMObject_somDefaultConstVAssign
|
|---|
| 529 | #define M_CWAVI_somInit SOMObject_somInit
|
|---|
| 530 | #define M_CWAVI_somFree SOMObject_somFree
|
|---|
| 531 | #define M_CWAVI_somUninit SOMObject_somUninit
|
|---|
| 532 | #define M_CWAVI_somGetClass SOMObject_somGetClass
|
|---|
| 533 | #define M_CWAVI_somGetClassName SOMObject_somGetClassName
|
|---|
| 534 | #define M_CWAVI_somGetSize SOMObject_somGetSize
|
|---|
| 535 | #define M_CWAVI_somIsA SOMObject_somIsA
|
|---|
| 536 | #define M_CWAVI_somIsInstanceOf SOMObject_somIsInstanceOf
|
|---|
| 537 | #define M_CWAVI_somRespondsTo SOMObject_somRespondsTo
|
|---|
| 538 | #define M_CWAVI_somDispatch SOMObject_somDispatch
|
|---|
| 539 | #define M_CWAVI_somClassDispatch SOMObject_somClassDispatch
|
|---|
| 540 | #define M_CWAVI_somCastObj SOMObject_somCastObj
|
|---|
| 541 | #define M_CWAVI_somResetObj SOMObject_somResetObj
|
|---|
| 542 | #define M_CWAVI_somDispatchV SOMObject_somDispatchV
|
|---|
| 543 | #define M_CWAVI_somDispatchL SOMObject_somDispatchL
|
|---|
| 544 | #define M_CWAVI_somDispatchA SOMObject_somDispatchA
|
|---|
| 545 | #define M_CWAVI_somDispatchD SOMObject_somDispatchD
|
|---|
| 546 | #define M_CWAVI_somPrintSelf SOMObject_somPrintSelf
|
|---|
| 547 | #define M_CWAVI_somDumpSelf SOMObject_somDumpSelf
|
|---|
| 548 | #define M_CWAVI_somDumpSelfInt SOMObject_somDumpSelfInt
|
|---|
| 549 | #endif /* SOM_DONT_USE_INHERITED_MACROS */
|
|---|
| 550 |
|
|---|
| 551 | #endif /* SOM_M_CWAVI_h */
|
|---|