~ubuntu-branches/ubuntu/karmic/gnustep-base/karmic

« back to all changes in this revision

Viewing changes to Documentation/gsdoc/NSProxy.html

  • Committer: Bazaar Package Importer
  • Author(s): Eric Heintzmann
  • Date: 2005-04-17 00:14:38 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050417001438-enf0y07c9tku85z1
Tags: 1.10.3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<html><head>
2
 
 <title>NSProxy</title>
3
 
</head>
4
 
<body>
5
 
<a href ="NSProtocolChecker.html">[Previous] </a>
6
 
<a href ="Base.html">[Up] </a>
7
 
<a href ="NSRecursiveLock.html">[Next] </a>
8
 
<h1>NSProxy</h1>
9
 
<h3>Authors </h3>
10
 
 <dl>
11
 
<dt><a href ="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
12
 
<dd>
13
 
</dl>
14
 
<p>Version: $Revision: 1.13 $</p>
15
 
<p>Date: $Date: 2001/12/12 14:10:13 $</p>
16
 
<h2><a name ="cont-0">NSProxy</a></h2>
17
 
<h2><a name ="NSProxy">NSProxy</a></h2>
18
 
<p><b>Declared in: </b> Foundation/NSProxy.h</p>
19
 
<p><b>Conforms to: </b> NSObject
20
 
</p>
21
 
<hr>
22
 
 
23
 
          
24
 
<h2>Instance Variables </h2>
25
 
<ul>
26
 
</ul>
27
 
<h2>Methods </h2>
28
 
<ul>
29
 
<li ><a href ="NSProxy.html#method-0">+alloc</a>
30
 
<li ><a href ="NSProxy.html#method-1">+allocWithZone:</a>
31
 
<li ><a href ="NSProxy.html#method-2">+class</a>
32
 
<li ><a href ="NSProxy.html#method-3">+load</a>
33
 
<li ><a href ="NSProxy.html#method-4">+respondsToSelector:</a>
34
 
<li ><a href ="NSProxy.html#method-5">-class</a>
35
 
<li ><a href ="NSProxy.html#method-6">-conformsToProtocol:</a>
36
 
<li ><a href ="NSProxy.html#method-7">-dealloc</a>
37
 
<li ><a href ="NSProxy.html#method-8">-description</a>
38
 
<li ><a href ="NSProxy.html#method-9">-forwardInvocation:</a>
39
 
<li ><a href ="NSProxy.html#method-10">-isKindOfClass:</a>
40
 
<li ><a href ="NSProxy.html#method-11">-isMemberOfClass:</a>
41
 
<li ><a href ="NSProxy.html#method-12">-isProxy</a>
42
 
<li ><a href ="NSProxy.html#method-13">-methodSignatureForSelector:</a>
43
 
<li ><a href ="NSProxy.html#method-14">-respondsToSelector:</a>
44
 
</ul>
45
 
<hr><h2>Class Methods </h2>
46
 
<h3><a name ="method-0">alloc</a></h3>
47
 
+ (id) <b>alloc</b>;<br>
48
 
 
49
 
          
50
 
 <hr>
51
 
<h3><a name ="method-1">allocWithZone:</a></h3>
52
 
+ (id) <b>allocWithZone:</b> (NSZone*)zone;<br>
53
 
 
54
 
          
55
 
 <hr>
56
 
<h3><a name ="method-2">class</a></h3>
57
 
+ (Class) <b>class</b>;<br>
58
 
 
59
 
          
60
 
 <hr>
61
 
<h3><a name ="method-3">load</a></h3>
62
 
+ (void) <b>load</b>;<br>
63
 
 
64
 
          
65
 
 <hr>
66
 
<h3><a name ="method-4">respondsToSelector:</a></h3>
67
 
+ (BOOL) <b>respondsToSelector:</b> (SEL)aSelector;<br>
68
 
 
69
 
          
70
 
 <hr>
71
 
<hr><h2>Instances Methods </h2>
72
 
<h3><a name ="method-5">class</a></h3>
73
 
- (Class) <b>class</b>;<br>
74
 
 
75
 
          
76
 
 <hr>
77
 
<h3><a name ="method-6">conformsToProtocol:</a></h3>
78
 
- (BOOL) <b>conformsToProtocol:</b> (Protocol)aProtocol;<br>
79
 
 
80
 
          
81
 
 <hr>
82
 
<h3><a name ="method-7">dealloc</a></h3>
83
 
- (void) <b>dealloc</b>;<br>
84
 
 
85
 
          
86
 
 <hr>
87
 
<h3><a name ="method-8">description</a></h3>
88
 
- (NSString*) <b>description</b>;<br>
89
 
 
90
 
          
91
 
 <hr>
92
 
<h3><a name ="method-9">forwardInvocation:</a></h3>
93
 
- (void) <b>forwardInvocation:</b> (NSInvocation*)anInvocation;<br>
94
 
 
95
 
          
96
 
 <hr>
97
 
<h3><a name ="method-10">isKindOfClass:</a></h3>
98
 
- (BOOL) <b>isKindOfClass:</b> (Class)aClass;<br>
99
 
 
100
 
          
101
 
 <hr>
102
 
<h3><a name ="method-11">isMemberOfClass:</a></h3>
103
 
- (BOOL) <b>isMemberOfClass:</b> (Class)aClass;<br>
104
 
 
105
 
          
106
 
 <hr>
107
 
<h3><a name ="method-12">isProxy</a></h3>
108
 
- (BOOL) <b>isProxy</b>;<br>
109
 
 
110
 
          
111
 
 <hr>
112
 
<h3><a name ="method-13">methodSignatureForSelector:</a></h3>
113
 
- (NSMethodSignature*) <b>methodSignatureForSelector:</b> (SEL)aSelector;<br>
114
 
 
115
 
          
116
 
 <hr>
117
 
<h3><a name ="method-14">respondsToSelector:</a></h3>
118
 
- (BOOL) <b>respondsToSelector:</b> (SEL)aSelector;<br>
119
 
 
120
 
          
121
 
 <hr>
122
 
</body>
123
 
 
124
 
 </html>