![]() System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /proc/self/root/usr/share/GNUstep/Documentation/Developer/Gui/Reference/ |
Upload File : |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>NSTextStorage</title> </head> <body> <font face="serif"> <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> <li> <a href="#003000000000">Software documentation for the NSTextStorage(Scripting) 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/share/GNUstep/Documentation/Developer/Base/Reference/NSAttributedString.html#class$NSMutableAttributedString">NSMutableAttributedString</a></h2> <blockquote class="declared"> <dl> <dt><b>Declared in:</b></dt> <dd>AppKit/NSTextStorage.h</dd> </dl> </blockquote> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="50%" align="left" /> <a href="#_NSTextStorage_ivars">Instance Variables</a> <br/><br/> <b>Method summary</b> <ul> <li><a rel="gsdoc" href="NSTextStorage.html#method$NSTextStorage(Scripting)-font">-font</a></li> <li><a rel="gsdoc" href="NSTextStorage.html#method$NSTextStorage(Scripting)-setFont$">-setFont:</a></li> <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> <li><a rel="gsdoc" href="NSTextStorage.html#method$NSTextStorage-string">-string</a></li> </ul> <hr width="50%" align="left" /> <div class="method"> <h3><a name="method$NSTextStorage-addLayoutManager$">addLayoutManager: </a></h3> - (void) <b>addLayoutManager:</b> (GSLayoutManager*)obj;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSTextStorage-beginEditing">beginEditing </a></h3> - (void) <b>beginEditing</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSTextStorage-changeInLength">changeInLength </a></h3> - (int) <b>changeInLength</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSTextStorage-delegate">delegate </a></h3> - (id) <b>delegate</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Returns the value most recently set usiong the <a rel="gsdoc" href="#method$NSTextStorage-setDelegate$"> -setDelegate: </a> method. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSTextStorage-edited$range$changeInLength$">edited: range: changeInLength: </a></h3> - (void) <b>edited:</b> (unsigned)mask<b> range:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRange">NSRange</a>)old<b> changeInLength:</b> (int)delta;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSTextStorage-editedMask">editedMask </a></h3> - (unsigned) <b>editedMask</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSTextStorage-editedRange">editedRange </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRange">NSRange</a>) <b>editedRange</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSTextStorage-endEditing">endEditing </a></h3> - (void) <b>endEditing</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSTextStorage-ensureAttributesAreFixedInRange$">ensureAttributesAreFixedInRange: </a></h3> - (void) <b>ensureAttributesAreFixedInRange:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRange">NSRange</a>)range;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSTextStorage-fixesAttributesLazily">fixesAttributesLazily </a></h3> - (BOOL) <b>fixesAttributesLazily</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSTextStorage-invalidateAttributesInRange$">invalidateAttributesInRange: </a></h3> - (void) <b>invalidateAttributesInRange:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRange">NSRange</a>)range;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSTextStorage-layoutManagers">layoutManagers </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSArray.html#class$NSArray">NSArray</a>*) <b>layoutManagers</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSTextStorage-processEditing">processEditing </a></h3> - (void) <b>processEditing</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSTextStorage-removeLayoutManager$">removeLayoutManager: </a></h3> - (void) <b>removeLayoutManager:</b> (GSLayoutManager*)obj;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSTextStorage-setDelegate$">setDelegate: </a></h3> - (void) <b>setDelegate:</b> (id)delegate;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Set the <var>delegate</var> (adds it as an observer for text storage notifications) and removes any old value (removes it as an observer). <br /> The <var>delegate</var> is <em>not</em> retained. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSTextStorage-string">string </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*) <b>string</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Returns the string data stored by the receiver. <br /> For performance reasons (and OSX compatibility) this is actually a proxy to the internal representation of the string. <br /> This proxy provides an immutable string interface, but you must be aware that the underlying information may be modified by the receiver at any point, so if you need a consistent/fixed snapshot of the data (or if you are going to pass the string to other code which expects to be working with a constant string), you should copy the object returned by this method rather than simply retaining it. </div> <hr width="25%" align="left" /> </div> <a name="_NSTextStorage_ivars"/> <br/><hr width="50%" align="left" /> <h2>Instance Variables for NSTextStorage Class</h2> <h3><a name="ivariable$NSTextStorage*_delegate">_delegate</a></h3> @protected id <b>_delegate</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSTextStorage*_editCount">_editCount</a></h3> @protected unsigned int <b>_editCount</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSTextStorage*_editedDelta">_editedDelta</a></h3> @protected int <b>_editedDelta</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSTextStorage*_editedMask">_editedMask</a></h3> @protected unsigned int <b>_editedMask</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSTextStorage*_editedRange">_editedRange</a></h3> @protected NSRange <b>_editedRange</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSTextStorage*_layoutManagers">_layoutManagers</a></h3> @protected NSMutableArray* <b>_layoutManagers</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <br/><hr width="50%" align="left" /><br/> <h1><a name="002000000000"> Software documentation for the NSObject(NSTextStorageDelegate) informal protocol </a></h1> <h2><a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSObject.html#class$NSObject">NSObject</a>(<a name="category$NSObject(NSTextStorageDelegate)">NSTextStorageDelegate</a>)</h2> <blockquote class="declared"> <dl> <dt><b>Declared in:</b></dt> <dd>AppKit/NSTextStorage.h</dd> </dl> </blockquote> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <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" /> <div class="method"> <h3><a name="method$NSObject(NSTextStorageDelegate)-textStorageDidProcessEditing$">textStorageDidProcessEditing: </a></h3> - (void) <b>textStorageDidProcessEditing:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSNotification.html#class$NSNotification">NSNotification</a>*)notification;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSObject(NSTextStorageDelegate)-textStorageWillProcessEditing$">textStorageWillProcessEditing: </a></h3> - (void) <b>textStorageWillProcessEditing:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSNotification.html#class$NSNotification">NSNotification</a>*)notification;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <h1><a name="003000000000"> Software documentation for the NSTextStorage(Scripting) category </a></h1> <h2><a rel="gsdoc" href="#class$NSTextStorage">NSTextStorage</a>(<a name="category$NSTextStorage(Scripting)">Scripting</a>)</h2> <blockquote class="declared"> <dl> <dt><b>Declared in:</b></dt> <dd>AppKit/NSTextStorage.h</dd> </dl> </blockquote> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <b>Method summary</b> <ul> <li><a rel="gsdoc" href="NSTextStorage.html#method$NSTextStorage(Scripting)-font">-font</a></li> <li><a rel="gsdoc" href="NSTextStorage.html#method$NSTextStorage(Scripting)-setFont$">-setFont:</a></li> </ul> <hr width="50%" align="left" /> <div class="method"> <h3><a name="method$NSTextStorage(Scripting)-font">font </a></h3> - (<a rel="gsdoc" href="NSFont.html#class$NSFont">NSFont</a>*) <b>font</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSTextStorage(Scripting)-setFont$">setFont: </a></h3> - (void) <b>setFont:</b> (<a rel="gsdoc" href="NSFont.html#class$NSFont">NSFont</a>*)font;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <br /> <a href="Gui.html">Up</a> </font> </body> </html>