MonoMac.Foundation.NSUndoManager Members

The members of MonoMac.Foundation.NSUndoManager are listed below.

See Also: Inherited members from MonoMac.Foundation.NSObject

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.
A constructor that initializes the object from the data stored in the unarchiver object.
Constructor to call on derived classes when the derived class has an [Export] constructor.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
CanRedobool. Documentation for this section has not yet been entered.
[read-only]
CanUndobool. Documentation for this section has not yet been entered.
[read-only]
static
CheckpointNotificationNSString. Notification constant for Checkpoint
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
static
DidCloseUndoGroupNotificationNSString. Notification constant for DidCloseUndoGroup
[read-only]
static
DidOpenUndoGroupNotificationNSString. Notification constant for DidOpenUndoGroup
[read-only]
static
DidRedoChangeNotificationNSString. Notification constant for DidRedoChange
[read-only]
static
DidUndoChangeNotificationNSString. Notification constant for DidUndoChange
[read-only]
GroupingLevelint. Documentation for this section has not yet been entered.
[read-only]
static
GroupIsDiscardableKeyNSString. Represents the value associated with the constant NSUndoManagerGroupIsDiscardableKey
GroupsByEventbool. Documentation for this section has not yet been entered.
[read-only]
IsRedoingbool. Documentation for this section has not yet been entered.
[read-only]
IsUndoingbool. Documentation for this section has not yet been entered.
[read-only]
IsUndoRegistrationEnabledbool. Documentation for this section has not yet been entered.
LevelsOfUndoint. Documentation for this section has not yet been entered.
[read-only]
RedoActionIsDiscardablebool. Documentation for this section has not yet been entered.
[read-only]
RedoActionNamestring. Documentation for this section has not yet been entered.
[read-only]
RedoMenuItemTitlestring. Documentation for this section has not yet been entered.
RunLoopModesstring[]. Documentation for this section has not yet been entered.
[read-only]
UndoActionIsDiscardablebool. Documentation for this section has not yet been entered.
[read-only]
UndoActionNamestring. Documentation for this section has not yet been entered.
[read-only]
UndoMenuItemTitlestring. Documentation for this section has not yet been entered.
[read-only]
static
WillCloseUndoGroupNotificationNSString. Notification constant for WillCloseUndoGroup
[read-only]
static
WillRedoChangeNotificationNSString. Notification constant for WillRedoChange
[read-only]
static
WillUndoChangeNotificationNSString. Notification constant for WillUndoChange

Public Methods

BeginUndoGrouping()
Documentation for this section has not yet been entered.
DisableUndoRegistration()
Documentation for this section has not yet been entered.
EnableUndoRegistration()
Documentation for this section has not yet been entered.
EndUndoGrouping()
Documentation for this section has not yet been entered.
PrepareWithInvocationTarget(NSObject) : NSObject
Documentation for this section has not yet been entered.
Redo()
Documentation for this section has not yet been entered.
RedoMenuTitleForUndoActionName(string) : string
Documentation for this section has not yet been entered.
RegisterUndoWithTarget(NSObject, MonoMac.ObjCRuntime.Selector, NSObject)
Documentation for this section has not yet been entered.
RemoveAllActions()
Documentation for this section has not yet been entered.
RemoveAllActions(NSObject)
Documentation for this section has not yet been entered.
SetActionIsDiscardable(bool)
Documentation for this section has not yet been entered.
SetActionname(string)
Documentation for this section has not yet been entered.
Undo()
Documentation for this section has not yet been entered.
UndoMenuTitleForUndoActionName(string) : string
Documentation for this section has not yet been entered.
UndoNestedGroup()
Documentation for this section has not yet been entered.