| 1 |
|
|---|
| 2 | /*
|
|---|
| 3 | * This file was generated by the SOM Compiler.
|
|---|
| 4 | * FileName: include\mmwav.h.
|
|---|
| 5 | * Generated using:
|
|---|
| 6 | * SOM Precompiler somipc: 2.29.1.7
|
|---|
| 7 | * SOM Emitter emith: 2.42
|
|---|
| 8 | */
|
|---|
| 9 |
|
|---|
| 10 | /*
|
|---|
| 11 | *
|
|---|
| 12 | * MMWAV.idl:
|
|---|
| 13 | */
|
|---|
| 14 |
|
|---|
| 15 |
|
|---|
| 16 | #ifndef SOM_CWWAV_h
|
|---|
| 17 | #define SOM_CWWAV_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 CWWAV
|
|---|
| 33 | #define CWWAV SOMObject
|
|---|
| 34 | #endif
|
|---|
| 35 | #include <cwaudio.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_CWAudio
|
|---|
| 62 | #define M_CWAudio SOMObject
|
|---|
| 63 | #endif /* M_CWAudio */
|
|---|
| 64 | #ifndef M_CWWAV
|
|---|
| 65 | #define M_CWWAV SOMObject
|
|---|
| 66 | #endif /* M_CWWAV */
|
|---|
| 67 |
|
|---|
| 68 | /*
|
|---|
| 69 | * End of user-defined types.
|
|---|
| 70 | */
|
|---|
| 71 |
|
|---|
| 72 | #define CWWAV_MajorVersion 1
|
|---|
| 73 | #define CWWAV_MinorVersion 2
|
|---|
| 74 |
|
|---|
| 75 | /*
|
|---|
| 76 | * External name shortening if required
|
|---|
| 77 | */
|
|---|
| 78 | #ifdef SOM_USE_SHORT_EXTERNAL_NAMES
|
|---|
| 79 | #define CWWAVNewClass mmwavc
|
|---|
| 80 | #pragma linkage(mmwavc, system)
|
|---|
| 81 | #define CWWAVClassData mmwavd
|
|---|
| 82 | #define CWWAVCClassData mmwavx
|
|---|
| 83 | #endif /* SOM_USE_SHORT_EXTERNAL_NAMES */
|
|---|
| 84 |
|
|---|
| 85 | /*
|
|---|
| 86 | * Include the meta class file
|
|---|
| 87 | */
|
|---|
| 88 | #include <mmwav.h>
|
|---|
| 89 | /*--------------Migration------------*/
|
|---|
| 90 | #define CWWAV_classObj CWWAVClassData.classObject
|
|---|
| 91 | #define _CWWAV CWWAV_classObj
|
|---|
| 92 |
|
|---|
| 93 | /*
|
|---|
| 94 | * Declare the class creation procedure
|
|---|
| 95 | */
|
|---|
| 96 | SOMEXTERN SOMClass * SOMLINK CWWAVNewClass(integer4 somtmajorVersion,
|
|---|
| 97 | integer4 somtminorVersion);
|
|---|
| 98 | #pragma linkage(CWWAVNewClass, system)
|
|---|
| 99 |
|
|---|
| 100 | /*
|
|---|
| 101 | * Declare the class data structure
|
|---|
| 102 | */
|
|---|
| 103 | SOMEXTERN struct CWWAVClassDataStructure {
|
|---|
| 104 | SOMClass *classObject;
|
|---|
| 105 | } SOMDLINK CWWAVClassData;
|
|---|
| 106 |
|
|---|
| 107 | /*
|
|---|
| 108 | * Declare the C specific class data structure
|
|---|
| 109 | */
|
|---|
| 110 | SOMEXTERN struct CWWAVCClassDataStructure {
|
|---|
| 111 | somMethodTabs parentMtab;
|
|---|
| 112 | somDToken instanceDataToken;
|
|---|
| 113 | } SOMDLINK CWWAVCClassData;
|
|---|
| 114 |
|
|---|
| 115 | /*
|
|---|
| 116 | * New and Renew macros for CWWAV
|
|---|
| 117 | */
|
|---|
| 118 | #define CWWAVNew() \
|
|---|
| 119 | (_somNew(_CWWAV ? _CWWAV : CWWAVNewClass(CWWAV_MajorVersion, CWWAV_MinorVersion)))
|
|---|
| 120 | #define CWWAVRenew(buf) \
|
|---|
| 121 | (_somRenew(_CWWAV ? _CWWAV : CWWAVNewClass(CWWAV_MajorVersion, CWWAV_MinorVersion), buf))
|
|---|
| 122 |
|
|---|
| 123 | /*
|
|---|
| 124 | * Override method: wpSaveState
|
|---|
| 125 | */
|
|---|
| 126 | #define CWWAV_wpSaveState(somSelf) \
|
|---|
| 127 | WPObject_wpSaveState(somSelf)
|
|---|
| 128 | #ifndef SOM_DONT_USE_INHERITED_MACROS
|
|---|
| 129 | #define CWWAV_cwmmAddWaveInformationPage CWAudio_cwmmAddWaveInformationPage
|
|---|
| 130 | #define CWWAV_cwmmSetTrackInfo CWAudio_cwmmSetTrackInfo
|
|---|
| 131 | #define CWWAV_cwmmQueryTrackInfo CWAudio_cwmmQueryTrackInfo
|
|---|
| 132 | #define CWWAV_cwmmPlayTrack CWAudio_cwmmPlayTrack
|
|---|
| 133 | #define CWWAV_cwmmAddTrackNamePage CWAudio_cwmmAddTrackNamePage
|
|---|
| 134 | #define CWWAV_cwmmSetObjWindowProc CWMMDataFile_cwmmSetObjWindowProc
|
|---|
| 135 | #define CWWAV_cwmmQueryObjWindowProc CWMMDataFile_cwmmQueryObjWindowProc
|
|---|
| 136 | #define CWWAV_cwmmSetRecordTitles CWMMDataFile_cwmmSetRecordTitles
|
|---|
| 137 | #define CWWAV_wpAddFileTypePage WPDataFile_wpAddFileTypePage
|
|---|
| 138 | #define CWWAV_wpPrintMetaFile WPDataFile_wpPrintMetaFile
|
|---|
| 139 | #define CWWAV_wpPrintPifFile WPDataFile_wpPrintPifFile
|
|---|
| 140 | #define CWWAV_wpPrintPrinterSpecificFile WPDataFile_wpPrintPrinterSpecificFile
|
|---|
| 141 | #define CWWAV_wpPrintUnknownFile WPDataFile_wpPrintUnknownFile
|
|---|
| 142 | #define CWWAV_wpQueryAssociatedProgram WPDataFile_wpQueryAssociatedProgram
|
|---|
| 143 | #define CWWAV_wpSetAssociatedFileIcon WPDataFile_wpSetAssociatedFileIcon
|
|---|
| 144 | #define CWWAV_wpQueryAssociatedFileIcon WPDataFile_wpQueryAssociatedFileIcon
|
|---|
| 145 | #define CWWAV_wpSetRealName WPFileSystem_wpSetRealName
|
|---|
| 146 | #define CWWAV_wpSetType WPFileSystem_wpSetType
|
|---|
| 147 | #define CWWAV_wpQueryType WPFileSystem_wpQueryType
|
|---|
| 148 | #define CWWAV_wpSetAttr WPFileSystem_wpSetAttr
|
|---|
| 149 | #define CWWAV_wpQueryAttr WPFileSystem_wpQueryAttr
|
|---|
| 150 | #define CWWAV_wpAddFile1Page WPFileSystem_wpAddFile1Page
|
|---|
| 151 | #define CWWAV_wpAddFile2Page WPFileSystem_wpAddFile2Page
|
|---|
| 152 | #define CWWAV_wpAddFile3Page WPFileSystem_wpAddFile3Page
|
|---|
| 153 | #define CWWAV_wpAddFileMenuPage WPFileSystem_wpAddFileMenuPage
|
|---|
| 154 | #define CWWAV_wpQueryCreation WPFileSystem_wpQueryCreation
|
|---|
| 155 | #define CWWAV_wpQueryLastAccess WPFileSystem_wpQueryLastAccess
|
|---|
| 156 | #define CWWAV_wpQueryLastWrite WPFileSystem_wpQueryLastWrite
|
|---|
| 157 | #define CWWAV_wpQueryFileSize WPFileSystem_wpQueryFileSize
|
|---|
| 158 | #define CWWAV_wpQueryEASize WPFileSystem_wpQueryEASize
|
|---|
| 159 | #define CWWAV_wpSetDateInfo WPFileSystem_wpSetDateInfo
|
|---|
| 160 | #define CWWAV_wpSetFileSizeInfo WPFileSystem_wpSetFileSizeInfo
|
|---|
| 161 | #define CWWAV_wpRefresh WPFileSystem_wpRefresh
|
|---|
| 162 | #define CWWAV_wpQueryRefreshFlags WPFileSystem_wpQueryRefreshFlags
|
|---|
| 163 | #define CWWAV_wpSetRefreshFlags WPFileSystem_wpSetRefreshFlags
|
|---|
| 164 | #define CWWAV_wpPrintPlainTextFile WPFileSystem_wpPrintPlainTextFile
|
|---|
| 165 | #define CWWAV_wpSetTitleAndRenameFile WPFileSystem_wpSetTitleAndRenameFile
|
|---|
| 166 | #define CWWAV_wpConfirmRenameFileWithExt WPFileSystem_wpConfirmRenameFileWithExt
|
|---|
| 167 | #define CWWAV_wpVerifyUpdateAccess WPFileSystem_wpVerifyUpdateAccess
|
|---|
| 168 | #define CWWAV_wpAddUserItemsToPopupMenu WPFileSystem_wpAddUserItemsToPopupMenu
|
|---|
| 169 | #define CWWAV_wpIsDiskSwapped WPFileSystem_wpIsDiskSwapped
|
|---|
| 170 | #define CWWAV_wpQueryRealName WPFileSystem_wpQueryRealName
|
|---|
| 171 | #define CWWAV_wpQueryFilename WPFileSystem_wpQueryFilename
|
|---|
| 172 | #define CWWAV_wpQueryDisk WPFileSystem_wpQueryDisk
|
|---|
| 173 | #define CWWAV_wpQueryDateInfo WPFileSystem_wpQueryDateInfo
|
|---|
| 174 | #define CWWAV_wpConfirmKeepAssoc WPFileSystem_wpConfirmKeepAssoc
|
|---|
| 175 | #define CWWAV_wpAddObjectGeneralPage WPObject_wpAddObjectGeneralPage
|
|---|
| 176 | #define CWWAV_wpAddObjectGeneralPage2 WPObject_wpAddObjectGeneralPage2
|
|---|
| 177 | #define CWWAV_wpAddObjectWindowPage WPObject_wpAddObjectWindowPage
|
|---|
| 178 | #define CWWAV_wpAddSettingsPages WPObject_wpAddSettingsPages
|
|---|
| 179 | #define CWWAV_wpAddToObjUseList WPObject_wpAddToObjUseList
|
|---|
| 180 | #define CWWAV_wpAllocMem WPObject_wpAllocMem
|
|---|
| 181 | #define CWWAV_wpAppendObject WPObject_wpAppendObject
|
|---|
| 182 | #define CWWAV_wpAssertObjectMutexSem WPObject_wpAssertObjectMutexSem
|
|---|
| 183 | #define CWWAV_wpClose WPObject_wpClose
|
|---|
| 184 | #define CWWAV_wpCnrInsertObject WPObject_wpCnrInsertObject
|
|---|
| 185 | #define CWWAV_wpCnrRemoveObject WPObject_wpCnrRemoveObject
|
|---|
| 186 | #define CWWAV_wpCnrSetEmphasis WPObject_wpCnrSetEmphasis
|
|---|
| 187 | #define CWWAV_wpConfirmDelete WPObject_wpConfirmDelete
|
|---|
| 188 | #define CWWAV_wpConfirmObjectTitle WPObject_wpConfirmObjectTitle
|
|---|
| 189 | #define CWWAV_wpCopiedFromTemplate WPObject_wpCopiedFromTemplate
|
|---|
| 190 | #define CWWAV_wpCopyObject WPObject_wpCopyObject
|
|---|
| 191 | #define CWWAV_wpCreateAnother WPObject_wpCreateAnother
|
|---|
| 192 | #define CWWAV_wpCreateFromTemplate WPObject_wpCreateFromTemplate
|
|---|
| 193 | #define CWWAV_wpCreateShadowObject WPObject_wpCreateShadowObject
|
|---|
| 194 | #define CWWAV_wpDelete WPObject_wpDelete
|
|---|
| 195 | #define CWWAV_wpDeleteFromObjUseList WPObject_wpDeleteFromObjUseList
|
|---|
| 196 | #define CWWAV_wpDisplayHelp WPObject_wpDisplayHelp
|
|---|
| 197 | #define CWWAV_wpDisplayMenu WPObject_wpDisplayMenu
|
|---|
| 198 | #define CWWAV_wpDoesObjectMatch WPObject_wpDoesObjectMatch
|
|---|
| 199 | #define CWWAV_wpDraggedOverObject WPObject_wpDraggedOverObject
|
|---|
| 200 | #define CWWAV_wpDragOver WPObject_wpDragOver
|
|---|
| 201 | #define CWWAV_wpDrop WPObject_wpDrop
|
|---|
| 202 | #define CWWAV_wpDroppedOnObject WPObject_wpDroppedOnObject
|
|---|
| 203 | #define CWWAV_wpEndConversation WPObject_wpEndConversation
|
|---|
| 204 | #define CWWAV_wpFilterPopupMenu WPObject_wpFilterPopupMenu
|
|---|
| 205 | #define CWWAV_wpFindUseItem WPObject_wpFindUseItem
|
|---|
| 206 | #define CWWAV_wpFormatDragItem WPObject_wpFormatDragItem
|
|---|
| 207 | #define CWWAV_wpFree WPObject_wpFree
|
|---|
| 208 | #define CWWAV_wpFreeMem WPObject_wpFreeMem
|
|---|
| 209 | #define CWWAV_wpHide WPObject_wpHide
|
|---|
| 210 | #define CWWAV_wpInitData WPObject_wpInitData
|
|---|
| 211 | #define CWWAV_wpInsertPopupMenuItems WPObject_wpInsertPopupMenuItems
|
|---|
| 212 | #define CWWAV_wpInsertSettingsPage WPObject_wpInsertSettingsPage
|
|---|
| 213 | #define CWWAV_wpMenuItemHelpSelected WPObject_wpMenuItemHelpSelected
|
|---|
| 214 | #define CWWAV_wpMenuItemSelected WPObject_wpMenuItemSelected
|
|---|
| 215 | #define CWWAV_wpModifyPopupMenu WPObject_wpModifyPopupMenu
|
|---|
| 216 | #define CWWAV_wpMoveObject WPObject_wpMoveObject
|
|---|
| 217 | #define CWWAV_wpOpen WPObject_wpOpen
|
|---|
| 218 | #define CWWAV_wpPrintObject WPObject_wpPrintObject
|
|---|
| 219 | #define CWWAV_wpQueryConcurrentView WPObject_wpQueryConcurrentView
|
|---|
| 220 | #define CWWAV_wpQueryButtonAppearance WPObject_wpQueryButtonAppearance
|
|---|
| 221 | #define CWWAV_wpQueryConfirmations WPObject_wpQueryConfirmations
|
|---|
| 222 | #define CWWAV_wpQueryDefaultHelp WPObject_wpQueryDefaultHelp
|
|---|
| 223 | #define CWWAV_wpQueryDefaultView WPObject_wpQueryDefaultView
|
|---|
| 224 | #define CWWAV_wpQueryDetailsData WPObject_wpQueryDetailsData
|
|---|
| 225 | #define CWWAV_wpQueryError WPObject_wpQueryError
|
|---|
| 226 | #define CWWAV_wpSetFolder WPObject_wpSetFolder
|
|---|
| 227 | #define CWWAV_wpQueryFolder WPObject_wpQueryFolder
|
|---|
| 228 | #define CWWAV_wpQueryIcon WPObject_wpQueryIcon
|
|---|
| 229 | #define CWWAV_wpQueryIconData WPObject_wpQueryIconData
|
|---|
| 230 | #define CWWAV_wpQueryMinWindow WPObject_wpQueryMinWindow
|
|---|
| 231 | #define CWWAV_wpQueryNameClashOptions WPObject_wpQueryNameClashOptions
|
|---|
| 232 | #define CWWAV_wpQueryStyle WPObject_wpQueryStyle
|
|---|
| 233 | #define CWWAV_wpSetTaskRec WPObject_wpSetTaskRec
|
|---|
| 234 | #define CWWAV_wpFindTaskRec WPObject_wpFindTaskRec
|
|---|
| 235 | #define CWWAV_wpQueryTitle WPObject_wpQueryTitle
|
|---|
| 236 | #define CWWAV_wpRegisterView WPObject_wpRegisterView
|
|---|
| 237 | #define CWWAV_wpReleaseObjectMutexSem WPObject_wpReleaseObjectMutexSem
|
|---|
| 238 | #define CWWAV_wpRender WPObject_wpRender
|
|---|
| 239 | #define CWWAV_wpRenderComplete WPObject_wpRenderComplete
|
|---|
| 240 | #define CWWAV_wpReplaceObject WPObject_wpReplaceObject
|
|---|
| 241 | #define CWWAV_wpRequestObjectMutexSem WPObject_wpRequestObjectMutexSem
|
|---|
| 242 | #define CWWAV_wpRestore WPObject_wpRestore
|
|---|
| 243 | #define CWWAV_wpRestoreData WPObject_wpRestoreData
|
|---|
| 244 | #define CWWAV_wpRestoreLong WPObject_wpRestoreLong
|
|---|
| 245 | #define CWWAV_wpRestoreState WPObject_wpRestoreState
|
|---|
| 246 | #define CWWAV_wpRestoreString WPObject_wpRestoreString
|
|---|
| 247 | #define CWWAV_wpSaveData WPObject_wpSaveData
|
|---|
| 248 | #define CWWAV_wpSaveImmediate WPObject_wpSaveImmediate
|
|---|
| 249 | #define CWWAV_wpSaveDeferred WPObject_wpSaveDeferred
|
|---|
| 250 | #define CWWAV_wpSaveLong WPObject_wpSaveLong
|
|---|
| 251 | #define CWWAV_wpSaveString WPObject_wpSaveString
|
|---|
| 252 | #define CWWAV_wpScanSetupString WPObject_wpScanSetupString
|
|---|
| 253 | #define CWWAV_wpSetConcurrentView WPObject_wpSetConcurrentView
|
|---|
| 254 | #define CWWAV_wpSetButtonAppearance WPObject_wpSetButtonAppearance
|
|---|
| 255 | #define CWWAV_wpSetDefaultHelp WPObject_wpSetDefaultHelp
|
|---|
| 256 | #define CWWAV_wpSetDefaultView WPObject_wpSetDefaultView
|
|---|
| 257 | #define CWWAV_wpSetError WPObject_wpSetError
|
|---|
| 258 | #define CWWAV_wpSetIconHandle WPObject_wpSetIconHandle
|
|---|
| 259 | #define CWWAV_wpQueryScreenGroupID WPObject_wpQueryScreenGroupID
|
|---|
| 260 | #define CWWAV_wpSetupOnce WPObject_wpSetupOnce
|
|---|
| 261 | #define CWWAV_wpSetIcon WPObject_wpSetIcon
|
|---|
| 262 | #define CWWAV_wpSetIconData WPObject_wpSetIconData
|
|---|
| 263 | #define CWWAV_wpSetMinWindow WPObject_wpSetMinWindow
|
|---|
| 264 | #define CWWAV_wpSetStyle WPObject_wpSetStyle
|
|---|
| 265 | #define CWWAV_wpModifyStyle WPObject_wpModifyStyle
|
|---|
| 266 | #define CWWAV_wpSetTitle WPObject_wpSetTitle
|
|---|
| 267 | #define CWWAV_wpSetup WPObject_wpSetup
|
|---|
| 268 | #define CWWAV_wpSwitchTo WPObject_wpSwitchTo
|
|---|
| 269 | #define CWWAV_wpUnInitData WPObject_wpUnInitData
|
|---|
| 270 | #define CWWAV_wpViewObject WPObject_wpViewObject
|
|---|
| 271 | #define CWWAV_wpQueryTrueStyle WPObject_wpQueryTrueStyle
|
|---|
| 272 | #define CWWAV_wpQueryHandle WPObject_wpQueryHandle
|
|---|
| 273 | #define CWWAV_wpUnlockObject WPObject_wpUnlockObject
|
|---|
| 274 | #define CWWAV_wpObjectReady WPObject_wpObjectReady
|
|---|
| 275 | #define CWWAV_wpIsObjectInitialized WPObject_wpIsObjectInitialized
|
|---|
| 276 | #define CWWAV_wpCreateShadowObjectExt WPObject_wpCreateShadowObjectExt
|
|---|
| 277 | #define CWWAV_wpCnrDeleteUseItem WPObject_wpCnrDeleteUseItem
|
|---|
| 278 | #define CWWAV_wpIsDeleteable WPObject_wpIsDeleteable
|
|---|
| 279 | #define CWWAV_wpQueryCoreRecord WPObject_wpQueryCoreRecord
|
|---|
| 280 | #define CWWAV_wpSetObjectID WPObject_wpSetObjectID
|
|---|
| 281 | #define CWWAV_wpQueryObjectID WPObject_wpQueryObjectID
|
|---|
| 282 | #define CWWAV_wpSetDefaultIconPos WPObject_wpSetDefaultIconPos
|
|---|
| 283 | #define CWWAV_wpQueryDefaultIconPos WPObject_wpQueryDefaultIconPos
|
|---|
| 284 | #define CWWAV_wpCnrRefreshDetails WPObject_wpCnrRefreshDetails
|
|---|
| 285 | #define CWWAV_wpFindViewItem WPObject_wpFindViewItem
|
|---|
| 286 | #define CWWAV_wpLockObject WPObject_wpLockObject
|
|---|
| 287 | #define CWWAV_wpIsLocked WPObject_wpIsLocked
|
|---|
| 288 | #define CWWAV_wpQueryContainerFlagPtr WPObject_wpQueryContainerFlagPtr
|
|---|
| 289 | #define CWWAV_wpWaitForClose WPObject_wpWaitForClose
|
|---|
| 290 | #define CWWAV_somDefaultInit SOMObject_somDefaultInit
|
|---|
| 291 | #define CWWAV_somDestruct SOMObject_somDestruct
|
|---|
| 292 | #define CWWAV_somDefaultCopyInit SOMObject_somDefaultCopyInit
|
|---|
| 293 | #define CWWAV_somDefaultAssign SOMObject_somDefaultAssign
|
|---|
| 294 | #define CWWAV_somDefaultConstCopyInit SOMObject_somDefaultConstCopyInit
|
|---|
| 295 | #define CWWAV_somDefaultVCopyInit SOMObject_somDefaultVCopyInit
|
|---|
| 296 | #define CWWAV_somDefaultConstVCopyInit SOMObject_somDefaultConstVCopyInit
|
|---|
| 297 | #define CWWAV_somDefaultConstAssign SOMObject_somDefaultConstAssign
|
|---|
| 298 | #define CWWAV_somDefaultVAssign SOMObject_somDefaultVAssign
|
|---|
| 299 | #define CWWAV_somDefaultConstVAssign SOMObject_somDefaultConstVAssign
|
|---|
| 300 | #define CWWAV_somInit SOMObject_somInit
|
|---|
| 301 | #define CWWAV_somFree SOMObject_somFree
|
|---|
| 302 | #define CWWAV_somUninit SOMObject_somUninit
|
|---|
| 303 | #define CWWAV_somGetClass SOMObject_somGetClass
|
|---|
| 304 | #define CWWAV_somGetClassName SOMObject_somGetClassName
|
|---|
| 305 | #define CWWAV_somGetSize SOMObject_somGetSize
|
|---|
| 306 | #define CWWAV_somIsA SOMObject_somIsA
|
|---|
| 307 | #define CWWAV_somIsInstanceOf SOMObject_somIsInstanceOf
|
|---|
| 308 | #define CWWAV_somRespondsTo SOMObject_somRespondsTo
|
|---|
| 309 | #define CWWAV_somDispatch SOMObject_somDispatch
|
|---|
| 310 | #define CWWAV_somClassDispatch SOMObject_somClassDispatch
|
|---|
| 311 | #define CWWAV_somCastObj SOMObject_somCastObj
|
|---|
| 312 | #define CWWAV_somResetObj SOMObject_somResetObj
|
|---|
| 313 | #define CWWAV_somDispatchV SOMObject_somDispatchV
|
|---|
| 314 | #define CWWAV_somDispatchL SOMObject_somDispatchL
|
|---|
| 315 | #define CWWAV_somDispatchA SOMObject_somDispatchA
|
|---|
| 316 | #define CWWAV_somDispatchD SOMObject_somDispatchD
|
|---|
| 317 | #define CWWAV_somPrintSelf SOMObject_somPrintSelf
|
|---|
| 318 | #define CWWAV_somDumpSelf SOMObject_somDumpSelf
|
|---|
| 319 | #define CWWAV_somDumpSelfInt SOMObject_somDumpSelfInt
|
|---|
| 320 | #endif /* SOM_DONT_USE_INHERITED_MACROS */
|
|---|
| 321 |
|
|---|
| 322 | #endif /* SOM_CWWAV_h */
|
|---|
| 323 |
|
|---|
| 324 | #ifndef SOM_M_CWWAV_h
|
|---|
| 325 | #define SOM_M_CWWAV_h
|
|---|
| 326 |
|
|---|
| 327 |
|
|---|
| 328 | #include <som.h>
|
|---|
| 329 |
|
|---|
| 330 | /*
|
|---|
| 331 | * -- This emitter treats Method Tokens as Thunks by default.
|
|---|
| 332 | * -- Use the sc modifier "nothunks" to change this default
|
|---|
| 333 | */
|
|---|
| 334 | #undef somresolve_
|
|---|
| 335 | #define somresolve_(obj,mToken) ((somMethodProc*)((void)obj, mToken))
|
|---|
| 336 |
|
|---|
| 337 | /*
|
|---|
| 338 | * Define the class name as an object type
|
|---|
| 339 | */
|
|---|
| 340 | #ifndef M_CWWAV
|
|---|
| 341 | #define M_CWWAV SOMObject
|
|---|
| 342 | #endif
|
|---|
| 343 | #include <cwaudio.h>
|
|---|
| 344 |
|
|---|
| 345 | /*
|
|---|
| 346 | * Start of user-defined types:
|
|---|
| 347 | */
|
|---|
| 348 |
|
|---|
| 349 | /*
|
|---|
| 350 | * End of user-defined types.
|
|---|
| 351 | */
|
|---|
| 352 |
|
|---|
| 353 | #define M_CWWAV_MajorVersion 1
|
|---|
| 354 | #define M_CWWAV_MinorVersion 2
|
|---|
| 355 |
|
|---|
| 356 | /*
|
|---|
| 357 | * External name shortening if required
|
|---|
| 358 | */
|
|---|
| 359 | #ifdef SOM_USE_SHORT_EXTERNAL_NAMES
|
|---|
| 360 | #define M_CWWAVNewClass mmwavMc
|
|---|
| 361 | #pragma linkage(mmwavMc, system)
|
|---|
| 362 | #define M_CWWAVClassData mmwavMd
|
|---|
| 363 | #define M_CWWAVCClassData mmwavMx
|
|---|
| 364 | #endif /* SOM_USE_SHORT_EXTERNAL_NAMES */
|
|---|
| 365 | /*--------------Migration------------*/
|
|---|
| 366 | #define M_CWWAV_classObj M_CWWAVClassData.classObject
|
|---|
| 367 | #define _M_CWWAV M_CWWAV_classObj
|
|---|
| 368 |
|
|---|
| 369 | /*
|
|---|
| 370 | * Declare the class creation procedure
|
|---|
| 371 | */
|
|---|
| 372 | SOMEXTERN SOMClass * SOMLINK M_CWWAVNewClass(integer4 somtmajorVersion,
|
|---|
| 373 | integer4 somtminorVersion);
|
|---|
| 374 | #pragma linkage(M_CWWAVNewClass, system)
|
|---|
| 375 |
|
|---|
| 376 | /*
|
|---|
| 377 | * Declare the class data structure
|
|---|
| 378 | */
|
|---|
| 379 | SOMEXTERN struct M_CWWAVClassDataStructure {
|
|---|
| 380 | SOMClass *classObject;
|
|---|
| 381 | } SOMDLINK M_CWWAVClassData;
|
|---|
| 382 |
|
|---|
| 383 | /*
|
|---|
| 384 | * Declare the C specific class data structure
|
|---|
| 385 | */
|
|---|
| 386 | SOMEXTERN struct M_CWWAVCClassDataStructure {
|
|---|
| 387 | somMethodTabs parentMtab;
|
|---|
| 388 | somDToken instanceDataToken;
|
|---|
| 389 | } SOMDLINK M_CWWAVCClassData;
|
|---|
| 390 |
|
|---|
| 391 | /*
|
|---|
| 392 | * New and Renew macros for M_CWWAV
|
|---|
| 393 | */
|
|---|
| 394 | #define M_CWWAVNew() \
|
|---|
| 395 | (_somNew(_M_CWWAV ? _M_CWWAV : M_CWWAVNewClass(M_CWWAV_MajorVersion, M_CWWAV_MinorVersion)))
|
|---|
| 396 | #define M_CWWAVRenew(buf) \
|
|---|
| 397 | (_somRenew(_M_CWWAV ? _M_CWWAV : M_CWWAVNewClass(M_CWWAV_MajorVersion, M_CWWAV_MinorVersion), buf))
|
|---|
| 398 |
|
|---|
| 399 | /*
|
|---|
| 400 | * Override method: wpclsQueryTitle
|
|---|
| 401 | */
|
|---|
| 402 | #define M_CWWAV_wpclsQueryTitle(somSelf) \
|
|---|
| 403 | M_WPObject_wpclsQueryTitle(somSelf)
|
|---|
| 404 |
|
|---|
| 405 | /*
|
|---|
| 406 | * Override method: wpclsQueryInstanceType
|
|---|
| 407 | */
|
|---|
| 408 | #define M_CWWAV_wpclsQueryInstanceType(somSelf) \
|
|---|
| 409 | M_WPFileSystem_wpclsQueryInstanceType(somSelf)
|
|---|
| 410 |
|
|---|
| 411 | /*
|
|---|
| 412 | * Override method: wpclsQueryInstanceFilter
|
|---|
| 413 | */
|
|---|
| 414 | #define M_CWWAV_wpclsQueryInstanceFilter(somSelf) \
|
|---|
| 415 | M_WPFileSystem_wpclsQueryInstanceFilter(somSelf)
|
|---|
| 416 |
|
|---|
| 417 | /*
|
|---|
| 418 | * Override method: wpclsQueryIconData
|
|---|
| 419 | */
|
|---|
| 420 | #define M_CWWAV_wpclsQueryIconData(somSelf,pIconInfo) \
|
|---|
| 421 | M_WPObject_wpclsQueryIconData(somSelf,pIconInfo)
|
|---|
| 422 |
|
|---|
| 423 | /*
|
|---|
| 424 | * Override method: wpclsQueryDefaultHelp
|
|---|
| 425 | */
|
|---|
| 426 | #define M_CWWAV_wpclsQueryDefaultHelp(somSelf,pHelpPanelId,pszHelpLibrary) \
|
|---|
| 427 | M_WPObject_wpclsQueryDefaultHelp(somSelf,pHelpPanelId,pszHelpLibrary)
|
|---|
| 428 | #ifndef SOM_DONT_USE_INHERITED_MACROS
|
|---|
| 429 | #define M_CWWAV_wpclsQueryAwakeObject M_WPFileSystem_wpclsQueryAwakeObject
|
|---|
| 430 | #define M_CWWAV_wpclsFileSysExists M_WPFileSystem_wpclsFileSysExists
|
|---|
| 431 | #define M_CWWAV_wpclsQueryObjectFromPath M_WPFileSystem_wpclsQueryObjectFromPath
|
|---|
| 432 | #define M_CWWAV_wpclsCreateDefaultTemplates M_WPObject_wpclsCreateDefaultTemplates
|
|---|
| 433 | #define M_CWWAV_wpclsInitData M_WPObject_wpclsInitData
|
|---|
| 434 | #define M_CWWAV_wpclsMakeAwake M_WPObject_wpclsMakeAwake
|
|---|
| 435 | #define M_CWWAV_wpclsNew M_WPObject_wpclsNew
|
|---|
| 436 | #define M_CWWAV_wpclsQueryDefaultView M_WPObject_wpclsQueryDefaultView
|
|---|
| 437 | #define M_CWWAV_wpclsQueryDetails M_WPObject_wpclsQueryDetails
|
|---|
| 438 | #define M_CWWAV_wpclsQueryDetailsInfo M_WPObject_wpclsQueryDetailsInfo
|
|---|
| 439 | #define M_CWWAV_wpclsQueryExtendedCriteria M_WPObject_wpclsQueryExtendedCriteria
|
|---|
| 440 | #define M_CWWAV_wpclsQueryFolder M_WPObject_wpclsQueryFolder
|
|---|
| 441 | #define M_CWWAV_wpclsQueryIcon M_WPObject_wpclsQueryIcon
|
|---|
| 442 | #define M_CWWAV_wpclsQuerySearchInfo M_WPObject_wpclsQuerySearchInfo
|
|---|
| 443 | #define M_CWWAV_wpclsQueryStyle M_WPObject_wpclsQueryStyle
|
|---|
| 444 | #define M_CWWAV_wpclsUnInitData M_WPObject_wpclsUnInitData
|
|---|
| 445 | #define M_CWWAV_wpclsFindObjectFirst M_WPObject_wpclsFindObjectFirst
|
|---|
| 446 | #define M_CWWAV_wpclsFindObjectNext M_WPObject_wpclsFindObjectNext
|
|---|
| 447 | #define M_CWWAV_wpclsFindObjectEnd M_WPObject_wpclsFindObjectEnd
|
|---|
| 448 | #define M_CWWAV_wpclsSetError M_WPObject_wpclsSetError
|
|---|
| 449 | #define M_CWWAV_wpclsQueryError M_WPObject_wpclsQueryError
|
|---|
| 450 | #define M_CWWAV_wpclsQuerySettingsPageSize M_WPObject_wpclsQuerySettingsPageSize
|
|---|
| 451 | #define M_CWWAV_wpclsQueryObject M_WPObject_wpclsQueryObject
|
|---|
| 452 | #define M_CWWAV_wpclsQueryButtonAppearance M_WPObject_wpclsQueryButtonAppearance
|
|---|
| 453 | #define M_CWWAV_wpclsDecUsage M_WPObject_wpclsDecUsage
|
|---|
| 454 | #define M_CWWAV_wpclsIncUsage M_WPObject_wpclsIncUsage
|
|---|
| 455 | #define M_CWWAV_wpclsInsertMultipleObjects M_WPObject_wpclsInsertMultipleObjects
|
|---|
| 456 | #define M_CWWAV_wpclsFindOneObject M_WPObject_wpclsFindOneObject
|
|---|
| 457 | #define M_CWWAV_wpclsSetSettingsPageSize M_WPObject_wpclsSetSettingsPageSize
|
|---|
| 458 | #define M_CWWAV_wpclsSetIconData M_WPObject_wpclsSetIconData
|
|---|
| 459 | #define M_CWWAV_wpclsSetIcon M_WPObject_wpclsSetIcon
|
|---|
| 460 | #define M_CWWAV_wpclsObjectFromHandle M_WPObject_wpclsObjectFromHandle
|
|---|
| 461 | #define M_CWWAV_wpclsRemoveObjects M_WPObject_wpclsRemoveObjects
|
|---|
| 462 | #define M_CWWAV__get_somDataAlignment SOMClass__get_somDataAlignment
|
|---|
| 463 | #define M_CWWAV__get_somInstanceDataOffsets SOMClass__get_somInstanceDataOffsets
|
|---|
| 464 | #define M_CWWAV__get_somDirectInitClasses SOMClass__get_somDirectInitClasses
|
|---|
| 465 | #define M_CWWAV__set_somDirectInitClasses SOMClass__set_somDirectInitClasses
|
|---|
| 466 | #define M_CWWAV_somNew SOMClass_somNew
|
|---|
| 467 | #define M_CWWAV_somNewNoInit SOMClass_somNewNoInit
|
|---|
| 468 | #define M_CWWAV_somRenew SOMClass_somRenew
|
|---|
| 469 | #define M_CWWAV_somRenewNoInit SOMClass_somRenewNoInit
|
|---|
| 470 | #define M_CWWAV_somRenewNoZero SOMClass_somRenewNoZero
|
|---|
| 471 | #define M_CWWAV_somRenewNoInitNoZero SOMClass_somRenewNoInitNoZero
|
|---|
| 472 | #define M_CWWAV_somAllocate SOMClass_somAllocate
|
|---|
| 473 | #define M_CWWAV_somDeallocate SOMClass_somDeallocate
|
|---|
| 474 | #define M_CWWAV__get_somClassAllocate SOMClass__get_somClassAllocate
|
|---|
| 475 | #define M_CWWAV__get_somClassDeallocate SOMClass__get_somClassDeallocate
|
|---|
| 476 | #define M_CWWAV_somGetInstanceInitMask SOMClass_somGetInstanceInitMask
|
|---|
| 477 | #define M_CWWAV_somGetInstanceDestructionMask SOMClass_somGetInstanceDestructionMask
|
|---|
| 478 | #define M_CWWAV_somGetInstanceAssignmentMask SOMClass_somGetInstanceAssignmentMask
|
|---|
| 479 | #define M_CWWAV_somInitClass SOMClass_somInitClass
|
|---|
| 480 | #define M_CWWAV_somInitMIClass SOMClass_somInitMIClass
|
|---|
| 481 | #define M_CWWAV_somAddStaticMethod SOMClass_somAddStaticMethod
|
|---|
| 482 | #define M_CWWAV_somAddDynamicMethod SOMClass_somAddDynamicMethod
|
|---|
| 483 | #define M_CWWAV_somOverrideSMethod SOMClass_somOverrideSMethod
|
|---|
| 484 | #define M_CWWAV_somClassReady SOMClass_somClassReady
|
|---|
| 485 | #define M_CWWAV_somGetApplyStub SOMClass_somGetApplyStub
|
|---|
| 486 | #define M_CWWAV_somGetClassData SOMClass_somGetClassData
|
|---|
| 487 | #define M_CWWAV_somSetClassData SOMClass_somSetClassData
|
|---|
| 488 | #define M_CWWAV_somGetClassMtab SOMClass_somGetClassMtab
|
|---|
| 489 | #define M_CWWAV_somGetInstanceOffset SOMClass_somGetInstanceOffset
|
|---|
| 490 | #define M_CWWAV_somGetInstancePartSize SOMClass_somGetInstancePartSize
|
|---|
| 491 | #define M_CWWAV_somGetInstanceSize SOMClass_somGetInstanceSize
|
|---|
| 492 | #define M_CWWAV_somGetInstanceToken SOMClass_somGetInstanceToken
|
|---|
| 493 | #define M_CWWAV_somGetMemberToken SOMClass_somGetMemberToken
|
|---|
| 494 | #define M_CWWAV_somGetMethodData SOMClass_somGetMethodData
|
|---|
| 495 | #define M_CWWAV_somGetRdStub SOMClass_somGetRdStub
|
|---|
| 496 | #define M_CWWAV_somGetMethodDescriptor SOMClass_somGetMethodDescriptor
|
|---|
| 497 | #define M_CWWAV_somGetMethodIndex SOMClass_somGetMethodIndex
|
|---|
| 498 | #define M_CWWAV_somGetMethodToken SOMClass_somGetMethodToken
|
|---|
| 499 | #define M_CWWAV_somGetName SOMClass_somGetName
|
|---|
| 500 | #define M_CWWAV_somGetNthMethodData SOMClass_somGetNthMethodData
|
|---|
| 501 | #define M_CWWAV_somGetNthMethodInfo SOMClass_somGetNthMethodInfo
|
|---|
| 502 | #define M_CWWAV_somGetNumMethods SOMClass_somGetNumMethods
|
|---|
| 503 | #define M_CWWAV_somGetNumStaticMethods SOMClass_somGetNumStaticMethods
|
|---|
| 504 | #define M_CWWAV_somGetParent SOMClass_somGetParent
|
|---|
| 505 | #define M_CWWAV_somGetParents SOMClass_somGetParents
|
|---|
| 506 | #define M_CWWAV_somGetPClsMtab SOMClass_somGetPClsMtab
|
|---|
| 507 | #define M_CWWAV_somGetPClsMtabs SOMClass_somGetPClsMtabs
|
|---|
| 508 | #define M_CWWAV_somGetVersionNumbers SOMClass_somGetVersionNumbers
|
|---|
| 509 | #define M_CWWAV_somSetMethodDescriptor SOMClass_somSetMethodDescriptor
|
|---|
| 510 | #define M_CWWAV_somFindMethod SOMClass_somFindMethod
|
|---|
| 511 | #define M_CWWAV_somFindMethodOk SOMClass_somFindMethodOk
|
|---|
| 512 | #define M_CWWAV_somFindSMethod SOMClass_somFindSMethod
|
|---|
| 513 | #define M_CWWAV_somFindSMethodOk SOMClass_somFindSMethodOk
|
|---|
| 514 | #define M_CWWAV_somLookupMethod SOMClass_somLookupMethod
|
|---|
| 515 | #define M_CWWAV_somCheckVersion SOMClass_somCheckVersion
|
|---|
| 516 | #define M_CWWAV_somDescendedFrom SOMClass_somDescendedFrom
|
|---|
| 517 | #define M_CWWAV_somSupportsMethod SOMClass_somSupportsMethod
|
|---|
| 518 | #define M_CWWAV_somDefinedMethod SOMClass_somDefinedMethod
|
|---|
| 519 | #define M_CWWAV_somOverrideMtab SOMClass_somOverrideMtab
|
|---|
| 520 | #define M_CWWAV_somDefaultInit SOMObject_somDefaultInit
|
|---|
| 521 | #define M_CWWAV_somDestruct SOMObject_somDestruct
|
|---|
| 522 | #define M_CWWAV_somDefaultCopyInit SOMObject_somDefaultCopyInit
|
|---|
| 523 | #define M_CWWAV_somDefaultAssign SOMObject_somDefaultAssign
|
|---|
| 524 | #define M_CWWAV_somDefaultConstCopyInit SOMObject_somDefaultConstCopyInit
|
|---|
| 525 | #define M_CWWAV_somDefaultVCopyInit SOMObject_somDefaultVCopyInit
|
|---|
| 526 | #define M_CWWAV_somDefaultConstVCopyInit SOMObject_somDefaultConstVCopyInit
|
|---|
| 527 | #define M_CWWAV_somDefaultConstAssign SOMObject_somDefaultConstAssign
|
|---|
| 528 | #define M_CWWAV_somDefaultVAssign SOMObject_somDefaultVAssign
|
|---|
| 529 | #define M_CWWAV_somDefaultConstVAssign SOMObject_somDefaultConstVAssign
|
|---|
| 530 | #define M_CWWAV_somInit SOMObject_somInit
|
|---|
| 531 | #define M_CWWAV_somFree SOMObject_somFree
|
|---|
| 532 | #define M_CWWAV_somUninit SOMObject_somUninit
|
|---|
| 533 | #define M_CWWAV_somGetClass SOMObject_somGetClass
|
|---|
| 534 | #define M_CWWAV_somGetClassName SOMObject_somGetClassName
|
|---|
| 535 | #define M_CWWAV_somGetSize SOMObject_somGetSize
|
|---|
| 536 | #define M_CWWAV_somIsA SOMObject_somIsA
|
|---|
| 537 | #define M_CWWAV_somIsInstanceOf SOMObject_somIsInstanceOf
|
|---|
| 538 | #define M_CWWAV_somRespondsTo SOMObject_somRespondsTo
|
|---|
| 539 | #define M_CWWAV_somDispatch SOMObject_somDispatch
|
|---|
| 540 | #define M_CWWAV_somClassDispatch SOMObject_somClassDispatch
|
|---|
| 541 | #define M_CWWAV_somCastObj SOMObject_somCastObj
|
|---|
| 542 | #define M_CWWAV_somResetObj SOMObject_somResetObj
|
|---|
| 543 | #define M_CWWAV_somDispatchV SOMObject_somDispatchV
|
|---|
| 544 | #define M_CWWAV_somDispatchL SOMObject_somDispatchL
|
|---|
| 545 | #define M_CWWAV_somDispatchA SOMObject_somDispatchA
|
|---|
| 546 | #define M_CWWAV_somDispatchD SOMObject_somDispatchD
|
|---|
| 547 | #define M_CWWAV_somPrintSelf SOMObject_somPrintSelf
|
|---|
| 548 | #define M_CWWAV_somDumpSelf SOMObject_somDumpSelf
|
|---|
| 549 | #define M_CWWAV_somDumpSelfInt SOMObject_somDumpSelfInt
|
|---|
| 550 | #endif /* SOM_DONT_USE_INHERITED_MACROS */
|
|---|
| 551 |
|
|---|
| 552 | #endif /* SOM_M_CWWAV_h */
|
|---|