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

Software documentation for the EOUndoManager class

EOUndoManager : NSUndoManager

Declared in:
EOControl/EODeprecated.h
Availability: OpenStep

Deprecated. Use NSUndoManager.
Method summary

forgetAll 

- (void) forgetAll;
Availability: OpenStep

Deprecated. Use -removeAllActionsWithTarget: .

forgetAllWithTarget: 

- (void) forgetAllWithTarget: (id)param0;
Availability: OpenStep

Deprecated. Use -removeAllActionsWithTarget: .

reenableUndoRegistration 

- (void) reenableUndoRegistration;
Availability: OpenStep

Deprecated. Use -enableUndoRegistration .

registerUndoWithTarget: selector: arg: 

- (void) registerUndoWithTarget: (id)param0 selector: (SEL)param1 arg: (id)param2;
Availability: OpenStep

Deprecated. Use -registerUndoWithTarget:selector:object: .

Software documentation for the EOClassDescription(EODeprecated) category

EOClassDescription(EODeprecated)

Declared in:
EOControl/EODeprecated.h
Availability: OpenStep

Description forthcoming.
Method summary

delegate 

+ (id) delegate;
Availability: OpenStep

Deprecated. Use +classDelegate .

setDelegate: 

+ (void) setDelegate: (id)delegate;
Availability: OpenStep

Deprecated. Use +setClassDelegate .

Software documentation for the NSObject(EODeprecated) informal protocol

NSObject(EODeprecated)

Declared in:
EOControl/EODeprecated.h
Availability: OpenStep

Description forthcoming.
Method summary

flushClassKeyBindings 

+ (void) flushClassKeyBindings;
Availability: OpenStep

Deprecated. GDL2 doesn't cache key bindungs.


Up