mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 20:31:09 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12233 72102866-910b-0410-8b05-ffd578937521
193 lines
8.9 KiB
HTML
193 lines
8.9 KiB
HTML
<html>
|
|
<head>
|
|
<title>NSSpellServer</title>
|
|
</head>
|
|
<body>
|
|
<a href="Gui.html">Up</a>
|
|
<br />
|
|
<h1><a name="title$NSSpellServer">NSSpellServer</a></h1>
|
|
<h3>Authors</h3>
|
|
<dl>
|
|
<dt>Gregory John Casamento(<a href="mailto:borgheron@yahoo.com"><code>
|
|
borgheron@yahoo.com
|
|
</code></a>)</dt>
|
|
<dd>
|
|
</dd>
|
|
<dt>Scott Christley(<a href="mailto:scottc@net-community.com"><code>
|
|
scottc@net-community.com
|
|
</code></a>)</dt>
|
|
<dd>
|
|
</dd>
|
|
</dl>
|
|
<blockquote>
|
|
|
|
Class to allow a spell checker to be available to other
|
|
apps.
|
|
|
|
</blockquote>
|
|
<p><b>Copyright:</b> (C) 2001, 1996 Free Software Foundation, Inc.</p>
|
|
<div>
|
|
<hr width="50%" align="left" />
|
|
<h3>Contents -</h3>
|
|
<ol>
|
|
<li>
|
|
<a href="#001000000000">Software documentation for the NSSpellServer class</a>
|
|
</li>
|
|
<li>
|
|
<a href="#002000000000">Software documentation for the
|
|
NSObject(NSSpellServerDelegate)
|
|
category</a>
|
|
</li>
|
|
</ol>
|
|
<hr width="50%" align="left" />
|
|
</div>
|
|
<h1><a name="001000000000">
|
|
Software documentation for the NSSpellServer class
|
|
</a></h1>
|
|
<h2><a name="class$NSSpellServer">NSSpellServer</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/NSSpellServer.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="NSSpellServer.html#method$NSSpellServer-delegate">-delegate</a></li>
|
|
<li><a rel="gsdoc" href="NSSpellServer.html#method$NSSpellServer-isWordInUserDictionaries:caseSensitive:">-isWordInUserDictionaries:caseSensitive:</a></li>
|
|
<li><a rel="gsdoc" href="NSSpellServer.html#method$NSSpellServer-registerLanguage:byVendor:">-registerLanguage:byVendor:</a></li>
|
|
<li><a rel="gsdoc" href="NSSpellServer.html#method$NSSpellServer-run">-run</a></li>
|
|
<li><a rel="gsdoc" href="NSSpellServer.html#method$NSSpellServer-setDelegate:">-setDelegate:</a></li>
|
|
</ul>
|
|
<hr width="50%" align="left" />
|
|
<h3><a name="method$NSSpellServer-delegate">delegate</a></h3>
|
|
- (id) <b>delegate</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$NSSpellServer-isWordInUserDictionaries:caseSensitive:">isWordInUserDictionaries:caseSensitive:</a></h3>
|
|
- (BOOL) <b>isWordInUserDictionaries:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)word<b> caseSensitive:</b> (BOOL)flag;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSSpellServer-registerLanguage:byVendor:">registerLanguage:byVendor:</a></h3>
|
|
- (BOOL) <b>registerLanguage:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)language<b> byVendor:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)vendor;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSSpellServer-run">run</a></h3>
|
|
- (void) <b>run</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$NSSpellServer-setDelegate:">setDelegate:</a></h3>
|
|
- (void) <b>setDelegate:</b> (id)anObject;<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
|
|
NSObject(NSSpellServerDelegate)
|
|
category
|
|
</a></h1>
|
|
<h2><a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSObject.html#class$NSObject">NSObject</a>(<a name="category$NSObject(NSSpellServerDelegate)">NSSpellServerDelegate</a>)</h2>
|
|
<blockquote>
|
|
<dl>
|
|
<dt><b>Declared in:</b></dt>
|
|
<dd>AppKit/NSSpellServer.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="NSSpellServer.html#method$NSObject(NSSpellServerDelegate)-spellServer:didForgetWord:inLanguage:">-spellServer:didForgetWord:inLanguage:</a></li>
|
|
<li><a rel="gsdoc" href="NSSpellServer.html#method$NSObject(NSSpellServerDelegate)-spellServer:didLearnWord:inLanguage:">-spellServer:didLearnWord:inLanguage:</a></li>
|
|
<li><a rel="gsdoc" href="NSSpellServer.html#method$NSObject(NSSpellServerDelegate)-spellServer:findMisspelledWordInString:language:wordCount:countOnly:">-spellServer:findMisspelledWordInString:language:wordCount:countOnly:</a></li>
|
|
<li><a rel="gsdoc" href="NSSpellServer.html#method$NSObject(NSSpellServerDelegate)-spellServer:suggestGuessesForWord:inLanguage:">-spellServer:suggestGuessesForWord:inLanguage:</a></li>
|
|
</ul>
|
|
<hr width="50%" align="left" />
|
|
<h3><a name="method$NSObject(NSSpellServerDelegate)-spellServer:didForgetWord:inLanguage:">spellServer:didForgetWord:inLanguage:</a></h3>
|
|
- (void) <b>spellServer:</b> (<a rel="gsdoc" href="#class$NSSpellServer">NSSpellServer</a>*)sender<b> didForgetWord:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)word<b> inLanguage:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)language;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSObject(NSSpellServerDelegate)-spellServer:didLearnWord:inLanguage:">spellServer:didLearnWord:inLanguage:</a></h3>
|
|
- (void) <b>spellServer:</b> (<a rel="gsdoc" href="#class$NSSpellServer">NSSpellServer</a>*)sender<b> didLearnWord:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)word<b> inLanguage:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)language;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSObject(NSSpellServerDelegate)-spellServer:findMisspelledWordInString:language:wordCount:countOnly:">spellServer:findMisspelledWordInString:language:wordCount:countOnly:</a></h3>
|
|
- (NSRange) <b>spellServer:</b> (<a rel="gsdoc" href="#class$NSSpellServer">NSSpellServer</a>*)sender<b> findMisspelledWordInString:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)stringToCheck<b> language:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)language<b> wordCount:</b> (int*)wordCount<b> countOnly:</b> (BOOL)countOnly;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSObject(NSSpellServerDelegate)-spellServer:suggestGuessesForWord:inLanguage:">spellServer:suggestGuessesForWord:inLanguage:</a></h3>
|
|
- (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSArray.html#class$NSArray">NSArray</a>*) <b>spellServer:</b> (<a rel="gsdoc" href="#class$NSSpellServer">NSSpellServer</a>*)sender<b> suggestGuessesForWord:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)word<b> inLanguage:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)language;<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>
|