home *** CD-ROM | disk | FTP | other *** search
-
- # This file was generated by the SOM Compiler.
- # FileName: wplocfgr.sc.
- # Generated using:
- # SOM Precompiler spc: 1.22
- # SOM Emitter emitcsc: 1.10
-
- /*
- * SCC: @(#) 98 4/16/93 19:53:27 1.7 @(#)
- * Module Header
- *
- * Module Name: WPLOCFGR
- *
- * OS/2 Presentation Manager Workplace class definitions
- *
- * Copyright (c) International Business Machines Corporation 1992
- *
- */
-
- #include "wplocatr.sc"
-
- class: PenLocatorFinger,
- external stem = WPfgr, local, external prefix = fgr_,
- classprefix = fgrM_, major version = 1, minor version = 1,
- file stem = wplocfgr;
-
- --
- -- CLASS: PenLocatorFinger
- --
- -- CLASS HIERARCHY:
- -- SOMObject
- -- └── WPObject
- -- └── WPAbstract
- -- └── PenLocator
- -- └── PenLocatorFinger
- --
- -- DESCRIPTION:
- -- This is the Locator object class for the Finger.
- --
- -- 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, "Locator" and resides in the "System Setup" folder.
- --
-
-
- parent class: PenLocator;
-
-
- release order:
- penAddFingerOffsetPage, penclsQueryTouchOffsetIdX, penclsQueryTouchOffsetIdY,
- penQueryOffsetPointerX, penQueryOffsetPointerY, penSetOffsetPointerX,
- penSetOffsetPointerY;
-
- methods:
-
-
- ULONG penAddFingerOffsetPage(HWND hwndNotebook);
-
- --
- -- METHOD: penAddFingerOffsetPage ( ) PRIVATE
- -- (X) PUBLIC
- -- PURPOSE:
- -- Add the finger Offset page to the locator finger settings
- -- notebook
- --
-
- override wpAddSettingsPages;
-
- --
- -- METHOD: wpAddSettingsPages ( ) PRIVATE
- -- (X) PUBLIC
- -- PURPOSE:
- -- Add our own settings page to let the user change the locator
- -- settings.
- --
-
- override wpSaveState;
-
- --
- -- METHOD: wpSaveState ( ) PRIVATE
- -- (X) PUBLIC
- -- PURPOSE:
- --
-
- override wpRestoreState;
-
- --
- -- METHOD: wpRestoreState ( ) PRIVATE
- -- (X) PUBLIC
- -- PURPOSE:
- --
-
- override wpInitData;
-
- --
- -- METHOD: wpInitData ( ) PRIVATE
- -- (X) PUBLIC
- -- PURPOSE:
- --
-
- override wpclsQueryTitle, class;
-
- --
- -- REMARKS:
- -- Returns the Locator Title.
- --
-
- override wpclsQueryIconData, class;
-
- --
- -- REMARKS:
- -- Return the class icon
- --
-
- override wpclsQueryDefaultHelp, class;
-
- --
- -- REMARKS:
- --
-
- override penclsQueryDefaultPause, class;
-
- --
- -- METHOD: penclsQueryDefaultPause ( ) PRIVATE
- -- (X) PUBLIC
- -- PURPOSE:
- -- Return the default system setting for Pause
- --
-
- override penclsQueryPauseEnableDefault, class;
-
- --
- -- METHOD: penclsQueryPauseEnableDefault ( ) PRIVATE
- -- (X) PUBLIC
- -- PURPOSE:
- -- Return the default system setting for Pause enable
- --
-
-