MacOS.pas 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327
  1. {$mode macpas}
  2. {$packenum 1}
  3. {$macro on}
  4. {$inline on}
  5. {$CALLING MWPASCAL}
  6. unit MacOS;
  7. interface
  8. uses
  9. ABActions,
  10. ABAddressBook,
  11. ABGlobals,
  12. ABPeoplePicker,
  13. ABTypedefs,
  14. AEDataModel,
  15. AEHelpers,
  16. AEInteraction,
  17. AEMach,
  18. AEObjects,
  19. AEPackObject,
  20. AERegistry,
  21. AEUserTermTypes,
  22. AIFF,
  23. ASDebugging,
  24. ASRegistry,
  25. ATSFont,
  26. ATSLayoutTypes,
  27. ATSTypes,
  28. ATSUnicodeDirectAccess,
  29. ATSUnicodeDrawing,
  30. ATSUnicodeFlattening,
  31. ATSUnicodeFonts,
  32. ATSUnicodeGlyphs,
  33. ATSUnicodeObjects,
  34. ATSUnicodeTypes,
  35. AVLTree,
  36. AXActionConstants,
  37. AXAttributeConstants,
  38. AXErrors,
  39. AXNotificationConstants,
  40. AXRoleConstants,
  41. AXTextAttributedString,
  42. AXUIElement,
  43. AXValue,
  44. AXValueConstants,
  45. Aliases,
  46. Appearance,
  47. AppleDiskPartitions,
  48. AppleEvents,
  49. AppleHelp,
  50. AppleScript,
  51. AudioHardware,
  52. AuthSession,
  53. Authorization,
  54. AuthorizationDB,
  55. AuthorizationTags,
  56. CFArray,
  57. CFAttributedString,
  58. CFBag,
  59. CFBase,
  60. CFBinaryHeap,
  61. CFBitVector,
  62. CFBundle,
  63. CFByteOrders,
  64. CFCalendar,
  65. CFCharacterSet,
  66. CFData,
  67. CFDate,
  68. CFDateFormatter,
  69. CFDictionary,
  70. CFFTPStream,
  71. CFHTTPMessage,
  72. CFHTTPStream,
  73. CFHost,
  74. CFLocale,
  75. CFMachPort,
  76. CFMessagePort,
  77. CFNetServices,
  78. CFNotificationCenter,
  79. CFNumber,
  80. CFNumberFormatter,
  81. CFPlugIn,
  82. CFPlugInCOM,
  83. CFPreferences,
  84. CFPropertyList,
  85. CFRunLoop,
  86. CFSet,
  87. CFSocket,
  88. CFSocketStream,
  89. CFStream,
  90. CFString,
  91. CFStringEncodingExt,
  92. CFTimeZone,
  93. CFTree,
  94. CFURL,
  95. CFURLAccess,
  96. CFUUID,
  97. CFUserNotification,
  98. CFXMLNode,
  99. CFXMLParser,
  100. CGAffineTransforms,
  101. CGBase,
  102. CGBitmapContext,
  103. CGColor,
  104. CGColorSpace,
  105. CGContext,
  106. CGDataConsumer,
  107. CGDataProvider,
  108. CGDirectDisplay,
  109. CGDirectPalette,
  110. CGDisplayConfiguration,
  111. CGDisplayFade,
  112. CGErrors,
  113. CGEvent,
  114. CGEventSource,
  115. CGEventTypes,
  116. CGFont,
  117. CGFunction,
  118. CGGLContext,
  119. CGGeometry,
  120. CGImage,
  121. CGImageDestination,
  122. CGImageProperties,
  123. CGImageSource,
  124. CGLayer,
  125. CGPDFArray,
  126. CGPDFContentStream,
  127. CGPDFContext,
  128. CGPDFDictionary,
  129. CGPDFDocument,
  130. CGPDFObject,
  131. CGPDFOperatorTable,
  132. CGPDFPage,
  133. CGPDFScanner,
  134. CGPDFStream,
  135. CGPDFString,
  136. CGPSConverter,
  137. CGPath,
  138. CGPattern,
  139. CGRemoteOperation,
  140. CGSession,
  141. CGShading,
  142. CGWindowLevels,
  143. CMApplication,
  144. CMCalibrator,
  145. CMDeviceIntegration,
  146. CMICCProfile,
  147. CMMComponent,
  148. CMPRComponent,
  149. CMScriptingPlugin,
  150. CMTypes,
  151. CarbonEvents,
  152. CarbonEventsCore,
  153. CodeFragments,
  154. Collections,
  155. ColorPicker,
  156. Components,
  157. ConditionalMacros,
  158. ControlDefinitions,
  159. Controls,
  160. CoreAudioTypes,
  161. CoreFoundation,
  162. CoreGraphics,
  163. DHCPClientPreferences,
  164. DateTimeUtils,
  165. Debugging,
  166. Devices,
  167. Dialogs,
  168. Dictionary,
  169. Displays,
  170. Drag,
  171. DrawSprocket,
  172. DriverFamilyMatching,
  173. DriverGestalt,
  174. DriverSynchronization,
  175. Endian,
  176. Events,
  177. FileTypesAndCreators,
  178. Files,
  179. FindByContent,
  180. Finder,
  181. FinderRegistry,
  182. FixMath,
  183. Folders,
  184. FontPanel,
  185. FontSync,
  186. Fonts,
  187. GXTypes,
  188. GestaltEqu,
  189. HFSVolumes,
  190. HIArchive,
  191. HIGeometry,
  192. HIMovieView,
  193. HIObject,
  194. HIObjectCore,
  195. HIShape,
  196. HITextUtils,
  197. HITheme,
  198. HIToolbar,
  199. HIToolbox,
  200. HIView,
  201. HTMLRendering,
  202. HostTime,
  203. IBCarbonRuntime,
  204. ICAApplication,
  205. ICACamera,
  206. ICADevice,
  207. Icons,
  208. ImageCodec,
  209. ImageCompression,
  210. InternetConfig,
  211. IntlResources,
  212. Keyboards,
  213. KeychainCore,
  214. KeychainHI,
  215. LanguageAnalysis,
  216. LaunchServices,
  217. Lists,
  218. LowMem,
  219. MacApplication,
  220. MacErrors,
  221. MacHelp,
  222. MacLocales,
  223. MacMemory,
  224. MacOSXPosix,
  225. MacTextEditor,
  226. MacTypes,
  227. MacWindows,
  228. MachineExceptions,
  229. Math64,
  230. MediaHandlers,
  231. Menus,
  232. MixedMode,
  233. Movies,
  234. MoviesFormat,
  235. Multiprocessing,
  236. NSL,
  237. NSLCore,
  238. NameRegistry,
  239. Navigation,
  240. Notification,
  241. NumberFormatting,
  242. OSA,
  243. OSAComp,
  244. OSAGeneric,
  245. OSUtils,
  246. OpenTransport,
  247. OpenTransportProtocol,
  248. OpenTransportProviders,
  249. PEFBinaryFormat,
  250. PLStringFuncs,
  251. PMApplication,
  252. PMCore,
  253. PMDefinitions,
  254. Palettes,
  255. Pasteboard,
  256. PictUtils,
  257. Power,
  258. Printing,
  259. Processes,
  260. QDOffscreen,
  261. QDPictToCGContext,
  262. QTML,
  263. QTSMovie,
  264. QTStreamingComponents,
  265. QuickTimeComponents,
  266. QuickTimeMusic,
  267. QuickTimeStreaming,
  268. QuickTimeVR,
  269. QuickTimeVRFormat,
  270. Quickdraw,
  271. QuickdrawText,
  272. Resources,
  273. SCDynamicStore,
  274. SCDynamicStoreCopyDHCPInfos,
  275. SCDynamicStoreCopySpecific,
  276. SCDynamicStoreKey,
  277. SCNetwork,
  278. SCNetworkConnection,
  279. SCNetworkReachability,
  280. SCPreferences,
  281. SCPreferencesPath,
  282. SCPreferencesSetSpecific,
  283. SCSI,
  284. SCSchemaDefinitions,
  285. SFNTLayoutTypes,
  286. SFNTTypes,
  287. Scrap,
  288. Script,
  289. Sound,
  290. SpeechRecognition,
  291. SpeechSynthesis,
  292. StringCompare,
  293. SystemConfiguration,
  294. SystemSound,
  295. TSMTE,
  296. TextCommon,
  297. TextEdit,
  298. TextEncodingConverter,
  299. TextEncodingPlugin,
  300. TextServices,
  301. TextUtils,
  302. Threads,
  303. Timer,
  304. ToolUtils,
  305. Translation,
  306. TranslationExtensions,
  307. TranslationServices,
  308. TypeSelect,
  309. URLAccess,
  310. USB,
  311. UTCUtils,
  312. UTCoreTypes,
  313. UTType,
  314. UnicodeConverter,
  315. UnicodeUtilities,
  316. UniversalAccess,
  317. Video,
  318. WorldScript,
  319. fenv,
  320. fp,
  321. vBLAS,
  322. vDSP,
  323. xattr;
  324. end.