blob: 4f0f50c6e9b81c9666d81044f838dece959a7487 (
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
|
{ Parsed from Appkit.framework NSQuickDrawView.h }
{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Thu Oct 1 18:54:07 ICT 2009 }
{$ifdef TYPES}
{$ifndef NSQUICKDRAWVIEW_PAS_T}
{$define NSQUICKDRAWVIEW_PAS_T}
{$endif}
{$endif}
{$ifdef RECORDS}
{$ifndef NSQUICKDRAWVIEW_PAS_R}
{$define NSQUICKDRAWVIEW_PAS_R}
{$endif}
{$endif}
{$ifdef FUNCTIONS}
{$ifndef NSQUICKDRAWVIEW_PAS_F}
{$define NSQUICKDRAWVIEW_PAS_F}
{$endif}
{$endif}
{$ifdef EXTERNAL_SYMBOLS}
{$ifndef NSQUICKDRAWVIEW_PAS_S}
{$define NSQUICKDRAWVIEW_PAS_S}
{$endif}
{$endif}
{$ifdef FORWARD}
NSQuickDrawView = objcclass;
NSQuickDrawViewPointer = ^NSQuickDrawView;
{$endif}
{$ifdef CLASSES}
{$ifndef NSQUICKDRAWVIEW_PAS_C}
{$define NSQUICKDRAWVIEW_PAS_C}
{ NSQuickDrawView }
NSQuickDrawView = objcclass(NSView)
private
__qdPort: Pointer;
__savePort: Pointer;
__synchToView: Boolean;
public
class function alloc: NSQuickDrawView; message 'alloc';
function qdPort: Pointer; message 'qdPort';
end; external;
{$endif}
{$endif}
|