home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cset21v5.zip / TOOLKT21 / SC / WPFSYS.SC < prev    next >
Text File  |  1993-05-03  |  5KB  |  247 lines

  1.  
  2. # This file was generated by the SOM Compiler.
  3. # FileName: wpfsys.sc.
  4. # Generated using:
  5. #     SOM Precompiler spc: 1.22
  6. #     SOM Emitter emitcsc: 1.10
  7.  
  8. /*
  9.  *  Module Header
  10.  * 
  11.  *  Module Name: WPFSYS
  12.  * 
  13.  *  OS/2 Presentation Manager Workplace class definitions
  14.  * 
  15.  *  Copyright (c) International Business Machines Corporation 1991, 1992
  16.  * 
  17.  */
  18.  
  19. #include "wpobject.sc"
  20.  
  21. class: WPFileSystem, 
  22.     external stem = wpfs, local, external prefix = fs_, 
  23.     classprefix = fsM_, major version = 1, minor version = 2, 
  24.     file stem = wpfsys;
  25.  
  26.  
  27. parent class: WPObject;
  28.  
  29.  
  30. release order:
  31.     wpSetRealName, withdrawn_wpQueryRealName, wpSetType, 
  32.     wpQueryType, wpSetAttr, wpQueryAttr, 
  33.     wpQueryFilename, wpAddFile1Page, wpAddFile2Page, 
  34.     wpAddFile3Page, wpAddFileMenuPage, wpQueryCreation, 
  35.     wpQueryLastAccess, wpQueryLastWrite, wpQueryFileSize, 
  36.     wpQueryEASize, wpSetDateInfo, wpSetFileSizeInfo, 
  37.     wpclsQueryInstanceType, wpclsQueryInstanceFilter, wpRefresh, 
  38.     wpPrintPlainTextFile, wpSetRefreshFlags, wpQueryRefreshFlags, 
  39.     wpQueryDriveData, wpSetTitleAndRenameFile, wpConfirmRenameFileWithExt, 
  40.     wpConfirmKeepAssoc, wpAddUserMenuItem, wpQueryDisk, 
  41.     wpclsQueryObjectFromPath, wpQueryDateInfo, wpSetNewRealName, 
  42.     wpAdoptNewRealName, wpQueryRealName, wpVerifyUpdateAccess, 
  43.     wpAddUserItemsToPopupMenu;
  44.  
  45. methods:
  46.  
  47.  
  48.     BOOL    wpSetRealName(PSZ pszName);
  49.  
  50.     BOOL    wpSetType(PSZ pszTypes,
  51.         PFEA2LIST pfeal);
  52.  
  53.     PSZ    wpQueryType();
  54.  
  55.     BOOL    wpSetAttr(ULONG attrFile);
  56.  
  57.     ULONG    wpQueryAttr();
  58.  
  59.     ULONG    wpAddFile1Page(HWND hwndNotebook);
  60.  
  61.     ULONG    wpAddFile2Page(HWND hwndNotebook);
  62.  
  63.     ULONG    wpAddFile3Page(HWND hwndNotebook);
  64.  
  65.     ULONG    wpAddFileMenuPage(HWND hwndNotebook);
  66.  
  67.     ULONG    wpQueryCreation(FDATE *fdate,
  68.         FTIME *ftime);
  69.  
  70.     ULONG    wpQueryLastAccess(FDATE *fdate,
  71.         FTIME *ftime);
  72.  
  73.     ULONG    wpQueryLastWrite(FDATE *fdate,
  74.         FTIME *ftime);
  75.  
  76.     ULONG    wpQueryFileSize();
  77.  
  78.     ULONG    wpQueryEASize();
  79.  
  80.     ULONG    wpSetDateInfo(FILEFINDBUF4 *pstFileFindBuf);
  81.  
  82.     ULONG    wpSetFileSizeInfo(ULONG cbFileSize,
  83.         ULONG cbEASize);
  84.  
  85.     BOOL    wpRefresh(ULONG ulView,
  86.         PVOID pReserved);
  87.  
  88.     ULONG    wpQueryRefreshFlags();
  89.  
  90.     BOOL    wpSetRefreshFlags(ULONG ulRefreshFlags);
  91.  
  92.     BOOL    wpPrintPlainTextFile(PPRINTDEST pPrintDest);
  93.  
  94.     BOOL    wpSetTitleAndRenameFile(PSZ pszNewTitle,
  95.         ULONG fConfirmations);
  96.  
  97.     ULONG    wpConfirmRenameFileWithExt();
  98.  
  99.     ULONG    wpVerifyUpdateAccess();
  100.  
  101.     BOOL    wpAddUserItemsToPopupMenu(HWND hwndMenu,
  102.         HWND hwndCnr,
  103.         ULONG iPosition);
  104.  
  105.     override wpUnInitData;
  106.  
  107.     -- From WPObject
  108.  
  109.     override wpQueryHandle;
  110.  
  111.     -- From WPObject
  112.  
  113.     override wpSaveImmediate;
  114.  
  115.     -- From WPObject
  116.  
  117.     override wpFilterPopupMenu;
  118.  
  119.     -- From WPObject
  120.  
  121.     override wpSetTitle;
  122.  
  123.     -- From WPObject
  124.  
  125.     override wpViewObject;
  126.  
  127.     -- From WPObject
  128.  
  129.     override wpSwitchTo;
  130.  
  131.     -- From WPObject
  132.  
  133.     override wpAddSettingsPages;
  134.  
  135.     -- From WPObject
  136.  
  137.     override wpCopyObject;
  138.  
  139.     -- From WPObject
  140.  
  141.     override wpCreateFromTemplate;
  142.  
  143.     -- From WPObject
  144.  
  145.     override wpMoveObject;
  146.  
  147.     -- From WPObject
  148.  
  149.     override wpQueryIconData;
  150.  
  151.     -- From WPObject
  152.  
  153.     override wpSetIconData;
  154.  
  155.     -- From WPObject
  156.  
  157.     override wpQueryDetailsData;
  158.  
  159.     -- From WPObject
  160.  
  161.     override wpModifyPopupMenu;
  162.  
  163.     -- From WPObject
  164.  
  165.     override wpSaveState;
  166.  
  167.     -- From WPObject
  168.  
  169.     override wpRestoreState;
  170.  
  171.     -- From WPObject
  172.  
  173.     override wpMenuItemSelected;
  174.  
  175.     -- From WPObject
  176.  
  177.     override wpOpen;
  178.  
  179.     -- From WPObject
  180.  
  181.     override wpDraggedOverObject;
  182.  
  183.     -- From WPObject
  184.  
  185.     override wpDroppedOnObject;
  186.  
  187.     -- From WPObject
  188.  
  189.     override wpFormatDragItem;
  190.  
  191.     -- From WPObject
  192.  
  193.     override wpQueryNameClashOptions;
  194.  
  195.     -- From WPObject
  196.  
  197.     override wpAppendObject;
  198.  
  199.     -- From WPObject
  200.  
  201.     override wpReplaceObject;
  202.  
  203.     -- From WPObject
  204.  
  205.     override wpQueryStyle;
  206.  
  207.     -- From WPObject
  208.  
  209.     override wpSetStyle;
  210.  
  211.     -- From WPObject
  212.  
  213.     WPObject *   wpclsQueryObjectFromPath(PSZ pszFQPath), class;
  214.  
  215.     PSZ    wpclsQueryInstanceType(), class;
  216.  
  217.     PSZ    wpclsQueryInstanceFilter(), class;
  218.  
  219.     BOOL    wpQueryRealName(PSZ pszFilename,
  220.         PULONG pcb,
  221.         BOOL fQualified);
  222.  
  223.     override wpclsInitData, class;
  224.  
  225.     -- From WPObject
  226.  
  227.     override wpclsQueryTitle, class;
  228.  
  229.     -- From WPObject
  230.  
  231.     override wpclsQueryDetailsInfo, class;
  232.  
  233.     -- From WPObject
  234.  
  235.     override wpclsQuerySearchInfo, class;
  236.  
  237.     -- From WPObject
  238.  
  239.     override wpDoesObjectMatch;
  240.  
  241.     -- From WPObject
  242.  
  243.     override wpclsQueryExtendedCriteria, class;
  244.  
  245.     -- From WPObject
  246.  
  247.