home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pentlk11.zip / PENSOUND.SC < prev    next >
Text File  |  1994-01-13  |  3KB  |  106 lines

  1.  
  2. # This file was generated by the SOM Compiler.
  3. # FileName: pensound.sc.
  4. # Generated using:
  5. #     SOM Precompiler spc: 1.22
  6. #     SOM Emitter emitcsc: 1.10
  7.  
  8. /*
  9.  *  SCC: @(#) 01 3/11/93 10:48:59 1.4 @(#)
  10.  *  Module Header
  11.  * 
  12.  *  Module Name: PENSOUND
  13.  * 
  14.  *  OS/2 Presentation Manager Workplace class definitions
  15.  * 
  16.  *  Copyright (c) International Business Machines Corporation 1991, 1992
  17.  * 
  18.  */
  19.  
  20. #include "wpsound.sc"
  21.  
  22. class: PenSound, 
  23.     external stem = Psnd, local, external prefix = snd_, 
  24.     classprefix = sndM_, major version = 1, minor version = 2, 
  25.     file stem = pensound;
  26.  
  27.     -- 
  28.     --  CLASS: PenSound
  29.     -- 
  30.     --  CLASS HIERARCHY:
  31.     --     SOMObject
  32.     --       └── WPObject
  33.     --             └── WPAbstract
  34.     --                   └── WPSound
  35.     --                         └── PenSound
  36.     -- 
  37.     --  DESCRIPTION:
  38.     --     This is the sound for pen object class.
  39.     -- 
  40.     --     An instance of this class can be created as a Workplace object.
  41.     -- 
  42.     --     An instance of this class is created initially by the system.
  43.     --     It has the title, "Sound" and resides in the "System Setup" folder.
  44.     -- 
  45.     --     This class will replace its parent class in the workplace
  46.     --     hierarchy
  47.     -- 
  48.  
  49.  
  50. parent class: WPSound;
  51.  
  52.  
  53. release order:
  54.     penAddPenPauseBeepPage, penGetPauseFreqSliderPos, penSetPauseFreqSliderPos, 
  55.     penclsPenSoundDummyMethod;
  56.  
  57. methods:
  58.  
  59.  
  60.     ULONG    penAddPenPauseBeepPage(HWND hwndNotebook);
  61.  
  62.     -- 
  63.     --  METHOD: penAddPenPauseBeepPage                         ( ) PRIVATE
  64.     --                                                         (X) PUBLIC
  65.     --  PURPOSE:
  66.     --    Add the the configuration page to the pen sound settings notebook
  67.     --    that allows the user to set the beep frequency.
  68.     -- 
  69.  
  70.     override wpInitData;
  71.  
  72.     -- 
  73.     --  METHOD: wpInitData                                     ( ) PRIVATE
  74.     --                                                         (X) PUBLIC
  75.     --  PURPOSE:
  76.     -- 
  77.  
  78.     override wpSaveState;
  79.  
  80.     -- 
  81.     --  METHOD: wpSaveState                                    ( ) PRIVATE
  82.     --                                                         (X) PUBLIC
  83.     --  PURPOSE:
  84.     -- 
  85.  
  86.     override wpRestoreState;
  87.  
  88.     -- 
  89.     --  METHOD: wpRestoreState                                 ( ) PRIVATE
  90.     --                                                         (X) PUBLIC
  91.     --  PURPOSE:
  92.     -- 
  93.  
  94.     override wpAddSettingsPages;
  95.  
  96.     -- 
  97.     --  METHOD: wpAddSettingsPages                             ( ) PRIVATE
  98.     --                                                         (X) PUBLIC
  99.     --  PURPOSE:
  100.     --    Add our own settings page to let the user change the pause beep
  101.     --    frequency.
  102.     -- 
  103.  
  104.     VOID    penclsPenSoundDummyMethod(), class;
  105.  
  106.