![]() System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /proc/self/root/usr/share/GNUstep/Documentation/Developer/Gui/Reference/ |
Upload File : |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>NSInputServer</title> </head> <body> <font face="serif"> <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/share/GNUstep/Documentation/Developer/Base/Reference/NSObject.html#class$NSObject">NSObject</a></h2> <blockquote class="declared"> <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> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <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" /> <div class="method"> <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/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*)name;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <h1><a name="002000000000"> Software documentation for the NSInputServerMouseTracker protocol </a></h1> <h2><a name="protocol$(NSInputServerMouseTracker)">NSInputServerMouseTracker</a></h2> <blockquote class="declared"> <dl> <dt><b>Declared in:</b></dt> <dd>AppKit/NSInputServer.h</dd> </dl> </blockquote> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <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" /> <div class="method"> <h3><a name="method$(NSInputServerMouseTracker)-mouseDownOnCharacterIndex$atCoordinate$withModifier$client$">mouseDownOnCharacterIndex: atCoordinate: withModifier: client: </a></h3> - (BOOL) <b>mouseDownOnCharacterIndex:</b> (unsigned)index<b> atCoordinate:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSPoint">NSPoint</a>)point<b> withModifier:</b> (unsigned int)flags<b> client:</b> (id)sender;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$(NSInputServerMouseTracker)-mouseDraggedOnCharacterIndex$atCoordinate$withModifier$client$">mouseDraggedOnCharacterIndex: atCoordinate: withModifier: client: </a></h3> - (BOOL) <b>mouseDraggedOnCharacterIndex:</b> (unsigned)index<b> atCoordinate:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSPoint">NSPoint</a>)point<b> withModifier:</b> (unsigned int)flags<b> client:</b> (id)sender;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$(NSInputServerMouseTracker)-mouseUpOnCharacterIndex$atCoordinate$withModifier$client$">mouseUpOnCharacterIndex: atCoordinate: withModifier: client: </a></h3> - (void) <b>mouseUpOnCharacterIndex:</b> (unsigned)index<b> atCoordinate:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSPoint">NSPoint</a>)point<b> withModifier:</b> (unsigned int)flags<b> client:</b> (id)sender;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <h1><a name="003000000000"> Software documentation for the NSInputServiceProvider protocol </a></h1> <h2><a name="protocol$(NSInputServiceProvider)">NSInputServiceProvider</a></h2> <blockquote class="declared"> <dl> <dt><b>Declared in:</b></dt> <dd>AppKit/NSInputServer.h</dd> </dl> </blockquote> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <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" /> <div class="method"> <h3><a name="method$(NSInputServiceProvider)-activeConversationChanged$toNewConversation$">activeConversationChanged: toNewConversation: </a></h3> - (void) <b>activeConversationChanged:</b> (id)sender<b> toNewConversation:</b> (long)newConversation;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$(NSInputServiceProvider)-activeConversationWillChange$fromOldConversation$">activeConversationWillChange: fromOldConversation: </a></h3> - (void) <b>activeConversationWillChange:</b> (id)sender<b> fromOldConversation:</b> (long)oldConversation;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$(NSInputServiceProvider)-canBeDisabled">canBeDisabled </a></h3> - (BOOL) <b>canBeDisabled</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$(NSInputServiceProvider)-doCommandBySelector$client$">doCommandBySelector: client: </a></h3> - (void) <b>doCommandBySelector:</b> (SEL)aSelector<b> client:</b> (id)sender;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$(NSInputServiceProvider)-inputClientBecomeActive$">inputClientBecomeActive: </a></h3> - (void) <b>inputClientBecomeActive:</b> (id)sender;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$(NSInputServiceProvider)-inputClientDisabled$">inputClientDisabled: </a></h3> - (void) <b>inputClientDisabled:</b> (id)sender;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$(NSInputServiceProvider)-inputClientEnabled$">inputClientEnabled: </a></h3> - (void) <b>inputClientEnabled:</b> (id)sender;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$(NSInputServiceProvider)-inputClientResignActive$">inputClientResignActive: </a></h3> - (void) <b>inputClientResignActive:</b> (id)sender;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$(NSInputServiceProvider)-insertText$client$">insertText: client: </a></h3> - (void) <b>insertText:</b> (id)aString<b> client:</b> (id)sender;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$(NSInputServiceProvider)-markedTextAbandoned$">markedTextAbandoned: </a></h3> - (void) <b>markedTextAbandoned:</b> (id)sender;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$(NSInputServiceProvider)-markedTextSelectionChanged$client$">markedTextSelectionChanged: client: </a></h3> - (void) <b>markedTextSelectionChanged:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRange">NSRange</a>)newSelection<b> client:</b> (id)sender;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$(NSInputServiceProvider)-terminate$">terminate: </a></h3> - (void) <b>terminate:</b> (id)sender;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$(NSInputServiceProvider)-wantsToDelayTextChangeNotifications">wantsToDelayTextChangeNotifications </a></h3> - (BOOL) <b>wantsToDelayTextChangeNotifications</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$(NSInputServiceProvider)-wantsToHandleMouseEvents">wantsToHandleMouseEvents </a></h3> - (BOOL) <b>wantsToHandleMouseEvents</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$(NSInputServiceProvider)-wantsToInterpretAllKeystrokes">wantsToInterpretAllKeystrokes </a></h3> - (BOOL) <b>wantsToInterpretAllKeystrokes</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <br /> <a href="Gui.html">Up</a> </font> </body> </html>