NSObjectProtocol extension type
NSObject
- on
- Implemented types
- Implementers
- CADisplayLink
- CALayer
- CALayerDelegate
- CAMediaTimingFunction
- CIImage
- Helpers
- MapLibreRegistry
- MLNActionJournalOptions
- MLNAnnotation
- MLNAttributionInfo
- MLNBackendResource
- MLNComputedShapeSourceDataSource
- MLNDefaultStyle
- MLNMapCamera
- MLNMapOptions
- MLNMapProjection
- MLNOfflinePack
- MLNOfflineRegion
- MLNOfflineStorage
- MLNOfflineStorageDelegate
- MLNSettings
- MLNShape
- MLNSource
- MLNStylable
- MLNStyle
- MLNStyleLayer
- MLNTilePyramidOfflineRegion
- MLNTileServerOptions
- NSAdaptiveImageGlyph
- NSExpression
- NSFileWrapper
- NSLayoutAnchor
- NSLayoutConstraint
- NSOperationQueue
- NSOrthography
- NSPredicate
- NSProgressReporting
- NSStringDrawingContext
- NSSymbolContentTransition
- NSSymbolEffect
- NSSymbolEffectOptions
- NSTextAttachment
- NSTextAttachmentLayout
- NSUndoManager
- NSUserActivity
- UIAccessibilityContentSizeCategoryImageAdjusting$1
- UIAccessibilityIdentification
- UIActivityItemsConfigurationProviding
- UIActivityItemsConfigurationReading
- UIAppearance
- UIAppearanceContainer
- UIBackgroundConfiguration
- UIBezierPath
- UIColor
- UIConfigurationState
- UIContentConfiguration
- UIContentContainer
- UIContentSizeCategoryAdjusting
- UICoordinateSpace
- UICornerConfiguration
- UIDeferredMenuElementProvider
- UIDynamicItem
- UIEvent
- UIFocusAnimationCoordinator
- UIFocusEffect
- UIFocusEnvironment
- UIFocusItemContainer
- UIFocusMovementHint
- UIFocusUpdateContext
- UIFont
- UIGestureRecognizer
- UIGestureRecognizerDelegate
- UIGraphicsRendererFormat
- UIHoverEffect
- UIHoverStyle$1
- UIImage
- UIImageAsset
- UIImageConfiguration
- UIInteraction
- UIItemProviderPresentationSizeProviding
- UILargeContentViewerItem
- UILayoutGuide
- UILetterformAwareAdjusting
- UIListContentConfiguration
- UIMenuDisplayPreferences
- UIMenuElement
- UIMenuLeaf
- UIMotionEffect
- UIMutableTraits
- UIPasteConfiguration
- UIPasteConfigurationSupporting$1
- UIPointerEffect
- UIPointerShape
- UIPopoverPresentationControllerSourceItem$1
- UIPress
- UIPrintFormatter$1
- UIResponder
- UIResponderStandardEditActions
- UIScreen
- UIScreenMode
- UIShape
- UIShapeProvider
- UISymbolEffectCompletionContext
- UITargetedPreview
- UITextInputAssistantItem
- UITextInputDelegate
- UITextInputMode
- UITouch
- UITraitCollection
- UITraitEnvironment
- UIUserActivityRestoring
- UIViewConfigurationState
- UIViewLayoutRegion
- Available extensions
Constructors
- NSObjectProtocol.as(ObjCObject other)
-
Constructs a NSObjectProtocol that points to the same underlying object as
other. -
NSObjectProtocol.fromPointer(Pointer<
ObjCObjectImpl> other, {bool retain = false, bool release = false}) - Constructs a NSObjectProtocol that wraps the given raw object pointer.
Properties
- debugDescription → NSString
-
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
debugDescriptionno setter - description → NSString
-
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
descriptionno setter - hash → int
-
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
hashno setter - hashCode → int
-
The hash code for this object.
no setterinherited
- isProxy → bool
-
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
isProxyno setter - object$ → ObjCProtocol
-
final
- ref → ObjCObjectRef
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- superclass → ObjCObject
-
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
superclassno setter
Methods
-
autorelease(
) → NSObjectProtocol -
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
autorelease -
class$(
) → ObjCObject -
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
class -
conformsToProtocol(
Protocol aProtocol) → bool -
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
conformsToProtocol: -
isEqual(
ObjCObject object) → bool -
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
isEqual: -
isKindOfClass(
ObjCObject aClass) → bool -
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
isKindOfClass: -
isMemberOfClass(
ObjCObject aClass) → bool -
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
isMemberOfClass: -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
performSelector(
Pointer< ObjCSelector> aSelector) → ObjCObject -
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
performSelector: -
performSelector$1(
Pointer< ObjCSelector> aSelector, {required ObjCObject withObject}) → ObjCObject -
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
performSelector:withObject: -
performSelector$2(
Pointer< ObjCSelector> aSelector, {required ObjCObject withObject, required ObjCObject withObject$1}) → ObjCObject -
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
performSelector:withObject:withObject: -
release(
) → void -
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
release -
respondsToSelector(
Pointer< ObjCSelector> aSelector) → bool -
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
respondsToSelector: -
respondsToSelector(
Pointer< ObjCSelector> sel) → bool -
Available on ObjCObject, provided by the RespondsToSelector extension
-
retain(
) → NSObjectProtocol -
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
retain -
retainCount(
) → int -
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
retainCount -
self(
) → NSObjectProtocol -
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
self -
toString(
) → String -
A string representation of this object.
inherited
-
zone(
) → Pointer< NSZone> -
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
zone
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
conformsTo(
ObjCObject obj) → bool -
Returns whether
objis an instance of NSObjectProtocol.