[Previous] [Up] [Next]

NSTextStorage

Authors

Richard Frith-Macdonald

Version: 0.1

Date: 28 February, 2000

NSTextStorage

NSTextStorage

Declared in: Gui/NSTextStorage.h

Inherits from: NSMutableAttributedString

Conforms to: NSCopying



addLayoutManager:

- (void) addLayoutManager: (NSLayoutManager*)aLayoutManager

changeInLength

- (int) changeInLength

delegate

- (id) delegate

edited:range:changeInLength:

- (void) edited: (unsigned int)mask range: (NSRange)oldRange changeInLength: (int)lengthChange

editedMask

- (unsigned int) editedMask

editedRange

- (NSRange) editedRange

endEditing

- (void) endEditing

layoutManagers

- (NSArray*) layoutManagers

processEditing

- (void) processEditing

removeLayoutManager:

- (void) removeLayoutManager: (NSLayoutManager*)aLayoutManager

setDelegate:

- (void) setDelegate: (id)anObject

textStorageDidProcessEditing:

- (void) textStorageDidProcessEditing: (NSNotification*)aNotification

textStorageWillProcessEditing:

- (void) textStorageWillProcessEditing: (NSNotification*)aNotification