summaryrefslogtreecommitdiff
path: root/packages/cocoaint/src/foundation/NSObjectScripting.inc
blob: 1488701afd5c2948d2c7ee1301bd16bfcbd15954 (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
{ Parsed from Foundation.framework NSObjectScripting.h }
{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }


{$ifdef TYPES}
{$ifndef NSOBJECTSCRIPTING_PAS_T}
{$define NSOBJECTSCRIPTING_PAS_T}

{$endif}
{$endif}

{$ifdef RECORDS}
{$ifndef NSOBJECTSCRIPTING_PAS_R}
{$define NSOBJECTSCRIPTING_PAS_R}

{$endif}
{$endif}

{$ifdef FUNCTIONS}
{$ifndef NSOBJECTSCRIPTING_PAS_F}
{$define NSOBJECTSCRIPTING_PAS_F}

{$endif}
{$endif}

{$ifdef EXTERNAL_SYMBOLS}
{$ifndef NSOBJECTSCRIPTING_PAS_S}
{$define NSOBJECTSCRIPTING_PAS_S}

{$endif}
{$endif}

{$ifdef FORWARD}

{$endif}

{$ifdef CLASSES}
{$ifndef NSOBJECTSCRIPTING_PAS_C}
{$define NSOBJECTSCRIPTING_PAS_C}

{ NSScriptingCategory }
  NSScriptingCategory = objccategory(NSObject)
    function scriptingValueForSpecifier(objectSpecifier: NSScriptObjectSpecifier): id; message 'scriptingValueForSpecifier:';
    function scriptingProperties: NSDictionary; message 'scriptingProperties';
    procedure setScriptingProperties(properties: NSDictionary); message 'setScriptingProperties:';
    function copyScriptingValue_forKey_withProperties(value: id; key: NSString; properties: NSDictionary): id; message 'copyScriptingValue:forKey:withProperties:';
    function newScriptingObjectOfClass_forValueForKey_withContentsValue_properties(objectClass: Pobjc_class; key: NSString; contentsValue: id; properties: NSDictionary): id; message 'newScriptingObjectOfClass:forValueForKey:withContentsValue:properties:';
  end; external;

{$endif}
{$endif}