UIKeyCommand class

WARNING: UIKeyCommand is a stub. To generate bindings for this class, include UIKeyCommand in your config's objc-interfaces list.

UIKeyCommand

Inheritance
Available extensions

Constructors

UIKeyCommand.castFrom(ObjCObjectBase other)
Constructs a UIKeyCommand that points to the same underlying object as other.
UIKeyCommand.castFromPointer(Pointer<ObjCObject> other, {bool retain = false, bool release = false})
Constructs a UIKeyCommand that wraps the given raw object pointer.

Properties

hashCode int
The hash code for this object.
no setterinherited
image UIImage?

Available on UIMenuElement, provided by the UIMenuElement$Methods extension

Image to be displayed alongside the element's title.
no setter
ref → ObjCObjectRef
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtitle ↔ NSString?

Available on UIMenuElement, provided by the UIMenuElement$Methods extension

The element's subtitle.
getter/setter pair
title → NSString

Available on UIMenuElement, provided by the UIMenuElement$Methods extension

The element's title.
no setter

Methods

encodeWithCoder(NSCoder coder) → void

Available on UIMenuElement, provided by the UIMenuElement$Methods extension

encodeWithCoder:
init() UIMenuElement

Available on UIMenuElement, provided by the UIMenuElement$Methods extension

init
initWithCoder(NSCoder coder) UIMenuElement?

Available on UIMenuElement, provided by the UIMenuElement$Methods extension

initWithCoder:
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited