home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / warptlk3.zip / TOOLKIT / IDL / WPQDR.IDL < prev    next >
Text File  |  1995-08-30  |  2KB  |  73 lines

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