libs-gui/Documentation/gsdoc/NSInputServer.html
Adam Fedor 05bdcda840 Updated docs
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12233 72102866-910b-0410-8b05-ffd578937521
2002-01-28 04:50:14 +00:00

319 lines
13 KiB
HTML

<html>
<head>
<title>NSInputServer</title>
</head>
<body>
<a href="Gui.html">Up</a>
<br />
<h1><a name="title$NSInputServer">NSInputServer</a></h1>
<h3>Authors</h3>
<dl>
<dt>Fred Kiefer(<a href="mailto:FredKiefer@gmx.de"><code>
FredKiefer@gmx.de
</code></a>)</dt>
<dd>
</dd>
</dl>
<p><b>Copyright:</b> (C) 2001 Free Software Foundation, Inc.</p>
<div>
<hr width="50%" align="left" />
<h3>Contents -</h3>
<ol>
<li>
<a href="#001000000000">Software documentation for the NSInputServer class</a>
</li>
<li>
<a href="#002000000000">Software documentation for the
NSInputServerMouseTracker protocol</a>
</li>
<li>
<a href="#003000000000">Software documentation for the NSInputServiceProvider
protocol</a>
</li>
</ol>
<hr width="50%" align="left" />
</div>
<h1><a name="001000000000">
Software documentation for the NSInputServer class
</a></h1>
<h2><a name="class$NSInputServer">NSInputServer</a> : <a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSObject.html#class$NSObject">NSObject</a></h2>
<blockquote>
<dl>
<dt><b>Declared in:</b></dt>
<dd>AppKit/NSInputServer.h</dd>
</dl>
</blockquote>
<blockquote>
<dl>
<dt><b>Conforms to:</b></dt>
<dd><a rel="gsdoc" href="#protocol$(NSInputServerMouseTracker)">NSInputServerMouseTracker</a></dd>
<dd><a rel="gsdoc" href="#protocol$(NSInputServiceProvider)">NSInputServiceProvider</a></dd>
</dl>
</blockquote>
<blockquote>
<b>Standards:</b>
<ul>
<li>GNUstep</li>
<li>MacOS-X</li>
<li>OpenStep</li>
</ul>
</blockquote>
<p>
<em>Description forthcoming.</em>
</p>
<b>Method summary</b>
<ul>
<li><a rel="gsdoc" href="NSInputServer.html#method$NSInputServer-initWithDelegate:name:">-initWithDelegate:name:</a></li>
</ul>
<hr width="50%" align="left" />
<h3><a name="method$NSInputServer-initWithDelegate:name:">initWithDelegate:name:</a></h3>
- (id) <b>initWithDelegate:</b> (id)aDelegate<b> name:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)name;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h1><a name="002000000000">
Software documentation for the
NSInputServerMouseTracker protocol
</a></h1>
<h2><a name="protocol$(NSInputServerMouseTracker)">NSInputServerMouseTracker</a></h2>
<blockquote>
<dl>
<dt><b>Declared in:</b></dt>
<dd>AppKit/NSInputServer.h</dd>
</dl>
</blockquote>
<blockquote>
<b>Standards:</b>
<ul>
<li>GNUstep</li>
<li>MacOS-X</li>
<li>OpenStep</li>
</ul>
</blockquote>
<p>
<em>Description forthcoming.</em>
</p>
<b>Method summary</b>
<ul>
<li><a rel="gsdoc" href="NSInputServer.html#method$(NSInputServerMouseTracker)-mouseDownOnCharacterIndex:atCoordinate:withModifier:client:">-mouseDownOnCharacterIndex:atCoordinate:withModifier:client:</a></li>
<li><a rel="gsdoc" href="NSInputServer.html#method$(NSInputServerMouseTracker)-mouseDraggedOnCharacterIndex:atCoordinate:withModifier:client:">-mouseDraggedOnCharacterIndex:atCoordinate:withModifier:client:</a></li>
<li><a rel="gsdoc" href="NSInputServer.html#method$(NSInputServerMouseTracker)-mouseUpOnCharacterIndex:atCoordinate:withModifier:client:">-mouseUpOnCharacterIndex:atCoordinate:withModifier:client:</a></li>
</ul>
<hr width="50%" align="left" />
<h3><a name="method$(NSInputServerMouseTracker)-mouseDownOnCharacterIndex:atCoordinate:withModifier:client:">mouseDownOnCharacterIndex:atCoordinate:withModifier:client:</a></h3>
- (BOOL) <b>mouseDownOnCharacterIndex:</b> (unsigned)index<b> atCoordinate:</b> (NSPoint)point<b> withModifier:</b> (unsigned int)flags<b> client:</b> (id)sender;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$(NSInputServerMouseTracker)-mouseDraggedOnCharacterIndex:atCoordinate:withModifier:client:">mouseDraggedOnCharacterIndex:atCoordinate:withModifier:client:</a></h3>
- (BOOL) <b>mouseDraggedOnCharacterIndex:</b> (unsigned)index<b> atCoordinate:</b> (NSPoint)point<b> withModifier:</b> (unsigned int)flags<b> client:</b> (id)sender;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$(NSInputServerMouseTracker)-mouseUpOnCharacterIndex:atCoordinate:withModifier:client:">mouseUpOnCharacterIndex:atCoordinate:withModifier:client:</a></h3>
- (void) <b>mouseUpOnCharacterIndex:</b> (unsigned)index<b> atCoordinate:</b> (NSPoint)point<b> withModifier:</b> (unsigned int)flags<b> client:</b> (id)sender;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h1><a name="003000000000">
Software documentation for the NSInputServiceProvider
protocol
</a></h1>
<h2><a name="protocol$(NSInputServiceProvider)">NSInputServiceProvider</a></h2>
<blockquote>
<dl>
<dt><b>Declared in:</b></dt>
<dd>AppKit/NSInputServer.h</dd>
</dl>
</blockquote>
<blockquote>
<b>Standards:</b>
<ul>
<li>GNUstep</li>
<li>MacOS-X</li>
<li>OpenStep</li>
</ul>
</blockquote>
<p>
<em>Description forthcoming.</em>
</p>
<b>Method summary</b>
<ul>
<li><a rel="gsdoc" href="NSInputServer.html#method$(NSInputServiceProvider)-activeConversationChanged:toNewConversation:">-activeConversationChanged:toNewConversation:</a></li>
<li><a rel="gsdoc" href="NSInputServer.html#method$(NSInputServiceProvider)-activeConversationWillChange:fromOldConversation:">-activeConversationWillChange:fromOldConversation:</a></li>
<li><a rel="gsdoc" href="NSInputServer.html#method$(NSInputServiceProvider)-canBeDisabled">-canBeDisabled</a></li>
<li><a rel="gsdoc" href="NSInputServer.html#method$(NSInputServiceProvider)-doCommandBySelector:client:">-doCommandBySelector:client:</a></li>
<li><a rel="gsdoc" href="NSInputServer.html#method$(NSInputServiceProvider)-inputClientBecomeActive:">-inputClientBecomeActive:</a></li>
<li><a rel="gsdoc" href="NSInputServer.html#method$(NSInputServiceProvider)-inputClientDisabled:">-inputClientDisabled:</a></li>
<li><a rel="gsdoc" href="NSInputServer.html#method$(NSInputServiceProvider)-inputClientEnabled:">-inputClientEnabled:</a></li>
<li><a rel="gsdoc" href="NSInputServer.html#method$(NSInputServiceProvider)-inputClientResignActive:">-inputClientResignActive:</a></li>
<li><a rel="gsdoc" href="NSInputServer.html#method$(NSInputServiceProvider)-insertText:client:">-insertText:client:</a></li>
<li><a rel="gsdoc" href="NSInputServer.html#method$(NSInputServiceProvider)-markedTextAbandoned:">-markedTextAbandoned:</a></li>
<li><a rel="gsdoc" href="NSInputServer.html#method$(NSInputServiceProvider)-markedTextSelectionChanged:client:">-markedTextSelectionChanged:client:</a></li>
<li><a rel="gsdoc" href="NSInputServer.html#method$(NSInputServiceProvider)-terminate:">-terminate:</a></li>
<li><a rel="gsdoc" href="NSInputServer.html#method$(NSInputServiceProvider)-wantsToDelayTextChangeNotifications">-wantsToDelayTextChangeNotifications</a></li>
<li><a rel="gsdoc" href="NSInputServer.html#method$(NSInputServiceProvider)-wantsToHandleMouseEvents">-wantsToHandleMouseEvents</a></li>
<li><a rel="gsdoc" href="NSInputServer.html#method$(NSInputServiceProvider)-wantsToInterpretAllKeystrokes">-wantsToInterpretAllKeystrokes</a></li>
</ul>
<hr width="50%" align="left" />
<h3><a name="method$(NSInputServiceProvider)-activeConversationChanged:toNewConversation:">activeConversationChanged:toNewConversation:</a></h3>
- (void) <b>activeConversationChanged:</b> (id)sender<b> toNewConversation:</b> (long)newConversation;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$(NSInputServiceProvider)-activeConversationWillChange:fromOldConversation:">activeConversationWillChange:fromOldConversation:</a></h3>
- (void) <b>activeConversationWillChange:</b> (id)sender<b> fromOldConversation:</b> (long)oldConversation;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$(NSInputServiceProvider)-canBeDisabled">canBeDisabled</a></h3>
- (BOOL) <b>canBeDisabled</b>;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$(NSInputServiceProvider)-doCommandBySelector:client:">doCommandBySelector:client:</a></h3>
- (void) <b>doCommandBySelector:</b> (SEL)aSelector<b> client:</b> (id)sender;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$(NSInputServiceProvider)-inputClientBecomeActive:">inputClientBecomeActive:</a></h3>
- (void) <b>inputClientBecomeActive:</b> (id)sender;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$(NSInputServiceProvider)-inputClientDisabled:">inputClientDisabled:</a></h3>
- (void) <b>inputClientDisabled:</b> (id)sender;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$(NSInputServiceProvider)-inputClientEnabled:">inputClientEnabled:</a></h3>
- (void) <b>inputClientEnabled:</b> (id)sender;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$(NSInputServiceProvider)-inputClientResignActive:">inputClientResignActive:</a></h3>
- (void) <b>inputClientResignActive:</b> (id)sender;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$(NSInputServiceProvider)-insertText:client:">insertText:client:</a></h3>
- (void) <b>insertText:</b> (id)aString<b> client:</b> (id)sender;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$(NSInputServiceProvider)-markedTextAbandoned:">markedTextAbandoned:</a></h3>
- (void) <b>markedTextAbandoned:</b> (id)sender;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$(NSInputServiceProvider)-markedTextSelectionChanged:client:">markedTextSelectionChanged:client:</a></h3>
- (void) <b>markedTextSelectionChanged:</b> (NSRange)newSelection<b> client:</b> (id)sender;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$(NSInputServiceProvider)-terminate:">terminate:</a></h3>
- (void) <b>terminate:</b> (id)sender;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$(NSInputServiceProvider)-wantsToDelayTextChangeNotifications">wantsToDelayTextChangeNotifications</a></h3>
- (BOOL) <b>wantsToDelayTextChangeNotifications</b>;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$(NSInputServiceProvider)-wantsToHandleMouseEvents">wantsToHandleMouseEvents</a></h3>
- (BOOL) <b>wantsToHandleMouseEvents</b>;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$(NSInputServiceProvider)-wantsToInterpretAllKeystrokes">wantsToInterpretAllKeystrokes</a></h3>
- (BOOL) <b>wantsToInterpretAllKeystrokes</b>;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<br />
<a href="Gui.html">Up</a>
</body>
</html>