summaryrefslogtreecommitdiff
path: root/fpcsrc/packages/cocoaint/src/WebKit.pas
blob: 0d7896705b9f22628cce0029d1f7a92af4ca7254 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
unit WebKit;

{$mode delphi}
{$modeswitch cvar}
{$modeswitch objectivec1}
{$packrecords c}

interface

{$linkframework WebKit}

uses
  ctypes, CocoaAll,
  CFBase, CFArray, CFBag , CFCharacterSet, CFData, CFDate, CFDictionary, CFNumber ,CFPropertyList, CFSet, CFString, CFStringEncodingExt, CFTimeZone, CFTree, CFURL, CFXMLNode, CFXMLParser, CFMachPort, CFMessagePort, CFRunLoop, CFSocket, CFBinaryHeap, CFBitVector, CFBundle, CFByteOrders, CFPlugIn, CFPreferences, CFURLAccess, CFUUID, CFLocale, CFStream, CFDateFormatter, CFNumberFormatter, CFCalendar, CFUserNotification, CFNotificationCenter, CFAttributedString,
  CGBase, CGAffineTransforms, CGBitmapContext, CGColor, CGColorSpace, CGContext, CGDataConsumer, CGDataProvider, CGDirectDisplay, CGDirectPalette, CGDisplayConfiguration, CGDisplayFades, CGErrors, CGEvent, CGEventSource, CGEventTypes, CGFont, CGFunction, CGGLContext, CGGeometry, CGImage, CGLayer, CGPDFArray, CGPDFContentStream, CGPDFContext, CGPDFDictionary, CGPDFDocument, CGPDFObject, CGPDFOperatorTable, CGPDFPage, CGPDFScanner, CGPDFStream, CGPDFString, CGPSConverter, CGPath, CGPattern, CGRemoteOperation, CGSession, CGShading, CGWindowLevels,
  MacTypes,
  AnonClassDefinitionsWebkit;
  
{$define INTERFACE}

{$include webkit/UndefinedTypes.inc}
{$include webkit/AnonIncludeClassDefinitionsWebkit.inc}

{$define HEADER}
{$include webkit/WebKit.inc}
{$undef HEADER}

{$define TYPES}
{$include webkit/WebKit.inc}
{$undef TYPES}

{$define RECORDS}
{$include webkit/WebKit.inc}
{$undef RECORDS}

type
{$define FORWARD}
{$include webkit/WebKit.inc}
{$undef FORWARD}

{$define PROTOCOLS}
{$include webkit/WebKit.inc}
{$undef PROTOCOLS}

{$define CLASSES}
{$include webkit/WebKit.inc}
{$undef CLASSES}
 
{$define FUNCTIONS}
{$include webkit/WebKit.inc}
{$undef FUNCTIONS}

{$define EXTERNAL_SYMBOLS}
{$include webkit/WebKit.inc}
{$undef EXTERNAL_SYMBOLS}

{$define USER_PATCHES}
{$include webkit/WebKit.inc}
{$undef USER_PATCHES}

{$undef INTERFACE}
implementation
{$define IMPLEMENTATION}

{$define USER_PATCHES}
{$include webkit/WebKit.inc}
{$undef USER_PATCHES}

{$undef IMPLEMENTATION}
end.