| 1 |
|
|---|
| 2 | /*
|
|---|
| 3 | * This file was generated by the SOM Compiler.
|
|---|
| 4 | * FileName: include\cwfli.h.
|
|---|
| 5 | * Generated using:
|
|---|
| 6 | * SOM Precompiler somipc: 2.29.1.7
|
|---|
| 7 | * SOM Emitter emith: 2.42
|
|---|
| 8 | */
|
|---|
| 9 |
|
|---|
| 10 | /*
|
|---|
| 11 | *
|
|---|
| 12 | * CWfli.idl:
|
|---|
| 13 | */
|
|---|
| 14 |
|
|---|
| 15 |
|
|---|
| 16 | #ifndef SOM_CWFLI_h
|
|---|
| 17 | #define SOM_CWFLI_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 CWFLI
|
|---|
| 33 | #define CWFLI 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_CWVideo
|
|---|
| 59 | #define M_CWVideo SOMObject
|
|---|
| 60 | #endif /* M_CWVideo */
|
|---|
| 61 | #ifndef M_CWFLI
|
|---|
| 62 | #define M_CWFLI SOMObject
|
|---|
| 63 | #endif /* M_CWFLI */
|
|---|
| 64 |
|
|---|
| 65 | /*
|
|---|
| 66 | * End of user-defined types.
|
|---|
| 67 | */
|
|---|
| 68 |
|
|---|
| 69 | /*
|
|---|
| 70 | * Passthru lines: File: "C.h", "after"
|
|---|
| 71 | */
|
|---|
| 72 |
|
|---|
| 73 | #include "cwmmres.h"
|
|---|
| 74 |
|
|---|
| 75 |
|
|---|
| 76 | #define CWFLI_MajorVersion 1
|
|---|
| 77 | #define CWFLI_MinorVersion 2
|
|---|
| 78 |
|
|---|
| 79 | /*
|
|---|
| 80 | * External name shortening if required
|
|---|
| 81 | */
|
|---|
| 82 | #ifdef SOM_USE_SHORT_EXTERNAL_NAMES
|
|---|
| 83 | #define CWFLINewClass cwflic
|
|---|
| 84 | #pragma linkage(cwflic, system)
|
|---|
| 85 | #define CWFLIClassData cwflid
|
|---|
| 86 | #define CWFLICClassData cwflix
|
|---|
| 87 | #endif /* SOM_USE_SHORT_EXTERNAL_NAMES */
|
|---|
| 88 |
|
|---|
| 89 | /*
|
|---|
| 90 | * Include the meta class file
|
|---|
| 91 | */
|
|---|
| 92 | #include <cwfli.h>
|
|---|
| 93 | /*--------------Migration------------*/
|
|---|
| 94 | #define CWFLI_classObj CWFLIClassData.classObject
|
|---|
| 95 | #define _CWFLI CWFLI_classObj
|
|---|
| 96 |
|
|---|
| 97 | /*
|
|---|
| 98 | * Declare the class creation procedure
|
|---|
| 99 | */
|
|---|
| 100 | SOMEXTERN SOMClass * SOMLINK CWFLINewClass(integer4 somtmajorVersion,
|
|---|
| 101 | integer4 somtminorVersion);
|
|---|
| 102 | #pragma linkage(CWFLINewClass, system)
|
|---|
| 103 |
|
|---|
| 104 | /*
|
|---|
| 105 | * Declare the class data structure
|
|---|
| 106 | */
|
|---|
| 107 | SOMEXTERN struct CWFLIClassDataStructure {
|
|---|
| 108 | SOMClass *classObject;
|
|---|
| 109 | } SOMDLINK CWFLIClassData;
|
|---|
| 110 |
|
|---|
| 111 | /*
|
|---|
| 112 | * Declare the C specific class data structure
|
|---|
| 113 | */
|
|---|
| 114 | SOMEXTERN struct CWFLICClassDataStructure {
|
|---|
| 115 | somMethodTabs parentMtab;
|
|---|
| 116 | somDToken instanceDataToken;
|
|---|
| 117 | } SOMDLINK CWFLICClassData;
|
|---|
| 118 |
|
|---|
| 119 | /*
|
|---|
| 120 | * New and Renew macros for CWFLI
|
|---|
| 121 | */
|
|---|
| 122 | #define CWFLINew() \
|
|---|
| 123 | (_somNew(_CWFLI ? _CWFLI : CWFLINewClass(CWFLI_MajorVersion, CWFLI_MinorVersion)))
|
|---|
| 124 | #define CWFLIRenew(buf) \
|
|---|
| 125 | (_somRenew(_CWFLI ? _CWFLI : CWFLINewClass(CWFLI_MajorVersion, CWFLI_MinorVersion), buf))
|
|---|
| 126 | #ifndef SOM_DONT_USE_INHERITED_MACROS
|
|---|
| 127 | #define CWFLI_wpAddFileTypePage WPDataFile_wpAddFileTypePage
|
|---|
| 128 | #define CWFLI_wpPrintMetaFile WPDataFile_wpPrintMetaFile
|
|---|
| 129 | #define CWFLI_wpPrintPifFile WPDataFile_wpPrintPifFile
|
|---|
| 130 | #define CWFLI_wpPrintPrinterSpecificFile WPDataFile_wpPrintPrinterSpecificFile
|
|---|
| 131 | #define CWFLI_wpPrintUnknownFile WPDataFile_wpPrintUnknownFile
|
|---|
| 132 | #define CWFLI_wpQueryAssociatedProgram WPDataFile_wpQueryAssociatedProgram
|
|---|
| 133 | #define CWFLI_wpSetAssociatedFileIcon WPDataFile_wpSetAssociatedFileIcon
|
|---|
| 134 | #define CWFLI_wpQueryAssociatedFileIcon WPDataFile_wpQueryAssociatedFileIcon
|
|---|
| 135 | #define CWFLI_wpSetRealName WPFileSystem_wpSetRealName
|
|---|
| 136 | #define CWFLI_wpSetType WPFileSystem_wpSetType
|
|---|
| 137 | #define CWFLI_wpQueryType WPFileSystem_wpQueryType
|
|---|
| 138 | #define CWFLI_wpSetAttr WPFileSystem_wpSetAttr
|
|---|
| 139 | #define CWFLI_wpQueryAttr WPFileSystem_wpQueryAttr
|
|---|
| 140 | #define CWFLI_wpAddFile1Page WPFileSystem_wpAddFile1Page
|
|---|
| 141 | #define CWFLI_wpAddFile2Page WPFileSystem_wpAddFile2Page
|
|---|
| 142 | #define CWFLI_wpAddFile3Page WPFileSystem_wpAddFile3Page
|
|---|
| 143 | #define CWFLI_wpAddFileMenuPage WPFileSystem_wpAddFileMenuPage
|
|---|
| 144 | #define CWFLI_wpQueryCreation WPFileSystem_wpQueryCreation
|
|---|
| 145 | #define CWFLI_wpQueryLastAccess WPFileSystem_wpQueryLastAccess
|
|---|
| 146 | #define CWFLI_wpQueryLastWrite WPFileSystem_wpQueryLastWrite
|
|---|
| 147 | #define CWFLI_wpQueryFileSize WPFileSystem_wpQueryFileSize
|
|---|
| 148 | #define CWFLI_wpQueryEASize WPFileSystem_wpQueryEASize
|
|---|
| 149 | #define CWFLI_wpSetDateInfo WPFileSystem_wpSetDateInfo
|
|---|
| 150 | #define CWFLI_wpSetFileSizeInfo WPFileSystem_wpSetFileSizeInfo
|
|---|
| 151 | #define CWFLI_wpRefresh WPFileSystem_wpRefresh
|
|---|
| 152 | #define CWFLI_wpQueryRefreshFlags WPFileSystem_wpQueryRefreshFlags
|
|---|
| 153 | #define CWFLI_wpSetRefreshFlags WPFileSystem_wpSetRefreshFlags
|
|---|
| 154 | #define CWFLI_wpPrintPlainTextFile WPFileSystem_wpPrintPlainTextFile
|
|---|
| 155 | #define CWFLI_wpSetTitleAndRenameFile WPFileSystem_wpSetTitleAndRenameFile
|
|---|
| 156 | #define CWFLI_wpConfirmRenameFileWithExt WPFileSystem_wpConfirmRenameFileWithExt
|
|---|
| 157 | #define CWFLI_wpVerifyUpdateAccess WPFileSystem_wpVerifyUpdateAccess
|
|---|
| 158 | #define CWFLI_wpAddUserItemsToPopupMenu WPFileSystem_wpAddUserItemsToPopupMenu
|
|---|
| 159 | #define CWFLI_wpIsDiskSwapped WPFileSystem_wpIsDiskSwapped
|
|---|
| 160 | #define CWFLI_wpQueryRealName WPFileSystem_wpQueryRealName
|
|---|
| 161 | #define CWFLI_wpQueryFilename WPFileSystem_wpQueryFilename
|
|---|
| 162 | #define CWFLI_wpQueryDisk WPFileSystem_wpQueryDisk
|
|---|
| 163 | #define CWFLI_wpQueryDateInfo WPFileSystem_wpQueryDateInfo
|
|---|
| 164 | #define CWFLI_wpConfirmKeepAssoc WPFileSystem_wpConfirmKeepAssoc
|
|---|
| 165 | #define CWFLI_wpAddObjectGeneralPage WPObject_wpAddObjectGeneralPage
|
|---|
| 166 | #define CWFLI_wpAddObjectGeneralPage2 WPObject_wpAddObjectGeneralPage2
|
|---|
| 167 | #define CWFLI_wpAddObjectWindowPage WPObject_wpAddObjectWindowPage
|
|---|
| 168 | #define CWFLI_wpAddSettingsPages WPObject_wpAddSettingsPages
|
|---|
| 169 | #define CWFLI_wpAddToObjUseList WPObject_wpAddToObjUseList
|
|---|
| 170 | #define CWFLI_wpAllocMem WPObject_wpAllocMem
|
|---|
| 171 | #define CWFLI_wpAppendObject WPObject_wpAppendObject
|
|---|
| 172 | #define CWFLI_wpAssertObjectMutexSem WPObject_wpAssertObjectMutexSem
|
|---|
| 173 | #define CWFLI_wpClose WPObject_wpClose
|
|---|
| 174 | #define CWFLI_wpCnrInsertObject WPObject_wpCnrInsertObject
|
|---|
| 175 | #define CWFLI_wpCnrRemoveObject WPObject_wpCnrRemoveObject
|
|---|
| 176 | #define CWFLI_wpCnrSetEmphasis WPObject_wpCnrSetEmphasis
|
|---|
| 177 | #define CWFLI_wpConfirmDelete WPObject_wpConfirmDelete
|
|---|
| 178 | #define CWFLI_wpConfirmObjectTitle WPObject_wpConfirmObjectTitle
|
|---|
| 179 | #define CWFLI_wpCopiedFromTemplate WPObject_wpCopiedFromTemplate
|
|---|
| 180 | #define CWFLI_wpCopyObject WPObject_wpCopyObject
|
|---|
| 181 | #define CWFLI_wpCreateAnother WPObject_wpCreateAnother
|
|---|
| 182 | #define CWFLI_wpCreateFromTemplate WPObject_wpCreateFromTemplate
|
|---|
| 183 | #define CWFLI_wpCreateShadowObject WPObject_wpCreateShadowObject
|
|---|
| 184 | #define CWFLI_wpDelete WPObject_wpDelete
|
|---|
| 185 | #define CWFLI_wpDeleteFromObjUseList WPObject_wpDeleteFromObjUseList
|
|---|
| 186 | #define CWFLI_wpDisplayHelp WPObject_wpDisplayHelp
|
|---|
| 187 | #define CWFLI_wpDisplayMenu WPObject_wpDisplayMenu
|
|---|
| 188 | #define CWFLI_wpDoesObjectMatch WPObject_wpDoesObjectMatch
|
|---|
| 189 | #define CWFLI_wpDraggedOverObject WPObject_wpDraggedOverObject
|
|---|
| 190 | #define CWFLI_wpDragOver WPObject_wpDragOver
|
|---|
| 191 | #define CWFLI_wpDrop WPObject_wpDrop
|
|---|
| 192 | #define CWFLI_wpDroppedOnObject WPObject_wpDroppedOnObject
|
|---|
| 193 | #define CWFLI_wpEndConversation WPObject_wpEndConversation
|
|---|
| 194 | #define CWFLI_wpFilterPopupMenu WPObject_wpFilterPopupMenu
|
|---|
| 195 | #define CWFLI_wpFindUseItem WPObject_wpFindUseItem
|
|---|
| 196 | #define CWFLI_wpFormatDragItem WPObject_wpFormatDragItem
|
|---|
| 197 | #define CWFLI_wpFree WPObject_wpFree
|
|---|
| 198 | #define CWFLI_wpFreeMem WPObject_wpFreeMem
|
|---|
| 199 | #define CWFLI_wpHide WPObject_wpHide
|
|---|
| 200 | #define CWFLI_wpInitData WPObject_wpInitData
|
|---|
| 201 | #define CWFLI_wpInsertPopupMenuItems WPObject_wpInsertPopupMenuItems
|
|---|
| 202 | #define CWFLI_wpInsertSettingsPage WPObject_wpInsertSettingsPage
|
|---|
| 203 | #define CWFLI_wpMenuItemHelpSelected WPObject_wpMenuItemHelpSelected
|
|---|
| 204 | #define CWFLI_wpMenuItemSelected WPObject_wpMenuItemSelected
|
|---|
| 205 | #define CWFLI_wpModifyPopupMenu WPObject_wpModifyPopupMenu
|
|---|
| 206 | #define CWFLI_wpMoveObject WPObject_wpMoveObject
|
|---|
| 207 | #define CWFLI_wpOpen WPObject_wpOpen
|
|---|
| 208 | #define CWFLI_wpPrintObject WPObject_wpPrintObject
|
|---|
| 209 | #define CWFLI_wpQueryConcurrentView WPObject_wpQueryConcurrentView
|
|---|
| 210 | #define CWFLI_wpQueryButtonAppearance WPObject_wpQueryButtonAppearance
|
|---|
| 211 | #define CWFLI_wpQueryConfirmations WPObject_wpQueryConfirmations
|
|---|
| 212 | #define CWFLI_wpQueryDefaultHelp WPObject_wpQueryDefaultHelp
|
|---|
| 213 | #define CWFLI_wpQueryDefaultView WPObject_wpQueryDefaultView
|
|---|
| 214 | #define CWFLI_wpQueryDetailsData WPObject_wpQueryDetailsData
|
|---|
| 215 | #define CWFLI_wpQueryError WPObject_wpQueryError
|
|---|
| 216 | #define CWFLI_wpSetFolder WPObject_wpSetFolder
|
|---|
| 217 | #define CWFLI_wpQueryFolder WPObject_wpQueryFolder
|
|---|
| 218 | #define CWFLI_wpQueryIcon WPObject_wpQueryIcon
|
|---|
| 219 | #define CWFLI_wpQueryIconData WPObject_wpQueryIconData
|
|---|
| 220 | #define CWFLI_wpQueryMinWindow WPObject_wpQueryMinWindow
|
|---|
| 221 | #define CWFLI_wpQueryNameClashOptions WPObject_wpQueryNameClashOptions
|
|---|
| 222 | #define CWFLI_wpQueryStyle WPObject_wpQueryStyle
|
|---|
| 223 | #define CWFLI_wpSetTaskRec WPObject_wpSetTaskRec
|
|---|
| 224 | #define CWFLI_wpFindTaskRec WPObject_wpFindTaskRec
|
|---|
| 225 | #define CWFLI_wpQueryTitle WPObject_wpQueryTitle
|
|---|
| 226 | #define CWFLI_wpRegisterView WPObject_wpRegisterView
|
|---|
| 227 | #define CWFLI_wpReleaseObjectMutexSem WPObject_wpReleaseObjectMutexSem
|
|---|
| 228 | #define CWFLI_wpRender WPObject_wpRender
|
|---|
| 229 | #define CWFLI_wpRenderComplete WPObject_wpRenderComplete
|
|---|
| 230 | #define CWFLI_wpReplaceObject WPObject_wpReplaceObject
|
|---|
| 231 | #define CWFLI_wpRequestObjectMutexSem WPObject_wpRequestObjectMutexSem
|
|---|
| 232 | #define CWFLI_wpRestore WPObject_wpRestore
|
|---|
| 233 | #define CWFLI_wpRestoreData WPObject_wpRestoreData
|
|---|
| 234 | #define CWFLI_wpRestoreLong WPObject_wpRestoreLong
|
|---|
| 235 | #define CWFLI_wpRestoreState WPObject_wpRestoreState
|
|---|
| 236 | #define CWFLI_wpRestoreString WPObject_wpRestoreString
|
|---|
| 237 | #define CWFLI_wpSaveData WPObject_wpSaveData
|
|---|
| 238 | #define CWFLI_wpSaveImmediate WPObject_wpSaveImmediate
|
|---|
| 239 | #define CWFLI_wpSaveDeferred WPObject_wpSaveDeferred
|
|---|
| 240 | #define CWFLI_wpSaveLong WPObject_wpSaveLong
|
|---|
| 241 | #define CWFLI_wpSaveState WPObject_wpSaveState
|
|---|
| 242 | #define CWFLI_wpSaveString WPObject_wpSaveString
|
|---|
| 243 | #define CWFLI_wpScanSetupString WPObject_wpScanSetupString
|
|---|
| 244 | #define CWFLI_wpSetConcurrentView WPObject_wpSetConcurrentView
|
|---|
| 245 | #define CWFLI_wpSetButtonAppearance WPObject_wpSetButtonAppearance
|
|---|
| 246 | #define CWFLI_wpSetDefaultHelp WPObject_wpSetDefaultHelp
|
|---|
| 247 | #define CWFLI_wpSetDefaultView WPObject_wpSetDefaultView
|
|---|
| 248 | #define CWFLI_wpSetError WPObject_wpSetError
|
|---|
| 249 | #define CWFLI_wpSetIconHandle WPObject_wpSetIconHandle
|
|---|
| 250 | #define CWFLI_wpQueryScreenGroupID WPObject_wpQueryScreenGroupID
|
|---|
| 251 | #define CWFLI_wpSetupOnce WPObject_wpSetupOnce
|
|---|
| 252 | #define CWFLI_wpSetIcon WPObject_wpSetIcon
|
|---|
| 253 | #define CWFLI_wpSetIconData WPObject_wpSetIconData
|
|---|
| 254 | #define CWFLI_wpSetMinWindow WPObject_wpSetMinWindow
|
|---|
| 255 | #define CWFLI_wpSetStyle WPObject_wpSetStyle
|
|---|
| 256 | #define CWFLI_wpModifyStyle WPObject_wpModifyStyle
|
|---|
| 257 | #define CWFLI_wpSetTitle WPObject_wpSetTitle
|
|---|
| 258 | #define CWFLI_wpSetup WPObject_wpSetup
|
|---|
| 259 | #define CWFLI_wpSwitchTo WPObject_wpSwitchTo
|
|---|
| 260 | #define CWFLI_wpUnInitData WPObject_wpUnInitData
|
|---|
| 261 | #define CWFLI_wpViewObject WPObject_wpViewObject
|
|---|
| 262 | #define CWFLI_wpQueryTrueStyle WPObject_wpQueryTrueStyle
|
|---|
| 263 | #define CWFLI_wpQueryHandle WPObject_wpQueryHandle
|
|---|
| 264 | #define CWFLI_wpUnlockObject WPObject_wpUnlockObject
|
|---|
| 265 | #define CWFLI_wpObjectReady WPObject_wpObjectReady
|
|---|
| 266 | #define CWFLI_wpIsObjectInitialized WPObject_wpIsObjectInitialized
|
|---|
| 267 | #define CWFLI_wpCreateShadowObjectExt WPObject_wpCreateShadowObjectExt
|
|---|
| 268 | #define CWFLI_wpCnrDeleteUseItem WPObject_wpCnrDeleteUseItem
|
|---|
| 269 | #define CWFLI_wpIsDeleteable WPObject_wpIsDeleteable
|
|---|
| 270 | #define CWFLI_wpQueryCoreRecord WPObject_wpQueryCoreRecord
|
|---|
| 271 | #define CWFLI_wpSetObjectID WPObject_wpSetObjectID
|
|---|
| 272 | #define CWFLI_wpQueryObjectID WPObject_wpQueryObjectID
|
|---|
| 273 | #define CWFLI_wpSetDefaultIconPos WPObject_wpSetDefaultIconPos
|
|---|
| 274 | #define CWFLI_wpQueryDefaultIconPos WPObject_wpQueryDefaultIconPos
|
|---|
| 275 | #define CWFLI_wpCnrRefreshDetails WPObject_wpCnrRefreshDetails
|
|---|
| 276 | #define CWFLI_wpFindViewItem WPObject_wpFindViewItem
|
|---|
| 277 | #define CWFLI_wpLockObject WPObject_wpLockObject
|
|---|
| 278 | #define CWFLI_wpIsLocked WPObject_wpIsLocked
|
|---|
| 279 | #define CWFLI_wpQueryContainerFlagPtr WPObject_wpQueryContainerFlagPtr
|
|---|
| 280 | #define CWFLI_wpWaitForClose WPObject_wpWaitForClose
|
|---|
| 281 | #define CWFLI_somDefaultInit SOMObject_somDefaultInit
|
|---|
| 282 | #define CWFLI_somDestruct SOMObject_somDestruct
|
|---|
| 283 | #define CWFLI_somDefaultCopyInit SOMObject_somDefaultCopyInit
|
|---|
| 284 | #define CWFLI_somDefaultAssign SOMObject_somDefaultAssign
|
|---|
| 285 | #define CWFLI_somDefaultConstCopyInit SOMObject_somDefaultConstCopyInit
|
|---|
| 286 | #define CWFLI_somDefaultVCopyInit SOMObject_somDefaultVCopyInit
|
|---|
| 287 | #define CWFLI_somDefaultConstVCopyInit SOMObject_somDefaultConstVCopyInit
|
|---|
| 288 | #define CWFLI_somDefaultConstAssign SOMObject_somDefaultConstAssign
|
|---|
| 289 | #define CWFLI_somDefaultVAssign SOMObject_somDefaultVAssign
|
|---|
| 290 | #define CWFLI_somDefaultConstVAssign SOMObject_somDefaultConstVAssign
|
|---|
| 291 | #define CWFLI_somInit SOMObject_somInit
|
|---|
| 292 | #define CWFLI_somFree SOMObject_somFree
|
|---|
| 293 | #define CWFLI_somUninit SOMObject_somUninit
|
|---|
| 294 | #define CWFLI_somGetClass SOMObject_somGetClass
|
|---|
| 295 | #define CWFLI_somGetClassName SOMObject_somGetClassName
|
|---|
| 296 | #define CWFLI_somGetSize SOMObject_somGetSize
|
|---|
| 297 | #define CWFLI_somIsA SOMObject_somIsA
|
|---|
| 298 | #define CWFLI_somIsInstanceOf SOMObject_somIsInstanceOf
|
|---|
| 299 | #define CWFLI_somRespondsTo SOMObject_somRespondsTo
|
|---|
| 300 | #define CWFLI_somDispatch SOMObject_somDispatch
|
|---|
| 301 | #define CWFLI_somClassDispatch SOMObject_somClassDispatch
|
|---|
| 302 | #define CWFLI_somCastObj SOMObject_somCastObj
|
|---|
| 303 | #define CWFLI_somResetObj SOMObject_somResetObj
|
|---|
| 304 | #define CWFLI_somDispatchV SOMObject_somDispatchV
|
|---|
| 305 | #define CWFLI_somDispatchL SOMObject_somDispatchL
|
|---|
| 306 | #define CWFLI_somDispatchA SOMObject_somDispatchA
|
|---|
| 307 | #define CWFLI_somDispatchD SOMObject_somDispatchD
|
|---|
| 308 | #define CWFLI_somPrintSelf SOMObject_somPrintSelf
|
|---|
| 309 | #define CWFLI_somDumpSelf SOMObject_somDumpSelf
|
|---|
| 310 | #define CWFLI_somDumpSelfInt SOMObject_somDumpSelfInt
|
|---|
| 311 | #endif /* SOM_DONT_USE_INHERITED_MACROS */
|
|---|
| 312 |
|
|---|
| 313 | #endif /* SOM_CWFLI_h */
|
|---|
| 314 |
|
|---|
| 315 | #ifndef SOM_M_CWFLI_h
|
|---|
| 316 | #define SOM_M_CWFLI_h
|
|---|
| 317 |
|
|---|
| 318 |
|
|---|
| 319 | #include <som.h>
|
|---|
| 320 |
|
|---|
| 321 | /*
|
|---|
| 322 | * -- This emitter treats Method Tokens as Thunks by default.
|
|---|
| 323 | * -- Use the sc modifier "nothunks" to change this default
|
|---|
| 324 | */
|
|---|
| 325 | #undef somresolve_
|
|---|
| 326 | #define somresolve_(obj,mToken) ((somMethodProc*)((void)obj, mToken))
|
|---|
| 327 |
|
|---|
| 328 | /*
|
|---|
| 329 | * Define the class name as an object type
|
|---|
| 330 | */
|
|---|
| 331 | #ifndef M_CWFLI
|
|---|
| 332 | #define M_CWFLI SOMObject
|
|---|
| 333 | #endif
|
|---|
| 334 | #include <cwvideo.h>
|
|---|
| 335 |
|
|---|
| 336 | /*
|
|---|
| 337 | * Start of user-defined types:
|
|---|
| 338 | */
|
|---|
| 339 |
|
|---|
| 340 | /*
|
|---|
| 341 | * End of user-defined types.
|
|---|
| 342 | */
|
|---|
| 343 |
|
|---|
| 344 | #define M_CWFLI_MajorVersion 1
|
|---|
| 345 | #define M_CWFLI_MinorVersion 2
|
|---|
| 346 |
|
|---|
| 347 | /*
|
|---|
| 348 | * External name shortening if required
|
|---|
| 349 | */
|
|---|
| 350 | #ifdef SOM_USE_SHORT_EXTERNAL_NAMES
|
|---|
| 351 | #define M_CWFLINewClass cwfliMc
|
|---|
| 352 | #pragma linkage(cwfliMc, system)
|
|---|
| 353 | #define M_CWFLIClassData cwfliMd
|
|---|
| 354 | #define M_CWFLICClassData cwfliMx
|
|---|
| 355 | #endif /* SOM_USE_SHORT_EXTERNAL_NAMES */
|
|---|
| 356 | /*--------------Migration------------*/
|
|---|
| 357 | #define M_CWFLI_classObj M_CWFLIClassData.classObject
|
|---|
| 358 | #define _M_CWFLI M_CWFLI_classObj
|
|---|
| 359 |
|
|---|
| 360 | /*
|
|---|
| 361 | * Declare the class creation procedure
|
|---|
| 362 | */
|
|---|
| 363 | SOMEXTERN SOMClass * SOMLINK M_CWFLINewClass(integer4 somtmajorVersion,
|
|---|
| 364 | integer4 somtminorVersion);
|
|---|
| 365 | #pragma linkage(M_CWFLINewClass, system)
|
|---|
| 366 |
|
|---|
| 367 | /*
|
|---|
| 368 | * Declare the class data structure
|
|---|
| 369 | */
|
|---|
| 370 | SOMEXTERN struct M_CWFLIClassDataStructure {
|
|---|
| 371 | SOMClass *classObject;
|
|---|
| 372 | } SOMDLINK M_CWFLIClassData;
|
|---|
| 373 |
|
|---|
| 374 | /*
|
|---|
| 375 | * Declare the C specific class data structure
|
|---|
| 376 | */
|
|---|
| 377 | SOMEXTERN struct M_CWFLICClassDataStructure {
|
|---|
| 378 | somMethodTabs parentMtab;
|
|---|
| 379 | somDToken instanceDataToken;
|
|---|
| 380 | } SOMDLINK M_CWFLICClassData;
|
|---|
| 381 |
|
|---|
| 382 | /*
|
|---|
| 383 | * New and Renew macros for M_CWFLI
|
|---|
| 384 | */
|
|---|
| 385 | #define M_CWFLINew() \
|
|---|
| 386 | (_somNew(_M_CWFLI ? _M_CWFLI : M_CWFLINewClass(M_CWFLI_MajorVersion, M_CWFLI_MinorVersion)))
|
|---|
| 387 | #define M_CWFLIRenew(buf) \
|
|---|
| 388 | (_somRenew(_M_CWFLI ? _M_CWFLI : M_CWFLINewClass(M_CWFLI_MajorVersion, M_CWFLI_MinorVersion), buf))
|
|---|
| 389 |
|
|---|
| 390 | /*
|
|---|
| 391 | * Override method: wpclsQueryTitle
|
|---|
| 392 | */
|
|---|
| 393 | #define M_CWFLI_wpclsQueryTitle(somSelf) \
|
|---|
| 394 | M_WPObject_wpclsQueryTitle(somSelf)
|
|---|
| 395 |
|
|---|
| 396 | /*
|
|---|
| 397 | * Override method: wpclsQueryInstanceType
|
|---|
| 398 | */
|
|---|
| 399 | #define M_CWFLI_wpclsQueryInstanceType(somSelf) \
|
|---|
| 400 | M_WPFileSystem_wpclsQueryInstanceType(somSelf)
|
|---|
| 401 |
|
|---|
| 402 | /*
|
|---|
| 403 | * Override method: wpclsQueryInstanceFilter
|
|---|
| 404 | */
|
|---|
| 405 | #define M_CWFLI_wpclsQueryInstanceFilter(somSelf) \
|
|---|
| 406 | M_WPFileSystem_wpclsQueryInstanceFilter(somSelf)
|
|---|
| 407 |
|
|---|
| 408 | /*
|
|---|
| 409 | * Override method: wpclsQueryIconData
|
|---|
| 410 | */
|
|---|
| 411 | #define M_CWFLI_wpclsQueryIconData(somSelf,pIconInfo) \
|
|---|
| 412 | M_WPObject_wpclsQueryIconData(somSelf,pIconInfo)
|
|---|
| 413 |
|
|---|
| 414 | /*
|
|---|
| 415 | * Override method: wpclsQueryDefaultHelp
|
|---|
| 416 | */
|
|---|
| 417 | #define M_CWFLI_wpclsQueryDefaultHelp(somSelf,pHelpPanelId,pszHelpLibrary) \
|
|---|
| 418 | M_WPObject_wpclsQueryDefaultHelp(somSelf,pHelpPanelId,pszHelpLibrary)
|
|---|
| 419 | #ifndef SOM_DONT_USE_INHERITED_MACROS
|
|---|
| 420 | #define M_CWFLI_wpclsQueryAwakeObject M_WPFileSystem_wpclsQueryAwakeObject
|
|---|
| 421 | #define M_CWFLI_wpclsFileSysExists M_WPFileSystem_wpclsFileSysExists
|
|---|
| 422 | #define M_CWFLI_wpclsQueryObjectFromPath M_WPFileSystem_wpclsQueryObjectFromPath
|
|---|
| 423 | #define M_CWFLI_wpclsCreateDefaultTemplates M_WPObject_wpclsCreateDefaultTemplates
|
|---|
| 424 | #define M_CWFLI_wpclsInitData M_WPObject_wpclsInitData
|
|---|
| 425 | #define M_CWFLI_wpclsMakeAwake M_WPObject_wpclsMakeAwake
|
|---|
| 426 | #define M_CWFLI_wpclsNew M_WPObject_wpclsNew
|
|---|
| 427 | #define M_CWFLI_wpclsQueryDefaultView M_WPObject_wpclsQueryDefaultView
|
|---|
| 428 | #define M_CWFLI_wpclsQueryDetails M_WPObject_wpclsQueryDetails
|
|---|
| 429 | #define M_CWFLI_wpclsQueryDetailsInfo M_WPObject_wpclsQueryDetailsInfo
|
|---|
| 430 | #define M_CWFLI_wpclsQueryExtendedCriteria M_WPObject_wpclsQueryExtendedCriteria
|
|---|
| 431 | #define M_CWFLI_wpclsQueryFolder M_WPObject_wpclsQueryFolder
|
|---|
| 432 | #define M_CWFLI_wpclsQueryIcon M_WPObject_wpclsQueryIcon
|
|---|
| 433 | #define M_CWFLI_wpclsQuerySearchInfo M_WPObject_wpclsQuerySearchInfo
|
|---|
| 434 | #define M_CWFLI_wpclsQueryStyle M_WPObject_wpclsQueryStyle
|
|---|
| 435 | #define M_CWFLI_wpclsUnInitData M_WPObject_wpclsUnInitData
|
|---|
| 436 | #define M_CWFLI_wpclsFindObjectFirst M_WPObject_wpclsFindObjectFirst
|
|---|
| 437 | #define M_CWFLI_wpclsFindObjectNext M_WPObject_wpclsFindObjectNext
|
|---|
| 438 | #define M_CWFLI_wpclsFindObjectEnd M_WPObject_wpclsFindObjectEnd
|
|---|
| 439 | #define M_CWFLI_wpclsSetError M_WPObject_wpclsSetError
|
|---|
| 440 | #define M_CWFLI_wpclsQueryError M_WPObject_wpclsQueryError
|
|---|
| 441 | #define M_CWFLI_wpclsQuerySettingsPageSize M_WPObject_wpclsQuerySettingsPageSize
|
|---|
| 442 | #define M_CWFLI_wpclsQueryObject M_WPObject_wpclsQueryObject
|
|---|
| 443 | #define M_CWFLI_wpclsQueryButtonAppearance M_WPObject_wpclsQueryButtonAppearance
|
|---|
| 444 | #define M_CWFLI_wpclsDecUsage M_WPObject_wpclsDecUsage
|
|---|
| 445 | #define M_CWFLI_wpclsIncUsage M_WPObject_wpclsIncUsage
|
|---|
| 446 | #define M_CWFLI_wpclsInsertMultipleObjects M_WPObject_wpclsInsertMultipleObjects
|
|---|
| 447 | #define M_CWFLI_wpclsFindOneObject M_WPObject_wpclsFindOneObject
|
|---|
| 448 | #define M_CWFLI_wpclsSetSettingsPageSize M_WPObject_wpclsSetSettingsPageSize
|
|---|
| 449 | #define M_CWFLI_wpclsSetIconData M_WPObject_wpclsSetIconData
|
|---|
| 450 | #define M_CWFLI_wpclsSetIcon M_WPObject_wpclsSetIcon
|
|---|
| 451 | #define M_CWFLI_wpclsObjectFromHandle M_WPObject_wpclsObjectFromHandle
|
|---|
| 452 | #define M_CWFLI_wpclsRemoveObjects M_WPObject_wpclsRemoveObjects
|
|---|
| 453 | #define M_CWFLI__get_somDataAlignment SOMClass__get_somDataAlignment
|
|---|
| 454 | #define M_CWFLI__get_somInstanceDataOffsets SOMClass__get_somInstanceDataOffsets
|
|---|
| 455 | #define M_CWFLI__get_somDirectInitClasses SOMClass__get_somDirectInitClasses
|
|---|
| 456 | #define M_CWFLI__set_somDirectInitClasses SOMClass__set_somDirectInitClasses
|
|---|
| 457 | #define M_CWFLI_somNew SOMClass_somNew
|
|---|
| 458 | #define M_CWFLI_somNewNoInit SOMClass_somNewNoInit
|
|---|
| 459 | #define M_CWFLI_somRenew SOMClass_somRenew
|
|---|
| 460 | #define M_CWFLI_somRenewNoInit SOMClass_somRenewNoInit
|
|---|
| 461 | #define M_CWFLI_somRenewNoZero SOMClass_somRenewNoZero
|
|---|
| 462 | #define M_CWFLI_somRenewNoInitNoZero SOMClass_somRenewNoInitNoZero
|
|---|
| 463 | #define M_CWFLI_somAllocate SOMClass_somAllocate
|
|---|
| 464 | #define M_CWFLI_somDeallocate SOMClass_somDeallocate
|
|---|
| 465 | #define M_CWFLI__get_somClassAllocate SOMClass__get_somClassAllocate
|
|---|
| 466 | #define M_CWFLI__get_somClassDeallocate SOMClass__get_somClassDeallocate
|
|---|
| 467 | #define M_CWFLI_somGetInstanceInitMask SOMClass_somGetInstanceInitMask
|
|---|
| 468 | #define M_CWFLI_somGetInstanceDestructionMask SOMClass_somGetInstanceDestructionMask
|
|---|
| 469 | #define M_CWFLI_somGetInstanceAssignmentMask SOMClass_somGetInstanceAssignmentMask
|
|---|
| 470 | #define M_CWFLI_somInitClass SOMClass_somInitClass
|
|---|
| 471 | #define M_CWFLI_somInitMIClass SOMClass_somInitMIClass
|
|---|
| 472 | #define M_CWFLI_somAddStaticMethod SOMClass_somAddStaticMethod
|
|---|
| 473 | #define M_CWFLI_somAddDynamicMethod SOMClass_somAddDynamicMethod
|
|---|
| 474 | #define M_CWFLI_somOverrideSMethod SOMClass_somOverrideSMethod
|
|---|
| 475 | #define M_CWFLI_somClassReady SOMClass_somClassReady
|
|---|
| 476 | #define M_CWFLI_somGetApplyStub SOMClass_somGetApplyStub
|
|---|
| 477 | #define M_CWFLI_somGetClassData SOMClass_somGetClassData
|
|---|
| 478 | #define M_CWFLI_somSetClassData SOMClass_somSetClassData
|
|---|
| 479 | #define M_CWFLI_somGetClassMtab SOMClass_somGetClassMtab
|
|---|
| 480 | #define M_CWFLI_somGetInstanceOffset SOMClass_somGetInstanceOffset
|
|---|
| 481 | #define M_CWFLI_somGetInstancePartSize SOMClass_somGetInstancePartSize
|
|---|
| 482 | #define M_CWFLI_somGetInstanceSize SOMClass_somGetInstanceSize
|
|---|
| 483 | #define M_CWFLI_somGetInstanceToken SOMClass_somGetInstanceToken
|
|---|
| 484 | #define M_CWFLI_somGetMemberToken SOMClass_somGetMemberToken
|
|---|
| 485 | #define M_CWFLI_somGetMethodData SOMClass_somGetMethodData
|
|---|
| 486 | #define M_CWFLI_somGetRdStub SOMClass_somGetRdStub
|
|---|
| 487 | #define M_CWFLI_somGetMethodDescriptor SOMClass_somGetMethodDescriptor
|
|---|
| 488 | #define M_CWFLI_somGetMethodIndex SOMClass_somGetMethodIndex
|
|---|
| 489 | #define M_CWFLI_somGetMethodToken SOMClass_somGetMethodToken
|
|---|
| 490 | #define M_CWFLI_somGetName SOMClass_somGetName
|
|---|
| 491 | #define M_CWFLI_somGetNthMethodData SOMClass_somGetNthMethodData
|
|---|
| 492 | #define M_CWFLI_somGetNthMethodInfo SOMClass_somGetNthMethodInfo
|
|---|
| 493 | #define M_CWFLI_somGetNumMethods SOMClass_somGetNumMethods
|
|---|
| 494 | #define M_CWFLI_somGetNumStaticMethods SOMClass_somGetNumStaticMethods
|
|---|
| 495 | #define M_CWFLI_somGetParent SOMClass_somGetParent
|
|---|
| 496 | #define M_CWFLI_somGetParents SOMClass_somGetParents
|
|---|
| 497 | #define M_CWFLI_somGetPClsMtab SOMClass_somGetPClsMtab
|
|---|
| 498 | #define M_CWFLI_somGetPClsMtabs SOMClass_somGetPClsMtabs
|
|---|
| 499 | #define M_CWFLI_somGetVersionNumbers SOMClass_somGetVersionNumbers
|
|---|
| 500 | #define M_CWFLI_somSetMethodDescriptor SOMClass_somSetMethodDescriptor
|
|---|
| 501 | #define M_CWFLI_somFindMethod SOMClass_somFindMethod
|
|---|
| 502 | #define M_CWFLI_somFindMethodOk SOMClass_somFindMethodOk
|
|---|
| 503 | #define M_CWFLI_somFindSMethod SOMClass_somFindSMethod
|
|---|
| 504 | #define M_CWFLI_somFindSMethodOk SOMClass_somFindSMethodOk
|
|---|
| 505 | #define M_CWFLI_somLookupMethod SOMClass_somLookupMethod
|
|---|
| 506 | #define M_CWFLI_somCheckVersion SOMClass_somCheckVersion
|
|---|
| 507 | #define M_CWFLI_somDescendedFrom SOMClass_somDescendedFrom
|
|---|
| 508 | #define M_CWFLI_somSupportsMethod SOMClass_somSupportsMethod
|
|---|
| 509 | #define M_CWFLI_somDefinedMethod SOMClass_somDefinedMethod
|
|---|
| 510 | #define M_CWFLI_somOverrideMtab SOMClass_somOverrideMtab
|
|---|
| 511 | #define M_CWFLI_somDefaultInit SOMObject_somDefaultInit
|
|---|
| 512 | #define M_CWFLI_somDestruct SOMObject_somDestruct
|
|---|
| 513 | #define M_CWFLI_somDefaultCopyInit SOMObject_somDefaultCopyInit
|
|---|
| 514 | #define M_CWFLI_somDefaultAssign SOMObject_somDefaultAssign
|
|---|
| 515 | #define M_CWFLI_somDefaultConstCopyInit SOMObject_somDefaultConstCopyInit
|
|---|
| 516 | #define M_CWFLI_somDefaultVCopyInit SOMObject_somDefaultVCopyInit
|
|---|
| 517 | #define M_CWFLI_somDefaultConstVCopyInit SOMObject_somDefaultConstVCopyInit
|
|---|
| 518 | #define M_CWFLI_somDefaultConstAssign SOMObject_somDefaultConstAssign
|
|---|
| 519 | #define M_CWFLI_somDefaultVAssign SOMObject_somDefaultVAssign
|
|---|
| 520 | #define M_CWFLI_somDefaultConstVAssign SOMObject_somDefaultConstVAssign
|
|---|
| 521 | #define M_CWFLI_somInit SOMObject_somInit
|
|---|
| 522 | #define M_CWFLI_somFree SOMObject_somFree
|
|---|
| 523 | #define M_CWFLI_somUninit SOMObject_somUninit
|
|---|
| 524 | #define M_CWFLI_somGetClass SOMObject_somGetClass
|
|---|
| 525 | #define M_CWFLI_somGetClassName SOMObject_somGetClassName
|
|---|
| 526 | #define M_CWFLI_somGetSize SOMObject_somGetSize
|
|---|
| 527 | #define M_CWFLI_somIsA SOMObject_somIsA
|
|---|
| 528 | #define M_CWFLI_somIsInstanceOf SOMObject_somIsInstanceOf
|
|---|
| 529 | #define M_CWFLI_somRespondsTo SOMObject_somRespondsTo
|
|---|
| 530 | #define M_CWFLI_somDispatch SOMObject_somDispatch
|
|---|
| 531 | #define M_CWFLI_somClassDispatch SOMObject_somClassDispatch
|
|---|
| 532 | #define M_CWFLI_somCastObj SOMObject_somCastObj
|
|---|
| 533 | #define M_CWFLI_somResetObj SOMObject_somResetObj
|
|---|
| 534 | #define M_CWFLI_somDispatchV SOMObject_somDispatchV
|
|---|
| 535 | #define M_CWFLI_somDispatchL SOMObject_somDispatchL
|
|---|
| 536 | #define M_CWFLI_somDispatchA SOMObject_somDispatchA
|
|---|
| 537 | #define M_CWFLI_somDispatchD SOMObject_somDispatchD
|
|---|
| 538 | #define M_CWFLI_somPrintSelf SOMObject_somPrintSelf
|
|---|
| 539 | #define M_CWFLI_somDumpSelf SOMObject_somDumpSelf
|
|---|
| 540 | #define M_CWFLI_somDumpSelfInt SOMObject_somDumpSelfInt
|
|---|
| 541 | #endif /* SOM_DONT_USE_INHERITED_MACROS */
|
|---|
| 542 |
|
|---|
| 543 | #endif /* SOM_M_CWFLI_h */
|
|---|