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) category

Software documentation for the NSTextStorage class

NSTextStorage : NSMutableAttributedString

Declared in:
AppKit/NSTextStorage.h
Standards:

Description forthcoming.

Method summary

addLayoutManager:

- (void) addLayoutManager: (NSLayoutManager*)obj;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


beginEditing

- (void) beginEditing;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


changeInLength

- (int) changeInLength;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


delegate

- (id) delegate;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


edited:range:changeInLength:

- (void) edited: (unsigned)mask range: (NSRange)old changeInLength: (int)delta;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


editedMask

- (unsigned) editedMask;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


editedRange

- (NSRange) editedRange;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


endEditing

- (void) endEditing;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


ensureAttributesAreFixedInRange:

- (void) ensureAttributesAreFixedInRange: (NSRange)range;
Standards: NotOpenStep, GNUstep, MacOS-X

Description forthcoming.


fixesAttributesLazily

- (BOOL) fixesAttributesLazily;
Standards: NotOpenStep, GNUstep, MacOS-X

Description forthcoming.


invalidateAttributesInRange:

- (void) invalidateAttributesInRange: (NSRange)range;
Standards: NotOpenStep, GNUstep, MacOS-X

Description forthcoming.


layoutManagers

- (NSArray*) layoutManagers;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


processEditing

- (void) processEditing;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


removeLayoutManager:

- (void) removeLayoutManager: (NSLayoutManager*)obj;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setDelegate:

- (void) setDelegate: (id)delegate;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


Software documentation for the NSObject(NSTextStorageDelegate) category

NSObject(NSTextStorageDelegate)

Declared in:
AppKit/NSTextStorage.h
Standards:

Description forthcoming.

Method summary

textStorageDidProcessEditing:

- (void) textStorageDidProcessEditing: (NSNotification*)notification;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


textStorageWillProcessEditing:

- (void) textStorageWillProcessEditing: (NSNotification*)notification;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.



Up