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

  1.  
  2. # This file was generated by the SOM Compiler.
  3. # FileName: wplocpen.sc.
  4. # Generated using:
  5. #     SOM Precompiler spc: 1.22
  6. #     SOM Emitter emitcsc: 1.10
  7.  
  8. /*
  9.  *  SCC: @(#) 96 4/16/93 19:53:12 1.6 @(#)
  10.  *  Module Header
  11.  * 
  12.  *  Module Name: WPLOCPEN
  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: PenLocatorPen, 
  23.     external stem = WPlcp, local, external prefix = lcp_, 
  24.     classprefix = lcpM_, major version = 1, minor version = 1, 
  25.     file stem = wplocpen;
  26.  
  27.     -- 
  28.     --  CLASS: PenLocatorPen
  29.     -- 
  30.     --  CLASS HIERARCHY:
  31.     --     SOMObject
  32.     --       └── WPObject
  33.     --             └── WPAbstract
  34.     --                   └── PenLocator
  35.     --                         └── PenLocatorPen
  36.     -- 
  37.     --  DESCRIPTION:
  38.     --     This is the Locator object class for the Pen.
  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. methods:
  50.  
  51.  
  52.     override wpclsQueryTitle, class;
  53.  
  54.     -- 
  55.     --  REMARKS:
  56.     --  Returns the Locator Title.
  57.     -- 
  58.  
  59.     override wpclsQueryIconData, class;
  60.  
  61.     -- 
  62.     --  REMARKS:
  63.     --    Return the class icon
  64.     -- 
  65.  
  66.     override wpclsQueryDefaultHelp, class;
  67.  
  68.     -- 
  69.     --  REMARKS:
  70.     -- 
  71.  
  72.     override penclsQueryDefaultPause, class;
  73.  
  74.     -- 
  75.     --  METHOD: penclsQueryDefaultPause                        ( ) PRIVATE
  76.     --                                                         (X) PUBLIC
  77.     --  PURPOSE:
  78.     --    Return the default system setting for Pause
  79.     -- 
  80.  
  81.     override penclsQueryPauseEnableDefault, class;
  82.  
  83.     -- 
  84.     --  METHOD: penclsQueryPauseEnableDefault                  ( ) PRIVATE
  85.     --                                                         (X) PUBLIC
  86.     --  PURPOSE:
  87.     --    Return the default system setting for Pause Enable
  88.     -- 
  89.  
  90.