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

« back to all changes in this revision

Viewing changes to Documentation/gsdoc/NSInvocation.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>NSInvocation</title>
3
 
</head>
4
 
<body>
5
 
<a href ="NSHost.html">[Previous] </a>
6
 
<a href ="Base.html">[Up] </a>
7
 
<a href ="NSLock.html">[Next] </a>
8
 
<h1>NSInvocation</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">NSInvocation</a></h2>
17
 
<h2><a name ="NSInvocation">NSInvocation</a></h2>
18
 
<p><b>Declared in: </b> Foundation/NSInvocation.h</p>
19
 
<p><b>Inherits from: </b> NSObject</p>
20
 
<p><b>Conforms to: </b> NSCoding
21
 
</p>
22
 
<hr>
23
 
 
24
 
          
25
 
<h2>Instance Variables </h2>
26
 
<ul>
27
 
</ul>
28
 
<h2>Methods </h2>
29
 
<ul>
30
 
<li ><a href ="NSInvocation.html#method-0">+invocationWithMethodSignature:</a>
31
 
<li ><a href ="NSInvocation.html#method-1">-argumentsRetained</a>
32
 
<li ><a href ="NSInvocation.html#method-2">-getArgument:atIndex:</a>
33
 
<li ><a href ="NSInvocation.html#method-3">-getReturnValue:</a>
34
 
<li ><a href ="NSInvocation.html#method-4">-invoke</a>
35
 
<li ><a href ="NSInvocation.html#method-5">-invokeWithTarget:</a>
36
 
<li ><a href ="NSInvocation.html#method-6">-methodSignature</a>
37
 
<li ><a href ="NSInvocation.html#method-7">-retainArguments</a>
38
 
<li ><a href ="NSInvocation.html#method-8">-selector</a>
39
 
<li ><a href ="NSInvocation.html#method-9">-setArgument:atIndex:</a>
40
 
<li ><a href ="NSInvocation.html#method-10">-setReturnValue:</a>
41
 
<li ><a href ="NSInvocation.html#method-11">-setSelector:</a>
42
 
<li ><a href ="NSInvocation.html#method-12">-setTarget:</a>
43
 
<li ><a href ="NSInvocation.html#method-13">-target</a>
44
 
</ul>
45
 
<hr><h2>Class Methods </h2>
46
 
<h3><a name ="method-0">invocationWithMethodSignature:</a></h3>
47
 
+ (NSInvocation*) <b>invocationWithMethodSignature:</b> (NSMethodSignature*)signature;<br>
48
 
 
49
 
          
50
 
 <hr>
51
 
<hr><h2>Instances Methods </h2>
52
 
<h3><a name ="method-1">argumentsRetained</a></h3>
53
 
- (BOOL) <b>argumentsRetained</b>;<br>
54
 
 
55
 
          
56
 
 <hr>
57
 
<h3><a name ="method-2">getArgument:atIndex:</a></h3>
58
 
- (void) <b>getArgument:</b> (void*)buffer <b>atIndex:</b> (int)index;<br>
59
 
 
60
 
          
61
 
 <hr>
62
 
<h3><a name ="method-3">getReturnValue:</a></h3>
63
 
- (void) <b>getReturnValue:</b> (void*)buffer;<br>
64
 
 
65
 
          
66
 
 <hr>
67
 
<h3><a name ="method-4">invoke</a></h3>
68
 
- (void) <b>invoke</b>;<br>
69
 
 
70
 
          
71
 
 <hr>
72
 
<h3><a name ="method-5">invokeWithTarget:</a></h3>
73
 
- (void) <b>invokeWithTarget:</b> (id)anObject;<br>
74
 
 
75
 
          
76
 
 <hr>
77
 
<h3><a name ="method-6">methodSignature</a></h3>
78
 
- (NSMethodSignature*) <b>methodSignature</b>;<br>
79
 
 
80
 
          
81
 
 <hr>
82
 
<h3><a name ="method-7">retainArguments</a></h3>
83
 
- (void) <b>retainArguments</b>;<br>
84
 
 
85
 
          
86
 
 <hr>
87
 
<h3><a name ="method-8">selector</a></h3>
88
 
- (SEL) <b>selector</b>;<br>
89
 
 
90
 
          
91
 
 <hr>
92
 
<h3><a name ="method-9">setArgument:atIndex:</a></h3>
93
 
- (void) <b>setArgument:</b> (void*)buffer <b>atIndex:</b> (int)index;<br>
94
 
 
95
 
          
96
 
 <hr>
97
 
<h3><a name ="method-10">setReturnValue:</a></h3>
98
 
- (void) <b>setReturnValue:</b> (void*)buffer;<br>
99
 
 
100
 
          
101
 
 <hr>
102
 
<h3><a name ="method-11">setSelector:</a></h3>
103
 
- (void) <b>setSelector:</b> (SEL)selector;<br>
104
 
 
105
 
          
106
 
 <hr>
107
 
<h3><a name ="method-12">setTarget:</a></h3>
108
 
- (void) <b>setTarget:</b> (id)anObject;<br>
109
 
 
110
 
          
111
 
 <hr>
112
 
<h3><a name ="method-13">target</a></h3>
113
 
- (id) <b>target</b>;<br>
114
 
 
115
 
          
116
 
 <hr>
117
 
</body>
118
 
 
119
 
 </html>