libs-gui/Documentation/gsdoc/NSInputServer.html
Adam Fedor d47e202fbe Markup for autogsdoc
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11788 72102866-910b-0410-8b05-ffd578937521
2001-12-17 16:51:51 +00:00

159 lines
4.5 KiB
HTML

<html>
<head>
<title>NSInputServer</title>
</head>
<body>
<h1>NSInputServer</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>Copyright: (C) 2001 Free Software Foundation, Inc.</p>
<h1>
Software documentation for the NSInputServer class
</h1>
<h2><a name="class$NSInputServer">NSInputServer</a> : NSObject</h2>
Declared: AppKit/NSInputServer.h<br />
Conform: <a href="#protocol$(NSInputServerMouseTracker)">NSInputServerMouseTracker</a><br />
Conform: <a href="#protocol$(NSInputServiceProvider)">NSInputServiceProvider</a><br />
<p>
</p>
<h3>initWithDelegate:name:</a></h3>
- (id) <b>initWithDelegate:</b> (id)aDelegate<b> name:</b> (NSString*)name;<br />
<p>
</p>
<hr />
<h1>
Software documentation for the
NSInputServerMouseTracker protocol
</h1>
<h2><a name="protocol$(NSInputServerMouseTracker)">NSInputServerMouseTracker</a></h2>
Declared: AppKit/NSInputServer.h<br />
<p>
</p>
<h3>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 />
<p>
</p>
<hr />
<h3>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 />
<p>
</p>
<hr />
<h3>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 />
<p>
</p>
<hr />
<h1>
Software documentation for the NSInputServiceProvider
protocol
</h1>
<h2><a name="protocol$(NSInputServiceProvider)">NSInputServiceProvider</a></h2>
Declared: AppKit/NSInputServer.h<br />
<p>
</p>
<h3>activeConversationChanged:toNewConversation:</a></h3>
- (void) <b>activeConversationChanged:</b> (id)sender<b> toNewConversation:</b> (long)newConversation;<br />
<p>
</p>
<hr />
<h3>activeConversationWillChange:fromOldConversation:</a></h3>
- (void) <b>activeConversationWillChange:</b> (id)sender<b> fromOldConversation:</b> (long)oldConversation;<br />
<p>
</p>
<hr />
<h3>canBeDisabled</a></h3>
- (BOOL) <b>canBeDisabled</b>;<br />
<p>
</p>
<hr />
<h3>doCommandBySelector:client:</a></h3>
- (void) <b>doCommandBySelector:</b> (SEL)aSelector<b> client:</b> (id)sender;<br />
<p>
</p>
<hr />
<h3>inputClientBecomeActive:</a></h3>
- (void) <b>inputClientBecomeActive:</b> (id)sender;<br />
<p>
</p>
<hr />
<h3>inputClientDisabled:</a></h3>
- (void) <b>inputClientDisabled:</b> (id)sender;<br />
<p>
</p>
<hr />
<h3>inputClientEnabled:</a></h3>
- (void) <b>inputClientEnabled:</b> (id)sender;<br />
<p>
</p>
<hr />
<h3>inputClientResignActive:</a></h3>
- (void) <b>inputClientResignActive:</b> (id)sender;<br />
<p>
</p>
<hr />
<h3>insertText:client:</a></h3>
- (void) <b>insertText:</b> (id)aString<b> client:</b> (id)sender;<br />
<p>
</p>
<hr />
<h3>markedTextAbandoned:</a></h3>
- (void) <b>markedTextAbandoned:</b> (id)sender;<br />
<p>
</p>
<hr />
<h3>markedTextSelectionChanged:client:</a></h3>
- (void) <b>markedTextSelectionChanged:</b> (NSRange)newSelection<b> client:</b> (id)sender;<br />
<p>
</p>
<hr />
<h3>terminate:</a></h3>
- (void) <b>terminate:</b> (id)sender;<br />
<p>
</p>
<hr />
<h3>wantsToDelayTextChangeNotifications</a></h3>
- (BOOL) <b>wantsToDelayTextChangeNotifications</b>;<br />
<p>
</p>
<hr />
<h3>wantsToHandleMouseEvents</a></h3>
- (BOOL) <b>wantsToHandleMouseEvents</b>;<br />
<p>
</p>
<hr />
<h3>wantsToInterpretAllKeystrokes</a></h3>
- (BOOL) <b>wantsToInterpretAllKeystrokes</b>;<br />
<p>
</p>
<hr />
</body>
</html>