[Previous]
[Up]
[Next]
NSTextStorage
Authors
- Richard Frith-Macdonald
-
Version: $Revision$
Date: $Date$
Declared in: Gui/NSTextStorage.h
Inherits from: NSMutableAttributedString
Conforms to: NSCopying
Instance Variables
Methods
Instances Methods
- (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;