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

  1.  
  2. # This file was generated by the SOM Compiler.
  3. # FileName: wplocfgr.sc.
  4. # Generated using:
  5. #     SOM Precompiler spc: 1.22
  6. #     SOM Emitter emitcsc: 1.10
  7.  
  8. /*
  9.  *  SCC: @(#) 98 4/16/93 19:53:27 1.7 @(#)
  10.  *  Module Header
  11.  * 
  12.  *  Module Name: WPLOCFGR
  13.  * 
  14.  *  OS/2 Presentation Manager Workplace class definitions
  15.  * 
  16.  *  Copyright (c) International Business Machines Corporation 1992
  17.  * 
  18.  */
  19.  
  20. #include "wplocatr.sc"
  21.  
  22. class: PenLocatorFinger, 
  23.     external stem = WPfgr, local, external prefix = fgr_, 
  24.     classprefix = fgrM_, major version = 1, minor version = 1, 
  25.     file stem = wplocfgr;
  26.  
  27.     -- 
  28.     --  CLASS: PenLocatorFinger
  29.     -- 
  30.     --  CLASS HIERARCHY:
  31.     --     SOMObject
  32.     --       └── WPObject
  33.     --             └── WPAbstract
  34.     --                   └── PenLocator
  35.     --                         └── PenLocatorFinger
  36.     -- 
  37.     --  DESCRIPTION:
  38.     --     This is the Locator object class for the Finger.
  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, "Locator" and resides in the "System Setup" folder.
  44.     -- 
  45.  
  46.  
  47. parent class: PenLocator;
  48.  
  49.  
  50. release order:
  51.     penAddFingerOffsetPage, penclsQueryTouchOffsetIdX, penclsQueryTouchOffsetIdY, 
  52.     penQueryOffsetPointerX, penQueryOffsetPointerY, penSetOffsetPointerX, 
  53.     penSetOffsetPointerY;
  54.  
  55. methods:
  56.  
  57.  
  58.     ULONG    penAddFingerOffsetPage(HWND hwndNotebook);
  59.  
  60.     -- 
  61.     --  METHOD: penAddFingerOffsetPage                         ( ) PRIVATE
  62.     --                                                         (X) PUBLIC
  63.     --  PURPOSE:
  64.     --    Add the finger Offset page to the locator finger settings
  65.     --    notebook
  66.     -- 
  67.  
  68.     override wpAddSettingsPages;
  69.  
  70.     -- 
  71.     --  METHOD: wpAddSettingsPages                             ( ) PRIVATE
  72.     --                                                         (X) PUBLIC
  73.     --  PURPOSE:
  74.     --    Add our own settings page to let the user change the locator
  75.     --    settings.
  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 wpInitData;
  95.  
  96.     -- 
  97.     --  METHOD: wpInitData                                     ( ) PRIVATE
  98.     --                                                         (X) PUBLIC
  99.     --  PURPOSE:
  100.     -- 
  101.  
  102.     override wpclsQueryTitle, class;
  103.  
  104.     -- 
  105.     --  REMARKS:
  106.     --    Returns the Locator Title.
  107.     -- 
  108.  
  109.     override wpclsQueryIconData, class;
  110.  
  111.     -- 
  112.     --  REMARKS:
  113.     --    Return the class icon
  114.     -- 
  115.  
  116.     override wpclsQueryDefaultHelp, class;
  117.  
  118.     -- 
  119.     --  REMARKS:
  120.     -- 
  121.  
  122.     override penclsQueryDefaultPause, class;
  123.  
  124.     -- 
  125.     --  METHOD: penclsQueryDefaultPause                        ( ) PRIVATE
  126.     --                                                         (X) PUBLIC
  127.     --  PURPOSE:
  128.     --    Return the default system setting for Pause
  129.     -- 
  130.  
  131.     override penclsQueryPauseEnableDefault, class;
  132.  
  133.     -- 
  134.     --  METHOD: penclsQueryPauseEnableDefault                  ( ) PRIVATE
  135.     --                                                         (X) PUBLIC
  136.     --  PURPOSE:
  137.     --    Return the default system setting for Pause enable
  138.     -- 
  139.  
  140.