home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / SourceCode / MiscKit / Examples / MiscTree_Browser / MiscKit.tree < prev    next >
Encoding:
Text File  |  1994-03-27  |  3.0 KB  |  191 lines

  1. Functions
  2.     MiscOSVersion
  3.     TBMK functions
  4.         Misc_TBMKpattern_alloc
  5.         Misc_TBMKpattern_free
  6.         Misc_TBMKsearch_memory
  7.         Misc_TBMKsearch_stream
  8.     Daemon functions
  9.         daemonize
  10.         daemon_log
  11.         daemon_exit
  12.     Regex functions
  13.         re_set_syntax
  14.         re_compile_pattern
  15.         re_match_pattern
  16.         re_match_pattern_2
  17.         re_search_pattern
  18.         re_search_pattern_2
  19.         re_compile_fastmap
  20. Types
  21.     Misc_TBMKpattern
  22.     MiscSubprocessEndCode
  23.     MiscColumnSize
  24.     MiscRowSize
  25.     SearchMode
  26.     SearchErr
  27. Protocols
  28.     MiscCompare
  29.     MiscEndCompare
  30.     MiscListCursorPositioning
  31.     MiscStorageCursorPositioning
  32.     SearchableText
  33. Macros
  34.     daemon_assert
  35.     BASE macros
  36.         EPSILON
  37.         BOUND_MIN
  38.         BOUND_MAX
  39.         BOUND
  40.         K
  41.         M
  42.         ONE_MILLION
  43.         ONE_BILLION
  44.         Inf
  45.         isnan
  46.         isinf
  47.         ObjectIsValid
  48.         PLURAL_SUFFIX
  49.     List, HashTable loops
  50.         Start loop
  51.             MISCforAllListObjectsTo
  52.             MISCforAllListObjectsFrom
  53.             MISCforAllListObjects
  54.             MISCforAllListObjectsBackwards
  55.             MISCforAllHashTableObjects
  56.         Inside loop
  57.             MISCRemoveCurrentObjectFromList
  58.             MISCDecrementCurrentSlot
  59.             MISCCurrentSlot
  60.             MISCCurrentSlotBackwards
  61.             MISCFirstSlot
  62.         MISCendFor
  63.     FREE macros
  64.         FFREE_MALLOC
  65.         FREE_MALLOC
  66.         FFREE_FD
  67.         FREE_FD
  68.         FFREE_FILE
  69.         FREE_FILE
  70.         FFREE_PIPE
  71.         FREE_PIPE
  72.         FFREE_OBJECT
  73.         FREE_OBJECT
  74.         FFREE_LIST
  75.         FREE_LIST
  76.         FFREE_MEMORYSTREAM
  77.         FREE_MEMORYSTREAM
  78.         FFREE_TYPEDSTREAM
  79.         FREE_TYPEDSTREAM
  80.         FFREE_POPUPLISTBUTTON
  81.         FREE_POPUPLISTBUTTON
  82.     SELECT macros
  83.         SELECT
  84.         IF()
  85.         IFNOT()
  86.         INTERMEZZO()
  87.         IFDEFAULT
  88.         ENDSELECT
  89.     CASE macros
  90.         CASE
  91.         DEFAULT
  92. Globals
  93.     debug
  94.     daemon_pid
  95.     daemon_name
  96.     daemon_host
  97. Categories
  98.     Object
  99.         MiscObjectRecycler
  100.         MiscBundleLoader
  101.     Storage
  102.         MiscLastElementCategory
  103.     List
  104.         DeepCopy
  105.     Responder
  106.         Application
  107.             MiscAppExtensions
  108.             MiscFindPanelClass
  109.         View
  110.             Text
  111.                 MiscSearchText
  112. Object(*)
  113.     MiscColor
  114.         MiscHalftoneColor
  115.         MiscScreenColor
  116.     MiscString
  117.     MiscStringArray
  118.     MiscTime
  119.         MiscStopwatch
  120.     Storage(*)
  121.         MiscStorage
  122.             MiscSortedStorage
  123.     List(*)
  124.         MiscList
  125.             MiscSortedList
  126.         MiscStack
  127.         MiscQueue
  128.     MiscPriorityQueue
  129.     MiscLockFile
  130.     MiscLogFile
  131.     MiscLinkedList
  132.     MiscLinkedListNode
  133.     MiscTree
  134.     MiscSubprocess
  135.         MiscRemoteSubprocess
  136.     MiscSerialPort
  137.     MiscNibController
  138.     MiscInfoController
  139.     MiscInfo
  140.     MiscRegistration
  141.     MiscOrderForm
  142.     MiscClassVariable
  143.     MiscSwapContentsController
  144.         MiscInspector
  145.             MiscDefaultInspector
  146.                 MiscMultiSelInspector
  147.                 MiscNoSelInspector
  148.     MiscInspectorWrapper
  149.     MiscInspectorManager
  150.     Cell
  151.         ActionCell
  152.             ButtonCell
  153.                 MiscArrowButtonCell
  154.                 MiscThreeStateButtonCell
  155.             SliderCell
  156.                 MiscCircularSliderCell
  157.             TextFieldCell
  158.                 MiscSliderCell
  159.                 MiscValueCell
  160.     Responder
  161.         Window
  162.             Panel
  163.                 MiscFindPanel
  164.         View
  165.             Text(*)
  166.             MiscClockView
  167.             MiscDragView
  168.                 MiscIconWell
  169.                 MiscImageDragView
  170.             MiscProgressView
  171.                 MiscProgressBar
  172.                 MiscProgressPie
  173.             MiscSwapView
  174.                 MiscSwapViewByMatrix
  175.                 MiscSwapViewByPopUp
  176.             Control
  177.                 Button
  178.                     MiscArrowButton
  179.                     MiscThreeStateButton
  180.                 Matrix
  181.                     MiscMatrix
  182.                 Slider
  183.                     MiscCircularSlider
  184.                 NXColorWell
  185.                     MiscReadOnlyColorWell
  186.                 TextField
  187.                     MiscSliderField
  188.                     MiscValueField
  189.         Application(*)
  190.             ExtendedApp
  191.