Up

NSTextStorage

Authors

Richard Frith-Macdonald( richard@brainstorm.co.uk )

Copyright: (C) 1999 Free Software Foundation, Inc.


Contents -

  1. Software documentation for the NSTextStorage class
  2. Software documentation for the NSObject(NSTextStorageDelegate) informal protocol

Software documentation for the NSTextStorage class

NSTextStorage : NSMutableAttributedString

Declared in:
AppKit/NSTextStorage.h
Standards:

Description forthcoming.

Method summary

addLayoutManager:

- (void) addLayoutManager: (NSLayoutManager*)obj;

Description forthcoming.


beginEditing

- (void) beginEditing;

Description forthcoming.


changeInLength

- (int) changeInLength;

Description forthcoming.


delegate

- (id) delegate;

Description forthcoming.


edited:range:changeInLength:

- (void) edited: (unsigned)mask range: (NSRange)old changeInLength: (int)delta;

Description forthcoming.


editedMask

- (unsigned) editedMask;

Description forthcoming.


editedRange

- (NSRange) editedRange;

Description forthcoming.


endEditing

- (void) endEditing;

Description forthcoming.


ensureAttributesAreFixedInRange:

- (void) ensureAttributesAreFixedInRange: (NSRange)range;

Description forthcoming.


fixesAttributesLazily

- (BOOL) fixesAttributesLazily;

Description forthcoming.


invalidateAttributesInRange:

- (void) invalidateAttributesInRange: (NSRange)range;

Description forthcoming.


layoutManagers

- (NSArray*) layoutManagers;

Description forthcoming.


processEditing

- (void) processEditing;

Description forthcoming.


removeLayoutManager:

- (void) removeLayoutManager: (NSLayoutManager*)obj;

Description forthcoming.


setDelegate:

- (void) setDelegate: (id)anObject;

Description forthcoming.


Software documentation for the NSObject(NSTextStorageDelegate) informal protocol

NSObject(NSTextStorageDelegate)

Declared in:
AppKit/NSTextStorage.h
Standards:

Description forthcoming.

Method summary

textStorageDidProcessEditing:

- (void) textStorageDidProcessEditing: (NSNotification*)notification;

Description forthcoming.


textStorageWillProcessEditing:

- (void) textStorageWillProcessEditing: (NSNotification*)notification;

Description forthcoming.



Up