2001-12-17 16:51:51 +00:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>NSTextStorage</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
2002-01-28 04:50:14 +00:00
|
|
|
<a href="Gui.html">Up</a>
|
|
|
|
<br />
|
|
|
|
<h1><a name="title$NSTextStorage">NSTextStorage</a></h1>
|
2001-12-17 16:51:51 +00:00
|
|
|
<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>
|
2002-01-28 04:50:14 +00:00
|
|
|
<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">
|
2001-12-17 16:51:51 +00:00
|
|
|
Software documentation for the NSTextStorage class
|
2002-01-28 04:50:14 +00:00
|
|
|
</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>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (void) <b>beginEditing</b>;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
2001-12-17 16:51:51 +00:00
|
|
|
<p>
|
2002-01-28 04:50:14 +00:00
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSTextStorage-changeInLength">changeInLength</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (int) <b>changeInLength</b>;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
2001-12-17 16:51:51 +00:00
|
|
|
<p>
|
2002-01-28 04:50:14 +00:00
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSTextStorage-delegate">delegate</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (id) <b>delegate</b>;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
2001-12-17 16:51:51 +00:00
|
|
|
<p>
|
2002-01-28 04:50:14 +00:00
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSTextStorage-edited:range:changeInLength:">edited:range:changeInLength:</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (void) <b>edited:</b> (unsigned)mask<b> range:</b> (NSRange)old<b> changeInLength:</b> (int)delta;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
2001-12-17 16:51:51 +00:00
|
|
|
<p>
|
2002-01-28 04:50:14 +00:00
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSTextStorage-editedMask">editedMask</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (unsigned) <b>editedMask</b>;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
2001-12-17 16:51:51 +00:00
|
|
|
<p>
|
2002-01-28 04:50:14 +00:00
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSTextStorage-editedRange">editedRange</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (NSRange) <b>editedRange</b>;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
2001-12-17 16:51:51 +00:00
|
|
|
<p>
|
2002-01-28 04:50:14 +00:00
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSTextStorage-endEditing">endEditing</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (void) <b>endEditing</b>;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
2001-12-17 16:51:51 +00:00
|
|
|
<p>
|
2002-01-28 04:50:14 +00:00
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSTextStorage-ensureAttributesAreFixedInRange:">ensureAttributesAreFixedInRange:</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (void) <b>ensureAttributesAreFixedInRange:</b> (NSRange)range;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
2001-12-17 16:51:51 +00:00
|
|
|
<p>
|
2002-01-28 04:50:14 +00:00
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSTextStorage-fixesAttributesLazily">fixesAttributesLazily</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (BOOL) <b>fixesAttributesLazily</b>;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
2001-12-17 16:51:51 +00:00
|
|
|
<p>
|
2002-01-28 04:50:14 +00:00
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSTextStorage-invalidateAttributesInRange:">invalidateAttributesInRange:</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (void) <b>invalidateAttributesInRange:</b> (NSRange)range;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
2001-12-17 16:51:51 +00:00
|
|
|
<p>
|
2002-01-28 04:50:14 +00:00
|
|
|
|
|
|
|
<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 />
|
2001-12-17 16:51:51 +00:00
|
|
|
<p>
|
2002-01-28 04:50:14 +00:00
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSTextStorage-processEditing">processEditing</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (void) <b>processEditing</b>;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
2001-12-17 16:51:51 +00:00
|
|
|
<p>
|
2002-01-28 04:50:14 +00:00
|
|
|
|
|
|
|
<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 />
|
2001-12-17 16:51:51 +00:00
|
|
|
<p>
|
2002-01-28 04:50:14 +00:00
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSTextStorage-setDelegate:">setDelegate:</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (void) <b>setDelegate:</b> (id)delegate;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
2001-12-17 16:51:51 +00:00
|
|
|
<p>
|
2002-01-28 04:50:14 +00:00
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h1><a name="002000000000">
|
2001-12-17 16:51:51 +00:00
|
|
|
Software documentation for the
|
|
|
|
NSObject(NSTextStorageDelegate)
|
|
|
|
category
|
2002-01-28 04:50:14 +00:00
|
|
|
</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>
|
2001-12-17 16:51:51 +00:00
|
|
|
</body>
|
|
|
|
</html>
|