summaryrefslogtreecommitdiff
path: root/fpcsrc/packages/cocoaint/src/webkit/WebPluginViewFactory.inc
blob: a220f4daf55bb929fb80f069ac8e8b2a75758619 (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
{ Parsed from Webkit.framework WebPluginViewFactory.h }

{$ifdef TYPES}
{$ifndef WEBPLUGINVIEWFACTORY_PAS_T}
{$define WEBPLUGINVIEWFACTORY_PAS_T}

{$endif}
{$endif}

{$ifdef RECORDS}
{$ifndef WEBPLUGINVIEWFACTORY_PAS_R}
{$define WEBPLUGINVIEWFACTORY_PAS_R}

{$endif}
{$endif}

{$ifdef FUNCTIONS}
{$ifndef WEBPLUGINVIEWFACTORY_PAS_F}
{$define WEBPLUGINVIEWFACTORY_PAS_F}

{$endif}
{$endif}

{$ifdef EXTERNAL_SYMBOLS}
{$ifndef WEBPLUGINVIEWFACTORY_PAS_S}
{$define WEBPLUGINVIEWFACTORY_PAS_S}

{ External string constants }
var
  WebPlugInBaseURLKey: NSString; cvar; external;
  WebPlugInAttributesKey: NSString; cvar; external;
  WebPlugInContainerKey: NSString; cvar; external;
  WebPlugInContainingElementKey: NSString; cvar; external;
  WebPlugInShouldLoadMainResourceKey: NSString; cvar; external;

{$endif}
{$endif}

{$ifdef FORWARD}
  WebPlugInViewFactoryProtocol = objcprotocol;

{$endif}
{$ifdef PROTOCOLS}
{$ifndef WEBPLUGINVIEWFACTORY_PAS_P}
{$define WEBPLUGINVIEWFACTORY_PAS_P}
  
{ WebPlugInViewFactory Protocol }
  WebPlugInViewFactoryProtocol = objcprotocol external name 'WebPlugInViewFactory'
    class function plugInViewWithArguments(arguments: NSDictionary): NSViewPtr; message 'plugInViewWithArguments:';
  end;
{$endif}
{$endif}