home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
opendc12.zip
/
od124os2.exe
/
od12ort2.exe
/
pkg
/
en_us
/
iodshape.odz
/
iodshape.xh
< prev
next >
Wrap
Text File
|
1997-04-02
|
122KB
|
4,194 lines
/*
* This file was generated by the SOM Compiler.
* FileName: F:\build\os2\iuo\samples\INCLUDE\iodshape.xh.
* Generated using:
* SOM Precompiler somipc: 2.29.1.7
* SOM Emitter emitxh: 2.42
*/
#ifndef SOM_ShapePart_xh
#define SOM_ShapePart_xh
class ShapePart;
#define ShapePart_MajorVersion 1
#define ShapePart_MinorVersion 0
/*
* Passthru lines: File: "C.xh", "before"
*/
/* C++ SOM defs */
#include <somcls.xh>
#include <somcm.xh>
/* C++ parent defs */
#ifndef SOM_SimplePart_xh
#include <iodsimpl.xh>
#endif
#ifndef ShapePart_API
#define ShapePart_API
/*
* -- The Class API
*/
/*
* Start of bindings for IDL types
*/
class SOMClass;
class SOMObject;
class ODFrame;
class ODFacet;
class ODPlatformCanvas;
class ODObject;
class ODExtension;
class ODRefCntObject;
class ODPersistentObject;
class ODStorageUnit;
class ODPart;
class M_ODPart;
class ODCanvas;
class ODDragItemIterator;
class ODEmbeddedFramesIterator;
class ODLink;
class ODLinkSource;
class ODObjectSpec;
class ODShape;
class ODStorageUnitView;
class ODTypeList;
class ODWindow;
class ODSession;
class ODFocusSet;
class M_SimplePart;
class ODMenuBar;
class ODPopup;
class IODLinkedList;
class M_ShapePart;
/*
* End of bindings for IDL types.
*/
/*
* Passthru lines: File: "C.xh", "after"
*/
/* A procedure to create the ShapePart Class */
class M_ShapePart;
SOMEXTERN M_ShapePart * SOMLINK ShapePartNewClass(
integer4 majorVersion,
integer4 minorVersion);
/* The API to the ShapePart class object, and the methods it introduces. */
SOMEXTERN struct ShapePartClassDataStructure {
M_ShapePart *classObject;
somMToken HandleColorChange;
somMToken InvalidateAllFrames;
} SOMDLINK ShapePartClassData;
#define _ShapePart ShapePartClassData.classObject
/* The API to parentMtabs for ShapePart, and the instance data it introduces. */
SOMEXTERN struct ShapePartCClassDataStructure {
somMethodTabs parentMtab;
somDToken instanceDataToken;
} SOMDLINK ShapePartCClassData;
/*
* -- Typedefs for ShapePart Method Procedures
*/
SOMEXTERN {
typedef void SOMLINK somTP_ShapePart_HandleColorChange(ShapePart *somSelf, Environment *ev,
ODFrame* frame);
typedef somTP_ShapePart_HandleColorChange *somTD_ShapePart_HandleColorChange;
typedef void SOMLINK somTP_ShapePart_InvalidateAllFrames(ShapePart *somSelf, Environment *ev);
typedef somTP_ShapePart_InvalidateAllFrames *somTD_ShapePart_InvalidateAllFrames;
/*
* -- Typedefs for Reintroduced Wrapper Methods
*/
typedef void SOMLINK somTP_ShapePart_CommonInit(ShapePart *somSelf, Environment *ev,
ODPart* partWrapper);
typedef somTP_ShapePart_CommonInit *somTD_ShapePart_CommonInit;
typedef void SOMLINK somTP_ShapePart_ActivateFrame(ShapePart *somSelf, Environment *ev,
ODFrame* frame);
typedef somTP_ShapePart_ActivateFrame *somTD_ShapePart_ActivateFrame;
typedef ODWindow* SOMLINK somTP_ShapePart_MakeWindow(ShapePart *somSelf, Environment *ev,
ODFrame* frame);
typedef somTP_ShapePart_MakeWindow *somTD_ShapePart_MakeWindow;
typedef void SOMLINK somTP_ShapePart_ActivatingWindow(ShapePart *somSelf, Environment *ev,
ODFrame* frame);
typedef somTP_ShapePart_ActivatingWindow *somTD_ShapePart_ActivatingWindow;
typedef void SOMLINK somTP_ShapePart_DeActivatingWindow(ShapePart *somSelf, Environment *ev,
ODFrame* frame);
typedef somTP_ShapePart_DeActivatingWindow *somTD_ShapePart_DeActivatingWindow;
typedef void SOMLINK somTP_ShapePart_Activate(ShapePart *somSelf, Environment *ev,
ODFacet* facet);
typedef somTP_ShapePart_Activate *somTD_ShapePart_Activate;
typedef ODBoolean SOMLINK somTP_ShapePart_HandleMenuEvent(ShapePart *somSelf, Environment *ev,
ODFrame* focusFrame,
ODEventData* event);
typedef somTP_ShapePart_HandleMenuEvent *somTD_ShapePart_HandleMenuEvent;
typedef void SOMLINK somTP_ShapePart_InstallMenus(ShapePart *somSelf, Environment *ev);
typedef somTP_ShapePart_InstallMenus *somTD_ShapePart_InstallMenus;
typedef ODMenuBar* SOMLINK somTP_ShapePart_GetMenuBar(ShapePart *somSelf, Environment *ev);
typedef somTP_ShapePart_GetMenuBar *somTD_ShapePart_GetMenuBar;
typedef ODPopup* SOMLINK somTP_ShapePart_GetPopupMenu(ShapePart *somSelf, Environment *ev);
typedef somTP_ShapePart_GetPopupMenu *somTD_ShapePart_GetPopupMenu;
typedef void SOMLINK somTP_ShapePart_SetViewTypeRect(ShapePart *somSelf, Environment *ev,
ViewTypeEnum viewType,
ODRect* rect);
typedef somTP_ShapePart_SetViewTypeRect *somTD_ShapePart_SetViewTypeRect;
typedef void SOMLINK somTP_ShapePart_AdjustViewTypeShapes(ShapePart *somSelf, Environment *ev,
ODFrame* frame);
typedef somTP_ShapePart_AdjustViewTypeShapes *somTD_ShapePart_AdjustViewTypeShapes;
typedef void SOMLINK somTP_ShapePart_LoadIconsFromModule(ShapePart *somSelf, Environment *ev,
string moduleName,
long iconID);
typedef somTP_ShapePart_LoadIconsFromModule *somTD_ShapePart_LoadIconsFromModule;
typedef void SOMLINK somTP_ShapePart_FreeResModule(ShapePart *somSelf, Environment *ev);
typedef somTP_ShapePart_FreeResModule *somTD_ShapePart_FreeResModule;
typedef void SOMLINK somTP_ShapePart_CreateIcons(ShapePart *somSelf, Environment *ev);
typedef somTP_ShapePart_CreateIcons *somTD_ShapePart_CreateIcons;
typedef void SOMLINK somTP_ShapePart_DrawIcon(ShapePart *somSelf, Environment *ev,
ODFacet* facet,
ODShape* invalidShape,
ViewTypeEnum viewType);
typedef somTP_ShapePart_DrawIcon *somTD_ShapePart_DrawIcon;
typedef void SOMLINK somTP_ShapePart_DrawThumbnail(ShapePart *somSelf, Environment *ev,
ODFacet* facet,
ODShape* invalidShape);
typedef somTP_ShapePart_DrawThumbnail *somTD_ShapePart_DrawThumbnail;
typedef void SOMLINK somTP_ShapePart_DrawFrame(ShapePart *somSelf, Environment *ev,
ODFacet* facet,
ODShape* invalidShape);
typedef somTP_ShapePart_DrawFrame *somTD_ShapePart_DrawFrame;
typedef PartInfoRec* SOMLINK somTP_ShapePart_CreateFramePartInfo(ShapePart *somSelf, Environment *ev);
typedef somTP_ShapePart_CreateFramePartInfo *somTD_ShapePart_CreateFramePartInfo;
typedef void SOMLINK somTP_ShapePart_DeleteFramePartInfo(ShapePart *somSelf, Environment *ev,
PartInfoRec* pInfo);
typedef somTP_ShapePart_DeleteFramePartInfo *somTD_ShapePart_DeleteFramePartInfo;
typedef IODLinkedList* SOMLINK somTP_ShapePart_GetDisplayFrames(ShapePart *somSelf, Environment *ev);
typedef somTP_ShapePart_GetDisplayFrames *somTD_ShapePart_GetDisplayFrames;
typedef ODBoolean SOMLINK somTP_ShapePart_DisplayPopupMenu(ShapePart *somSelf, Environment *ev,
ODEventData* event,
ODFrame* frame,
ODFacet* facet,
ODEventInfo* eventInfo);
typedef somTP_ShapePart_DisplayPopupMenu *somTD_ShapePart_DisplayPopupMenu;
typedef void SOMLINK somTP_ShapePart_DisplayInfoDialog(ShapePart *somSelf, Environment *ev,
string catalog,
long msgSet,
long infoTitle,
string defaultInfoTitle,
long infoMsg,
string defaultInfoMsg);
typedef somTP_ShapePart_DisplayInfoDialog *somTD_ShapePart_DisplayInfoDialog;
typedef ODPart* SOMLINK somTP_ShapePart__get_fPartWrapper(ShapePart *somSelf, Environment *ev);
typedef somTP_ShapePart__get_fPartWrapper *somTD_ShapePart__get_fPartWrapper;
typedef HIconView SOMLINK somTP_ShapePart__get_hSmallIcon(ShapePart *somSelf, Environment *ev);
typedef somTP_ShapePart__get_hSmallIcon *somTD_ShapePart__get_hSmallIcon;
typedef void SOMLINK somTP_ShapePart__set_hSmallIcon(ShapePart *somSelf, Environment *ev,
HIconView hSmallIcon);
typedef somTP_ShapePart__set_hSmallIcon *somTD_ShapePart__set_hSmallIcon;
typedef HIconView SOMLINK somTP_ShapePart__get_hLargeIcon(ShapePart *somSelf, Environment *ev);
typedef somTP_ShapePart__get_hLargeIcon *somTD_ShapePart__get_hLargeIcon;
typedef void SOMLINK somTP_ShapePart__set_hLargeIcon(ShapePart *somSelf, Environment *ev,
HIconView hLargeIcon);
typedef somTP_ShapePart__set_hLargeIcon *somTD_ShapePart__set_hLargeIcon;
typedef HThumbView SOMLINK somTP_ShapePart__get_hThumbnail(ShapePart *somSelf, Environment *ev);
typedef somTP_ShapePart__get_hThumbnail *somTD_ShapePart__get_hThumbnail;
typedef void SOMLINK somTP_ShapePart__set_hThumbnail(ShapePart *somSelf, Environment *ev,
HThumbView hThumbnail);
typedef somTP_ShapePart__set_hThumbnail *somTD_ShapePart__set_hThumbnail;
typedef HResModule SOMLINK somTP_ShapePart__get_hResModule(ShapePart *somSelf, Environment *ev);
typedef somTP_ShapePart__get_hResModule *somTD_ShapePart__get_hResModule;
typedef void SOMLINK somTP_ShapePart__set_hResModule(ShapePart *somSelf, Environment *ev,
HResModule hResModule);
typedef somTP_ShapePart__set_hResModule *somTD_ShapePart__set_hResModule;
typedef ODRect SOMLINK somTP_ShapePart__get_lastFrameRect(ShapePart *somSelf, Environment *ev);
typedef somTP_ShapePart__get_lastFrameRect *somTD_ShapePart__get_lastFrameRect;
typedef void SOMLINK somTP_ShapePart__set_lastFrameRect(ShapePart *somSelf, Environment *ev,
ODRect* lastFrameRect);
typedef somTP_ShapePart__set_lastFrameRect *somTD_ShapePart__set_lastFrameRect;
typedef ODBoolean SOMLINK somTP_ShapePart__get_fInFrameNegotiation(ShapePart *somSelf, Environment *ev);
typedef somTP_ShapePart__get_fInFrameNegotiation *somTD_ShapePart__get_fInFrameNegotiation;
typedef void SOMLINK somTP_ShapePart__set_fInFrameNegotiation(ShapePart *somSelf, Environment *ev,
ODBoolean fInFrameNegotiation);
typedef somTP_ShapePart__set_fInFrameNegotiation *somTD_ShapePart__set_fInFrameNegotiation;
typedef ViewTypeEnum SOMLINK somTP_ShapePart__get_fPrevViewType(ShapePart *somSelf, Environment *ev);
typedef somTP_ShapePart__get_fPrevViewType *somTD_ShapePart__get_fPrevViewType;
typedef void SOMLINK somTP_ShapePart__set_fPrevViewType(ShapePart *somSelf, Environment *ev,
ViewTypeEnum fPrevViewType);
typedef somTP_ShapePart__set_fPrevViewType *somTD_ShapePart__set_fPrevViewType;
typedef void SOMLINK somTP_ShapePart_somInit(ShapePart *somSelf);
typedef somTP_ShapePart_somInit *somTD_ShapePart_somInit;
typedef void SOMLINK somTP_ShapePart_somUninit(ShapePart *somSelf);
typedef somTP_ShapePart_somUninit *somTD_ShapePart_somUninit;
typedef void SOMLINK somTP_ShapePart_FulfillPromise(ShapePart *somSelf, Environment *ev,
ODStorageUnitView* promiseSUView);
typedef somTP_ShapePart_FulfillPromise *somTD_ShapePart_FulfillPromise;
typedef void SOMLINK somTP_ShapePart_DropCompleted(ShapePart *somSelf, Environment *ev,
ODPart* destPart,
ODDropResult dropResult);
typedef somTP_ShapePart_DropCompleted *somTD_ShapePart_DropCompleted;
typedef ODDropResult SOMLINK somTP_ShapePart_Drop(ShapePart *somSelf, Environment *ev,
ODDragItemIterator* dropInfo,
ODFacet* facet,
ODPoint* where);
typedef somTP_ShapePart_Drop *somTD_ShapePart_Drop;
typedef void SOMLINK somTP_ShapePart_ContainingPartPropertiesUpdated(ShapePart *somSelf, Environment *ev,
ODFrame* frame,
ODStorageUnit* propertyUnit);
typedef somTP_ShapePart_ContainingPartPropertiesUpdated *somTD_ShapePart_ContainingPartPropertiesUpdated;
typedef ODStorageUnit* SOMLINK somTP_ShapePart_AcquireContainingPartProperties(ShapePart *somSelf, Environment *ev,
ODFrame* frame);
typedef somTP_ShapePart_AcquireContainingPartProperties *somTD_ShapePart_AcquireContainingPartProperties;
typedef ODBoolean SOMLINK somTP_ShapePart_RevealFrame(ShapePart *somSelf, Environment *ev,
ODFrame* embeddedFrame,
ODShape* revealShape);
typedef somTP_ShapePart_RevealFrame *somTD_ShapePart_RevealFrame;
typedef void SOMLINK somTP_ShapePart_EmbeddedFrameSpec(ShapePart *somSelf, Environment *ev,
ODFrame* embeddedFrame,
ODObjectSpec* spec);
typedef somTP_ShapePart_EmbeddedFrameSpec *somTD_ShapePart_EmbeddedFrameSpec;
typedef ODEmbeddedFramesIterator* SOMLINK somTP_ShapePart_CreateEmbeddedFramesIterator(ShapePart *somSelf, Environment *ev,
ODFrame* frame);
typedef somTP_ShapePart_CreateEmbeddedFramesIterator *somTD_ShapePart_CreateEmbeddedFramesIterator;
typedef void SOMLINK somTP_ShapePart_DisplayFrameAdded(ShapePart *somSelf, Environment *ev,
ODFrame* frame);
typedef somTP_ShapePart_DisplayFrameAdded *somTD_ShapePart_DisplayFrameAdded;
typedef void SOMLINK somTP_ShapePart_DisplayFrameConnected(ShapePart *somSelf, Environment *ev,
ODFrame* frame);
typedef somTP_ShapePart_DisplayFrameConnected *somTD_ShapePart_DisplayFrameConnected;
typedef void SOMLINK somTP_ShapePart_AttachSourceFrame(ShapePart *somSelf, Environment *ev,
ODFrame* frame,
ODFrame* sourceFrame);
typedef somTP_ShapePart_AttachSourceFrame *somTD_ShapePart_AttachSourceFrame;
typedef void SOMLINK somTP_ShapePart_DisplayFrameRemoved(ShapePart *somSelf, Environment *ev,
ODFrame* frame);
typedef somTP_ShapePart_DisplayFrameRemoved *somTD_ShapePart_DisplayFrameRemoved;
typedef void SOMLINK somTP_ShapePart_DisplayFrameClosed(ShapePart *somSelf, Environment *ev,
ODFrame* frame);
typedef somTP_ShapePart_DisplayFrameClosed *somTD_ShapePart_DisplayFrameClosed;
typedef void SOMLINK somTP_ShapePart_FrameShapeChanged(ShapePart *somSelf, Environment *ev,
ODFrame* frame);
typedef somTP_ShapePart_FrameShapeChanged *somTD_ShapePart_FrameShapeChanged;
typedef void SOMLINK somTP_ShapePart_ViewTypeChanged(ShapePart *somSelf, Environment *ev,
ODFrame* frame);
typedef somTP_ShapePart_ViewTypeChanged *somTD_ShapePart_ViewTypeChanged;
typedef void SOMLINK somTP_ShapePart_PresentationChanged(ShapePart *somSelf, Environment *ev,
ODFrame* frame);
typedef somTP_ShapePart_PresentationChanged *somTD_ShapePart_PresentationChanged;
typedef void SOMLINK somTP_ShapePart_SequenceChanged(ShapePart *somSelf, Environment *ev,
ODFrame* frame);
typedef somTP_ShapePart_SequenceChanged *somTD_ShapePart_SequenceChanged;
typedef void SOMLINK somTP_ShapePart_WritePartInfo(ShapePart *somSelf, Environment *ev,
ODInfoType partInfo,
ODStorageUnitView* storageUnitView);
typedef somTP_ShapePart_WritePartInfo *somTD_ShapePart_WritePartInfo;
typedef ODInfoType SOMLINK somTP_ShapePart_ReadPartInfo(ShapePart *somSelf, Environment *ev,
ODFrame* frame,
ODStorageUnitView* storageUnitView);
typedef somTP_ShapePart_ReadPartInfo *somTD_ShapePart_ReadPartInfo;
typedef void SOMLINK somTP_ShapePart_ClonePartInfo(ShapePart *somSelf, Environment *ev,
ODDraftKey key,
ODInfoType partInfo,
ODStorageUnitView* storageUnitView,
ODFrame* scope);
typedef somTP_ShapePart_ClonePartInfo *somTD_ShapePart_ClonePartInfo;
typedef ODID SOMLINK somTP_ShapePart_Open(ShapePart *somSelf, Environment *ev,
ODFrame* frame);
typedef somTP_ShapePart_Open *somTD_ShapePart_Open;
typedef ODFrame* SOMLINK somTP_ShapePart_RequestEmbeddedFrame(ShapePart *somSelf, Environment *ev,
ODFrame* containingFrame,
ODFrame* baseFrame,
ODShape* frameShape,
ODPart* embedPart,
ODTypeToken viewType,
ODTypeToken presentation,
ODBoolean isOverlaid);
typedef somTP_ShapePart_RequestEmbeddedFrame *somTD_ShapePart_RequestEmbeddedFrame;
typedef void SOMLINK somTP_ShapePart_RemoveEmbeddedFrame(ShapePart *somSelf, Environment *ev,
ODFrame* embeddedFrame);
typedef somTP_ShapePart_RemoveEmbeddedFrame *somTD_ShapePart_RemoveEmbeddedFrame;
typedef ODShape* SOMLINK somTP_ShapePart_RequestFrameShape(ShapePart *somSelf, Environment *ev,
ODFrame* embeddedFrame,
ODShape* frameShape);
typedef somTP_ShapePart_RequestFrameShape *somTD_ShapePart_RequestFrameShape;
typedef void SOMLINK somTP_ShapePart_UsedShapeChanged(ShapePart *somSelf, Environment *ev,
ODFrame* embeddedFrame);
typedef somTP_ShapePart_UsedShapeChanged *somTD_ShapePart_UsedShapeChanged;
typedef ODShape* SOMLINK somTP_ShapePart_AdjustBorderShape(ShapePart *somSelf, Environment *ev,
ODFacet* embeddedFacet,
ODShape* shape);
typedef somTP_ShapePart_AdjustBorderShape *somTD_ShapePart_AdjustBorderShape;
typedef void SOMLINK somTP_ShapePart_FacetAdded(ShapePart *somSelf, Environment *ev,
ODFacet* facet);
typedef somTP_ShapePart_FacetAdded *somTD_ShapePart_FacetAdded;
typedef void SOMLINK somTP_ShapePart_FacetRemoved(ShapePart *somSelf, Environment *ev,
ODFacet* facet);
typedef somTP_ShapePart_FacetRemoved *somTD_ShapePart_FacetRemoved;
typedef void SOMLINK somTP_ShapePart_CanvasChanged(ShapePart *somSelf, Environment *ev,
ODFacet* facet);
typedef somTP_ShapePart_CanvasChanged *somTD_ShapePart_CanvasChanged;
typedef void SOMLINK somTP_ShapePart_GeometryChanged(ShapePart *somSelf, Environment *ev,
ODFacet* facet,
ODBoolean clipShapeChanged,
ODBoolean externalTransformChanged);
typedef somTP_ShapePart_GeometryChanged *somTD_ShapePart_GeometryChanged;
typedef void SOMLINK somTP_ShapePart_Draw(ShapePart *somSelf, Environment *ev,
ODFacet* facet,
ODShape* invalidShape);
typedef somTP_ShapePart_Draw *somTD_ShapePart_Draw;
typedef void SOMLINK somTP_ShapePart_CanvasUpdated(ShapePart *somSelf, Environment *ev,
ODCanvas* canvas);
typedef somTP_ShapePart_CanvasUpdated *somTD_ShapePart_CanvasUpdated;
typedef void SOMLINK somTP_ShapePart_HighlightChanged(ShapePart *somSelf, Environment *ev,
ODFacet* facet);
typedef somTP_ShapePart_HighlightChanged *somTD_ShapePart_HighlightChanged;
typedef ODLinkSource* SOMLINK somTP_ShapePart_CreateLink(ShapePart *somSelf, Environment *ev,
ODByteArray* data);
typedef somTP_ShapePart_CreateLink *somTD_ShapePart_CreateLink;
typedef void SOMLINK somTP_ShapePart_LinkUpdated(ShapePart *somSelf, Environment *ev,
ODLink* updatedLink,
ODUpdateID change);
typedef somTP_ShapePart_LinkUpdated *somTD_ShapePart_LinkUpdated;
typedef void SOMLINK somTP_ShapePart_RevealLink(ShapePart *somSelf, Environment *ev,
ODLinkSource* linkSource);
typedef somTP_ShapePart_RevealLink *somTD_ShapePart_RevealLink;
typedef void SOMLINK somTP_ShapePart_EmbeddedFrameUpdated(ShapePart *somSelf, Environment *ev,
ODFrame* frame,
ODUpdateID change);
typedef somTP_ShapePart_EmbeddedFrameUpdated *somTD_ShapePart_EmbeddedFrameUpdated;
typedef void SOMLINK somTP_ShapePart_LinkStatusChanged(ShapePart *somSelf, Environment *ev,
ODFrame* frame);
typedef somTP_ShapePart_LinkStatusChanged *somTD_ShapePart_LinkStatusChanged;
typedef ODBoolean SOMLINK somTP_ShapePart_BeginRelinquishFocus(ShapePart *somSelf, Environment *ev,
ODTypeToken focus,
ODFrame* ownerFrame,
ODFrame* proposedFrame);
typedef somTP_ShapePart_BeginRelinquishFocus *somTD_ShapePart_BeginRelinquishFocus;
typedef void SOMLINK somTP_ShapePart_CommitRelinquishFocus(ShapePart *somSelf, Environment *ev,
ODTypeToken focus,
ODFrame* ownerFrame,
ODFrame* proposedFrame);
typedef somTP_ShapePart_CommitRelinquishFocus *somTD_ShapePart_CommitRelinquishFocus;
typedef void SOMLINK somTP_ShapePart_AbortRelinquishFocus(ShapePart *somSelf, Environment *ev,
ODTypeToken focus,
ODFrame* ownerFrame,
ODFrame* proposedFrame);
typedef somTP_ShapePart_AbortRelinquishFocus *somTD_ShapePart_AbortRelinquishFocus;
typedef void SOMLINK somTP_ShapePart_FocusAcquired(ShapePart *somSelf, Environment *ev,
ODTypeToken focus,
ODFrame* ownerFrame);
typedef somTP_ShapePart_FocusAcquired *somTD_ShapePart_FocusAcquired;
typedef void SOMLINK somTP_ShapePart_FocusLost(ShapePart *somSelf, Environment *ev,
ODTypeToken focus,
ODFrame* ownerFrame);
typedef somTP_ShapePart_FocusLost *somTD_ShapePart_FocusLost;
typedef void SOMLINK somTP_ShapePart_CloneInto(ShapePart *somSelf, Environment *ev,
ODDraftKey key,
ODStorageUnit* toSU,
ODFrame* scope);
typedef somTP_ShapePart_CloneInto *somTD_ShapePart_CloneInto;
typedef void SOMLINK somTP_ShapePart_ExternalizeKinds(ShapePart *somSelf, Environment *ev,
ODTypeList* kindset);
typedef somTP_ShapePart_ExternalizeKinds *somTD_ShapePart_ExternalizeKinds;
typedef void SOMLINK somTP_ShapePart_Externalize(ShapePart *somSelf, Environment *ev);
typedef somTP_ShapePart_Externalize *somTD_ShapePart_Externalize;
typedef void SOMLINK somTP_ShapePart_ChangeKind(ShapePart *somSelf, Environment *ev,
ODType kind);
typedef somTP_ShapePart_ChangeKind *somTD_ShapePart_ChangeKind;
typedef ODBoolean SOMLINK somTP_ShapePart_HandleEvent(ShapePart *somSelf, Environment *ev,
ODEventData* event,
ODFrame* frame,
ODFacet* facet,
ODEventInfo* eventInfo);
typedef somTP_ShapePart_HandleEvent *somTD_ShapePart_HandleEvent;
typedef void SOMLINK somTP_ShapePart_AdjustMenus(ShapePart *somSelf, Environment *ev,
ODFrame* frame);
typedef somTP_ShapePart_AdjustMenus *somTD_ShapePart_AdjustMenus;
typedef void SOMLINK somTP_ShapePart_UndoAction(ShapePart *somSelf, Environment *ev,
ODActionData* actionState);
typedef somTP_ShapePart_UndoAction *somTD_ShapePart_UndoAction;
typedef void SOMLINK somTP_ShapePart_RedoAction(ShapePart *somSelf, Environment *ev,
ODActionData* actionState);
typedef somTP_ShapePart_RedoAction *somTD_ShapePart_RedoAction;
typedef void SOMLINK somTP_ShapePart_DisposeActionState(ShapePart *somSelf, Environment *ev,
ODActionData* actionState,
ODDoneState doneState);
typedef somTP_ShapePart_DisposeActionState *somTD_ShapePart_DisposeActionState;
typedef void SOMLINK somTP_ShapePart_WriteActionState(ShapePart *somSelf, Environment *ev,
ODActionData* actionState,
ODStorageUnitView* storageUnitView);
typedef somTP_ShapePart_WriteActionState *somTD_ShapePart_WriteActionState;
typedef ODActionData SOMLINK somTP_ShapePart_ReadActionState(ShapePart *somSelf, Environment *ev,
ODStorageUnitView* storageUnitView);
typedef somTP_ShapePart_ReadActionState *somTD_ShapePart_ReadActionState;
typedef void SOMLINK somTP_ShapePart_InitPart(ShapePart *somSelf, Environment *ev,
ODStorageUnit* storageUnit,
ODPart* partWrapper);
typedef somTP_ShapePart_InitPart *somTD_ShapePart_InitPart;
typedef void SOMLINK somTP_ShapePart_InitPartFromStorage(ShapePart *somSelf, Environment *ev,
ODStorageUnit* storageUnit,
ODPart* partWrapper);
typedef somTP_ShapePart_InitPartFromStorage *somTD_ShapePart_InitPartFromStorage;
typedef void SOMLINK somTP_ShapePart_Release(ShapePart *somSelf, Environment *ev);
typedef somTP_ShapePart_Release *somTD_ShapePart_Release;
typedef ODBoolean SOMLINK somTP_ShapePart_HasExtension(ShapePart *somSelf, Environment *ev,
ODType extensionName);
typedef somTP_ShapePart_HasExtension *somTD_ShapePart_HasExtension;
typedef ODExtension* SOMLINK somTP_ShapePart_AcquireExtension(ShapePart *somSelf, Environment *ev,
ODType extensionName);
typedef somTP_ShapePart_AcquireExtension *somTD_ShapePart_AcquireExtension;
typedef void SOMLINK somTP_ShapePart_ReleaseExtension(ShapePart *somSelf, Environment *ev,
ODExtension* extension);
typedef somTP_ShapePart_ReleaseExtension *somTD_ShapePart_ReleaseExtension;
typedef ODULong SOMLINK somTP_ShapePart_GetPrintResolution(ShapePart *somSelf, Environment *ev,
ODFrame* frame);
typedef somTP_ShapePart_GetPrintResolution *somTD_ShapePart_GetPrintResolution;
typedef ODDragResult SOMLINK somTP_ShapePart_DragEnter(ShapePart *somSelf, Environment *ev,
ODDragItemIterator* dragInfo,
ODFacet* facet,
ODPoint* where);
typedef somTP_ShapePart_DragEnter *somTD_ShapePart_DragEnter;
typedef ODDragResult SOMLINK somTP_ShapePart_DragWithin(ShapePart *somSelf, Environment *ev,
ODDragItemIterator* dragInfo,
ODFacet* facet,
ODPoint* where);
typedef somTP_ShapePart_DragWithin *somTD_ShapePart_DragWithin;
typedef void SOMLINK somTP_ShapePart_DragLeave(ShapePart *somSelf, Environment *ev,
ODFacet* facet,
ODPoint* where);
typedef somTP_ShapePart_DragLeave *somTD_ShapePart_DragLeave;
typedef ODBoolean SOMLINK somTP_ShapePart_EditInLinkAttempted(ShapePart *somSelf, Environment *ev,
ODFrame* frame);
typedef somTP_ShapePart_EditInLinkAttempted *somTD_ShapePart_EditInLinkAttempted;
typedef ODBoolean SOMLINK somTP_ShapePart_IsRealPart(ShapePart *somSelf, Environment *ev);
typedef somTP_ShapePart_IsRealPart *somTD_ShapePart_IsRealPart;
typedef ODPart* SOMLINK somTP_ShapePart_GetRealPart(ShapePart *somSelf, Environment *ev);
typedef somTP_ShapePart_GetRealPart *somTD_ShapePart_GetRealPart;
typedef void SOMLINK somTP_ShapePart_ReleaseRealPart(ShapePart *somSelf, Environment *ev);
typedef somTP_ShapePart_ReleaseRealPart *somTD_ShapePart_ReleaseRealPart;
typedef void SOMLINK somTP_ShapePart_InitPersistentObject(ShapePart *somSelf, Environment *ev,
ODStorageUnit* storageUnit);
typedef somTP_ShapePart_InitPersistentObject *somTD_ShapePart_InitPersistentObject;
typedef void SOMLINK somTP_ShapePart_InitPersistentObjectFromStorage(ShapePart *somSelf, Environment *ev,
ODStorageUnit* storageUnit);
typedef somTP_ShapePart_InitPersistentObjectFromStorage *somTD_ShapePart_InitPersistentObjectFromStorage;
typedef void SOMLINK somTP_ShapePart_ReleaseAll(ShapePart *somSelf, Environment *ev);
typedef somTP_ShapePart_ReleaseAll *somTD_ShapePart_ReleaseAll;
typedef ODStorageUnit* SOMLINK somTP_ShapePart_GetStorageUnit(ShapePart *somSelf, Environment *ev);
typedef somTP_ShapePart_GetStorageUnit *somTD_ShapePart_GetStorageUnit;
typedef ODID SOMLINK somTP_ShapePart_GetID(ShapePart *somSelf, Environment *ev);
typedef somTP_ShapePart_GetID *somTD_ShapePart_GetID;
typedef void SOMLINK somTP_ShapePart_InitRefCntObject(ShapePart *somSelf, Environment *ev);
typedef somTP_ShapePart_InitRefCntObject *somTD_ShapePart_InitRefCntObject;
typedef void SOMLINK somTP_ShapePart_Acquire(ShapePart *somSelf, Environment *ev);
typedef somTP_ShapePart_Acquire *somTD_ShapePart_Acquire;
typedef ODULong SOMLINK somTP_ShapePart_GetRefCount(ShapePart *somSelf, Environment *ev);
typedef somTP_ShapePart_GetRefCount *somTD_ShapePart_GetRefCount;
typedef void SOMLINK somTP_ShapePart_InitObject(ShapePart *somSelf, Environment *ev);
typedef somTP_ShapePart_InitObject *somTD_ShapePart_InitObject;
typedef ODSize SOMLINK somTP_ShapePart_Purge(ShapePart *somSelf, Environment *ev,
ODSize size);
typedef somTP_ShapePart_Purge *somTD_ShapePart_Purge;
typedef ODBoolean SOMLINK somTP_ShapePart_IsEqualTo(ShapePart *somSelf, Environment *ev,
ODObject* object);
typedef somTP_ShapePart_IsEqualTo *somTD_ShapePart_IsEqualTo;
typedef void SOMLINK somTP_ShapePart_SubClassResponsibility(ShapePart *somSelf, Environment *ev);
typedef somTP_ShapePart_SubClassResponsibility *somTD_ShapePart_SubClassResponsibility;
typedef void SOMLINK somTP_ShapePart_somDefaultInit(ShapePart *somSelf,
som3InitCtrl* ctrl);
typedef somTP_ShapePart_somDefaultInit *somTD_ShapePart_somDefaultInit;
typedef void SOMLINK somTP_ShapePart_somDestruct(ShapePart *somSelf,
octet doFree,
som3DestructCtrl* ctrl);
typedef somTP_ShapePart_somDestruct *somTD_ShapePart_somDestruct;
typedef void SOMLINK somTP_ShapePart_somDefaultCopyInit(ShapePart *somSelf,
som3InitCtrl* ctrl,
SOMObject* fromObj);
typedef somTP_ShapePart_somDefaultCopyInit *somTD_ShapePart_somDefaultCopyInit;
typedef ShapePart* SOMLINK somTP_ShapePart_somDefaultAssign(ShapePart *somSelf,
som3AssignCtrl* ctrl,
SOMObject* fromObj);
typedef somTP_ShapePart_somDefaultAssign *somTD_ShapePart_somDefaultAssign;
typedef void SOMLINK somTP_ShapePart_somDefaultConstCopyInit(ShapePart *somSelf,
som3InitCtrl* ctrl,
SOMObject* fromObj);
typedef somTP_ShapePart_somDefaultConstCopyInit *somTD_ShapePart_somDefaultConstCopyInit;
typedef void SOMLINK somTP_ShapePart_somDefaultVCopyInit(ShapePart *somSelf,
som3InitCtrl* ctrl,
SOMObject* fromObj);
typedef somTP_ShapePart_somDefaultVCopyInit *somTD_ShapePart_somDefaultVCopyInit;
typedef void SOMLINK somTP_ShapePart_somDefaultConstVCopyInit(ShapePart *somSelf,
som3InitCtrl* ctrl,
SOMObject* fromObj);
typedef somTP_ShapePart_somDefaultConstVCopyInit *somTD_ShapePart_somDefaultConstVCopyInit;
typedef ShapePart* SOMLINK somTP_ShapePart_somDefaultConstAssign(ShapePart *somSelf,
som3AssignCtrl* ctrl,
SOMObject* fromObj);
typedef somTP_ShapePart_somDefaultConstAssign *somTD_ShapePart_somDefaultConstAssign;
typedef ShapePart* SOMLINK somTP_ShapePart_somDefaultVAssign(ShapePart *somSelf,
som3AssignCtrl* ctrl,
SOMObject* fromObj);
typedef somTP_ShapePart_somDefaultVAssign *somTD_ShapePart_somDefaultVAssign;
typedef ShapePart* SOMLINK somTP_ShapePart_somDefaultConstVAssign(ShapePart *somSelf,
som3AssignCtrl* ctrl,
SOMObject* fromObj);
typedef somTP_ShapePart_somDefaultConstVAssign *somTD_ShapePart_somDefaultConstVAssign;
typedef void SOMLINK somTP_ShapePart_somFree(ShapePart *somSelf);
typedef somTP_ShapePart_somFree *somTD_ShapePart_somFree;
typedef M_ShapePart* SOMLINK somTP_ShapePart_somGetClass(ShapePart *somSelf);
typedef somTP_ShapePart_somGetClass *somTD_ShapePart_somGetClass;
typedef string SOMLINK somTP_ShapePart_somGetClassName(ShapePart *somSelf);
typedef somTP_ShapePart_somGetClassName *somTD_ShapePart_somGetClassName;
typedef long SOMLINK somTP_ShapePart_somGetSize(ShapePart *somSelf);
typedef somTP_ShapePart_somGetSize *somTD_ShapePart_somGetSize;
typedef boolean SOMLINK somTP_ShapePart_somIsA(ShapePart *somSelf,
SOMClass* aClassObj);
typedef somTP_ShapePart_somIsA *somTD_ShapePart_somIsA;
typedef boolean SOMLINK somTP_ShapePart_somIsInstanceOf(ShapePart *somSelf,
SOMClass* aClassObj);
typedef somTP_ShapePart_somIsInstanceOf *somTD_ShapePart_somIsInstanceOf;
typedef boolean SOMLINK somTP_ShapePart_somRespondsTo(ShapePart *somSelf,
somId mId);
typedef somTP_ShapePart_somRespondsTo *somTD_ShapePart_somRespondsTo;
typedef boolean SOMLINK somTP_ShapePart_somDispatch(ShapePart *somSelf,
somToken* retValue,
somId methodId,
va_list ap);
typedef somTP_ShapePart_somDispatch *somTD_ShapePart_somDispatch;
typedef boolean SOMLINK somTP_ShapePart_somClassDispatch(ShapePart *somSelf,
SOMClass* clsObj,
somToken* retValue,
somId methodId,
va_list ap);
typedef somTP_ShapePart_somClassDispatch *somTD_ShapePart_somClassDispatch;
typedef boolean SOMLINK somTP_ShapePart_somCastObj(ShapePart *somSelf,
SOMClass* cls);
typedef somTP_ShapePart_somCastObj *somTD_ShapePart_somCastObj;
typedef boolean SOMLINK somTP_ShapePart_somResetObj(ShapePart *somSelf);
typedef somTP_ShapePart_somResetObj *somTD_ShapePart_somResetObj;
typedef void SOMLINK somTP_ShapePart_somDispatchV(ShapePart *somSelf,
somId methodId,
somId descriptor,
va_list ap);
typedef somTP_ShapePart_somDispatchV *somTD_ShapePart_somDispatchV;
typedef long SOMLINK somTP_ShapePart_somDispatchL(ShapePart *somSelf,
somId methodId,
somId descriptor,
va_list ap);
typedef somTP_ShapePart_somDispatchL *somTD_ShapePart_somDispatchL;
typedef void* SOMLINK somTP_ShapePart_somDispatchA(ShapePart *somSelf,
somId methodId,
somId descriptor,
va_list ap);
typedef somTP_ShapePart_somDispatchA *somTD_ShapePart_somDispatchA;
typedef double SOMLINK somTP_ShapePart_somDispatchD(ShapePart *somSelf,
somId methodId,
somId descriptor,
va_list ap);
typedef somTP_ShapePart_somDispatchD *somTD_ShapePart_somDispatchD;
typedef SOMObject* SOMLINK somTP_ShapePart_somPrintSelf(ShapePart *somSelf);
typedef somTP_ShapePart_somPrintSelf *somTD_ShapePart_somPrintSelf;
typedef void SOMLINK somTP_ShapePart_somDumpSelf(ShapePart *somSelf,
long level);
typedef somTP_ShapePart_somDumpSelf *somTD_ShapePart_somDumpSelf;
typedef void SOMLINK somTP_ShapePart_somDumpSelfInt(ShapePart *somSelf,
long level);
typedef somTP_ShapePart_somDumpSelfInt *somTD_ShapePart_somDumpSelfInt;
}
#endif /* ShapePart_API */
/*
* -- 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))
/*
* -- The C++ Wrapper Class for ShapePart
*/
class ShapePart : public SimplePart
{
public:
// ShapePart::new creates the class object if necessary, and then uses somNewNoInit
// to allocate memory and create the object. Initialization is in ctors.
void *operator new(size_t)
{
if (!_ShapePart) ShapePartNewClass(ShapePart_MajorVersion,ShapePart_MinorVersion);
return (void*)
SOM_Resolve(_ShapePart,SOMClass,somNewNoInit)
((SOMClass *)((void*)_ShapePart));
}
// ShapePart::delete uses somDestruct.
void operator delete(void * obj)
{
if (obj && *(void**)obj) {
SOM_Resolve(obj,SOMObject,somFree)
((SOMObject*)obj);
}
}
ShapePart& operator=(ShapePart& fromObj)
{
this->somDefaultAssign(0,(SOMObject*)((void*)&fromObj));
return *this;
}
ShapePart()
{
if (*(void**)this !=
((somParentMtabStructPtr)
(ShapePartCClassData.parentMtab))->mtab)
return;
((SOMObject*)((void*)this))->somDefaultInit(0);
}
ShapePart(ShapePart* fromObj)
{
if (*(void**)this !=
((somParentMtabStructPtr)
(ShapePartCClassData.parentMtab))->mtab)
return;
((SOMObject*)((void*)this))->somDefaultCopyInit(0,((SOMObject*)((void*)fromObj)));
}
#ifdef __IBMCPP__
#pragma info(nocnv,nopar)
#endif
ShapePart(const ShapePart* fromObj)
{
if (*(void**)this !=
((somParentMtabStructPtr)
(ShapePartCClassData.parentMtab))->mtab)
return;
((SOMObject*)((void*)this))->somDefaultConstCopyInit(0,((SOMObject*)((void*)fromObj)));
}
#ifdef __IBMCPP__
#pragma info(restore)
#endif
/* method: HandleColorChange */
void HandleColorChange(Environment *ev,
ODFrame* frame)
{
SOM_ResolveD(this,ShapePart,ShapePart,HandleColorChange)
(this, ev,frame);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: InvalidateAllFrames */
void InvalidateAllFrames(Environment *ev)
{
SOM_ResolveD(this,ShapePart,ShapePart,InvalidateAllFrames)
(this, ev);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/*
* Reintroduce inherited methods
*/
/* method: CommonInit */
void CommonInit(Environment *ev,
ODPart* partWrapper)
{
SOM_ResolveD(this,ShapePart,SimplePart,CommonInit)
(this, ev,partWrapper);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: ActivateFrame */
void ActivateFrame(Environment *ev,
ODFrame* frame)
{
SOM_ResolveD(this,ShapePart,SimplePart,ActivateFrame)
(this, ev,frame);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: MakeWindow */
ODWindow* MakeWindow(Environment *ev,
ODFrame* frame)
{
#ifdef SOMCHKEXCEPT
ODWindow* __somResult =
SOM_ResolveD(this,ShapePart,SimplePart,MakeWindow)
(this, ev,frame);
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
return __somResult;
#else
return SOM_ResolveD(this,ShapePart,SimplePart,MakeWindow)
(this, ev,frame);
#endif
}
/* method: ActivatingWindow */
void ActivatingWindow(Environment *ev,
ODFrame* frame)
{
SOM_ResolveD(this,ShapePart,SimplePart,ActivatingWindow)
(this, ev,frame);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: DeActivatingWindow */
void DeActivatingWindow(Environment *ev,
ODFrame* frame)
{
SOM_ResolveD(this,ShapePart,SimplePart,DeActivatingWindow)
(this, ev,frame);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: Activate */
void Activate(Environment *ev,
ODFacet* facet)
{
SOM_ResolveD(this,ShapePart,SimplePart,Activate)
(this, ev,facet);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: HandleMenuEvent */
ODBoolean HandleMenuEvent(Environment *ev,
ODFrame* focusFrame,
ODEventData* event)
{
#ifdef SOMCHKEXCEPT
ODBoolean __somResult =
SOM_ResolveD(this,ShapePart,SimplePart,HandleMenuEvent)
(this, ev,focusFrame,event);
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
return __somResult;
#else
return SOM_ResolveD(this,ShapePart,SimplePart,HandleMenuEvent)
(this, ev,focusFrame,event);
#endif
}
/* method: InstallMenus */
void InstallMenus(Environment *ev)
{
SOM_ResolveD(this,ShapePart,SimplePart,InstallMenus)
(this, ev);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: GetMenuBar */
ODMenuBar* GetMenuBar(Environment *ev)
{
#ifdef SOMCHKEXCEPT
ODMenuBar* __somResult =
SOM_ResolveD(this,ShapePart,SimplePart,GetMenuBar)
(this, ev);
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
return __somResult;
#else
return SOM_ResolveD(this,ShapePart,SimplePart,GetMenuBar)
(this, ev);
#endif
}
/* method: GetPopupMenu */
ODPopup* GetPopupMenu(Environment *ev)
{
#ifdef SOMCHKEXCEPT
ODPopup* __somResult =
SOM_ResolveD(this,ShapePart,SimplePart,GetPopupMenu)
(this, ev);
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
return __somResult;
#else
return SOM_ResolveD(this,ShapePart,SimplePart,GetPopupMenu)
(this, ev);
#endif
}
/* method: SetViewTypeRect */
void SetViewTypeRect(Environment *ev,
ViewTypeEnum viewType,
ODRect* rect)
{
SOM_ResolveD(this,ShapePart,SimplePart,SetViewTypeRect)
(this, ev,viewType,rect);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: AdjustViewTypeShapes */
void AdjustViewTypeShapes(Environment *ev,
ODFrame* frame)
{
SOM_ResolveD(this,ShapePart,SimplePart,AdjustViewTypeShapes)
(this, ev,frame);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: LoadIconsFromModule */
void LoadIconsFromModule(Environment *ev,
string moduleName,
long iconID)
{
SOM_ResolveD(this,ShapePart,SimplePart,LoadIconsFromModule)
(this, ev,moduleName,iconID);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: FreeResModule */
void FreeResModule(Environment *ev)
{
SOM_ResolveD(this,ShapePart,SimplePart,FreeResModule)
(this, ev);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: CreateIcons */
void CreateIcons(Environment *ev)
{
SOM_ResolveD(this,ShapePart,SimplePart,CreateIcons)
(this, ev);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: DrawIcon */
void DrawIcon(Environment *ev,
ODFacet* facet,
ODShape* invalidShape,
ViewTypeEnum viewType)
{
SOM_ResolveD(this,ShapePart,SimplePart,DrawIcon)
(this, ev,facet,invalidShape,viewType);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: DrawThumbnail */
void DrawThumbnail(Environment *ev,
ODFacet* facet,
ODShape* invalidShape)
{
SOM_ResolveD(this,ShapePart,SimplePart,DrawThumbnail)
(this, ev,facet,invalidShape);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: DrawFrame */
void DrawFrame(Environment *ev,
ODFacet* facet,
ODShape* invalidShape)
{
SOM_ResolveD(this,ShapePart,SimplePart,DrawFrame)
(this, ev,facet,invalidShape);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: CreateFramePartInfo */
PartInfoRec* CreateFramePartInfo(Environment *ev)
{
#ifdef SOMCHKEXCEPT
PartInfoRec* __somResult =
SOM_ResolveD(this,ShapePart,SimplePart,CreateFramePartInfo)
(this, ev);
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
return __somResult;
#else
return SOM_ResolveD(this,ShapePart,SimplePart,CreateFramePartInfo)
(this, ev);
#endif
}
/* method: DeleteFramePartInfo */
void DeleteFramePartInfo(Environment *ev,
PartInfoRec* pInfo)
{
SOM_ResolveD(this,ShapePart,SimplePart,DeleteFramePartInfo)
(this, ev,pInfo);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: GetDisplayFrames */
IODLinkedList* GetDisplayFrames(Environment *ev)
{
#ifdef SOMCHKEXCEPT
IODLinkedList* __somResult =
SOM_ResolveD(this,ShapePart,SimplePart,GetDisplayFrames)
(this, ev);
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
return __somResult;
#else
return SOM_ResolveD(this,ShapePart,SimplePart,GetDisplayFrames)
(this, ev);
#endif
}
/* method: DisplayPopupMenu */
ODBoolean DisplayPopupMenu(Environment *ev,
ODEventData* event,
ODFrame* frame,
ODFacet* facet,
ODEventInfo* eventInfo)
{
#ifdef SOMCHKEXCEPT
ODBoolean __somResult =
SOM_ResolveD(this,ShapePart,SimplePart,DisplayPopupMenu)
(this, ev,event,frame,facet,eventInfo);
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
return __somResult;
#else
return SOM_ResolveD(this,ShapePart,SimplePart,DisplayPopupMenu)
(this, ev,event,frame,facet,eventInfo);
#endif
}
/* method: DisplayInfoDialog */
void DisplayInfoDialog(Environment *ev,
string catalog,
long msgSet,
long infoTitle,
string defaultInfoTitle,
long infoMsg,
string defaultInfoMsg)
{
SOM_ResolveD(this,ShapePart,SimplePart,DisplayInfoDialog)
(this, ev,catalog,msgSet,infoTitle,defaultInfoTitle,infoMsg,defaultInfoMsg);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: _get_fPartWrapper */
ODPart* _get_fPartWrapper(Environment *ev)
{
/*
* Method from the IDL attribute statement:
* "readonly attribute ODPart* fPartWrapper"
*/
#ifdef SOMCHKEXCEPT
ODPart* __somResult =
SOM_ResolveD(this,ShapePart,SimplePart,_get_fPartWrapper)
(this, ev);
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
return __somResult;
#else
return SOM_ResolveD(this,ShapePart,SimplePart,_get_fPartWrapper)
(this, ev);
#endif
}
/* method: _get_hSmallIcon */
HIconView _get_hSmallIcon(Environment *ev)
{
/*
* Method from the IDL attribute statement:
* "attribute HIconView hSmallIcon"
*/
#ifdef SOMCHKEXCEPT
HIconView __somResult =
SOM_ResolveD(this,ShapePart,SimplePart,_get_hSmallIcon)
(this, ev);
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
return __somResult;
#else
return SOM_ResolveD(this,ShapePart,SimplePart,_get_hSmallIcon)
(this, ev);
#endif
}
/* method: _set_hSmallIcon */
void _set_hSmallIcon(Environment *ev,
HIconView hSmallIcon)
{
/*
* Method from the IDL attribute statement:
* "attribute HIconView hSmallIcon"
*/
SOM_ResolveD(this,ShapePart,SimplePart,_set_hSmallIcon)
(this, ev,hSmallIcon);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: _get_hLargeIcon */
HIconView _get_hLargeIcon(Environment *ev)
{
/*
* Method from the IDL attribute statement:
* "attribute HIconView hLargeIcon"
*/
#ifdef SOMCHKEXCEPT
HIconView __somResult =
SOM_ResolveD(this,ShapePart,SimplePart,_get_hLargeIcon)
(this, ev);
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
return __somResult;
#else
return SOM_ResolveD(this,ShapePart,SimplePart,_get_hLargeIcon)
(this, ev);
#endif
}
/* method: _set_hLargeIcon */
void _set_hLargeIcon(Environment *ev,
HIconView hLargeIcon)
{
/*
* Method from the IDL attribute statement:
* "attribute HIconView hLargeIcon"
*/
SOM_ResolveD(this,ShapePart,SimplePart,_set_hLargeIcon)
(this, ev,hLargeIcon);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: _get_hThumbnail */
HThumbView _get_hThumbnail(Environment *ev)
{
/*
* Method from the IDL attribute statement:
* "attribute HThumbView hThumbnail"
*/
#ifdef SOMCHKEXCEPT
HThumbView __somResult =
SOM_ResolveD(this,ShapePart,SimplePart,_get_hThumbnail)
(this, ev);
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
return __somResult;
#else
return SOM_ResolveD(this,ShapePart,SimplePart,_get_hThumbnail)
(this, ev);
#endif
}
/* method: _set_hThumbnail */
void _set_hThumbnail(Environment *ev,
HThumbView hThumbnail)
{
/*
* Method from the IDL attribute statement:
* "attribute HThumbView hThumbnail"
*/
SOM_ResolveD(this,ShapePart,SimplePart,_set_hThumbnail)
(this, ev,hThumbnail);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: _get_hResModule */
HResModule _get_hResModule(Environment *ev)
{
/*
* Method from the IDL attribute statement:
* "attribute HResModule hResModule"
*/
#ifdef SOMCHKEXCEPT
HResModule __somResult =
SOM_ResolveD(this,ShapePart,SimplePart,_get_hResModule)
(this, ev);
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
return __somResult;
#else
return SOM_ResolveD(this,ShapePart,SimplePart,_get_hResModule)
(this, ev);
#endif
}
/* method: _set_hResModule */
void _set_hResModule(Environment *ev,
HResModule hResModule)
{
/*
* Method from the IDL attribute statement:
* "attribute HResModule hResModule"
*/
SOM_ResolveD(this,ShapePart,SimplePart,_set_hResModule)
(this, ev,hResModule);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: _get_lastFrameRect */
ODRect _get_lastFrameRect(Environment *ev)
{
/*
* Method from the IDL attribute statement:
* "attribute ODRect lastFrameRect"
*/
#ifdef SOMCHKEXCEPT
ODRect __somResult =
SOM_ResolveD(this,ShapePart,SimplePart,_get_lastFrameRect)
(this, ev);
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
return __somResult;
#else
return SOM_ResolveD(this,ShapePart,SimplePart,_get_lastFrameRect)
(this, ev);
#endif
}
/* method: _set_lastFrameRect */
void _set_lastFrameRect(Environment *ev,
ODRect* lastFrameRect)
{
/*
* Method from the IDL attribute statement:
* "attribute ODRect lastFrameRect"
*/
SOM_ResolveD(this,ShapePart,SimplePart,_set_lastFrameRect)
(this, ev,lastFrameRect);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: _get_fInFrameNegotiation */
ODBoolean _get_fInFrameNegotiation(Environment *ev)
{
/*
* Method from the IDL attribute statement:
* "attribute ODBoolean fInFrameNegotiation"
*/
#ifdef SOMCHKEXCEPT
ODBoolean __somResult =
SOM_ResolveD(this,ShapePart,SimplePart,_get_fInFrameNegotiation)
(this, ev);
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
return __somResult;
#else
return SOM_ResolveD(this,ShapePart,SimplePart,_get_fInFrameNegotiation)
(this, ev);
#endif
}
/* method: _set_fInFrameNegotiation */
void _set_fInFrameNegotiation(Environment *ev,
ODBoolean fInFrameNegotiation)
{
/*
* Method from the IDL attribute statement:
* "attribute ODBoolean fInFrameNegotiation"
*/
SOM_ResolveD(this,ShapePart,SimplePart,_set_fInFrameNegotiation)
(this, ev,fInFrameNegotiation);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: _get_fPrevViewType */
ViewTypeEnum _get_fPrevViewType(Environment *ev)
{
/*
* Method from the IDL attribute statement:
* "attribute ViewTypeEnum fPrevViewType"
*/
#ifdef SOMCHKEXCEPT
ViewTypeEnum __somResult =
SOM_ResolveD(this,ShapePart,SimplePart,_get_fPrevViewType)
(this, ev);
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
return __somResult;
#else
return SOM_ResolveD(this,ShapePart,SimplePart,_get_fPrevViewType)
(this, ev);
#endif
}
/* method: _set_fPrevViewType */
void _set_fPrevViewType(Environment *ev,
ViewTypeEnum fPrevViewType)
{
/*
* Method from the IDL attribute statement:
* "attribute ViewTypeEnum fPrevViewType"
*/
SOM_ResolveD(this,ShapePart,SimplePart,_set_fPrevViewType)
(this, ev,fPrevViewType);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: somInit */
void somInit()
{
SOM_ResolveD(this,ShapePart,SOMObject,somInit)
(this);
}
/* method: somUninit */
void somUninit()
{
SOM_ResolveD(this,ShapePart,SOMObject,somUninit)
(this);
}
/* method: FulfillPromise */
void FulfillPromise(Environment *ev,
ODStorageUnitView* promiseSUView)
{
SOM_ResolveD(this,ShapePart,ODPart,FulfillPromise)
(this, ev,promiseSUView);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: DropCompleted */
void DropCompleted(Environment *ev,
ODPart* destPart,
ODDropResult dropResult)
{
SOM_ResolveD(this,ShapePart,ODPart,DropCompleted)
(this, ev,destPart,dropResult);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: Drop */
ODDropResult Drop(Environment *ev,
ODDragItemIterator* dropInfo,
ODFacet* facet,
ODPoint* where)
{
#ifdef SOMCHKEXCEPT
ODDropResult __somResult =
SOM_ResolveD(this,ShapePart,ODPart,Drop)
(this, ev,dropInfo,facet,where);
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
return __somResult;
#else
return SOM_ResolveD(this,ShapePart,ODPart,Drop)
(this, ev,dropInfo,facet,where);
#endif
}
/* method: ContainingPartPropertiesUpdated */
void ContainingPartPropertiesUpdated(Environment *ev,
ODFrame* frame,
ODStorageUnit* propertyUnit)
{
SOM_ResolveD(this,ShapePart,ODPart,ContainingPartPropertiesUpdated)
(this, ev,frame,propertyUnit);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: AcquireContainingPartProperties */
ODStorageUnit* AcquireContainingPartProperties(Environment *ev,
ODFrame* frame)
{
#ifdef SOMCHKEXCEPT
ODStorageUnit* __somResult =
SOM_ResolveD(this,ShapePart,ODPart,AcquireContainingPartProperties)
(this, ev,frame);
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
return __somResult;
#else
return SOM_ResolveD(this,ShapePart,ODPart,AcquireContainingPartProperties)
(this, ev,frame);
#endif
}
/* method: RevealFrame */
ODBoolean RevealFrame(Environment *ev,
ODFrame* embeddedFrame,
ODShape* revealShape)
{
#ifdef SOMCHKEXCEPT
ODBoolean __somResult =
SOM_ResolveD(this,ShapePart,ODPart,RevealFrame)
(this, ev,embeddedFrame,revealShape);
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
return __somResult;
#else
return SOM_ResolveD(this,ShapePart,ODPart,RevealFrame)
(this, ev,embeddedFrame,revealShape);
#endif
}
/* method: EmbeddedFrameSpec */
void EmbeddedFrameSpec(Environment *ev,
ODFrame* embeddedFrame,
ODObjectSpec* spec)
{
SOM_ResolveD(this,ShapePart,ODPart,EmbeddedFrameSpec)
(this, ev,embeddedFrame,spec);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: CreateEmbeddedFramesIterator */
ODEmbeddedFramesIterator* CreateEmbeddedFramesIterator(Environment *ev,
ODFrame* frame)
{
#ifdef SOMCHKEXCEPT
ODEmbeddedFramesIterator* __somResult =
SOM_ResolveD(this,ShapePart,ODPart,CreateEmbeddedFramesIterator)
(this, ev,frame);
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
return __somResult;
#else
return SOM_ResolveD(this,ShapePart,ODPart,CreateEmbeddedFramesIterator)
(this, ev,frame);
#endif
}
/* method: DisplayFrameAdded */
void DisplayFrameAdded(Environment *ev,
ODFrame* frame)
{
SOM_ResolveD(this,ShapePart,ODPart,DisplayFrameAdded)
(this, ev,frame);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: DisplayFrameConnected */
void DisplayFrameConnected(Environment *ev,
ODFrame* frame)
{
SOM_ResolveD(this,ShapePart,ODPart,DisplayFrameConnected)
(this, ev,frame);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: AttachSourceFrame */
void AttachSourceFrame(Environment *ev,
ODFrame* frame,
ODFrame* sourceFrame)
{
SOM_ResolveD(this,ShapePart,ODPart,AttachSourceFrame)
(this, ev,frame,sourceFrame);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: DisplayFrameRemoved */
void DisplayFrameRemoved(Environment *ev,
ODFrame* frame)
{
SOM_ResolveD(this,ShapePart,ODPart,DisplayFrameRemoved)
(this, ev,frame);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: DisplayFrameClosed */
void DisplayFrameClosed(Environment *ev,
ODFrame* frame)
{
SOM_ResolveD(this,ShapePart,ODPart,DisplayFrameClosed)
(this, ev,frame);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: FrameShapeChanged */
void FrameShapeChanged(Environment *ev,
ODFrame* frame)
{
SOM_ResolveD(this,ShapePart,ODPart,FrameShapeChanged)
(this, ev,frame);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: ViewTypeChanged */
void ViewTypeChanged(Environment *ev,
ODFrame* frame)
{
SOM_ResolveD(this,ShapePart,ODPart,ViewTypeChanged)
(this, ev,frame);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: PresentationChanged */
void PresentationChanged(Environment *ev,
ODFrame* frame)
{
SOM_ResolveD(this,ShapePart,ODPart,PresentationChanged)
(this, ev,frame);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: SequenceChanged */
void SequenceChanged(Environment *ev,
ODFrame* frame)
{
SOM_ResolveD(this,ShapePart,ODPart,SequenceChanged)
(this, ev,frame);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: WritePartInfo */
void WritePartInfo(Environment *ev,
ODInfoType partInfo,
ODStorageUnitView* storageUnitView)
{
SOM_ResolveD(this,ShapePart,ODPart,WritePartInfo)
(this, ev,partInfo,storageUnitView);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: ReadPartInfo */
ODInfoType ReadPartInfo(Environment *ev,
ODFrame* frame,
ODStorageUnitView* storageUnitView)
{
#ifdef SOMCHKEXCEPT
ODInfoType __somResult =
SOM_ResolveD(this,ShapePart,ODPart,ReadPartInfo)
(this, ev,frame,storageUnitView);
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
return __somResult;
#else
return SOM_ResolveD(this,ShapePart,ODPart,ReadPartInfo)
(this, ev,frame,storageUnitView);
#endif
}
/* method: ClonePartInfo */
void ClonePartInfo(Environment *ev,
ODDraftKey key,
ODInfoType partInfo,
ODStorageUnitView* storageUnitView,
ODFrame* scope)
{
SOM_ResolveD(this,ShapePart,ODPart,ClonePartInfo)
(this, ev,key,partInfo,storageUnitView,scope);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: Open */
ODID Open(Environment *ev,
ODFrame* frame)
{
#ifdef SOMCHKEXCEPT
ODID __somResult =
SOM_ResolveD(this,ShapePart,ODPart,Open)
(this, ev,frame);
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
return __somResult;
#else
return SOM_ResolveD(this,ShapePart,ODPart,Open)
(this, ev,frame);
#endif
}
/* method: RequestEmbeddedFrame */
ODFrame* RequestEmbeddedFrame(Environment *ev,
ODFrame* containingFrame,
ODFrame* baseFrame,
ODShape* frameShape,
ODPart* embedPart,
ODTypeToken viewType,
ODTypeToken presentation,
ODBoolean isOverlaid)
{
#ifdef SOMCHKEXCEPT
ODFrame* __somResult =
SOM_ResolveD(this,ShapePart,ODPart,RequestEmbeddedFrame)
(this, ev,containingFrame,baseFrame,frameShape,embedPart,viewType,presentation,isOverlaid);
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
return __somResult;
#else
return SOM_ResolveD(this,ShapePart,ODPart,RequestEmbeddedFrame)
(this, ev,containingFrame,baseFrame,frameShape,embedPart,viewType,presentation,isOverlaid);
#endif
}
/* method: RemoveEmbeddedFrame */
void RemoveEmbeddedFrame(Environment *ev,
ODFrame* embeddedFrame)
{
SOM_ResolveD(this,ShapePart,ODPart,RemoveEmbeddedFrame)
(this, ev,embeddedFrame);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: RequestFrameShape */
ODShape* RequestFrameShape(Environment *ev,
ODFrame* embeddedFrame,
ODShape* frameShape)
{
#ifdef SOMCHKEXCEPT
ODShape* __somResult =
SOM_ResolveD(this,ShapePart,ODPart,RequestFrameShape)
(this, ev,embeddedFrame,frameShape);
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
return __somResult;
#else
return SOM_ResolveD(this,ShapePart,ODPart,RequestFrameShape)
(this, ev,embeddedFrame,frameShape);
#endif
}
/* method: UsedShapeChanged */
void UsedShapeChanged(Environment *ev,
ODFrame* embeddedFrame)
{
SOM_ResolveD(this,ShapePart,ODPart,UsedShapeChanged)
(this, ev,embeddedFrame);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: AdjustBorderShape */
ODShape* AdjustBorderShape(Environment *ev,
ODFacet* embeddedFacet,
ODShape* shape)
{
#ifdef SOMCHKEXCEPT
ODShape* __somResult =
SOM_ResolveD(this,ShapePart,ODPart,AdjustBorderShape)
(this, ev,embeddedFacet,shape);
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
return __somResult;
#else
return SOM_ResolveD(this,ShapePart,ODPart,AdjustBorderShape)
(this, ev,embeddedFacet,shape);
#endif
}
/* method: FacetAdded */
void FacetAdded(Environment *ev,
ODFacet* facet)
{
SOM_ResolveD(this,ShapePart,ODPart,FacetAdded)
(this, ev,facet);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: FacetRemoved */
void FacetRemoved(Environment *ev,
ODFacet* facet)
{
SOM_ResolveD(this,ShapePart,ODPart,FacetRemoved)
(this, ev,facet);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: CanvasChanged */
void CanvasChanged(Environment *ev,
ODFacet* facet)
{
SOM_ResolveD(this,ShapePart,ODPart,CanvasChanged)
(this, ev,facet);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: GeometryChanged */
void GeometryChanged(Environment *ev,
ODFacet* facet,
ODBoolean clipShapeChanged,
ODBoolean externalTransformChanged)
{
SOM_ResolveD(this,ShapePart,ODPart,GeometryChanged)
(this, ev,facet,clipShapeChanged,externalTransformChanged);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: Draw */
void Draw(Environment *ev,
ODFacet* facet,
ODShape* invalidShape)
{
SOM_ResolveD(this,ShapePart,ODPart,Draw)
(this, ev,facet,invalidShape);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: CanvasUpdated */
void CanvasUpdated(Environment *ev,
ODCanvas* canvas)
{
SOM_ResolveD(this,ShapePart,ODPart,CanvasUpdated)
(this, ev,canvas);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: HighlightChanged */
void HighlightChanged(Environment *ev,
ODFacet* facet)
{
SOM_ResolveD(this,ShapePart,ODPart,HighlightChanged)
(this, ev,facet);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: CreateLink */
ODLinkSource* CreateLink(Environment *ev,
ODByteArray* data)
{
#ifdef SOMCHKEXCEPT
ODLinkSource* __somResult =
SOM_ResolveD(this,ShapePart,ODPart,CreateLink)
(this, ev,data);
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
return __somResult;
#else
return SOM_ResolveD(this,ShapePart,ODPart,CreateLink)
(this, ev,data);
#endif
}
/* method: LinkUpdated */
void LinkUpdated(Environment *ev,
ODLink* updatedLink,
ODUpdateID change)
{
SOM_ResolveD(this,ShapePart,ODPart,LinkUpdated)
(this, ev,updatedLink,change);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: RevealLink */
void RevealLink(Environment *ev,
ODLinkSource* linkSource)
{
SOM_ResolveD(this,ShapePart,ODPart,RevealLink)
(this, ev,linkSource);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: EmbeddedFrameUpdated */
void EmbeddedFrameUpdated(Environment *ev,
ODFrame* frame,
ODUpdateID change)
{
SOM_ResolveD(this,ShapePart,ODPart,EmbeddedFrameUpdated)
(this, ev,frame,change);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: LinkStatusChanged */
void LinkStatusChanged(Environment *ev,
ODFrame* frame)
{
SOM_ResolveD(this,ShapePart,ODPart,LinkStatusChanged)
(this, ev,frame);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: BeginRelinquishFocus */
ODBoolean BeginRelinquishFocus(Environment *ev,
ODTypeToken focus,
ODFrame* ownerFrame,
ODFrame* proposedFrame)
{
#ifdef SOMCHKEXCEPT
ODBoolean __somResult =
SOM_ResolveD(this,ShapePart,ODPart,BeginRelinquishFocus)
(this, ev,focus,ownerFrame,proposedFrame);
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
return __somResult;
#else
return SOM_ResolveD(this,ShapePart,ODPart,BeginRelinquishFocus)
(this, ev,focus,ownerFrame,proposedFrame);
#endif
}
/* method: CommitRelinquishFocus */
void CommitRelinquishFocus(Environment *ev,
ODTypeToken focus,
ODFrame* ownerFrame,
ODFrame* proposedFrame)
{
SOM_ResolveD(this,ShapePart,ODPart,CommitRelinquishFocus)
(this, ev,focus,ownerFrame,proposedFrame);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: AbortRelinquishFocus */
void AbortRelinquishFocus(Environment *ev,
ODTypeToken focus,
ODFrame* ownerFrame,
ODFrame* proposedFrame)
{
SOM_ResolveD(this,ShapePart,ODPart,AbortRelinquishFocus)
(this, ev,focus,ownerFrame,proposedFrame);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: FocusAcquired */
void FocusAcquired(Environment *ev,
ODTypeToken focus,
ODFrame* ownerFrame)
{
SOM_ResolveD(this,ShapePart,ODPart,FocusAcquired)
(this, ev,focus,ownerFrame);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: FocusLost */
void FocusLost(Environment *ev,
ODTypeToken focus,
ODFrame* ownerFrame)
{
SOM_ResolveD(this,ShapePart,ODPart,FocusLost)
(this, ev,focus,ownerFrame);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: CloneInto */
void CloneInto(Environment *ev,
ODDraftKey key,
ODStorageUnit* toSU,
ODFrame* scope)
{
SOM_ResolveD(this,ShapePart,ODPersistentObject,CloneInto)
(this, ev,key,toSU,scope);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: ExternalizeKinds */
void ExternalizeKinds(Environment *ev,
ODTypeList* kindset)
{
SOM_ResolveD(this,ShapePart,ODPart,ExternalizeKinds)
(this, ev,kindset);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: Externalize */
void Externalize(Environment *ev)
{
SOM_ResolveD(this,ShapePart,ODPersistentObject,Externalize)
(this, ev);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: ChangeKind */
void ChangeKind(Environment *ev,
ODType kind)
{
SOM_ResolveD(this,ShapePart,ODPart,ChangeKind)
(this, ev,kind);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: HandleEvent */
ODBoolean HandleEvent(Environment *ev,
ODEventData* event,
ODFrame* frame,
ODFacet* facet,
ODEventInfo* eventInfo)
{
#ifdef SOMCHKEXCEPT
ODBoolean __somResult =
SOM_ResolveD(this,ShapePart,ODPart,HandleEvent)
(this, ev,event,frame,facet,eventInfo);
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
return __somResult;
#else
return SOM_ResolveD(this,ShapePart,ODPart,HandleEvent)
(this, ev,event,frame,facet,eventInfo);
#endif
}
/* method: AdjustMenus */
void AdjustMenus(Environment *ev,
ODFrame* frame)
{
SOM_ResolveD(this,ShapePart,ODPart,AdjustMenus)
(this, ev,frame);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: UndoAction */
void UndoAction(Environment *ev,
ODActionData* actionState)
{
SOM_ResolveD(this,ShapePart,ODPart,UndoAction)
(this, ev,actionState);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: RedoAction */
void RedoAction(Environment *ev,
ODActionData* actionState)
{
SOM_ResolveD(this,ShapePart,ODPart,RedoAction)
(this, ev,actionState);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: DisposeActionState */
void DisposeActionState(Environment *ev,
ODActionData* actionState,
ODDoneState doneState)
{
SOM_ResolveD(this,ShapePart,ODPart,DisposeActionState)
(this, ev,actionState,doneState);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: WriteActionState */
void WriteActionState(Environment *ev,
ODActionData* actionState,
ODStorageUnitView* storageUnitView)
{
SOM_ResolveD(this,ShapePart,ODPart,WriteActionState)
(this, ev,actionState,storageUnitView);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: ReadActionState */
ODActionData ReadActionState(Environment *ev,
ODStorageUnitView* storageUnitView)
{
#ifdef SOMCHKEXCEPT
ODActionData __somResult =
SOM_ResolveD(this,ShapePart,ODPart,ReadActionState)
(this, ev,storageUnitView);
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
return __somResult;
#else
return SOM_ResolveD(this,ShapePart,ODPart,ReadActionState)
(this, ev,storageUnitView);
#endif
}
/* method: InitPart */
void InitPart(Environment *ev,
ODStorageUnit* storageUnit,
ODPart* partWrapper)
{
SOM_ResolveD(this,ShapePart,ODPart,InitPart)
(this, ev,storageUnit,partWrapper);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: InitPartFromStorage */
void InitPartFromStorage(Environment *ev,
ODStorageUnit* storageUnit,
ODPart* partWrapper)
{
SOM_ResolveD(this,ShapePart,ODPart,InitPartFromStorage)
(this, ev,storageUnit,partWrapper);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: Release */
void Release(Environment *ev)
{
SOM_ResolveD(this,ShapePart,ODRefCntObject,Release)
(this, ev);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: HasExtension */
ODBoolean HasExtension(Environment *ev,
ODType extensionName)
{
#ifdef SOMCHKEXCEPT
ODBoolean __somResult =
SOM_ResolveD(this,ShapePart,ODObject,HasExtension)
(this, ev,extensionName);
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
return __somResult;
#else
return SOM_ResolveD(this,ShapePart,ODObject,HasExtension)
(this, ev,extensionName);
#endif
}
/* method: AcquireExtension */
ODExtension* AcquireExtension(Environment *ev,
ODType extensionName)
{
#ifdef SOMCHKEXCEPT
ODExtension* __somResult =
SOM_ResolveD(this,ShapePart,ODObject,AcquireExtension)
(this, ev,extensionName);
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
return __somResult;
#else
return SOM_ResolveD(this,ShapePart,ODObject,AcquireExtension)
(this, ev,extensionName);
#endif
}
/* method: ReleaseExtension */
void ReleaseExtension(Environment *ev,
ODExtension* extension)
{
SOM_ResolveD(this,ShapePart,ODObject,ReleaseExtension)
(this, ev,extension);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: GetPrintResolution */
ODULong GetPrintResolution(Environment *ev,
ODFrame* frame)
{
#ifdef SOMCHKEXCEPT
ODULong __somResult =
SOM_ResolveD(this,ShapePart,ODPart,GetPrintResolution)
(this, ev,frame);
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
return __somResult;
#else
return SOM_ResolveD(this,ShapePart,ODPart,GetPrintResolution)
(this, ev,frame);
#endif
}
/* method: DragEnter */
ODDragResult DragEnter(Environment *ev,
ODDragItemIterator* dragInfo,
ODFacet* facet,
ODPoint* where)
{
#ifdef SOMCHKEXCEPT
ODDragResult __somResult =
SOM_ResolveD(this,ShapePart,ODPart,DragEnter)
(this, ev,dragInfo,facet,where);
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
return __somResult;
#else
return SOM_ResolveD(this,ShapePart,ODPart,DragEnter)
(this, ev,dragInfo,facet,where);
#endif
}
/* method: DragWithin */
ODDragResult DragWithin(Environment *ev,
ODDragItemIterator* dragInfo,
ODFacet* facet,
ODPoint* where)
{
#ifdef SOMCHKEXCEPT
ODDragResult __somResult =
SOM_ResolveD(this,ShapePart,ODPart,DragWithin)
(this, ev,dragInfo,facet,where);
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
return __somResult;
#else
return SOM_ResolveD(this,ShapePart,ODPart,DragWithin)
(this, ev,dragInfo,facet,where);
#endif
}
/* method: DragLeave */
void DragLeave(Environment *ev,
ODFacet* facet,
ODPoint* where)
{
SOM_ResolveD(this,ShapePart,ODPart,DragLeave)
(this, ev,facet,where);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: EditInLinkAttempted */
ODBoolean EditInLinkAttempted(Environment *ev,
ODFrame* frame)
{
#ifdef SOMCHKEXCEPT
ODBoolean __somResult =
SOM_ResolveD(this,ShapePart,ODPart,EditInLinkAttempted)
(this, ev,frame);
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
return __somResult;
#else
return SOM_ResolveD(this,ShapePart,ODPart,EditInLinkAttempted)
(this, ev,frame);
#endif
}
/* method: IsRealPart */
ODBoolean IsRealPart(Environment *ev)
{
#ifdef SOMCHKEXCEPT
ODBoolean __somResult =
SOM_ResolveD(this,ShapePart,ODPart,IsRealPart)
(this, ev);
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
return __somResult;
#else
return SOM_ResolveD(this,ShapePart,ODPart,IsRealPart)
(this, ev);
#endif
}
/* method: GetRealPart */
ODPart* GetRealPart(Environment *ev)
{
#ifdef SOMCHKEXCEPT
ODPart* __somResult =
SOM_ResolveD(this,ShapePart,ODPart,GetRealPart)
(this, ev);
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
return __somResult;
#else
return SOM_ResolveD(this,ShapePart,ODPart,GetRealPart)
(this, ev);
#endif
}
/* method: ReleaseRealPart */
void ReleaseRealPart(Environment *ev)
{
SOM_ResolveD(this,ShapePart,ODPart,ReleaseRealPart)
(this, ev);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: InitPersistentObject */
void InitPersistentObject(Environment *ev,
ODStorageUnit* storageUnit)
{
SOM_ResolveD(this,ShapePart,ODPersistentObject,InitPersistentObject)
(this, ev,storageUnit);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: InitPersistentObjectFromStorage */
void InitPersistentObjectFromStorage(Environment *ev,
ODStorageUnit* storageUnit)
{
SOM_ResolveD(this,ShapePart,ODPersistentObject,InitPersistentObjectFromStorage)
(this, ev,storageUnit);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: ReleaseAll */
void ReleaseAll(Environment *ev)
{
SOM_ResolveD(this,ShapePart,ODPersistentObject,ReleaseAll)
(this, ev);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: GetStorageUnit */
ODStorageUnit* GetStorageUnit(Environment *ev)
{
#ifdef SOMCHKEXCEPT
ODStorageUnit* __somResult =
SOM_ResolveD(this,ShapePart,ODPersistentObject,GetStorageUnit)
(this, ev);
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
return __somResult;
#else
return SOM_ResolveD(this,ShapePart,ODPersistentObject,GetStorageUnit)
(this, ev);
#endif
}
/* method: GetID */
ODID GetID(Environment *ev)
{
#ifdef SOMCHKEXCEPT
ODID __somResult =
SOM_ResolveD(this,ShapePart,ODPersistentObject,GetID)
(this, ev);
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
return __somResult;
#else
return SOM_ResolveD(this,ShapePart,ODPersistentObject,GetID)
(this, ev);
#endif
}
/* method: InitRefCntObject */
void InitRefCntObject(Environment *ev)
{
SOM_ResolveD(this,ShapePart,ODRefCntObject,InitRefCntObject)
(this, ev);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: Acquire */
void Acquire(Environment *ev)
{
SOM_ResolveD(this,ShapePart,ODRefCntObject,Acquire)
(this, ev);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: GetRefCount */
ODULong GetRefCount(Environment *ev)
{
#ifdef SOMCHKEXCEPT
ODULong __somResult =
SOM_ResolveD(this,ShapePart,ODRefCntObject,GetRefCount)
(this, ev);
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
return __somResult;
#else
return SOM_ResolveD(this,ShapePart,ODRefCntObject,GetRefCount)
(this, ev);
#endif
}
/* method: InitObject */
void InitObject(Environment *ev)
{
SOM_ResolveD(this,ShapePart,ODObject,InitObject)
(this, ev);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* method: Purge */
ODSize Purge(Environment *ev,
ODSize size)
{
#ifdef SOMCHKEXCEPT
ODSize __somResult =
SOM_ResolveD(this,ShapePart,ODObject,Purge)
(this, ev,size);
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
return __somResult;
#else
return SOM_ResolveD(this,ShapePart,ODObject,Purge)
(this, ev,size);
#endif
}
/* method: IsEqualTo */
ODBoolean IsEqualTo(Environment *ev,
ODObject* object)
{
#ifdef SOMCHKEXCEPT
ODBoolean __somResult =
SOM_ResolveD(this,ShapePart,ODObject,IsEqualTo)
(this, ev,object);
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
return __somResult;
#else
return SOM_ResolveD(this,ShapePart,ODObject,IsEqualTo)
(this, ev,object);
#endif
}
/* method: SubClassResponsibility */
void SubClassResponsibility(Environment *ev)
{
SOM_ResolveD(this,ShapePart,ODObject,SubClassResponsibility)
(this, ev);
#ifdef SOMCHKEXCEPT
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
#endif
}
/* initializer method: somDefaultInit */
void somDefaultInit(som3InitCtrl* ctrl)
{
SOM_ResolveD(this,ShapePart,SOMObject,somDefaultInit)
(this,ctrl);
}
/* method: somDestruct */
void somDestruct(octet doFree,
som3DestructCtrl* ctrl)
{
SOM_ResolveD(this,ShapePart,SOMObject,somDestruct)
(this,doFree,ctrl);
}
/* initializer method: somDefaultCopyInit */
void somDefaultCopyInit(som3InitCtrl* ctrl,
SOMObject* fromObj)
{
SOM_ResolveD(this,ShapePart,SOMObject,somDefaultCopyInit)
(this,ctrl,fromObj);
}
/* method: somDefaultAssign */
ShapePart* somDefaultAssign(som3AssignCtrl* ctrl,
SOMObject* fromObj)
{
return SOM_ResolveD(this,ShapePart,SOMObject,somDefaultAssign)
(this,ctrl,fromObj);
}
/* initializer method: somDefaultConstCopyInit */
void somDefaultConstCopyInit(som3InitCtrl* ctrl,
SOMObject* fromObj)
{
SOM_ResolveD(this,ShapePart,SOMObject,somDefaultConstCopyInit)
(this,ctrl,fromObj);
}
/* initializer method: somDefaultVCopyInit */
void somDefaultVCopyInit(som3InitCtrl* ctrl,
SOMObject* fromObj)
{
SOM_ResolveD(this,ShapePart,SOMObject,somDefaultVCopyInit)
(this,ctrl,fromObj);
}
/* initializer method: somDefaultConstVCopyInit */
void somDefaultConstVCopyInit(som3InitCtrl* ctrl,
SOMObject* fromObj)
{
SOM_ResolveD(this,ShapePart,SOMObject,somDefaultConstVCopyInit)
(this,ctrl,fromObj);
}
/* method: somDefaultConstAssign */
ShapePart* somDefaultConstAssign(som3AssignCtrl* ctrl,
SOMObject* fromObj)
{
return SOM_ResolveD(this,ShapePart,SOMObject,somDefaultConstAssign)
(this,ctrl,fromObj);
}
/* method: somDefaultVAssign */
ShapePart* somDefaultVAssign(som3AssignCtrl* ctrl,
SOMObject* fromObj)
{
return SOM_ResolveD(this,ShapePart,SOMObject,somDefaultVAssign)
(this,ctrl,fromObj);
}
/* method: somDefaultConstVAssign */
ShapePart* somDefaultConstVAssign(som3AssignCtrl* ctrl,
SOMObject* fromObj)
{
return SOM_ResolveD(this,ShapePart,SOMObject,somDefaultConstVAssign)
(this,ctrl,fromObj);
}
/* method: somFree */
void somFree()
{
SOM_ResolveD(this,ShapePart,SOMObject,somFree)
(this);
}
/* method: somGetClass */
M_ShapePart* somGetClass()
{
return SOM_ResolveD(this,ShapePart,SOMObject,somGetClass)
(this);
}
/* method: somGetClassName */
string somGetClassName()
{
return SOM_ResolveD(this,ShapePart,SOMObject,somGetClassName)
(this);
}
/* method: somGetSize */
long somGetSize()
{
return SOM_ResolveD(this,ShapePart,SOMObject,somGetSize)
(this);
}
/* method: somIsA */
boolean somIsA(SOMClass* aClassObj)
{
return SOM_ResolveD(this,ShapePart,SOMObject,somIsA)
(this,aClassObj);
}
/* method: somIsInstanceOf */
boolean somIsInstanceOf(SOMClass* aClassObj)
{
return SOM_ResolveD(this,ShapePart,SOMObject,somIsInstanceOf)
(this,aClassObj);
}
/* method: somRespondsTo */
boolean somRespondsTo(somId mId)
{
return SOM_ResolveD(this,ShapePart,SOMObject,somRespondsTo)
(this,mId);
}
/* va_list method: somDispatch */
/* the va_list invocation form */
boolean ShapePart_somDispatch(somToken* retValue,
somId methodId,
va_list ap)
{return SOM_ResolveD(this,ShapePart,SOMObject,somDispatch)
(this,retValue,methodId,ap);
}
/* the varargs invocation form */
boolean somDispatch(somToken* retValue,
somId methodId,
...)
{
va_list ap;
va_start(ap, methodId);
boolean __somResult =
SOM_ResolveD(this,ShapePart,SOMObject,somDispatch)
(this,retValue,methodId,ap);
va_end(ap);
return __somResult;
}
/* va_list method: somClassDispatch */
/* the va_list invocation form */
boolean ShapePart_somClassDispatch(SOMClass* clsObj,
somToken* retValue,
somId methodId,
va_list ap)
{return SOM_ResolveD(this,ShapePart,SOMObject,somClassDispatch)
(this,clsObj,retValue,methodId,ap);
}
/* the varargs invocation form */
boolean somClassDispatch(SOMClass* clsObj,
somToken* retValue,
somId methodId,
...)
{
va_list ap;
va_start(ap, methodId);
boolean __somResult =
SOM_ResolveD(this,ShapePart,SOMObject,somClassDispatch)
(this,clsObj,retValue,methodId,ap);
va_end(ap);
return __somResult;
}
/* method: somCastObj */
boolean somCastObj(SOMClass* cls)
{
return SOM_ResolveD(this,ShapePart,SOMObject,somCastObj)
(this,cls);
}
/* method: somResetObj */
boolean somResetObj()
{
return SOM_ResolveD(this,ShapePart,SOMObject,somResetObj)
(this);
}
/* va_list method: somDispatchV */
/* the va_list invocation form */
void ShapePart_somDispatchV(somId methodId,
somId descriptor,
va_list ap)
{ SOM_ResolveD(this,ShapePart,SOMObject,somDispatchV)
(this,methodId,descriptor,ap);
}
/* the varargs invocation form */
void somDispatchV(somId methodId,
somId descriptor,
...)
{
va_list ap;
va_start(ap, descriptor);
SOM_ResolveD(this,ShapePart,SOMObject,somDispatchV)
(this,methodId,descriptor,ap);
va_end(ap);
}
/* va_list method: somDispatchL */
/* the va_list invocation form */
long ShapePart_somDispatchL(somId methodId,
somId descriptor,
va_list ap)
{return SOM_ResolveD(this,ShapePart,SOMObject,somDispatchL)
(this,methodId,descriptor,ap);
}
/* the varargs invocation form */
long somDispatchL(somId methodId,
somId descriptor,
...)
{
va_list ap;
va_start(ap, descriptor);
long __somResult =
SOM_ResolveD(this,ShapePart,SOMObject,somDispatchL)
(this,methodId,descriptor,ap);
va_end(ap);
return __somResult;
}
/* va_list method: somDispatchA */
/* the va_list invocation form */
void* ShapePart_somDispatchA(somId methodId,
somId descriptor,
va_list ap)
{return SOM_ResolveD(this,ShapePart,SOMObject,somDispatchA)
(this,methodId,descriptor,ap);
}
/* the varargs invocation form */
void* somDispatchA(somId methodId,
somId descriptor,
...)
{
va_list ap;
va_start(ap, descriptor);
void* __somResult =
SOM_ResolveD(this,ShapePart,SOMObject,somDispatchA)
(this,methodId,descriptor,ap);
va_end(ap);
return __somResult;
}
/* va_list method: somDispatchD */
/* the va_list invocation form */
double ShapePart_somDispatchD(somId methodId,
somId descriptor,
va_list ap)
{return SOM_ResolveD(this,ShapePart,SOMObject,somDispatchD)
(this,methodId,descriptor,ap);
}
/* the varargs invocation form */
double somDispatchD(somId methodId,
somId descriptor,
...)
{
va_list ap;
va_start(ap, descriptor);
double __somResult =
SOM_ResolveD(this,ShapePart,SOMObject,somDispatchD)
(this,methodId,descriptor,ap);
va_end(ap);
return __somResult;
}
/* method: somPrintSelf */
SOMObject* somPrintSelf()
{
return SOM_ResolveD(this,ShapePart,SOMObject,somPrintSelf)
(this);
}
/* method: somDumpSelf */
void somDumpSelf(long level)
{
SOM_ResolveD(this,ShapePart,SOMObject,somDumpSelf)
(this,level);
}
/* method: somDumpSelfInt */
void somDumpSelfInt(long level)
{
SOM_ResolveD(this,ShapePart,SOMObject,somDumpSelfInt)
(this,level);
}
}; /* ShapePart */
#endif /* SOM_ShapePart_xh */
#ifndef SOM_M_ShapePart_xh
#define SOM_M_ShapePart_xh
class M_ShapePart;
#define M_ShapePart_MajorVersion 0
#define M_ShapePart_MinorVersion 0
/* C++ SOM defs */
#include <somcls.xh>
#include <somcm.xh>
/* C++ parent defs */
#ifndef SOM_M_SimplePart_xh
#include <iodsimpl.xh>
#endif
#ifndef M_ShapePart_API
#define M_ShapePart_API
/*
* -- The Class API
*/
/*
* Start of bindings for IDL types
*/
/*
* End of bindings for IDL types.
*/
/*
* -- M_ShapePart is a metaclass for ShapePart. Make sure ShapePart is known.
*/
class ShapePart;
/* A procedure to create the M_ShapePart Class */
SOMEXTERN SOMClass * SOMLINK M_ShapePartNewClass(
integer4 majorVersion,
integer4 minorVersion);
/* The API to the M_ShapePart class object, and the methods it introduces. */
SOMEXTERN struct M_ShapePartClassDataStructure {
SOMClass *classObject;
} SOMDLINK M_ShapePartClassData;
#define _M_ShapePart M_ShapePartClassData.classObject
/* The API to parentMtabs for M_ShapePart, and the instance data it introduces. */
SOMEXTERN struct M_ShapePartCClassDataStructure {
somMethodTabs parentMtab;
somDToken instanceDataToken;
} SOMDLINK M_ShapePartCClassData;
/*
* -- Typedefs for M_ShapePart Method Procedures
*/
SOMEXTERN {
/*
* -- Typedefs for Reintroduced Wrapper Methods
*/
typedef ISOString SOMLINK somTP_M_ShapePart_clsGetODPartHandlerName(M_ShapePart *somSelf, Environment *ev);
typedef somTP_M_ShapePart_clsGetODPartHandlerName *somTD_M_ShapePart_clsGetODPartHandlerName;
typedef string SOMLINK somTP_M_ShapePart_clsGetODPartHandlerDisplayName(M_ShapePart *somSelf, Environment *ev);
typedef somTP_M_ShapePart_clsGetODPartHandlerDisplayName *somTD_M_ShapePart_clsGetODPartHandlerDisplayName;
typedef _IDL_SEQUENCE_PartKindInfo SOMLINK somTP_M_ShapePart_clsGetODPartKinds(M_ShapePart *somSelf, Environment *ev);
typedef somTP_M_ShapePart_clsGetODPartKinds *somTD_M_ShapePart_clsGetODPartKinds;
typedef string SOMLINK somTP_M_ShapePart_clsGetOLE2ClassId(M_ShapePart *somSelf, Environment *ev);
typedef somTP_M_ShapePart_clsGetOLE2ClassId *somTD_M_ShapePart_clsGetOLE2ClassId;
typedef string SOMLINK somTP_M_ShapePart_clsGetWindowsIconFileName(M_ShapePart *somSelf, Environment *ev);
typedef somTP_M_ShapePart_clsGetWindowsIconFileName *somTD_M_ShapePart_clsGetWindowsIconFileName;
typedef ShapePart* SOMLINK somTP_M_ShapePart_somNew(M_ShapePart *somSelf);
typedef somTP_M_ShapePart_somNew *somTD_M_ShapePart_somNew;
typedef long SOMLINK somTP_M_ShapePart__get_somDataAlignment(M_ShapePart *somSelf);
typedef somTP_M_ShapePart__get_somDataAlignment *somTD_M_ShapePart__get_somDataAlignment;
typedef SOMClass_somOffsets SOMLINK somTP_M_ShapePart__get_somInstanceDataOffsets(M_ShapePart *somSelf);
typedef somTP_M_ShapePart__get_somInstanceDataOffsets *somTD_M_ShapePart__get_somInstanceDataOffsets;
typedef SOMClass_SOMClassSequence SOMLINK somTP_M_ShapePart__get_somDirectInitClasses(M_ShapePart *somSelf);
typedef somTP_M_ShapePart__get_somDirectInitClasses *somTD_M_ShapePart__get_somDirectInitClasses;
typedef SOMObject* SOMLINK somTP_M_ShapePart_somNewNoInit(M_ShapePart *somSelf);
typedef somTP_M_ShapePart_somNewNoInit *somTD_M_ShapePart_somNewNoInit;
typedef SOMObject* SOMLINK somTP_M_ShapePart_somRenew(M_ShapePart *somSelf,
void* obj);
typedef somTP_M_ShapePart_somRenew *somTD_M_ShapePart_somRenew;
typedef SOMObject* SOMLINK somTP_M_ShapePart_somRenewNoInit(M_ShapePart *somSelf,
void* obj);
typedef somTP_M_ShapePart_somRenewNoInit *somTD_M_ShapePart_somRenewNoInit;
typedef SOMObject* SOMLINK somTP_M_ShapePart_somRenewNoZero(M_ShapePart *somSelf,
void* obj);
typedef somTP_M_ShapePart_somRenewNoZero *somTD_M_ShapePart_somRenewNoZero;
typedef SOMObject* SOMLINK somTP_M_ShapePart_somRenewNoInitNoZero(M_ShapePart *somSelf,
void* obj);
typedef somTP_M_ShapePart_somRenewNoInitNoZero *somTD_M_ShapePart_somRenewNoInitNoZero;
typedef somToken SOMLINK somTP_M_ShapePart_somAllocate(M_ShapePart *somSelf,
long size);
typedef somTP_M_ShapePart_somAllocate *somTD_M_ShapePart_somAllocate;
typedef void SOMLINK somTP_M_ShapePart_somDeallocate(M_ShapePart *somSelf,
somToken memptr);
typedef somTP_M_ShapePart_somDeallocate *somTD_M_ShapePart_somDeallocate;
typedef void SOMLINK somTP_M_ShapePart_somInitClass(M_ShapePart *somSelf,
string className,
SOMClass* parentClass,
long dataSize,
long maxStaticMethods,
long majorVersion,
long minorVersion);
typedef somTP_M_ShapePart_somInitClass *somTD_M_ShapePart_somInitClass;
typedef void SOMLINK somTP_M_ShapePart_somInitMIClass(M_ShapePart *somSelf,
long inherit_vars,
string className,
SOMClass_SOMClassSequence* parentClasses,
long dataSize,
long dataAlignment,
long maxStaticMethods,
long majorVersion,
long minorVersion);
typedef somTP_M_ShapePart_somInitMIClass *somTD_M_ShapePart_somInitMIClass;
typedef somMToken SOMLINK somTP_M_ShapePart_somAddStaticMethod(M_ShapePart *somSelf,
somId methodId,
somId methodDescriptor,
somMethodPtr method,
somMethodPtr redispatchStub,
somMethodPtr applyStub);
typedef somTP_M_ShapePart_somAddStaticMethod *somTD_M_ShapePart_somAddStaticMethod;
typedef void SOMLINK somTP_M_ShapePart_somAddDynamicMethod(M_ShapePart *somSelf,
somId methodId,
somId methodDescriptor,
somMethodPtr method,
somMethodPtr applyStub);
typedef somTP_M_ShapePart_somAddDynamicMethod *somTD_M_ShapePart_somAddDynamicMethod;
typedef void SOMLINK somTP_M_ShapePart_somOverrideSMethod(M_ShapePart *somSelf,
somId methodId,
somMethodPtr method);
typedef somTP_M_ShapePart_somOverrideSMethod *somTD_M_ShapePart_somOverrideSMethod;
typedef void SOMLINK somTP_M_ShapePart_somClassReady(M_ShapePart *somSelf);
typedef somTP_M_ShapePart_somClassReady *somTD_M_ShapePart_somClassReady;
typedef somMethodPtr SOMLINK somTP_M_ShapePart_somGetApplyStub(M_ShapePart *somSelf,
somId methodId);
typedef somTP_M_ShapePart_somGetApplyStub *somTD_M_ShapePart_somGetApplyStub;
typedef somClassDataStructure* SOMLINK somTP_M_ShapePart_somGetClassData(M_ShapePart *somSelf);
typedef somTP_M_ShapePart_somGetClassData *somTD_M_ShapePart_somGetClassData;
typedef void SOMLINK somTP_M_ShapePart_somSetClassData(M_ShapePart *somSelf,
somClassDataStructure* cds);
typedef somTP_M_ShapePart_somSetClassData *somTD_M_ShapePart_somSetClassData;
typedef somMethodTab* SOMLINK somTP_M_ShapePart_somGetClassMtab(M_ShapePart *somSelf);
typedef somTP_M_ShapePart_somGetClassMtab *somTD_M_ShapePart_somGetClassMtab;
typedef long SOMLINK somTP_M_ShapePart_somGetInstanceOffset(M_ShapePart *somSelf);
typedef somTP_M_ShapePart_somGetInstanceOffset *somTD_M_ShapePart_somGetInstanceOffset;
typedef long SOMLINK somTP_M_ShapePart_somGetInstancePartSize(M_ShapePart *somSelf);
typedef somTP_M_ShapePart_somGetInstancePartSize *somTD_M_ShapePart_somGetInstancePartSize;
typedef long SOMLINK somTP_M_ShapePart_somGetInstanceSize(M_ShapePart *somSelf);
typedef somTP_M_ShapePart_somGetInstanceSize *somTD_M_ShapePart_somGetInstanceSize;
typedef somDToken SOMLINK somTP_M_ShapePart_somGetInstanceToken(M_ShapePart *somSelf);
typedef somTP_M_ShapePart_somGetInstanceToken *somTD_M_ShapePart_somGetInstanceToken;
typedef somDToken SOMLINK somTP_M_ShapePart_somGetMemberToken(M_ShapePart *somSelf,
long memberOffset,
somDToken instanceToken);
typedef somTP_M_ShapePart_somGetMemberToken *somTD_M_ShapePart_somGetMemberToken;
typedef boolean SOMLINK somTP_M_ShapePart_somGetMethodData(M_ShapePart *somSelf,
somId methodId,
somMethodData* md);
typedef somTP_M_ShapePart_somGetMethodData *somTD_M_ShapePart_somGetMethodData;
typedef somMethodProc* SOMLINK somTP_M_ShapePart_somGetRdStub(M_ShapePart *somSelf,
somId methodId);
typedef somTP_M_ShapePart_somGetRdStub *somTD_M_ShapePart_somGetRdStub;
typedef somId SOMLINK somTP_M_ShapePart_somGetMethodDescriptor(M_ShapePart *somSelf,
somId methodId);
typedef somTP_M_ShapePart_somGetMethodDescriptor *somTD_M_ShapePart_somGetMethodDescriptor;
typedef long SOMLINK somTP_M_ShapePart_somGetMethodIndex(M_ShapePart *somSelf,
somId id);
typedef somTP_M_ShapePart_somGetMethodIndex *somTD_M_ShapePart_somGetMethodIndex;
typedef somMToken SOMLINK somTP_M_ShapePart_somGetMethodToken(M_ShapePart *somSelf,
somId methodId);
typedef somTP_M_ShapePart_somGetMethodToken *somTD_M_ShapePart_somGetMethodToken;
typedef string SOMLINK somTP_M_ShapePart_somGetName(M_ShapePart *somSelf);
typedef somTP_M_ShapePart_somGetName *somTD_M_ShapePart_somGetName;
typedef boolean SOMLINK somTP_M_ShapePart_somGetNthMethodData(M_ShapePart *somSelf,
long n,
somMethodData* md);
typedef somTP_M_ShapePart_somGetNthMethodData *somTD_M_ShapePart_somGetNthMethodData;
typedef somId SOMLINK somTP_M_ShapePart_somGetNthMethodInfo(M_ShapePart *somSelf,
long n,
somId* descriptor);
typedef somTP_M_ShapePart_somGetNthMethodInfo *somTD_M_ShapePart_somGetNthMethodInfo;
typedef long SOMLINK somTP_M_ShapePart_somGetNumMethods(M_ShapePart *somSelf);
typedef somTP_M_ShapePart_somGetNumMethods *somTD_M_ShapePart_somGetNumMethods;
typedef long SOMLINK somTP_M_ShapePart_somGetNumStaticMethods(M_ShapePart *somSelf);
typedef somTP_M_ShapePart_somGetNumStaticMethods *somTD_M_ShapePart_somGetNumStaticMethods;
typedef SOMClass* SOMLINK somTP_M_ShapePart_somGetParent(M_ShapePart *somSelf);
typedef somTP_M_ShapePart_somGetParent *somTD_M_ShapePart_somGetParent;
typedef SOMClass_SOMClassSequence SOMLINK somTP_M_ShapePart_somGetParents(M_ShapePart *somSelf);
typedef somTP_M_ShapePart_somGetParents *somTD_M_ShapePart_somGetParents;
typedef void SOMLINK somTP_M_ShapePart_somGetVersionNumbers(M_ShapePart *somSelf,
long* majorVersion,
long* minorVersion);
typedef somTP_M_ShapePart_somGetVersionNumbers *somTD_M_ShapePart_somGetVersionNumbers;
typedef boolean SOMLINK somTP_M_ShapePart_somFindMethod(M_ShapePart *somSelf,
somId methodId,
somMethodPtr* m);
typedef somTP_M_ShapePart_somFindMethod *somTD_M_ShapePart_somFindMethod;
typedef boolean SOMLINK somTP_M_ShapePart_somFindMethodOk(M_ShapePart *somSelf,
somId methodId,
somMethodPtr* m);
typedef somTP_M_ShapePart_somFindMethodOk *somTD_M_ShapePart_somFindMethodOk;
typedef somMethodPtr SOMLINK somTP_M_ShapePart_somFindSMethod(M_ShapePart *somSelf,
somId methodId);
typedef somTP_M_ShapePart_somFindSMethod *somTD_M_ShapePart_somFindSMethod;
typedef somMethodPtr SOMLINK somTP_M_ShapePart_somFindSMethodOk(M_ShapePart *somSelf,
somId methodId);
typedef somTP_M_ShapePart_somFindSMethodOk *somTD_M_ShapePart_somFindSMethodOk;
typedef somMethodPtr SOMLINK somTP_M_ShapePart_somLookupMethod(M_ShapePart *somSelf,
somId methodId);
typedef somTP_M_ShapePart_somLookupMethod *somTD_M_ShapePart_somLookupMethod;
typedef boolean SOMLINK somTP_M_ShapePart_somCheckVersion(M_ShapePart *somSelf,
long majorVersion,
long minorVersion);
typedef somTP_M_ShapePart_somCheckVersion *somTD_M_ShapePart_somCheckVersion;
typedef boolean SOMLINK somTP_M_ShapePart_somDescendedFrom(M_ShapePart *somSelf,
SOMClass* aClassObj);
typedef somTP_M_ShapePart_somDescendedFrom *somTD_M_ShapePart_somDescendedFrom;
typedef boolean SOMLINK somTP_M_ShapePart_somSupportsMethod(M_ShapePart *somSelf,
somId mId);
typedef somTP_M_ShapePart_somSupportsMethod *somTD_M_ShapePart_somSupportsMethod;
typedef somMethodPtr SOMLINK somTP_M_ShapePart_somDefinedMethod(M_ShapePart *somSelf,
somMToken method);
typedef somTP_M_ShapePart_somDefinedMethod *somTD_M_ShapePart_somDefinedMethod;
typedef void SOMLINK somTP_M_ShapePart_somOverrideMtab(M_ShapePart *somSelf);
typedef somTP_M_ShapePart_somOverrideMtab *somTD_M_ShapePart_somOverrideMtab;
typedef void SOMLINK somTP_M_ShapePart_somDefaultInit(M_ShapePart *somSelf,
som3InitCtrl* ctrl);
typedef somTP_M_ShapePart_somDefaultInit *somTD_M_ShapePart_somDefaultInit;
typedef void SOMLINK somTP_M_ShapePart_somDestruct(M_ShapePart *somSelf,
octet doFree,
som3DestructCtrl* ctrl);
typedef somTP_M_ShapePart_somDestruct *somTD_M_ShapePart_somDestruct;
typedef void SOMLINK somTP_M_ShapePart_somDefaultCopyInit(M_ShapePart *somSelf,
som3InitCtrl* ctrl,
SOMObject* fromObj);
typedef somTP_M_ShapePart_somDefaultCopyInit *somTD_M_ShapePart_somDefaultCopyInit;
typedef M_ShapePart* SOMLINK somTP_M_ShapePart_somDefaultAssign(M_ShapePart *somSelf,
som3AssignCtrl* ctrl,
SOMObject* fromObj);
typedef somTP_M_ShapePart_somDefaultAssign *somTD_M_ShapePart_somDefaultAssign;
typedef void SOMLINK somTP_M_ShapePart_somDefaultConstCopyInit(M_ShapePart *somSelf,
som3InitCtrl* ctrl,
SOMObject* fromObj);
typedef somTP_M_ShapePart_somDefaultConstCopyInit *somTD_M_ShapePart_somDefaultConstCopyInit;
typedef void SOMLINK somTP_M_ShapePart_somDefaultVCopyInit(M_ShapePart *somSelf,
som3InitCtrl* ctrl,
SOMObject* fromObj);
typedef somTP_M_ShapePart_somDefaultVCopyInit *somTD_M_ShapePart_somDefaultVCopyInit;
typedef void SOMLINK somTP_M_ShapePart_somDefaultConstVCopyInit(M_ShapePart *somSelf,
som3InitCtrl* ctrl,
SOMObject* fromObj);
typedef somTP_M_ShapePart_somDefaultConstVCopyInit *somTD_M_ShapePart_somDefaultConstVCopyInit;
typedef M_ShapePart* SOMLINK somTP_M_ShapePart_somDefaultConstAssign(M_ShapePart *somSelf,
som3AssignCtrl* ctrl,
SOMObject* fromObj);
typedef somTP_M_ShapePart_somDefaultConstAssign *somTD_M_ShapePart_somDefaultConstAssign;
typedef M_ShapePart* SOMLINK somTP_M_ShapePart_somDefaultVAssign(M_ShapePart *somSelf,
som3AssignCtrl* ctrl,
SOMObject* fromObj);
typedef somTP_M_ShapePart_somDefaultVAssign *somTD_M_ShapePart_somDefaultVAssign;
typedef M_ShapePart* SOMLINK somTP_M_ShapePart_somDefaultConstVAssign(M_ShapePart *somSelf,
som3AssignCtrl* ctrl,
SOMObject* fromObj);
typedef somTP_M_ShapePart_somDefaultConstVAssign *somTD_M_ShapePart_somDefaultConstVAssign;
typedef void SOMLINK somTP_M_ShapePart_somInit(M_ShapePart *somSelf);
typedef somTP_M_ShapePart_somInit *somTD_M_ShapePart_somInit;
typedef void SOMLINK somTP_M_ShapePart_somFree(M_ShapePart *somSelf);
typedef somTP_M_ShapePart_somFree *somTD_M_ShapePart_somFree;
typedef void SOMLINK somTP_M_ShapePart_somUninit(M_ShapePart *somSelf);
typedef somTP_M_ShapePart_somUninit *somTD_M_ShapePart_somUninit;
typedef SOMClass* SOMLINK somTP_M_ShapePart_somGetClass(M_ShapePart *somSelf);
typedef somTP_M_ShapePart_somGetClass *somTD_M_ShapePart_somGetClass;
typedef string SOMLINK somTP_M_ShapePart_somGetClassName(M_ShapePart *somSelf);
typedef somTP_M_ShapePart_somGetClassName *somTD_M_ShapePart_somGetClassName;
typedef long SOMLINK somTP_M_ShapePart_somGetSize(M_ShapePart *somSelf);
typedef somTP_M_ShapePart_somGetSize *somTD_M_ShapePart_somGetSize;
typedef boolean SOMLINK somTP_M_ShapePart_somIsA(M_ShapePart *somSelf,
SOMClass* aClassObj);
typedef somTP_M_ShapePart_somIsA *somTD_M_ShapePart_somIsA;
typedef boolean SOMLINK somTP_M_ShapePart_somIsInstanceOf(M_ShapePart *somSelf,
SOMClass* aClassObj);
typedef somTP_M_ShapePart_somIsInstanceOf *somTD_M_ShapePart_somIsInstanceOf;
typedef boolean SOMLINK somTP_M_ShapePart_somRespondsTo(M_ShapePart *somSelf,
somId mId);
typedef somTP_M_ShapePart_somRespondsTo *somTD_M_ShapePart_somRespondsTo;
typedef boolean SOMLINK somTP_M_ShapePart_somDispatch(M_ShapePart *somSelf,
somToken* retValue,
somId methodId,
va_list ap);
typedef somTP_M_ShapePart_somDispatch *somTD_M_ShapePart_somDispatch;
typedef boolean SOMLINK somTP_M_ShapePart_somClassDispatch(M_ShapePart *somSelf,
SOMClass* clsObj,
somToken* retValue,
somId methodId,
va_list ap);
typedef somTP_M_ShapePart_somClassDispatch *somTD_M_ShapePart_somClassDispatch;
typedef boolean SOMLINK somTP_M_ShapePart_somCastObj(M_ShapePart *somSelf,
SOMClass* cls);
typedef somTP_M_ShapePart_somCastObj *somTD_M_ShapePart_somCastObj;
typedef boolean SOMLINK somTP_M_ShapePart_somResetObj(M_ShapePart *somSelf);
typedef somTP_M_ShapePart_somResetObj *somTD_M_ShapePart_somResetObj;
typedef void SOMLINK somTP_M_ShapePart_somDispatchV(M_ShapePart *somSelf,
somId methodId,
somId descriptor,
va_list ap);
typedef somTP_M_ShapePart_somDispatchV *somTD_M_ShapePart_somDispatchV;
typedef long SOMLINK somTP_M_ShapePart_somDispatchL(M_ShapePart *somSelf,
somId methodId,
somId descriptor,
va_list ap);
typedef somTP_M_ShapePart_somDispatchL *somTD_M_ShapePart_somDispatchL;
typedef void* SOMLINK somTP_M_ShapePart_somDispatchA(M_ShapePart *somSelf,
somId methodId,
somId descriptor,
va_list ap);
typedef somTP_M_ShapePart_somDispatchA *somTD_M_ShapePart_somDispatchA;
typedef double SOMLINK somTP_M_ShapePart_somDispatchD(M_ShapePart *somSelf,
somId methodId,
somId descriptor,
va_list ap);
typedef somTP_M_ShapePart_somDispatchD *somTD_M_ShapePart_somDispatchD;
typedef SOMObject* SOMLINK somTP_M_ShapePart_somPrintSelf(M_ShapePart *somSelf);
typedef somTP_M_ShapePart_somPrintSelf *somTD_M_ShapePart_somPrintSelf;
typedef void SOMLINK somTP_M_ShapePart_somDumpSelf(M_ShapePart *somSelf,
long level);
typedef somTP_M_ShapePart_somDumpSelf *somTD_M_ShapePart_somDumpSelf;
typedef void SOMLINK somTP_M_ShapePart_somDumpSelfInt(M_ShapePart *somSelf,
long level);
typedef somTP_M_ShapePart_somDumpSelfInt *somTD_M_ShapePart_somDumpSelfInt;
}
#endif /* M_ShapePart_API */
/*
* -- 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))
/*
* -- The C++ Wrapper Class for M_ShapePart
*/
class M_ShapePart : public M_SimplePart
{
public:
// M_ShapePart::new creates the class object if necessary, and then uses somNewNoInit
// to allocate memory and create the object. Initialization is in ctors.
void *operator new(size_t)
{
if (!_M_ShapePart) M_ShapePartNewClass(M_ShapePart_MajorVersion,M_ShapePart_MinorVersion);
return (void*)
SOM_Resolve(_M_ShapePart,SOMClass,somNewNoInit)
((SOMClass *)((void*)_M_ShapePart));
}
// M_ShapePart::delete uses somDestruct.
void operator delete(void * obj)
{
if (obj && *(void**)obj) {
SOM_Resolve(obj,SOMObject,somFree)
((SOMObject*)obj);
}
}
M_ShapePart& operator=(M_ShapePart& fromObj)
{
this->somDefaultAssign(0,(SOMObject*)((void*)&fromObj));
return *this;
}
M_ShapePart()
{
if (*(void**)this !=
((somParentMtabStructPtr)
(M_ShapePartCClassData.parentMtab))->mtab)
return;
((SOMObject*)((void*)this))->somDefaultInit(0);
}
M_ShapePart(M_ShapePart* fromObj)
{
if (*(void**)this !=
((somParentMtabStructPtr)
(M_ShapePartCClassData.parentMtab))->mtab)
return;
((SOMObject*)((void*)this))->somDefaultCopyInit(0,((SOMObject*)((void*)fromObj)));
}
#ifdef __IBMCPP__
#pragma info(nocnv,nopar)
#endif
M_ShapePart(const M_ShapePart* fromObj)
{
if (*(void**)this !=
((somParentMtabStructPtr)
(M_ShapePartCClassData.parentMtab))->mtab)
return;
((SOMObject*)((void*)this))->somDefaultConstCopyInit(0,((SOMObject*)((void*)fromObj)));
}
#ifdef __IBMCPP__
#pragma info(restore)
#endif
/*
* Reintroduce inherited methods
*/
/* method: clsGetODPartHandlerName */
ISOString clsGetODPartHandlerName(Environment *ev)
{
#ifdef SOMCHKEXCEPT
ISOString __somResult =
SOM_ResolveD(this,M_ShapePart,M_ODPart,clsGetODPartHandlerName)
(this, ev);
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
return __somResult;
#else
return SOM_ResolveD(this,M_ShapePart,M_ODPart,clsGetODPartHandlerName)
(this, ev);
#endif
}
/* method: clsGetODPartHandlerDisplayName */
string clsGetODPartHandlerDisplayName(Environment *ev)
{
#ifdef SOMCHKEXCEPT
string __somResult =
SOM_ResolveD(this,M_ShapePart,M_ODPart,clsGetODPartHandlerDisplayName)
(this, ev);
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
return __somResult;
#else
return SOM_ResolveD(this,M_ShapePart,M_ODPart,clsGetODPartHandlerDisplayName)
(this, ev);
#endif
}
/* method: clsGetODPartKinds */
_IDL_SEQUENCE_PartKindInfo clsGetODPartKinds(Environment *ev)
{
#ifdef SOMCHKEXCEPT
_IDL_SEQUENCE_PartKindInfo __somResult =
SOM_ResolveD(this,M_ShapePart,M_ODPart,clsGetODPartKinds)
(this, ev);
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
return __somResult;
#else
return SOM_ResolveD(this,M_ShapePart,M_ODPart,clsGetODPartKinds)
(this, ev);
#endif
}
/* method: clsGetOLE2ClassId */
string clsGetOLE2ClassId(Environment *ev)
{
#ifdef SOMCHKEXCEPT
string __somResult =
SOM_ResolveD(this,M_ShapePart,M_ODPart,clsGetOLE2ClassId)
(this, ev);
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
return __somResult;
#else
return SOM_ResolveD(this,M_ShapePart,M_ODPart,clsGetOLE2ClassId)
(this, ev);
#endif
}
/* method: clsGetWindowsIconFileName */
string clsGetWindowsIconFileName(Environment *ev)
{
#ifdef SOMCHKEXCEPT
string __somResult =
SOM_ResolveD(this,M_ShapePart,M_ODPart,clsGetWindowsIconFileName)
(this, ev);
if ( ev->_major != NO_EXCEPTION )
SOMCHKEXCEPT;
return __somResult;
#else
return SOM_ResolveD(this,M_ShapePart,M_ODPart,clsGetWindowsIconFileName)
(this, ev);
#endif
}
/* method: somNew */
ShapePart* somNew()
{
return SOM_ResolveD(this,M_ShapePart,SOMClass,somNew)
(this);
}
/* method: _get_somDataAlignment */
long _get_somDataAlignment()
{
/*
* Method from the IDL attribute statement:
* "readonly attribute long somDataAlignment"
*/
return SOM_ResolveD(this,M_ShapePart,SOMClass,_get_somDataAlignment)
(this);
}
/* nonstatic method: _get_somInstanceDataOffsets */
SOMClass_somOffsets _get_somInstanceDataOffsets()
{
/*
* Method from the IDL attribute statement:
* "readonly attribute SOMClass_somOffsets somInstanceDataOffsets"
*/
return SOM_ResolveD(this,M_ShapePart,SOMClass,_get_somInstanceDataOffsets)
(this);
}
/* nonstatic method: _get_somDirectInitClasses */
SOMClass_SOMClassSequence _get_somDirectInitClasses()
{
/*
* Method from the IDL attribute statement:
* "readonly attribute SOMClass_SOMClassSequence somDirectInitClasses"
*/
return SOM_ResolveD(this,M_ShapePart,SOMClass,_get_somDirectInitClasses)
(this);
}
/* method: somNewNoInit */
SOMObject* somNewNoInit()
{
return SOM_ResolveD(this,M_ShapePart,SOMClass,somNewNoInit)
(this);
}
/* method: somRenew */
SOMObject* somRenew(void* obj)
{
return SOM_ResolveD(this,M_ShapePart,SOMClass,somRenew)
(this,obj);
}
/* method: somRenewNoInit */
SOMObject* somRenewNoInit(void* obj)
{
return SOM_ResolveD(this,M_ShapePart,SOMClass,somRenewNoInit)
(this,obj);
}
/* method: somRenewNoZero */
SOMObject* somRenewNoZero(void* obj)
{
return SOM_ResolveD(this,M_ShapePart,SOMClass,somRenewNoZero)
(this,obj);
}
/* method: somRenewNoInitNoZero */
SOMObject* somRenewNoInitNoZero(void* obj)
{
return SOM_ResolveD(this,M_ShapePart,SOMClass,somRenewNoInitNoZero)
(this,obj);
}
/* nonstatic method: somAllocate */
somToken somAllocate(long size)
{
return SOM_ResolveD(this,M_ShapePart,SOMClass,somAllocate)
(this,size);
}
/* nonstatic method: somDeallocate */
void somDeallocate(somToken memptr)
{
SOM_ResolveD(this,M_ShapePart,SOMClass,somDeallocate)
(this,memptr);
}
/* method: somInitClass */
void somInitClass(string className,
SOMClass* parentClass,
long dataSize,
long maxStaticMethods,
long majorVersion,
long minorVersion)
{
SOM_ResolveD(this,M_ShapePart,SOMClass,somInitClass)
(this,className,parentClass,dataSize,maxStaticMethods,majorVersion,minorVersion);
}
/* method: somInitMIClass */
void somInitMIClass(long inherit_vars,
string className,
SOMClass_SOMClassSequence* parentClasses,
long dataSize,
long dataAlignment,
long maxStaticMethods,
long majorVersion,
long minorVersion)
{
SOM_ResolveD(this,M_ShapePart,SOMClass,somInitMIClass)
(this,inherit_vars,className,parentClasses,dataSize,dataAlignment,maxStaticMethods,majorVersion,minorVersion);
}
/* method: somAddStaticMethod */
somMToken somAddStaticMethod(somId methodId,
somId methodDescriptor,
somMethodPtr method,
somMethodPtr redispatchStub,
somMethodPtr applyStub)
{
return SOM_ResolveD(this,M_ShapePart,SOMClass,somAddStaticMethod)
(this,methodId,methodDescriptor,method,redispatchStub,applyStub);
}
/* method: somAddDynamicMethod */
void somAddDynamicMethod(somId methodId,
somId methodDescriptor,
somMethodPtr method,
somMethodPtr applyStub)
{
SOM_ResolveD(this,M_ShapePart,SOMClass,somAddDynamicMethod)
(this,methodId,methodDescriptor,method,applyStub);
}
/* method: somOverrideSMethod */
void somOverrideSMethod(somId methodId,
somMethodPtr method)
{
SOM_ResolveD(this,M_ShapePart,SOMClass,somOverrideSMethod)
(this,methodId,method);
}
/* method: somClassReady */
void somClassReady()
{
SOM_ResolveD(this,M_ShapePart,SOMClass,somClassReady)
(this);
}
/* method: somGetApplyStub */
somMethodPtr somGetApplyStub(somId methodId)
{
return SOM_ResolveD(this,M_ShapePart,SOMClass,somGetApplyStub)
(this,methodId);
}
/* method: somGetClassData */
somClassDataStructure* somGetClassData()
{
return SOM_ResolveD(this,M_ShapePart,SOMClass,somGetClassData)
(this);
}
/* method: somSetClassData */
void somSetClassData(somClassDataStructure* cds)
{
SOM_ResolveD(this,M_ShapePart,SOMClass,somSetClassData)
(this,cds);
}
/* method: somGetClassMtab */
somMethodTab* somGetClassMtab()
{
return SOM_ResolveD(this,M_ShapePart,SOMClass,somGetClassMtab)
(this);
}
/* method: somGetInstanceOffset */
long somGetInstanceOffset()
{
return SOM_ResolveD(this,M_ShapePart,SOMClass,somGetInstanceOffset)
(this);
}
/* method: somGetInstancePartSize */
long somGetInstancePartSize()
{
return SOM_ResolveD(this,M_ShapePart,SOMClass,somGetInstancePartSize)
(this);
}
/* method: somGetInstanceSize */
long somGetInstanceSize()
{
return SOM_ResolveD(this,M_ShapePart,SOMClass,somGetInstanceSize)
(this);
}
/* method: somGetInstanceToken */
somDToken somGetInstanceToken()
{
return SOM_ResolveD(this,M_ShapePart,SOMClass,somGetInstanceToken)
(this);
}
/* method: somGetMemberToken */
somDToken somGetMemberToken(long memberOffset,
somDToken instanceToken)
{
return SOM_ResolveD(this,M_ShapePart,SOMClass,somGetMemberToken)
(this,memberOffset,instanceToken);
}
/* method: somGetMethodData */
boolean somGetMethodData(somId methodId,
somMethodData* md)
{
return SOM_ResolveD(this,M_ShapePart,SOMClass,somGetMethodData)
(this,methodId,md);
}
/* method: somGetRdStub */
somMethodProc* somGetRdStub(somId methodId)
{
return SOM_ResolveD(this,M_ShapePart,SOMClass,somGetRdStub)
(this,methodId);
}
/* method: somGetMethodDescriptor */
somId somGetMethodDescriptor(somId methodId)
{
return SOM_ResolveD(this,M_ShapePart,SOMClass,somGetMethodDescriptor)
(this,methodId);
}
/* method: somGetMethodIndex */
long somGetMethodIndex(somId id)
{
return SOM_ResolveD(this,M_ShapePart,SOMClass,somGetMethodIndex)
(this,id);
}
/* method: somGetMethodToken */
somMToken somGetMethodToken(somId methodId)
{
return SOM_ResolveD(this,M_ShapePart,SOMClass,somGetMethodToken)
(this,methodId);
}
/* method: somGetName */
string somGetName()
{
return SOM_ResolveD(this,M_ShapePart,SOMClass,somGetName)
(this);
}
/* method: somGetNthMethodData */
boolean somGetNthMethodData(long n,
somMethodData* md)
{
return SOM_ResolveD(this,M_ShapePart,SOMClass,somGetNthMethodData)
(this,n,md);
}
/* method: somGetNthMethodInfo */
somId somGetNthMethodInfo(long n,
somId* descriptor)
{
return SOM_ResolveD(this,M_ShapePart,SOMClass,somGetNthMethodInfo)
(this,n,descriptor);
}
/* method: somGetNumMethods */
long somGetNumMethods()
{
return SOM_ResolveD(this,M_ShapePart,SOMClass,somGetNumMethods)
(this);
}
/* method: somGetNumStaticMethods */
long somGetNumStaticMethods()
{
return SOM_ResolveD(this,M_ShapePart,SOMClass,somGetNumStaticMethods)
(this);
}
/* method: somGetParent */
SOMClass* somGetParent()
{
return SOM_ResolveD(this,M_ShapePart,SOMClass,somGetParent)
(this);
}
/* method: somGetParents */
SOMClass_SOMClassSequence somGetParents()
{
return SOM_ResolveD(this,M_ShapePart,SOMClass,somGetParents)
(this);
}
/* method: somGetVersionNumbers */
void somGetVersionNumbers(long* majorVersion,
long* minorVersion)
{
SOM_ResolveD(this,M_ShapePart,SOMClass,somGetVersionNumbers)
(this,majorVersion,minorVersion);
}
/* method: somFindMethod */
boolean somFindMethod(somId methodId,
somMethodPtr* m)
{
return SOM_ResolveD(this,M_ShapePart,SOMClass,somFindMethod)
(this,methodId,m);
}
/* method: somFindMethodOk */
boolean somFindMethodOk(somId methodId,
somMethodPtr* m)
{
return SOM_ResolveD(this,M_ShapePart,SOMClass,somFindMethodOk)
(this,methodId,m);
}
/* method: somFindSMethod */
somMethodPtr somFindSMethod(somId methodId)
{
return SOM_ResolveD(this,M_ShapePart,SOMClass,somFindSMethod)
(this,methodId);
}
/* method: somFindSMethodOk */
somMethodPtr somFindSMethodOk(somId methodId)
{
return SOM_ResolveD(this,M_ShapePart,SOMClass,somFindSMethodOk)
(this,methodId);
}
/* method: somLookupMethod */
somMethodPtr somLookupMethod(somId methodId)
{
return SOM_ResolveD(this,M_ShapePart,SOMClass,somLookupMethod)
(this,methodId);
}
/* method: somCheckVersion */
boolean somCheckVersion(long majorVersion,
long minorVersion)
{
return SOM_ResolveD(this,M_ShapePart,SOMClass,somCheckVersion)
(this,majorVersion,minorVersion);
}
/* method: somDescendedFrom */
boolean somDescendedFrom(SOMClass* aClassObj)
{
return SOM_ResolveD(this,M_ShapePart,SOMClass,somDescendedFrom)
(this,aClassObj);
}
/* method: somSupportsMethod */
boolean somSupportsMethod(somId mId)
{
return SOM_ResolveD(this,M_ShapePart,SOMClass,somSupportsMethod)
(this,mId);
}
/* method: somDefinedMethod */
somMethodPtr somDefinedMethod(somMToken method)
{
return SOM_ResolveD(this,M_ShapePart,SOMClass,somDefinedMethod)
(this,method);
}
/* method: somOverrideMtab */
void somOverrideMtab()
{
SOM_ResolveD(this,M_ShapePart,SOMClass,somOverrideMtab)
(this);
}
/* initializer method: somDefaultInit */
void somDefaultInit(som3InitCtrl* ctrl)
{
SOM_ResolveD(this,M_ShapePart,SOMObject,somDefaultInit)
(this,ctrl);
}
/* method: somDestruct */
void somDestruct(octet doFree,
som3DestructCtrl* ctrl)
{
SOM_ResolveD(this,M_ShapePart,SOMObject,somDestruct)
(this,doFree,ctrl);
}
/* initializer method: somDefaultCopyInit */
void somDefaultCopyInit(som3InitCtrl* ctrl,
SOMObject* fromObj)
{
SOM_ResolveD(this,M_ShapePart,SOMObject,somDefaultCopyInit)
(this,ctrl,fromObj);
}
/* method: somDefaultAssign */
M_ShapePart* somDefaultAssign(som3AssignCtrl* ctrl,
SOMObject* fromObj)
{
return SOM_ResolveD(this,M_ShapePart,SOMObject,somDefaultAssign)
(this,ctrl,fromObj);
}
/* initializer method: somDefaultConstCopyInit */
void somDefaultConstCopyInit(som3InitCtrl* ctrl,
SOMObject* fromObj)
{
SOM_ResolveD(this,M_ShapePart,SOMObject,somDefaultConstCopyInit)
(this,ctrl,fromObj);
}
/* initializer method: somDefaultVCopyInit */
void somDefaultVCopyInit(som3InitCtrl* ctrl,
SOMObject* fromObj)
{
SOM_ResolveD(this,M_ShapePart,SOMObject,somDefaultVCopyInit)
(this,ctrl,fromObj);
}
/* initializer method: somDefaultConstVCopyInit */
void somDefaultConstVCopyInit(som3InitCtrl* ctrl,
SOMObject* fromObj)
{
SOM_ResolveD(this,M_ShapePart,SOMObject,somDefaultConstVCopyInit)
(this,ctrl,fromObj);
}
/* method: somDefaultConstAssign */
M_ShapePart* somDefaultConstAssign(som3AssignCtrl* ctrl,
SOMObject* fromObj)
{
return SOM_ResolveD(this,M_ShapePart,SOMObject,somDefaultConstAssign)
(this,ctrl,fromObj);
}
/* method: somDefaultVAssign */
M_ShapePart* somDefaultVAssign(som3AssignCtrl* ctrl,
SOMObject* fromObj)
{
return SOM_ResolveD(this,M_ShapePart,SOMObject,somDefaultVAssign)
(this,ctrl,fromObj);
}
/* method: somDefaultConstVAssign */
M_ShapePart* somDefaultConstVAssign(som3AssignCtrl* ctrl,
SOMObject* fromObj)
{
return SOM_ResolveD(this,M_ShapePart,SOMObject,somDefaultConstVAssign)
(this,ctrl,fromObj);
}
/* method: somInit */
void somInit()
{
SOM_ResolveD(this,M_ShapePart,SOMObject,somInit)
(this);
}
/* method: somFree */
void somFree()
{
SOM_ResolveD(this,M_ShapePart,SOMObject,somFree)
(this);
}
/* method: somUninit */
void somUninit()
{
SOM_ResolveD(this,M_ShapePart,SOMObject,somUninit)
(this);
}
/* method: somGetClass */
SOMClass* somGetClass()
{
return SOM_ResolveD(this,M_ShapePart,SOMObject,somGetClass)
(this);
}
/* method: somGetClassName */
string somGetClassName()
{
return SOM_ResolveD(this,M_ShapePart,SOMObject,somGetClassName)
(this);
}
/* method: somGetSize */
long somGetSize()
{
return SOM_ResolveD(this,M_ShapePart,SOMObject,somGetSize)
(this);
}
/* method: somIsA */
boolean somIsA(SOMClass* aClassObj)
{
return SOM_ResolveD(this,M_ShapePart,SOMObject,somIsA)
(this,aClassObj);
}
/* method: somIsInstanceOf */
boolean somIsInstanceOf(SOMClass* aClassObj)
{
return SOM_ResolveD(this,M_ShapePart,SOMObject,somIsInstanceOf)
(this,aClassObj);
}
/* method: somRespondsTo */
boolean somRespondsTo(somId mId)
{
return SOM_ResolveD(this,M_ShapePart,SOMObject,somRespondsTo)
(this,mId);
}
/* va_list method: somDispatch */
/* the va_list invocation form */
boolean M_ShapePart_somDispatch(somToken* retValue,
somId methodId,
va_list ap)
{return SOM_ResolveD(this,M_ShapePart,SOMObject,somDispatch)
(this,retValue,methodId,ap);
}
/* the varargs invocation form */
boolean somDispatch(somToken* retValue,
somId methodId,
...)
{
va_list ap;
va_start(ap, methodId);
boolean __somResult =
SOM_ResolveD(this,M_ShapePart,SOMObject,somDispatch)
(this,retValue,methodId,ap);
va_end(ap);
return __somResult;
}
/* va_list method: somClassDispatch */
/* the va_list invocation form */
boolean M_ShapePart_somClassDispatch(SOMClass* clsObj,
somToken* retValue,
somId methodId,
va_list ap)
{return SOM_ResolveD(this,M_ShapePart,SOMObject,somClassDispatch)
(this,clsObj,retValue,methodId,ap);
}
/* the varargs invocation form */
boolean somClassDispatch(SOMClass* clsObj,
somToken* retValue,
somId methodId,
...)
{
va_list ap;
va_start(ap, methodId);
boolean __somResult =
SOM_ResolveD(this,M_ShapePart,SOMObject,somClassDispatch)
(this,clsObj,retValue,methodId,ap);
va_end(ap);
return __somResult;
}
/* method: somCastObj */
boolean somCastObj(SOMClass* cls)
{
return SOM_ResolveD(this,M_ShapePart,SOMObject,somCastObj)
(this,cls);
}
/* method: somResetObj */
boolean somResetObj()
{
return SOM_ResolveD(this,M_ShapePart,SOMObject,somResetObj)
(this);
}
/* va_list method: somDispatchV */
/* the va_list invocation form */
void M_ShapePart_somDispatchV(somId methodId,
somId descriptor,
va_list ap)
{ SOM_ResolveD(this,M_ShapePart,SOMObject,somDispatchV)
(this,methodId,descriptor,ap);
}
/* the varargs invocation form */
void somDispatchV(somId methodId,
somId descriptor,
...)
{
va_list ap;
va_start(ap, descriptor);
SOM_ResolveD(this,M_ShapePart,SOMObject,somDispatchV)
(this,methodId,descriptor,ap);
va_end(ap);
}
/* va_list method: somDispatchL */
/* the va_list invocation form */
long M_ShapePart_somDispatchL(somId methodId,
somId descriptor,
va_list ap)
{return SOM_ResolveD(this,M_ShapePart,SOMObject,somDispatchL)
(this,methodId,descriptor,ap);
}
/* the varargs invocation form */
long somDispatchL(somId methodId,
somId descriptor,
...)
{
va_list ap;
va_start(ap, descriptor);
long __somResult =
SOM_ResolveD(this,M_ShapePart,SOMObject,somDispatchL)
(this,methodId,descriptor,ap);
va_end(ap);
return __somResult;
}
/* va_list method: somDispatchA */
/* the va_list invocation form */
void* M_ShapePart_somDispatchA(somId methodId,
somId descriptor,
va_list ap)
{return SOM_ResolveD(this,M_ShapePart,SOMObject,somDispatchA)
(this,methodId,descriptor,ap);
}
/* the varargs invocation form */
void* somDispatchA(somId methodId,
somId descriptor,
...)
{
va_list ap;
va_start(ap, descriptor);
void* __somResult =
SOM_ResolveD(this,M_ShapePart,SOMObject,somDispatchA)
(this,methodId,descriptor,ap);
va_end(ap);
return __somResult;
}
/* va_list method: somDispatchD */
/* the va_list invocation form */
double M_ShapePart_somDispatchD(somId methodId,
somId descriptor,
va_list ap)
{return SOM_ResolveD(this,M_ShapePart,SOMObject,somDispatchD)
(this,methodId,descriptor,ap);
}
/* the varargs invocation form */
double somDispatchD(somId methodId,
somId descriptor,
...)
{
va_list ap;
va_start(ap, descriptor);
double __somResult =
SOM_ResolveD(this,M_ShapePart,SOMObject,somDispatchD)
(this,methodId,descriptor,ap);
va_end(ap);
return __somResult;
}
/* method: somPrintSelf */
SOMObject* somPrintSelf()
{
return SOM_ResolveD(this,M_ShapePart,SOMObject,somPrintSelf)
(this);
}
/* method: somDumpSelf */
void somDumpSelf(long level)
{
SOM_ResolveD(this,M_ShapePart,SOMObject,somDumpSelf)
(this,level);
}
/* method: somDumpSelfInt */
void somDumpSelfInt(long level)
{
SOM_ResolveD(this,M_ShapePart,SOMObject,somDumpSelfInt)
(this,level);
}
}; /* M_ShapePart */
#endif /* SOM_M_ShapePart_xh */