ASMigrationDisplayItem class
ASMigrationDisplayItem
- Inheritance
-
- Object
- ASPickerDisplayItem
- ASMigrationDisplayItem
Constructors
- ASMigrationDisplayItem.castFrom(ObjCObjectBase other)
-
Constructs a ASMigrationDisplayItem that points to the same underlying object as
other. -
ASMigrationDisplayItem.castFromPointer(Pointer<
ObjCObject> other, {bool retain = false, bool release = false}) - Constructs a ASMigrationDisplayItem that wraps the given raw object pointer.
Properties
- debugDescription1 → NSString
-
debugDescription
no setterinherited
- description1 → NSString
-
description
no setterinherited
- descriptor → ASDiscoveryDescriptor
-
descriptor
no setterinherited
- hash1 → int
-
hash
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- hotspotSSID ↔ NSString?
-
hotspotSSID
getter/setter pair
- name → NSString
-
name
no setterinherited
- peripheralIdentifier ↔ NSUUID?
-
peripheralIdentifier
getter/setter pair
-
productImage
→ Pointer<
Int> -
productImage
no setterinherited
- ref → _ObjCObjectRef
-
finalinherited
- renameOptions ↔ ASAccessoryRenameOptions
-
renameOptions
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- setupOptions ↔ ASPickerDisplayItemSetupOptions
-
setupOptions
getter/setter pairinherited
- superclass1 → ObjCObjectBase
-
superclass
no setterinherited
Methods
-
autorelease(
) → ASMigrationDisplayItem -
autorelease
override
-
class2(
) → ObjCObjectBase -
class
inherited
-
conformsToProtocol_1(
Protocol aProtocol) → bool -
conformsToProtocol:
inherited
-
copy(
) → ObjCObjectBase -
copy
inherited
-
dealloc(
) → void -
dealloc
inherited
-
doesNotRecognizeSelector_(
Pointer< ObjCSelector> aSelector) → void -
doesNotRecognizeSelector:
inherited
-
forwardingTargetForSelector_(
Pointer< ObjCSelector> aSelector) → ObjCObjectBase -
forwardingTargetForSelector:
inherited
-
forwardInvocation_(
NSInvocation anInvocation) → void -
forwardInvocation:
inherited
-
init(
) → ASMigrationDisplayItem -
init
override
-
initWithName_productImage_descriptor_(
NSString name, ObjCObjectBase productImage, ASDiscoveryDescriptor descriptor) → ASMigrationDisplayItem -
initWithName:productImage:descriptor:
override
-
isEqual_(
ObjCObjectBase object) → bool -
isEqual:
inherited
-
isKindOfClass_(
ObjCObjectBase aClass) → bool -
isKindOfClass:
inherited
-
isMemberOfClass_(
ObjCObjectBase aClass) → bool -
isMemberOfClass:
inherited
-
isProxy(
) → bool -
isProxy
inherited
-
methodForSelector_(
Pointer< ObjCSelector> aSelector) → Pointer<NativeFunction< Void Function()> > -
methodForSelector:
inherited
-
methodSignatureForSelector_(
Pointer< ObjCSelector> aSelector) → NSMethodSignature -
methodSignatureForSelector:
inherited
-
mutableCopy(
) → ObjCObjectBase -
mutableCopy
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
performSelector_(
Pointer< ObjCSelector> aSelector) → ObjCObjectBase -
performSelector:
inherited
-
performSelector_withObject_(
Pointer< ObjCSelector> aSelector, ObjCObjectBase object) → ObjCObjectBase -
performSelector:withObject:
inherited
-
performSelector_withObject_withObject_(
Pointer< ObjCSelector> aSelector, ObjCObjectBase object1, ObjCObjectBase object2) → ObjCObjectBase -
performSelector:withObject:withObject:
inherited
-
release(
) → void -
release
inherited
-
respondsToSelector_(
Pointer< ObjCSelector> aSelector) → bool -
respondsToSelector:
inherited
-
retain(
) → ASMigrationDisplayItem -
retain
override
-
retainCount(
) → int -
retainCount
inherited
-
self(
) → ASMigrationDisplayItem -
self
override
-
toString(
) → String -
A string representation of this object.
inherited
-
zone(
) → Pointer< _NSZone> -
zone
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
alloc(
) → ASMigrationDisplayItem -
alloc
override
-
allocWithZone_(
Pointer< _NSZone> zone) → ASMigrationDisplayItem -
allocWithZone:
override
-
isInstance(
ObjCObjectBase obj) → bool -
Returns whether
objis an instance of ASMigrationDisplayItem.override -
new1(
) → ASMigrationDisplayItem -
new
override