2000-02-28 16:33:27 +00:00
|
|
|
<?xml version="1.0"?>
|
2001-12-17 16:51:51 +00:00
|
|
|
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.7//EN" "http://www.gnustep.org/gsdoc-0_6_7.xml">
|
|
|
|
<gsdoc base="NSTextStorage" next="NSTextView" prev="NSTextFieldCell" up="NSActionCell">
|
2000-02-28 16:33:27 +00:00
|
|
|
<head>
|
|
|
|
<title>NSTextStorage</title>
|
|
|
|
<author name="Richard Frith-Macdonald">
|
2001-12-17 16:51:51 +00:00
|
|
|
<email address="richard@brainstorm.co.uk">
|
|
|
|
richard@brainstorm.co.uk
|
|
|
|
</email>
|
2000-02-28 16:33:27 +00:00
|
|
|
</author>
|
2001-12-17 16:51:51 +00:00
|
|
|
<copy>1999 Free Software Foundation, Inc.</copy>
|
2000-02-28 16:33:27 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<chapter>
|
2001-12-17 16:51:51 +00:00
|
|
|
<heading>
|
|
|
|
Software documentation for the NSTextStorage class
|
|
|
|
</heading>
|
2000-02-28 16:33:27 +00:00
|
|
|
<class name="NSTextStorage" super="NSMutableAttributedString">
|
2001-12-17 16:51:51 +00:00
|
|
|
<declared>AppKit/NSTextStorage.h</declared>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
|
|
|
<method type="void">
|
|
|
|
<sel>addLayoutManager:</sel>
|
|
|
|
<arg type="NSLayoutManager*">obj</arg>
|
2000-02-29 11:01:41 +00:00
|
|
|
<desc>
|
|
|
|
</desc>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
2000-02-29 11:01:41 +00:00
|
|
|
<method type="void">
|
2001-12-17 16:51:51 +00:00
|
|
|
<sel>beginEditing</sel>
|
2000-02-29 11:01:41 +00:00
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:37:00 +00:00
|
|
|
</method>
|
2000-02-29 11:01:41 +00:00
|
|
|
<method type="int">
|
|
|
|
<sel>changeInLength</sel>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:37:00 +00:00
|
|
|
</method>
|
2000-02-29 11:01:41 +00:00
|
|
|
<method type="id">
|
|
|
|
<sel>delegate</sel>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:37:00 +00:00
|
|
|
</method>
|
2000-02-29 11:01:41 +00:00
|
|
|
<method type="void">
|
|
|
|
<sel>edited:</sel>
|
2001-12-17 16:51:51 +00:00
|
|
|
<arg type="unsigned">mask</arg>
|
2000-02-29 11:01:41 +00:00
|
|
|
<sel>range:</sel>
|
2001-12-17 16:51:51 +00:00
|
|
|
<arg type="NSRange">old</arg>
|
2000-02-29 11:01:41 +00:00
|
|
|
<sel>changeInLength:</sel>
|
2001-12-17 16:51:51 +00:00
|
|
|
<arg type="int">delta</arg>
|
2000-02-29 11:01:41 +00:00
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:37:00 +00:00
|
|
|
</method>
|
2001-12-17 16:51:51 +00:00
|
|
|
<method type="unsigned">
|
2000-02-29 11:01:41 +00:00
|
|
|
<sel>editedMask</sel>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:37:00 +00:00
|
|
|
</method>
|
2000-02-29 11:01:41 +00:00
|
|
|
<method type="NSRange">
|
|
|
|
<sel>editedRange</sel>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:37:00 +00:00
|
|
|
</method>
|
2000-02-29 11:01:41 +00:00
|
|
|
<method type="void">
|
|
|
|
<sel>endEditing</sel>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:37:00 +00:00
|
|
|
</method>
|
2001-12-17 16:51:51 +00:00
|
|
|
<method type="void">
|
|
|
|
<sel>ensureAttributesAreFixedInRange:</sel>
|
|
|
|
<arg type="NSRange">range</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
|
|
|
</method>
|
|
|
|
<method type="BOOL">
|
|
|
|
<sel>fixesAttributesLazily</sel>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
|
|
|
</method>
|
|
|
|
<method type="void">
|
|
|
|
<sel>invalidateAttributesInRange:</sel>
|
|
|
|
<arg type="NSRange">range</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
|
|
|
</method>
|
2000-02-29 11:01:41 +00:00
|
|
|
<method type="NSArray*">
|
|
|
|
<sel>layoutManagers</sel>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:37:00 +00:00
|
|
|
</method>
|
2000-02-29 11:01:41 +00:00
|
|
|
<method type="void">
|
|
|
|
<sel>processEditing</sel>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:37:00 +00:00
|
|
|
</method>
|
2000-02-29 11:01:41 +00:00
|
|
|
<method type="void">
|
|
|
|
<sel>removeLayoutManager:</sel>
|
2001-12-17 16:51:51 +00:00
|
|
|
<arg type="NSLayoutManager*">obj</arg>
|
2000-02-29 11:01:41 +00:00
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:37:00 +00:00
|
|
|
</method>
|
2000-02-29 11:01:41 +00:00
|
|
|
<method type="void">
|
|
|
|
<sel>setDelegate:</sel>
|
2001-12-17 16:51:51 +00:00
|
|
|
<arg type="id">delegate</arg>
|
2000-02-29 11:01:41 +00:00
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:37:00 +00:00
|
|
|
</method>
|
2001-12-17 16:51:51 +00:00
|
|
|
</class>
|
|
|
|
</chapter>
|
|
|
|
<chapter>
|
|
|
|
<heading>
|
|
|
|
Software documentation for the
|
|
|
|
NSObject(NSTextStorageDelegate)
|
|
|
|
category
|
|
|
|
</heading>
|
|
|
|
<category name="NSTextStorageDelegate" class="NSObject">
|
|
|
|
<declared>AppKit/NSTextStorage.h</declared>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-29 11:01:41 +00:00
|
|
|
<method type="void">
|
|
|
|
<sel>textStorageDidProcessEditing:</sel>
|
2001-12-17 16:51:51 +00:00
|
|
|
<arg type="NSNotification*">notification</arg>
|
2000-02-29 11:01:41 +00:00
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:37:00 +00:00
|
|
|
</method>
|
2000-02-29 11:01:41 +00:00
|
|
|
<method type="void">
|
|
|
|
<sel>textStorageWillProcessEditing:</sel>
|
2001-12-17 16:51:51 +00:00
|
|
|
<arg type="NSNotification*">notification</arg>
|
2000-02-29 11:01:41 +00:00
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:37:00 +00:00
|
|
|
</method>
|
2001-12-17 16:51:51 +00:00
|
|
|
</category>
|
2000-02-28 16:33:27 +00:00
|
|
|
</chapter>
|
|
|
|
</body>
|
|
|
|
</gsdoc>
|