home *** CD-ROM | disk | FTP | other *** search
-
- # This file was generated by the SOM Compiler.
- # FileName: pensound.sc.
- # Generated using:
- # SOM Precompiler spc: 1.22
- # SOM Emitter emitcsc: 1.10
-
- /*
- * SCC: @(#) 01 3/11/93 10:48:59 1.4 @(#)
- * Module Header
- *
- * Module Name: PENSOUND
- *
- * OS/2 Presentation Manager Workplace class definitions
- *
- * Copyright (c) International Business Machines Corporation 1991, 1992
- *
- */
-
- #include "wpsound.sc"
-
- class: PenSound,
- external stem = Psnd, local, external prefix = snd_,
- classprefix = sndM_, major version = 1, minor version = 2,
- file stem = pensound;
-
- --
- -- CLASS: PenSound
- --
- -- CLASS HIERARCHY:
- -- SOMObject
- -- └── WPObject
- -- └── WPAbstract
- -- └── WPSound
- -- └── PenSound
- --
- -- DESCRIPTION:
- -- This is the sound for pen object class.
- --
- -- An instance of this class can be created as a Workplace object.
- --
- -- An instance of this class is created initially by the system.
- -- It has the title, "Sound" and resides in the "System Setup" folder.
- --
- -- This class will replace its parent class in the workplace
- -- hierarchy
- --
-
-
- parent class: WPSound;
-
-
- release order:
- penAddPenPauseBeepPage, penGetPauseFreqSliderPos, penSetPauseFreqSliderPos,
- penclsPenSoundDummyMethod;
-
- methods:
-
-
- ULONG penAddPenPauseBeepPage(HWND hwndNotebook);
-
- --
- -- METHOD: penAddPenPauseBeepPage ( ) PRIVATE
- -- (X) PUBLIC
- -- PURPOSE:
- -- Add the the configuration page to the pen sound settings notebook
- -- that allows the user to set the beep frequency.
- --
-
- override wpInitData;
-
- --
- -- METHOD: wpInitData ( ) PRIVATE
- -- (X) PUBLIC
- -- PURPOSE:
- --
-
- override wpSaveState;
-
- --
- -- METHOD: wpSaveState ( ) PRIVATE
- -- (X) PUBLIC
- -- PURPOSE:
- --
-
- override wpRestoreState;
-
- --
- -- METHOD: wpRestoreState ( ) PRIVATE
- -- (X) PUBLIC
- -- PURPOSE:
- --
-
- override wpAddSettingsPages;
-
- --
- -- METHOD: wpAddSettingsPages ( ) PRIVATE
- -- (X) PUBLIC
- -- PURPOSE:
- -- Add our own settings page to let the user change the pause beep
- -- frequency.
- --
-
- VOID penclsPenSoundDummyMethod(), class;
-
-