blob: 53c0b8a5020dfacf522a49b69db1ebc0e2c4eb41 (
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
|
{ Parsed from Quartzcore.framework CAGradientLayer.h }
{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
{$ifdef TYPES}
{$ifndef CAGRADIENTLAYER_PAS_T}
{$define CAGRADIENTLAYER_PAS_T}
{$endif}
{$endif}
{$ifdef RECORDS}
{$ifndef CAGRADIENTLAYER_PAS_R}
{$define CAGRADIENTLAYER_PAS_R}
{$endif}
{$endif}
{$ifdef FUNCTIONS}
{$ifndef CAGRADIENTLAYER_PAS_F}
{$define CAGRADIENTLAYER_PAS_F}
{$endif}
{$endif}
{$ifdef EXTERNAL_SYMBOLS}
{$ifndef CAGRADIENTLAYER_PAS_S}
{$define CAGRADIENTLAYER_PAS_S}
{ External string constants }
var
kCAGradientLayerAxial: NSString; cvar; external;
{$endif}
{$endif}
{$ifdef FORWARD}
CAGradientLayer = objcclass;
CAGradientLayerPointer = ^CAGradientLayer;
CAGradientLayerPtr = CAGradientLayerPointer;
{$endif}
{$ifdef CLASSES}
{$ifndef CAGRADIENTLAYER_PAS_C}
{$define CAGRADIENTLAYER_PAS_C}
{ CAGradientLayer }
CAGradientLayer = objcclass(CALayer)
public
class function alloc: CAGradientLayer; message 'alloc';
procedure setColors (newValue: NSArray); message 'setColors:';
function colors: NSArray; message 'colors';
procedure setLocations (newValue: NSArray); message 'setLocations:';
function locations: NSArray; message 'locations';
procedure setStartPoint (newValue: CGPoint); message 'setStartPoint:';
function startPoint: CGPoint; message 'startPoint';
procedure setEndPoint (newValue: CGPoint); message 'setEndPoint:';
function endPoint: CGPoint; message 'endPoint';
procedure setType (newValue: NSString); message 'setType:';
function type_: NSString; message 'type_';
end; external;
{$endif}
{$endif}
|