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

  1.  
  2. # This file was generated by the SOM Compiler.
  3. # FileName: wpdataf.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: WPDATAF
  12.  * 
  13.  *  OS/2 Presentation Manager Workplace class definitions
  14.  * 
  15.  *  Copyright (c) International Business Machines Corporation 1991, 1992
  16.  * 
  17.  */
  18.  
  19. #include "wpfsys.sc"
  20.  
  21. class: WPDataFile, 
  22.     external stem = wpdf, local, external prefix = df_, 
  23.     classprefix = dfM_, major version = 1, minor version = 2, 
  24.     file stem = wpdataf;
  25.  
  26.  
  27. parent class: WPFileSystem;
  28.  
  29.  
  30. release order:
  31.     wpAddFileTypePage, wpPrintMetaFile, wpPrintPifFile, 
  32.     wpPrintPrinterSpecificFile, wpPrintUnknownFile, wpQueryAssociatedProgram, 
  33.     wpSetAssociatedFileIcon;
  34.  
  35. methods:
  36.  
  37.  
  38.     ULONG    wpAddFileTypePage(HWND hwndNotebook);
  39.  
  40.     BOOL    wpPrintMetaFile(PPRINTDEST pPrintDest);
  41.  
  42.     BOOL    wpPrintPifFile(PPRINTDEST pPrintDest);
  43.  
  44.     BOOL    wpPrintPrinterSpecificFile(PPRINTDEST pPrintDest);
  45.  
  46.     BOOL    wpPrintUnknownFile(PPRINTDEST pPrintDest);
  47.  
  48.     WPObject *   wpQueryAssociatedProgram(ULONG ulView,
  49.         PULONG pulHowMatched,
  50.         PSZ pszMatchString,
  51.         ULONG cbMatchString,
  52.         PSZ pszDefaultType);
  53.  
  54.     VOID    wpSetAssociatedFileIcon();
  55.  
  56.     override wpDragOver;
  57.  
  58.     -- From WPObject
  59.  
  60.     override wpRestoreState;
  61.  
  62.     -- From WPObject
  63.  
  64.     override wpSetDefaultView;
  65.  
  66.     -- From WPObject
  67.  
  68.     override wpSetRealName;
  69.  
  70.     -- From WPFileSystem
  71.  
  72.     override wpSetType;
  73.  
  74.     -- From WPFileSystem
  75.  
  76.     override wpUnInitData;
  77.  
  78.     -- From WPObject
  79.  
  80.     override wpAddSettingsPages;
  81.  
  82.     -- From WPObject
  83.  
  84.     override wpAddObjectWindowPage;
  85.  
  86.     -- From WPObject
  87.  
  88.     override wpOpen;
  89.  
  90.     -- From WPObject
  91.  
  92.     override wpPrintObject;
  93.  
  94.     -- From WPObject
  95.  
  96.     override wpModifyPopupMenu;
  97.  
  98.     -- From WPObject
  99.  
  100.     override wpMenuItemSelected;
  101.  
  102.     -- From WPObject
  103.  
  104.     override wpMenuItemHelpSelected;
  105.  
  106.     -- From WPObject
  107.  
  108.     override wpQueryDefaultHelp;
  109.  
  110.     -- From WPObject
  111.  
  112.     override wpFormatDragItem;
  113.  
  114.     -- From WPObject
  115.  
  116.     override wpConfirmRenameFileWithExt;
  117.  
  118.     -- From WPFileSystem
  119.  
  120.     override wpclsQueryTitle, class;
  121.  
  122.     -- From WPObject
  123.  
  124.     override wpclsQueryIconData, class;
  125.  
  126.     -- From WPObject
  127.  
  128.     override wpclsQueryStyle, class;
  129.  
  130.     -- From WPObject
  131.  
  132.     override wpclsQueryDefaultView, class;
  133.  
  134.     -- From WPObject
  135.  
  136.     override wpclsQueryDefaultHelp, class;
  137.  
  138.     -- From WPObject
  139.  
  140.