CABtleMidiWindowController Class

Definition

[Foundation.Register("CABTLEMIDIWindowController", true)]
public class CABtleMidiWindowController : AppKit.NSWindowController
[<Foundation.Register("CABTLEMIDIWindowController", true)>]
type CABtleMidiWindowController = class
    inherit NSWindowController
Inheritance
CABtleMidiWindowController
Attributes

Constructors

Name Description
CABtleMidiWindowController()

Creates a new CABtleMidiWindowController with default values.

CABtleMidiWindowController(NativeHandle)

A constructor used when creating managed representations of unmanaged objects. Called by the runtime.

CABtleMidiWindowController(NSCoder)

A constructor that initializes the object from the data stored in the unarchiver object.

CABtleMidiWindowController(NSObjectFlag)

Constructor to call on derived classes to skip initialization and merely allocate the object.

CABtleMidiWindowController(NSWindow)

Properties

Name Description
Class (Inherited from NSObject)
ClassHandle

The Objective-C class handle for this class.

ContentViewController (Inherited from NSWindowController)
DebugDescription (Inherited from NSObject)
Description (Inherited from NSObject)
Document (Inherited from NSWindowController)
ExposedBindings (Inherited from NSObject)
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from NSObject)
IsDirectBinding

Gets or sets a value indicating whether this instance uses direct Objective-C binding.

(Inherited from NSObject)
IsProxy (Inherited from NSObject)
IsWindowLoaded (Inherited from NSWindowController)
Menu (Inherited from NSResponder)
NextResponder (Inherited from NSResponder)
Owner (Inherited from NSWindowController)
PreviewRepresentableActivityItems (Inherited from NSWindowController)
RetainCount (Inherited from NSObject)
Self (Inherited from NSObject)
ShouldCascadeWindows (Inherited from NSWindowController)
ShouldCloseDocument (Inherited from NSWindowController)
Storyboard (Inherited from NSWindowController)
Superclass (Inherited from NSObject)
SuperHandle

Handle used to represent the methods in the base class for this NSObject.

(Inherited from NSObject)
TouchBar (Inherited from NSResponder)
UserActivity (Inherited from NSResponder)
Window (Inherited from NSWindowController)
WindowFrameAutosaveName (Inherited from NSWindowController)
WindowNibName (Inherited from NSWindowController)
WindowNibPath (Inherited from NSWindowController)
Zone (Inherited from NSObject)

Methods

Name Description
AcceptsFirstResponder() (Inherited from NSResponder)
AddObserver(NSObject, NSString, NSKeyValueObservingOptions, IntPtr) (Inherited from NSObject)
AddObserver(NSObject, String, NSKeyValueObservingOptions, IntPtr) (Inherited from NSObject)
AddObserver(NSString, NSKeyValueObservingOptions, Action<NSObservedChange>)

Registers an object for being observed externally using an arbitrary method.

(Inherited from NSObject)
AddObserver(String, NSKeyValueObservingOptions, Action<NSObservedChange>)

Registers an object for being observed externally using an arbitrary method.

(Inherited from NSObject)
AwakeFromNib() (Inherited from NSObject)
BecomeFirstResponder() (Inherited from NSResponder)
BeginGestureWithEvent(NSEvent) (Inherited from NSResponder)
BeginInvokeOnMainThread(Action)

Invokes the specified action asynchronously on the main UI thread.

(Inherited from NSObject)
BeginInvokeOnMainThread(Selector, NSObject)

Invokes asynchronously the specified code on the main UI thread.

(Inherited from NSObject)
Bind(NSString, NSObject, String, NSBindingOptions) (Inherited from NSObject)
Bind(NSString, NSObject, String, NSDictionary) (Inherited from NSObject)
ChangeMode(NSEvent) (Inherited from NSResponder)
Close() (Inherited from NSWindowController)
CommitEditing() (Inherited from NSObject)
CommitEditing(NSObject, Selector, IntPtr) (Inherited from NSObject)
ConformsToProtocol(NativeHandle) (Inherited from NSObject)
ContextMenuKeyDown(NSEvent) (Inherited from NSResponder)
Copy() (Inherited from NSObject)
CursorUpdate(NSEvent) (Inherited from NSResponder)
DangerousAutorelease()

Calls the 'autorelease' selector on this object.

(Inherited from NSObject)
DangerousRelease()

Calls the 'release' selector on this object.

(Inherited from NSObject)
DangerousRetain()

Calls the 'retain' selector on this object.

(Inherited from NSObject)
DidChange(NSKeyValueChange, NSIndexSet, NSString) (Inherited from NSObject)
DidChange(NSString, NSKeyValueSetMutationKind, NSSet) (Inherited from NSObject)
DidChangeValue(String) (Inherited from NSObject)
DismissController(NSObject) (Inherited from NSWindowController)
Dispose()

Releases the resources used by the NSObject object.

(Inherited from NSObject)
Dispose(Boolean)

Releases the resources used by the NSObject object.

(Inherited from NSObject)
DoesNotRecognizeSelector(Selector) (Inherited from NSObject)
EncodeRestorableState(NSCoder, NSOperationQueue) (Inherited from NSResponder)
EncodeRestorableState(NSCoder) (Inherited from NSResponder)
EncodeTo(NSCoder)

Encodes the state of the object using the provided encoder.

(Inherited from NSWindowController)
EndGestureWithEvent(NSEvent) (Inherited from NSResponder)
Equals(NSObject)

Determines whether the specified NSObject is equal to the current NSObject.

(Inherited from NSObject)
Equals(Object)

Determines whether the specified object is equal to the current NSObject.

(Inherited from NSObject)
FlagsChanged(NSEvent) (Inherited from NSResponder)
FlushBufferedKeyEvents() (Inherited from NSResponder)
GetBindingInfo(NSString) (Inherited from NSObject)
GetBindingOptionDescriptions(NSString) (Inherited from NSObject)
GetBindingValueClass(NSString) (Inherited from NSObject)
GetDictionaryOfValuesFromKeys(NSString[]) (Inherited from NSObject)
GetHashCode()

Generates a hash code for the current instance.

(Inherited from NSObject)
GetMethodForSelector(Selector) (Inherited from NSObject)
GetNativeHash() (Inherited from NSObject)
GetNewWindowForTab(NSObject) (Inherited from NSResponder)
HelpRequested(NSEvent) (Inherited from NSResponder)
Init()

Initializes the object by calling the Objective-C init method.

(Inherited from NSObject)
InitializeHandle(NativeHandle, String) (Inherited from NSObject)
InitializeHandle(NativeHandle) (Inherited from NSObject)
InterpretKeyEvents(NSEvent[]) (Inherited from NSResponder)
InvalidateRestorableState() (Inherited from NSResponder)
Invoke(Action, Double)

Invokes the specified action after the specified delay.

(Inherited from NSObject)
Invoke(Action, TimeSpan)

Invokes the specified action after the specified delay.

(Inherited from NSObject)
InvokeOnMainThread(Action)

Invokes the specified action synchronously on the main UI thread.

(Inherited from NSObject)
InvokeOnMainThread(Selector, NSObject)

Invokes synchronously the specified code on the main UI thread.

(Inherited from NSObject)
IsEqual(NSObject) (Inherited from NSObject)
IsKindOfClass(Class) (Inherited from NSObject)
IsMemberOfClass(Class) (Inherited from NSObject)
KeyDown(NSEvent) (Inherited from NSResponder)
KeyUp(NSEvent) (Inherited from NSResponder)
LoadWindow() (Inherited from NSWindowController)
MagnifyWithEvent(NSEvent) (Inherited from NSResponder)
MarkDirty()

Promotes a regular peer object (IsDirectBinding is true) into a toggleref object.

(Inherited from NSObject)
MouseCancelled(NSEvent) (Inherited from NSResponder)
MouseDown(NSEvent) (Inherited from NSResponder)
MouseDragged(NSEvent) (Inherited from NSResponder)
MouseEntered(NSEvent) (Inherited from NSResponder)
MouseExited(NSEvent) (Inherited from NSResponder)
MouseMoved(NSEvent) (Inherited from NSResponder)
MouseUp(NSEvent) (Inherited from NSResponder)
MutableCopy() (Inherited from NSObject)
NoResponderFor(Selector) (Inherited from NSResponder)
ObjectDidEndEditing(NSObject) (Inherited from NSObject)
ObserveValue(NSString, NSObject, NSDictionary, IntPtr) (Inherited from NSObject)
OtherMouseDown(NSEvent) (Inherited from NSResponder)
OtherMouseDragged(NSEvent) (Inherited from NSResponder)
OtherMouseUp(NSEvent) (Inherited from NSResponder)
PerformKeyEquivalent(NSEvent) (Inherited from NSResponder)
PerformSegue(String, NSObject) (Inherited from NSWindowController)
PerformSelector(Selector, NSObject, Double, NSString[]) (Inherited from NSObject)
PerformSelector(Selector, NSObject, Double) (Inherited from NSObject)
PerformSelector(Selector, NSObject, NSObject) (Inherited from NSObject)
PerformSelector(Selector, NSObject) (Inherited from NSObject)
PerformSelector(Selector, NSThread, NSObject, Boolean, NSString[]) (Inherited from NSObject)
PerformSelector(Selector, NSThread, NSObject, Boolean) (Inherited from NSObject)
PerformSelector(Selector) (Inherited from NSObject)
PrepareForInterfaceBuilder() (Inherited from NSObject)
PrepareForSegue(NSStoryboardSegue, NSObject) (Inherited from NSWindowController)
PresentError(NSError, NSWindow, NSObject, Selector, IntPtr) (Inherited from NSResponder)
PresentError(NSError) (Inherited from NSResponder)
PressureChange(NSEvent) (Inherited from NSResponder)
QuickLook(NSEvent) (Inherited from NSResponder)
RemoveObserver(NSObject, NSString, IntPtr) (Inherited from NSObject)
RemoveObserver(NSObject, NSString) (Inherited from NSObject)
RemoveObserver(NSObject, String, IntPtr) (Inherited from NSObject)
RemoveObserver(NSObject, String) (Inherited from NSObject)
ResignFirstResponder() (Inherited from NSResponder)
RespondsToSelector(Selector) (Inherited from NSObject)
RestoreState(NSCoder) (Inherited from NSResponder)
RestoreUserActivityState(NSUserActivity) (Inherited from NSResponder)
RightMouseDown(NSEvent) (Inherited from NSResponder)
RightMouseDragged(NSEvent) (Inherited from NSResponder)
RightMouseUp(NSEvent) (Inherited from NSResponder)
RotateWithEvent(NSEvent) (Inherited from NSResponder)
ScrollWheel(NSEvent) (Inherited from NSResponder)
SetDocumentEdited(Boolean) (Inherited from NSWindowController)
SetNilValueForKey(NSString) (Inherited from NSObject)
SetValueForKey(NSObject, NSString) (Inherited from NSObject)
SetValueForKeyPath(NativeHandle, NSString)

Sets the value for the property identified by a given key path to a given value.

(Inherited from NSObject)
SetValueForKeyPath(NSObject, NSString) (Inherited from NSObject)
SetValueForUndefinedKey(NSObject, NSString) (Inherited from NSObject)
SetValuesForKeysWithDictionary(NSDictionary) (Inherited from NSObject)
ShouldBeTreatedAsInkEvent(NSEvent) (Inherited from NSResponder)
ShouldPerformSegue(String, NSObject) (Inherited from NSWindowController)
ShowContextHelp(NSObject) (Inherited from NSResponder)
ShowWindow(NSObject) (Inherited from NSWindowController)
SmartMagnify(NSEvent) (Inherited from NSResponder)
SupplementalTargetForAction(Selector, NSObject) (Inherited from NSResponder)
SwipeWithEvent(NSEvent) (Inherited from NSResponder)
SynchronizeWindowTitleWithDocumentName() (Inherited from NSWindowController)
TabletPoint(NSEvent) (Inherited from NSResponder)
TabletProximity(NSEvent) (Inherited from NSResponder)
ToString()

Returns a string representation of the value of the current instance.

(Inherited from NSObject)
TouchesBeganWithEvent(NSEvent) (Inherited from NSResponder)
TouchesCancelledWithEvent(NSEvent) (Inherited from NSResponder)
TouchesEndedWithEvent(NSEvent) (Inherited from NSResponder)
TouchesMovedWithEvent(NSEvent) (Inherited from NSResponder)
TryToPerformwith(Selector, NSObject) (Inherited from NSResponder)
Unbind(NSString) (Inherited from NSObject)
UpdateUserActivityState(NSUserActivity) (Inherited from NSResponder)
ValidateProposedFirstResponder(NSResponder, NSEvent) (Inherited from NSResponder)
ValidRequestorForSendType(String, String) (Inherited from NSResponder)
ValueForKey(NSString) (Inherited from NSObject)
ValueForKeyPath(NSString) (Inherited from NSObject)
ValueForUndefinedKey(NSString) (Inherited from NSObject)
WantsForwardedScrollEventsForAxis(NSEventGestureAxis) (Inherited from NSResponder)
WantsScrollEventsForSwipeTrackingOnAxis(NSEventGestureAxis) (Inherited from NSResponder)
WillChange(NSKeyValueChange, NSIndexSet, NSString) (Inherited from NSObject)
WillChange(NSString, NSKeyValueSetMutationKind, NSSet) (Inherited from NSObject)
WillChangeValue(String) (Inherited from NSObject)
WillPresentError(NSError) (Inherited from NSResponder)
WindowDidLoad() (Inherited from NSWindowController)
WindowTitleForDocumentDisplayName(String) (Inherited from NSWindowController)
WindowWillLoad() (Inherited from NSWindowController)

Extension Methods

Name Description
AcceptsPreviewPanelControl(NSObject, QLPreviewPanel)
BeginPreviewPanelControl(NSObject, QLPreviewPanel)
BrowserAccessibilityDeleteTextAtCursor(NSObject, IntPtr)
BrowserAccessibilityInsertTextAtCursor(NSObject, String)
EndPreviewPanelControl(NSObject, QLPreviewPanel)
GetAccessibilityLineEndPositionFromCurrentSelection(NSObject)
GetAccessibilityLineRangeForPosition(NSObject, IntPtr)
GetAccessibilityLineStartPositionFromCurrentSelection(NSObject)
GetBrowserAccessibilityAttributedValue(NSObject, NSRange)
GetBrowserAccessibilityContainerType(NSObject)
GetBrowserAccessibilityCurrentStatus(NSObject)
GetBrowserAccessibilityHasDomFocus(NSObject)
GetBrowserAccessibilityIsRequired(NSObject)
GetBrowserAccessibilityPressedState(NSObject)
GetBrowserAccessibilityRoleDescription(NSObject)
GetBrowserAccessibilitySelectedTextRange(NSObject)
GetBrowserAccessibilitySortDirection(NSObject)
GetBrowserAccessibilityValue(NSObject, NSRange)
GetDebugDescription(INSObjectProtocol)
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)
GetTouchBar(NSResponder)
GetValidModes(NSObject, NSFontPanel)
MakeTouchBar(NSResponder)
ObjectDidBeginEditing(NSObject, INSEditor)
ObjectDidEndEditing(NSObject, INSEditor)
PerformSegue(INSSeguePerforming, String, NSObject)
PerformTextFinderAction(NSResponder, NSObject)
PrepareForSegue(INSSeguePerforming, NSStoryboardSegue, NSObject)
ProvideImageData(NSObject, IntPtr, UIntPtr, UIntPtr, UIntPtr, UIntPtr, UIntPtr, NSObject)
ProvideImageToMTLTexture(NSObject, IMTLTexture, IMTLCommandBuffer, UIntPtr, UIntPtr, UIntPtr, UIntPtr, NSObject)
QuickLookPreviewItems(NSResponder, NSObject)
SetBrowserAccessibilityContainerType(NSObject, BEAccessibilityContainerType)
SetBrowserAccessibilityCurrentStatus(NSObject, String)
SetBrowserAccessibilityHasDomFocus(NSObject, Boolean)
SetBrowserAccessibilityIsRequired(NSObject, Boolean)
SetBrowserAccessibilityPressedState(NSObject, BEAccessibilityPressedState)
SetBrowserAccessibilityRoleDescription(NSObject, String)
SetBrowserAccessibilitySelectedTextRange(NSObject, NSRange)
SetBrowserAccessibilitySortDirection(NSObject, String)
SetSharedObservers(NSObject, NSKeyValueSharedObserversSnapshot)
SetTouchBar(NSResponder, NSTouchBar)
ShouldPerformSegue(INSSeguePerforming, String, NSObject)
ShowWritingTools(NSResponder, NSObject)
ValidateToolbarItem(NSObject, NSToolbarItem)

Applies to