[Previous]
[Up]
[Next]
NSTextStorage
Authors
- Richard Frith-Macdonald
-
Version: 0.1
Date: 28 February, 2000
Declared in: Gui/NSTextStorage.h
Inherits from: NSMutableAttributedString
Conforms to: NSCopying
- (void) addLayoutManager: (NSLayoutManager*)aLayoutManager
- (int) changeInLength
- (id) delegate
- (void) edited: (unsigned int)mask range: (NSRange)oldRange changeInLength: (int)lengthChange
- (unsigned int) editedMask
- (NSRange) editedRange
- (void) endEditing
- (NSArray*) layoutManagers
- (void) processEditing
- (void) removeLayoutManager: (NSLayoutManager*)aLayoutManager
- (void) setDelegate: (id)anObject
- (void) textStorageDidProcessEditing: (NSNotification*)aNotification
- (void) textStorageWillProcessEditing: (NSNotification*)aNotification