mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-29 10:31:01 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14167 72102866-910b-0410-8b05-ffd578937521
245 lines
8.7 KiB
HTML
245 lines
8.7 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)
|
|
informal protocol</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> : NSMutableAttributedString</h2>
|
|
<blockquote>
|
|
<dl>
|
|
<dt><b>Declared in:</b></dt>
|
|
<dd>AppKit/NSTextStorage.h</dd>
|
|
</dl>
|
|
</blockquote>
|
|
<blockquote>
|
|
<b>Standards:</b>
|
|
<ul>
|
|
<li>MacOS-X</li>
|
|
<li>OpenStep</li>
|
|
<li>GNUstep</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 />
|
|
<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 />
|
|
<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 />
|
|
<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 />
|
|
<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 />
|
|
<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 />
|
|
<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 />
|
|
<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 />
|
|
<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 />
|
|
<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 />
|
|
<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 />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSTextStorage-layoutManagers">layoutManagers</a></h3>
|
|
- (NSArray*) <b>layoutManagers</b>;<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 />
|
|
<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 />
|
|
<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)anObject;<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h1><a name="002000000000">
|
|
Software documentation for the
|
|
NSObject(NSTextStorageDelegate)
|
|
informal protocol
|
|
</a></h1>
|
|
<h2>NSObject(<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>MacOS-X</li>
|
|
<li>OpenStep</li>
|
|
<li>GNUstep</li>
|
|
</ul>
|
|
</blockquote>
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<b>Method summary</b>
|
|
<ul>
|
|
<li><a rel="gsdoc" href="NSTextStorage.html#method$NSObject-textStorageDidProcessEditing:">-textStorageDidProcessEditing:</a></li>
|
|
<li><a rel="gsdoc" href="NSTextStorage.html#method$NSObject-textStorageWillProcessEditing:">-textStorageWillProcessEditing:</a></li>
|
|
</ul>
|
|
<hr width="50%" align="left" />
|
|
<h3><a name="method$NSObject-textStorageDidProcessEditing:">textStorageDidProcessEditing:</a></h3>
|
|
- (void) <b>textStorageDidProcessEditing:</b> (NSNotification*)notification;<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSObject-textStorageWillProcessEditing:">textStorageWillProcessEditing:</a></h3>
|
|
- (void) <b>textStorageWillProcessEditing:</b> (NSNotification*)notification;<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<br />
|
|
<a href="Gui.html">Up</a>
|
|
</body>
|
|
</html>
|