libs-gui/Documentation/gsdoc/NSTextStorage.html
fedor b5cd87ab03 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

262 lines
10 KiB
HTML

<html>
<head>
<title>NSTextStorage</title>
</head>
<body>
<a href="Gui.html">Up</a>
<br />
<h1><a name="title$NSTextStorage">NSTextStorage</a></h1>
<h3>Authors</h3>
<dl>
<dt>Richard Frith-Macdonald(<a href="mailto:richard@brainstorm.co.uk"><code>
richard@brainstorm.co.uk
</code></a>)</dt>
<dd>
</dd>
</dl>
<p><b>Copyright:</b> (C) 1999 Free Software Foundation, Inc.</p>
<div>
<hr width="50%" align="left" />
<h3>Contents -</h3>
<ol>
<li>
<a href="#001000000000">Software documentation for the NSTextStorage class</a>
</li>
<li>
<a href="#002000000000">Software documentation for the
NSObject(NSTextStorageDelegate)
category</a>
</li>
</ol>
<hr width="50%" align="left" />
</div>
<h1><a name="001000000000">
Software documentation for the NSTextStorage class
</a></h1>
<h2><a name="class$NSTextStorage">NSTextStorage</a> : <a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSAttributedString.html#class$NSMutableAttributedString">NSMutableAttributedString</a></h2>
<blockquote>
<dl>
<dt><b>Declared in:</b></dt>
<dd>AppKit/NSTextStorage.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="NSTextStorage.html#method$NSTextStorage-addLayoutManager:">-addLayoutManager:</a></li>
<li><a rel="gsdoc" href="NSTextStorage.html#method$NSTextStorage-beginEditing">-beginEditing</a></li>
<li><a rel="gsdoc" href="NSTextStorage.html#method$NSTextStorage-changeInLength">-changeInLength</a></li>
<li><a rel="gsdoc" href="NSTextStorage.html#method$NSTextStorage-delegate">-delegate</a></li>
<li><a rel="gsdoc" href="NSTextStorage.html#method$NSTextStorage-edited:range:changeInLength:">-edited:range:changeInLength:</a></li>
<li><a rel="gsdoc" href="NSTextStorage.html#method$NSTextStorage-editedMask">-editedMask</a></li>
<li><a rel="gsdoc" href="NSTextStorage.html#method$NSTextStorage-editedRange">-editedRange</a></li>
<li><a rel="gsdoc" href="NSTextStorage.html#method$NSTextStorage-endEditing">-endEditing</a></li>
<li><a rel="gsdoc" href="NSTextStorage.html#method$NSTextStorage-ensureAttributesAreFixedInRange:">-ensureAttributesAreFixedInRange:</a></li>
<li><a rel="gsdoc" href="NSTextStorage.html#method$NSTextStorage-fixesAttributesLazily">-fixesAttributesLazily</a></li>
<li><a rel="gsdoc" href="NSTextStorage.html#method$NSTextStorage-invalidateAttributesInRange:">-invalidateAttributesInRange:</a></li>
<li><a rel="gsdoc" href="NSTextStorage.html#method$NSTextStorage-layoutManagers">-layoutManagers</a></li>
<li><a rel="gsdoc" href="NSTextStorage.html#method$NSTextStorage-processEditing">-processEditing</a></li>
<li><a rel="gsdoc" href="NSTextStorage.html#method$NSTextStorage-removeLayoutManager:">-removeLayoutManager:</a></li>
<li><a rel="gsdoc" href="NSTextStorage.html#method$NSTextStorage-setDelegate:">-setDelegate:</a></li>
</ul>
<hr width="50%" align="left" />
<h3><a name="method$NSTextStorage-addLayoutManager:">addLayoutManager:</a></h3>
- (void) <b>addLayoutManager:</b> (<a rel="gsdoc" href="NSLayoutManager.html#class$NSLayoutManager">NSLayoutManager</a>*)obj;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSTextStorage-beginEditing">beginEditing</a></h3>
- (void) <b>beginEditing</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$NSTextStorage-changeInLength">changeInLength</a></h3>
- (int) <b>changeInLength</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$NSTextStorage-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$NSTextStorage-edited:range:changeInLength:">edited:range:changeInLength:</a></h3>
- (void) <b>edited:</b> (unsigned)mask<b> range:</b> (NSRange)old<b> changeInLength:</b> (int)delta;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSTextStorage-editedMask">editedMask</a></h3>
- (unsigned) <b>editedMask</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$NSTextStorage-editedRange">editedRange</a></h3>
- (NSRange) <b>editedRange</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$NSTextStorage-endEditing">endEditing</a></h3>
- (void) <b>endEditing</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$NSTextStorage-ensureAttributesAreFixedInRange:">ensureAttributesAreFixedInRange:</a></h3>
- (void) <b>ensureAttributesAreFixedInRange:</b> (NSRange)range;<br />
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSTextStorage-fixesAttributesLazily">fixesAttributesLazily</a></h3>
- (BOOL) <b>fixesAttributesLazily</b>;<br />
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSTextStorage-invalidateAttributesInRange:">invalidateAttributesInRange:</a></h3>
- (void) <b>invalidateAttributesInRange:</b> (NSRange)range;<br />
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSTextStorage-layoutManagers">layoutManagers</a></h3>
- (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSArray.html#class$NSArray">NSArray</a>*) <b>layoutManagers</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$NSTextStorage-processEditing">processEditing</a></h3>
- (void) <b>processEditing</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$NSTextStorage-removeLayoutManager:">removeLayoutManager:</a></h3>
- (void) <b>removeLayoutManager:</b> (<a rel="gsdoc" href="NSLayoutManager.html#class$NSLayoutManager">NSLayoutManager</a>*)obj;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSTextStorage-setDelegate:">setDelegate:</a></h3>
- (void) <b>setDelegate:</b> (id)delegate;<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(NSTextStorageDelegate)
category
</a></h1>
<h2><a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSObject.html#class$NSObject">NSObject</a>(<a name="category$NSObject(NSTextStorageDelegate)">NSTextStorageDelegate</a>)</h2>
<blockquote>
<dl>
<dt><b>Declared in:</b></dt>
<dd>AppKit/NSTextStorage.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="NSTextStorage.html#method$NSObject(NSTextStorageDelegate)-textStorageDidProcessEditing:">-textStorageDidProcessEditing:</a></li>
<li><a rel="gsdoc" href="NSTextStorage.html#method$NSObject(NSTextStorageDelegate)-textStorageWillProcessEditing:">-textStorageWillProcessEditing:</a></li>
</ul>
<hr width="50%" align="left" />
<h3><a name="method$NSObject(NSTextStorageDelegate)-textStorageDidProcessEditing:">textStorageDidProcessEditing:</a></h3>
- (void) <b>textStorageDidProcessEditing:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSNotification.html#class$NSNotification">NSNotification</a>*)notification;<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(NSTextStorageDelegate)-textStorageWillProcessEditing:">textStorageWillProcessEditing:</a></h3>
- (void) <b>textStorageWillProcessEditing:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSNotification.html#class$NSNotification">NSNotification</a>*)notification;<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>