home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tolkit45.zip / os2tk45 / idl / wpqdr.idl < prev    next >
Text File  |  1999-03-15  |  2KB  |  93 lines

  1.  
  2. //  Module Header
  3. //
  4. //  Module Name: WPQDR
  5. //
  6. //  OS/2 Presentation Manager Workplace class definitions
  7. //
  8. //  Copyright (c) International Business Machines Corporation 1991, 1992
  9. //
  10.  
  11. #ifndef wpqdr_idl
  12. #define wpqdr_idl
  13.  
  14. #include "wptrans.idl"
  15. #include <somcls.idl>
  16. #include <wprttype.idl>
  17.  
  18. interface M_WPQdr;
  19.  
  20. interface WPQdr : WPTransient
  21. {
  22.  
  23. #ifdef __SOMIDL__
  24.   implementation {
  25.  
  26.     releaseorder: prtGetQDriverInfo,prtSetQDriverInfo,prtSetQdrIcon,
  27.                   prtSetQDriverDiscardhwndDlg,prtSetQDriverInstallhwndDlg;
  28.  
  29.     externalstem = WPqdr;
  30.     local;
  31.     externalprefix = qdr_;
  32.     majorversion = 1;
  33.     minorversion = 1;
  34.     filestem = wpqdr;
  35.     metaclass = M_WPQdr;
  36.     callstyle = oidl;
  37.  
  38.  
  39.     passthru C_h =     ""
  40. "/* common context menu ids    */"
  41. "#define WPPOIDM_QDR_INSTALL         8001"
  42. "";
  43.  
  44.  
  45.     wpInitData: override;
  46.     wpUnInitData: override;
  47.     wpSetup: override;                                            
  48.     somDumpSelfInt: override;
  49.     wpAddSettingsPages: override;
  50.     wpQueryTitle: override;
  51.     wpQueryIcon: override;
  52.     wpFilterPopupMenu: override;
  53.     wpFree: override;
  54.     wpConfirmDelete: override;
  55.     wpModifyPopupMenu: override;
  56.     wpMenuItemSelected: override;
  57.     wpMenuItemHelpSelected: override;
  58.     wpOpen: override;
  59.     wpDrop: override;
  60.     wpDragOver: override;
  61.  
  62.  
  63.   };
  64. #endif /* __SOMIDL__ */
  65. };
  66.  
  67. interface M_WPQdr
  68. {
  69.  
  70. #ifdef __SOMIDL__
  71.   implementation {
  72.  
  73.     externalstem = WPqdr;
  74.     local;
  75.     externalprefix = qdrM_;
  76.     functionprefix = qdrM_;
  77.     majorversion = 1;
  78.     minorversion = 1;
  79.     filestem = wpqdr;
  80.     callstyle = oidl;
  81.  
  82.     wpclsQueryTitle: override;
  83.     wpclsQueryIcon: override;
  84.     wpclsQueryDefaultHelp: override;
  85.     wpclsQueryDefaultView: override;
  86.     wpclsQueryStyle: override;
  87.  
  88.   };
  89. #endif /* __SOMIDL__ */
  90. };
  91.  
  92. #endif  /* wpqdr_idl */
  93.