home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / odtlktv4.zip / ODTLKT / TOOLKIT / BETA / SAMPLES / OPENDOC / PARTS / PUBLIC / CNNOTEBK.XH < prev    next >
Text File  |  1995-12-14  |  5KB  |  190 lines

  1.  
  2. /*
  3.  * This file was generated by the SOM Compiler.
  4.  * FileName: E:\opendoc\rel\os2c\include\os2\cnnotebk.xh.
  5.  * Generated using:
  6.  *     SOM Precompiler somipc: 2.29.1.14
  7.  *     SOM Emitter emitxh: 2.43
  8.  */
  9.  
  10. /*
  11.  *  Theory of Operation
  12.  * 
  13.  * 
  14.  *   CNNotebk is implemented as a subclass of ODNotebk. The AddNotebookPages
  15.  *   method is overridden to allow the part to add only the background page. The
  16.  *   InsertBackgroundPage is added to provide the new page.
  17.  * 
  18.  *  Classes defined in this interface
  19.  * 
  20.  */
  21.  
  22.  
  23. #ifndef SOM_CNNotebook_xh
  24. #define SOM_CNNotebook_xh
  25.  
  26. class CNNotebook;
  27.  
  28. #define CNNotebook_MajorVersion 0
  29. #define CNNotebook_MinorVersion 0
  30.  
  31. /* C++ SOM defs */
  32. #include <somcls.xh>
  33. #include <somcm.xh>
  34.  
  35. /* C++ parent defs */
  36. #ifndef SOM_ODSettingsExtension_xh
  37. #include <Settings.xh>
  38. #endif
  39.  
  40. #ifndef CNNotebook_API
  41. #define CNNotebook_API
  42. /*
  43.  * -- The Class API
  44.  */
  45.  
  46. /*
  47.  * Start of bindings for IDL types
  48.  */
  49.  
  50. class SOMClass;
  51. class SOMObject;
  52. class ODFrame;
  53. class ODFacet;
  54. class ODPlatformCanvas;
  55. class ODObject;
  56. class ODExtension;
  57. class ODRefCntObject;
  58. class ODSettingsExtension;
  59. class ODPart;
  60. class ODTypeList;
  61. class EditorSet;
  62. class ODNameSpaceManager;
  63. class CNNotebook;
  64.  
  65. /*
  66.  * End of bindings for IDL types.
  67.  */
  68.  
  69. /* A procedure to create the CNNotebook Class */
  70. SOMEXTERN SOMClass * SOMLINK CNNotebookNewClass(
  71.         integer4 majorVersion,
  72.         integer4 minorVersion);
  73.  
  74. /* The API to the CNNotebook class object, and the methods it introduces. */
  75. SOMEXTERN struct CNNotebookClassDataStructure {
  76.     SOMClass *classObject;
  77.     somMToken InsertBackgroundPage;
  78. } SOMDLINK CNNotebookClassData;
  79. #define _CNNotebook CNNotebookClassData.classObject
  80.  
  81. /* The API to parentMtabs for CNNotebook, and the instance data it introduces. */
  82. SOMEXTERN struct CNNotebookCClassDataStructure {
  83.     somMethodTabs parentMtab;
  84.     somDToken              instanceDataToken;
  85. } SOMDLINK CNNotebookCClassData;
  86.  
  87. /*
  88.  * -- Typedefs for CNNotebook Method Procedures
  89.  */
  90. SOMEXTERN {
  91. typedef ODULong   SOMLINK somTP_CNNotebook_InsertBackgroundPage(CNNotebook *somSelf, Environment *ev, 
  92.         HWND hwndNotebook);
  93. typedef somTP_CNNotebook_InsertBackgroundPage *somTD_CNNotebook_InsertBackgroundPage;
  94. }
  95.  
  96. #endif /* CNNotebook_API */
  97.  
  98.  
  99. /*
  100.  * -- This emitter treats Method Tokens as Thunks by default.
  101.  * -- Use the sc modifier "nothunks" to change this default
  102.  */
  103. #undef somresolve_
  104. #define somresolve_(obj,mToken) ((somMethodProc*)((void)obj, mToken))
  105.  
  106. /*
  107.  * -- The C++ Wrapper Class for CNNotebook
  108.  */
  109. class CNNotebook : public ODSettingsExtension
  110. {
  111. public:
  112.  
  113. // CNNotebook::new creates the class object if necessary, and then uses somNewNoInit
  114. // to allocate memory and create the object. Initialization is in ctors.
  115. void *operator new(size_t)
  116. {
  117.    if (!_CNNotebook) CNNotebookNewClass(CNNotebook_MajorVersion,CNNotebook_MinorVersion);
  118.    return (void*)
  119.       SOM_Resolve(_CNNotebook,SOMClass,somNewNoInit)
  120.          ((SOMClass *)((void*)_CNNotebook));
  121. }
  122.  
  123. // CNNotebook::delete uses somDestruct.
  124. void operator delete(void * obj)
  125. {
  126.    if (obj && *(void**)obj) {
  127.       SOM_Resolve(obj,SOMObject,somDestruct)
  128.          ((SOMObject*)obj, 1, 0);
  129.    }
  130. }
  131.  
  132. CNNotebook& operator=(CNNotebook& fromObj)
  133. {
  134.    this->somDefaultAssign(0,(SOMObject*)((void*)&fromObj));
  135.    return *this;
  136. }
  137.  
  138. CNNotebook()
  139. {
  140.    if (*(void**)this != 
  141.        ((somParentMtabStructPtr)
  142.         (CNNotebookCClassData.parentMtab))->mtab)
  143.       return;
  144.    ((SOMObject*)((void*)this))->somDefaultInit(0);
  145. }
  146.  
  147. CNNotebook(CNNotebook* fromObj)
  148. {
  149.    if (*(void**)this != 
  150.        ((somParentMtabStructPtr)
  151.         (CNNotebookCClassData.parentMtab))->mtab)
  152.       return;
  153.    ((SOMObject*)((void*)this))->somDefaultCopyInit(0,((SOMObject*)((void*)fromObj)));
  154. }
  155.  
  156. CNNotebook(const CNNotebook* fromObj)
  157. {
  158.    if (*(void**)this != 
  159.        ((somParentMtabStructPtr)
  160.         (CNNotebookCClassData.parentMtab))->mtab)
  161.       return;
  162.    ((SOMObject*)((void*)this))->somDefaultConstCopyInit(0,((SOMObject*)((void*)fromObj)));
  163. }
  164.  
  165.  
  166. /* method: InsertBackgroundPage */
  167. ODULong   InsertBackgroundPage(Environment *ev, 
  168.         HWND hwndNotebook)
  169. {
  170. #ifdef SOMCHKEXCEPT
  171.    ODULong __somResult = 
  172.       SOM_ResolveD(this,CNNotebook,CNNotebook,InsertBackgroundPage)
  173.     (this, ev,hwndNotebook);
  174.    if ( ev->_major != NO_EXCEPTION )
  175.       SOMCHKEXCEPT;
  176.    return __somResult;
  177. #else
  178.    return SOM_ResolveD(this,CNNotebook,CNNotebook,InsertBackgroundPage)
  179.     (this, ev,hwndNotebook);
  180. #endif
  181. }
  182.  
  183.  
  184.  
  185. };   /* CNNotebook */
  186.  
  187.  
  188.  
  189. #endif       /* SOM_CNNotebook_xh */
  190.