home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
wpentk.zip
/
WBPENTK4.DSK
/
IDMCOLL.H
< prev
next >
Wrap
C/C++ Source or Header
|
1994-10-07
|
6KB
|
164 lines
/*
* This file was generated by the SOM Compiler.
* FileName: ..\..\pentkt\h\idmcoll.h.
* Generated using:
* SOM Precompiler somipc: 2.7
* SOM Emitter emith: 2.22
*/
/*
*
* idmcoll.idl
*
* CLASS: IDMCollectResult
*
* CLASS HIERARCHY:
*
* SOMObject
* └── IDMResult
* └── IDMCollectResult
*
* DESCRIPTION:
*
* Input Data Collection class.
*
*/
#ifndef SOM_IDMCollectResult_h
#define SOM_IDMCollectResult_h
#include <som.h>
/*
* -- This emitter treats Method Tokens as Thunks by default
* -- Use the sc modifier "nothunks" to change this default
*/
#undef somresolve_
#define somresolve_(obj,mToken) ((somMethodProc*)((void)obj, mToken))
/*
* Define the class name as an object type
*/
#ifndef IDMCollectResult
#define IDMCollectResult SOMObject
#endif
#include <idmres.h>
/*
* Start of user-defined types:
*/
#ifndef SOMClass
#define SOMClass SOMObject
#endif /* SOMClass */
#ifndef SOMObject
#define SOMObject SOMObject
#endif /* SOMObject */
#ifndef IDMResult
#define IDMResult SOMObject
#endif /* IDMResult */
#ifndef IDMObject
#define IDMObject SOMObject
#endif /* IDMObject */
/*
* End of user-defined types.
*/
#define IDMCollectResult_MajorVersion 0
#define IDMCollectResult_MinorVersion 0
/*
* External name shortening if required
*/
#ifdef SOM_USE_SHORT_EXTERNAL_NAMES
#define IDMCollectResultNewClass c
#pragma linkage(c, system)
#define IDMCollectResultClassData d
#define IDMCollectResultCClassData x
#endif /* SOM_USE_SHORT_EXTERNAL_NAMES */
/*--------------Migration------------*/
#define IDMCollectResult_classObj IDMCollectResultClassData.classObject
#define _IDMCollectResult IDMCollectResult_classObj
/*
* Declare the class creation procedure
*/
SOMEXTERN SOMClass * SOMLINK IDMCollectResultNewClass(integer4 somtmajorVersion,
integer4 somtminorVersion);
#pragma linkage(IDMCollectResultNewClass, system)
/*
* Declare the class data structure
*/
SOMEXTERN struct IDMCollectResultClassDataStructure {
SOMAny *classObject;
somMToken idmresGetStrokeType;
} IDMCollectResultClassData;
/*
* Declare the C specific class data structure
*/
SOMEXTERN struct IDMCollectResultCClassDataStructure {
somMethodTabs parentMtab;
somDToken instanceDataToken;
} IDMCollectResultCClassData;
/*
* New and Renew macros for IDMCollectResult
*/
#define IDMCollectResultNew() \
( IDMCollectResultClassData.classObject \
? (_somNew(IDMCollectResultClassData.classObject)) \
: ( IDMCollectResultNewClass(IDMCollectResult_MajorVersion, IDMCollectResult_MinorVersion), (_somNew(IDMCollectResultClassData.classObject)) ) )
#define IDMCollectResultRenew(buf) \
( _somRenew(IDMCollectResultClassData.classObject, buf) )
/*
* Override method: idmresInitIdmResult
*/
#define IDMCollectResult_idmresInitIdmResult(somSelf,ev,idmObject) \
IDMResult_idmresInitIdmResult(somSelf,ev,idmObject)
#ifndef SOM_DONT_USE_INHERITED_MACROS
#define IDMCollectResult_idmresGetIDMOp IDMResult_idmresGetIDMOp
#define IDMCollectResult_idmresGetHwndClient IDMResult_idmresGetHwndClient
#define IDMCollectResult_idmresGetOwner IDMResult_idmresGetOwner
#define IDMCollectResult_idmresGetAuxData IDMResult_idmresGetAuxData
#define IDMCollectResult_idmresGetIncludeRect IDMResult_idmresGetIncludeRect
#define IDMCollectResult_idmresGetNotifyFlags IDMResult_idmresGetNotifyFlags
#define IDMCollectResult_idmresGetUser1 IDMResult_idmresGetUser1
#define IDMCollectResult_idmresGetUser2 IDMResult_idmresGetUser2
#define IDMCollectResult_idmresGetInkWidth IDMResult_idmresGetInkWidth
#define IDMCollectResult_idmresGetInkingStyle IDMResult_idmresGetInkingStyle
#define IDMCollectResult_somFree SOMObject_somFree
#define IDMCollectResult_somDefaultInit SOMObject_somDefaultInit
#define IDMCollectResult_somDefaultCopyInit SOMObject_somDefaultCopyInit
#define IDMCollectResult_somDefaultConstCopyInit SOMObject_somDefaultConstCopyInit
#define IDMCollectResult_somDestruct SOMObject_somDestruct
#define IDMCollectResult_somDefaultAssign SOMObject_somDefaultAssign
#define IDMCollectResult_somDefaultConstAssign SOMObject_somDefaultConstAssign
#define IDMCollectResult_somInit SOMObject_somInit
#define IDMCollectResult_somUninit SOMObject_somUninit
#define IDMCollectResult_somGetClass SOMObject_somGetClass
#define IDMCollectResult_somGetClassName SOMObject_somGetClassName
#define IDMCollectResult_somGetSize SOMObject_somGetSize
#define IDMCollectResult_somIsA SOMObject_somIsA
#define IDMCollectResult_somIsInstanceOf SOMObject_somIsInstanceOf
#define IDMCollectResult_somRespondsTo SOMObject_somRespondsTo
#define IDMCollectResult_somDispatchV SOMObject_somDispatchV
#define IDMCollectResult_somDispatchL SOMObject_somDispatchL
#define IDMCollectResult_somDispatchA SOMObject_somDispatchA
#define IDMCollectResult_somDispatchD SOMObject_somDispatchD
#define IDMCollectResult_somDispatch SOMObject_somDispatch
#define IDMCollectResult_somClassDispatch SOMObject_somClassDispatch
#define IDMCollectResult_somCastObj SOMObject_somCastObj
#define IDMCollectResult_somResetObj SOMObject_somResetObj
#define IDMCollectResult_somPrintSelf SOMObject_somPrintSelf
#define IDMCollectResult_somDumpSelf SOMObject_somDumpSelf
#define IDMCollectResult_somDumpSelfInt SOMObject_somDumpSelfInt
#endif /* SOM_DONT_USE_INHERITED_MACROS */
#endif /* SOM_IDMCollectResult_h */