libs-base/Documentation/gsdoc/NSPort.html

115 lines
3.1 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> NSObject</p>
<p><b>Conforms to:</b> NSCoding
</p>
<hr>
<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><a name="method-0">port</a></h2>
+ (NSPort*) <b>port</b>;<br>
<hr>
<h2><a name="method-1">portWithMachPort:</a></h2>
+ (NSPort*) <b>portWithMachPort:</b> (int)machPort;<br>
<hr>
<h2><a name="method-2">addConnection:toRunLoop:forMode:</a></h2>
- (void) <b>addConnection:</b> (NSConnection*)connection <b>toRunLoop:</b> (NSRunLoop*)runLoop <b>forMode:</b> (NSString*)mode;<br>
<hr>
<h2><a name="method-3">delegate</a></h2>
- (id) <b>delegate</b>;<br>
<hr>
<h2><a name="method-4">initWithMachPort:</a></h2>
- (id) <b>initWithMachPort:</b> (int)machPort;<br>
<hr>
<h2><a name="method-5">invalidate</a></h2>
- (void) <b>invalidate</b>;<br>
<hr>
<h2><a name="method-6">isValid</a></h2>
- (BOOL) <b>isValid</b>;<br>
<hr>
<h2><a name="method-7">machPort</a></h2>
- (int) <b>machPort</b>;<br>
<hr>
<h2><a name="method-8">removeConnection:fromRunLoop:</a></h2>
- (void) <b>removeConnection:</b> (NSConnection*)connection <b>fromRunLoop:</b> (NSRunLoop*)runLoop;<br>
<hr>
<h2><a name="method-9">reservedSpaceLength</a></h2>
- (unsigned int) <b>reservedSpaceLength</b>;<br>
<hr>
<h2><a name="method-10">setDelegate:</a></h2>
- (void) <b>setDelegate:</b> (id)anObject;<br>
<hr>
<h2><a name="method-11">handleMachMessage:</a></h2>
- (void) <b>handleMachMessage:</b> (void*)machMessage;<br>
<hr>
<h2><a name="method-12">handlePortMessage:</a></h2>
- (void) <b>handlePortMessage:</b> (NSPortMessage*)portMessage;<br>
<hr>
<h2><a name="method-13">limitDateForMode:</a></h2>
- (NSDate*) <b>limitDateForMode:</b> (NSString*)mode;<br>
<hr>
</body>
</html>