Up

EOUndoManager class documentation

Authors

Stephane Corthesy (stephane@sente.ch)

Copyright: (C) 2003,2004,2005 Free Software Foundation, Inc.


Contents -

  1. Software documentation for the EOUndoManager class
  2. Software documentation for the EOClassDescription(EODeprecated) category
  3. Software documentation for the NSObject(EODeprecated) informal protocol
  4. EODeprecated variables

Software documentation for the EOUndoManager class

EOUndoManager : NSUndoManager

Declared in:
EOControl/EODeprecated.h
Deprecated. Use NSUndoManager.
Method summary

forgetAll 

- (void) forgetAll;
Deprecated. Use removeAllActionsWithTarget:.

forgetAllWithTarget: 

- (void) forgetAllWithTarget: (id)target;
Deprecated. Use removeAllActionsWithTarget:.

reenableUndoRegistration 

- (void) reenableUndoRegistration;
Deprecated. Use enableUndoRegistration.

registerUndoWithTarget: selector: arg: 

- (void) registerUndoWithTarget: (id)target selector: (SEL)selector arg: (id)argument;
Deprecated. Use registerUndoWithTarget:selector:object: .

Software documentation for the EOClassDescription(EODeprecated) category

EOClassDescription(EODeprecated)

Declared in:
EOControl/EODeprecated.h
Description forthcoming.
Method summary

delegate 

+ (id) delegate;
Deprecated. Use +classDelegate .

setDelegate: 

+ (void) setDelegate: (id)delegate;
Deprecated. Use +setClassDelegate: .

Software documentation for the NSObject(EODeprecated) informal protocol

NSObject(EODeprecated)

Declared in:
EOControl/EODeprecated.h
Description forthcoming.
Method summary

flushClassKeyBindings 

+ (void) flushClassKeyBindings;
Deprecated. GDL2 doesn't cache key bindungs.

EODeprecated variables

EOFetchLimitHintKey

NSString* EOFetchLimitHintKey;
Description forthcoming.

EOPrefetchingRelationshipHintKey

NSString* EOPrefetchingRelationshipHintKey;
Description forthcoming.

EOPromptAfterFetchLimitHintKey

NSString* EOPromptAfterFetchLimitHintKey;
Description forthcoming.


Up