2000-03-05 17:39:16 +00:00
|
|
|
<html><head>
|
2001-03-03 10:07:01 +00:00
|
|
|
<title>NSTextStorage</title>
|
2000-03-05 17:39:16 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2001-03-03 10:07:01 +00:00
|
|
|
<a href ="NSTextFieldCell.html">[Previous]</a>
|
|
|
|
<a href ="Gui.html">[Up]</a>
|
|
|
|
<a href ="NSTextTab.html">[Next]</a>
|
2000-03-05 17:39:16 +00:00
|
|
|
<h1>NSTextStorage</h1>
|
2001-03-03 10:07:01 +00:00
|
|
|
<h3>Authors </h3>
|
|
|
|
<dl>
|
|
|
|
<dt><a href ="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
|
2000-03-05 17:39:16 +00:00
|
|
|
<dd>
|
|
|
|
</dl>
|
2001-03-03 10:07:01 +00:00
|
|
|
<p>Version: $Revision$</p>
|
|
|
|
<p>Date: $Date$</p>
|
|
|
|
<h2><a name ="cont-0">NSTextStorage</a></h2>
|
|
|
|
<h2><a name ="NSTextStorage">NSTextStorage</a></h2>
|
|
|
|
<p><b>Declared in: </b> Gui/NSTextStorage.h</p>
|
|
|
|
<p><b>Inherits from: </b> NSMutableAttributedString</p>
|
|
|
|
<p><b>Conforms to: </b> NSCopying
|
2000-03-05 17:39:16 +00:00
|
|
|
</p>
|
|
|
|
<hr>
|
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<h2>Instance Variables </h2>
|
2000-03-05 17:39:16 +00:00
|
|
|
<ul>
|
|
|
|
</ul>
|
2001-03-03 10:07:01 +00:00
|
|
|
<h2>Methods </h2>
|
|
|
|
<ul>
|
|
|
|
<li><a href ="NSTextStorage.html#method-0">-addLayoutManager:</a>
|
|
|
|
<li><a href ="NSTextStorage.html#method-1">-changeInLength</a>
|
|
|
|
<li><a href ="NSTextStorage.html#method-2">-delegate</a>
|
|
|
|
<li><a href ="NSTextStorage.html#method-3">-edited:range:changeInLength:</a>
|
|
|
|
<li><a href ="NSTextStorage.html#method-4">-editedMask</a>
|
|
|
|
<li><a href ="NSTextStorage.html#method-5">-editedRange</a>
|
|
|
|
<li><a href ="NSTextStorage.html#method-6">-endEditing</a>
|
|
|
|
<li><a href ="NSTextStorage.html#method-7">-layoutManagers</a>
|
|
|
|
<li><a href ="NSTextStorage.html#method-8">-processEditing</a>
|
|
|
|
<li><a href ="NSTextStorage.html#method-9">-removeLayoutManager:</a>
|
|
|
|
<li><a href ="NSTextStorage.html#method-10">-setDelegate:</a>
|
|
|
|
<li><a href ="NSTextStorage.html#method-11">-textStorageDidProcessEditing:</a>
|
|
|
|
<li><a href ="NSTextStorage.html#method-12">-textStorageWillProcessEditing:</a>
|
|
|
|
</ul>
|
|
|
|
<hr><h2>Instances Methods </h2>
|
|
|
|
<h3><a name ="method-0">addLayoutManager:</a></h3>
|
|
|
|
- (void) <b>addLayoutManager:</b> (NSLayoutManager*)aLayoutManager;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-1">changeInLength</a></h3>
|
|
|
|
- (int) <b>changeInLength</b>;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-2">delegate</a></h3>
|
|
|
|
- (id) <b>delegate</b>;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-3">edited:range:changeInLength:</a></h3>
|
|
|
|
- (void) <b>edited:</b> (unsigned int)mask <b>range:</b> (NSRange)oldRange <b>changeInLength:</b> (int)lengthChange;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-4">editedMask</a></h3>
|
|
|
|
- (unsigned int) <b>editedMask</b>;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-5">editedRange</a></h3>
|
|
|
|
- (NSRange) <b>editedRange</b>;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-6">endEditing</a></h3>
|
|
|
|
- (void) <b>endEditing</b>;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-7">layoutManagers</a></h3>
|
|
|
|
- (NSArray*) <b>layoutManagers</b>;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-8">processEditing</a></h3>
|
|
|
|
- (void) <b>processEditing</b>;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-9">removeLayoutManager:</a></h3>
|
|
|
|
- (void) <b>removeLayoutManager:</b> (NSLayoutManager*)aLayoutManager;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-10">setDelegate:</a></h3>
|
|
|
|
- (void) <b>setDelegate:</b> (id)anObject;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-11">textStorageDidProcessEditing:</a></h3>
|
|
|
|
- (void) <b>textStorageDidProcessEditing:</b> (NSNotification*)aNotification;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-12">textStorageWillProcessEditing:</a></h3>
|
|
|
|
- (void) <b>textStorageWillProcessEditing:</b> (NSNotification*)aNotification;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
2000-03-05 17:39:16 +00:00
|
|
|
</body>
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
</html>
|