libs-base/Documentation/gsdoc/NSPort.html

120 lines
3.6 KiB
HTML
Raw Normal View History

<html><head>
<title>NSPort</title>
</head>
<body>
<a href="NSObject.html">[Previous]</a>
<a href="Base.html">[Up]</a>
<a href="NSPortCoder.html">[Next]</a>
<h1>NSPort</h1>
<h3>Authors</h3>
<dl>
<dt><a href="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
<dd>
</dl>
<p>Version: 0.1</p>
<p>Date: 28 February, 2000</p>
<h2><a name="cont-0">NSPort</a></h2>
<h2><a name="NSPort">NSPort</a></h2>
<p><b>Declared in:</b> Foundation/NSPort.h</p>
<p><b>Inherits from:</b> <A HREF="NSObject.html#NSObject">NSObject</A></p>
<p><b>Conforms to:</b> NSCoding
</p>
<hr>
<h2>Instance Variables</h2>
<ul>
</ul>
<h2>Methods</h2>
<ul>
<li><a href="NSPort.html#method-0">+port</a>
<li><a href="NSPort.html#method-1">+portWithMachPort:</a>
<li><a href="NSPort.html#method-2">-addConnection:toRunLoop:forMode:</a>
<li><a href="NSPort.html#method-3">-delegate</a>
<li><a href="NSPort.html#method-11">-handleMachMessage:</a>
<li><a href="NSPort.html#method-12">-handlePortMessage:</a>
<li><a href="NSPort.html#method-4">-initWithMachPort:</a>
<li><a href="NSPort.html#method-5">-invalidate</a>
<li><a href="NSPort.html#method-6">-isValid</a>
<li><a href="NSPort.html#method-13">-limitDateForMode:</a>
<li><a href="NSPort.html#method-7">-machPort</a>
<li><a href="NSPort.html#method-8">-removeConnection:fromRunLoop:</a>
<li><a href="NSPort.html#method-9">-reservedSpaceLength</a>
<li><a href="NSPort.html#method-10">-setDelegate:</a>
</ul>
<hr><h2>Class Methods</h2>
<h3><a name="method-0">port</a></h3>
+ (<A HREF="NSPort.html#NSPort">NSPort</A>*) <b>port</b>;<br>
<hr>
<h3><a name="method-1">portWithMachPort:</a></h3>
+ (<A HREF="NSPort.html#NSPort">NSPort</A>*) <b>portWithMachPort:</b> (int)machPort;<br>
<hr>
<hr><h2>Instances Methods</h2>
<h3><a name="method-2">addConnection:toRunLoop:forMode:</a></h3>
- (void) <b>addConnection:</b> (<A HREF="NSConnection.html#NSConnection">NSConnection</A>*)connection <b>toRunLoop:</b> (<A HREF="NSRunLoop.html#NSRunLoop">NSRunLoop</A>*)runLoop <b>forMode:</b> (<A HREF="NSString.html#NSString">NSString</A>*)mode;<br>
<hr>
<h3><a name="method-3">delegate</a></h3>
- (id) <b>delegate</b>;<br>
<hr>
<h3><a name="method-4">initWithMachPort:</a></h3>
- (id) <b>initWithMachPort:</b> (int)machPort;<br>
<hr>
<h3><a name="method-5">invalidate</a></h3>
- (void) <b>invalidate</b>;<br>
<hr>
<h3><a name="method-6">isValid</a></h3>
- (BOOL) <b>isValid</b>;<br>
<hr>
<h3><a name="method-7">machPort</a></h3>
- (int) <b>machPort</b>;<br>
<hr>
<h3><a name="method-8">removeConnection:fromRunLoop:</a></h3>
- (void) <b>removeConnection:</b> (<A HREF="NSConnection.html#NSConnection">NSConnection</A>*)connection <b>fromRunLoop:</b> (<A HREF="NSRunLoop.html#NSRunLoop">NSRunLoop</A>*)runLoop;<br>
<hr>
<h3><a name="method-9">reservedSpaceLength</a></h3>
- (unsigned int) <b>reservedSpaceLength</b>;<br>
<hr>
<h3><a name="method-10">setDelegate:</a></h3>
- (void) <b>setDelegate:</b> (id)anObject;<br>
<hr>
<h3><a name="method-11">handleMachMessage:</a></h3>
- (void) <b>handleMachMessage:</b> (void*)machMessage;<br>
<hr>
<h3><a name="method-12">handlePortMessage:</a></h3>
- (void) <b>handlePortMessage:</b> (<A HREF="NSPortMessage.html#NSPortMessage">NSPortMessage</A>*)portMessage;<br>
<hr>
<h3><a name="method-13">limitDateForMode:</a></h3>
- (<A HREF="NSDate.html#NSDate">NSDate</A>*) <b>limitDateForMode:</b> (<A HREF="NSString.html#NSString">NSString</A>*)mode;<br>
<hr>
</body>
</html>