ObjCObject class
Base class for all Objective-C objects.
- Implementers
- CAAction
- CADisplayLink
- CALayer
- CALayerDelegate
- CAMediaTiming
- CAMediaTimingFunction
- CIImage
- CTAdaptiveImageProviding
- Helpers
- MapLibreRegistry
- MLNActionJournalOptions
- MLNAnnotation
- MLNAnnotationImage
- MLNAnnotationView
- MLNAttributionInfo
- MLNBackendResource
- MLNBackgroundStyleLayer
- MLNCircleStyleLayer
- MLNCluster
- MLNCompassButton
- MLNComputedShapeSource
- MLNComputedShapeSourceDataSource
- MLNDefaultStyle
- MLNEmptyFeature
- MLNFeature
- MLNFillExtrusionStyleLayer
- MLNFillStyleLayer
- MLNForegroundStyleLayer
- MLNHeatmapStyleLayer
- MLNHillshadeStyleLayer
- MLNImageSource
- MLNLight
- MLNLineStyleLayer
- MLNLocationManager
- MLNMapCamera
- MLNMapOptions
- MLNMapProjection
- MLNMapView
- MLNMapViewDelegate
- MLNMultiPoint
- MLNMultiPolygon
- MLNMultiPolygonFeature
- MLNMultiPolyline
- MLNMultiPolylineFeature
- MLNOfflinePack
- MLNOfflineRegion
- MLNOfflineStorage
- MLNOfflineStorageDelegate
- MLNOverlay
- MLNPointAnnotation
- MLNPointCollection
- MLNPointCollectionFeature
- MLNPointFeature
- MLNPointFeatureCluster
- MLNPolygon
- MLNPolygonFeature
- MLNPolyline
- MLNPolylineFeature
- MLNRasterDEMSource
- MLNRasterStyleLayer
- MLNRasterTileSource
- MLNScaleBar
- MLNSettings
- MLNShape
- MLNShapeCollection
- MLNShapeCollectionFeature
- MLNShapeSource
- MLNSource
- MLNStylable
- MLNStyle
- MLNStyleLayer
- MLNSymbolStyleLayer
- MLNTilePyramidOfflineRegion
- MLNTileServerOptions
- MLNTileSource
- MLNUserLocation
- MLNVectorStyleLayer
- MLNVectorTileSource
- NSAdaptiveImageGlyph
- NSExpression
- NSFileWrapper
- NSLayoutAnchor
- NSLayoutConstraint
- NSLayoutDimension
- NSLayoutXAxisAnchor
- NSLayoutYAxisAnchor
- NSOperationQueue
- NSOrthography
- NSPredicate
- NSProgressReporting
- NSStringDrawingContext
- NSSymbolContentTransition
- NSSymbolEffect
- NSSymbolEffectOptions
- NSTextAttachment
- NSTextAttachmentLayout
- NSUndoManager
- NSUserActivity
- UIAccessibilityContentSizeCategoryImageAdjusting$1
- UIAccessibilityIdentification
- UIAction
- UIActivityItemsConfigurationProviding
- UIActivityItemsConfigurationReading
- UIAppearance
- UIAppearanceContainer
- UIBackgroundConfiguration
- UIBezierPath
- UIButton
- UICellConfigurationState
- UIColor
- UICommand
- UIConfigurationState
- UIContentConfiguration
- UIContentContainer
- UIContentSizeCategoryAdjusting
- UIControl
- UICoordinateSpace
- UICornerConfiguration
- UIDeferredMenuElement
- UIDeferredMenuElementProvider
- UIDynamicItem
- UIEvent
- UIFocusAnimationCoordinator
- UIFocusEffect
- UIFocusEnvironment
- UIFocusItem
- UIFocusItemContainer
- UIFocusMovementHint
- UIFocusUpdateContext
- UIFont
- UIGestureRecognizer
- UIGestureRecognizerDelegate
- UIGraphicsImageRendererFormat
- UIGraphicsRendererFormat
- UIHoverEffect
- UIHoverStyle$1
- UIImage
- UIImageAsset
- UIImageConfiguration
- UIImageSymbolConfiguration
- UIImageView
- UIInputViewController
- UIInteraction
- UIItemProviderPresentationSizeProviding
- UIKeyboardLayoutGuide
- UILabel
- UILargeContentViewerItem
- UILayoutGuide
- UILetterformAwareAdjusting
- UIListContentConfiguration
- UIMenu
- UIMenuBuilder
- UIMenuDisplayPreferences
- UIMenuElement
- UIMenuLeaf
- UIMotionEffect
- UIMutableTraits
- UIPasteConfiguration
- UIPasteConfigurationSupporting$1
- UIPointerEffect
- UIPointerShape
- UIPointerStyle
- UIPopoverPresentationControllerSourceItem$1
- UIPress
- UIPressesEvent
- UIPrintFormatter$1
- UIResponder
- UIResponderStandardEditActions
- UIScreen
- UIScreenMode
- UIShape
- UIShapeProvider
- UISymbolEffectCompletionContext
- UITableViewCell
- UITableViewHeaderFooterView
- UITargetedPreview
- UITextInputAssistantItem
- UITextInputDelegate
- UITextInputMode
- UITouch
- UITrackingLayoutGuide
- UITraitChangeObservable
- UITraitCollection
- UITraitEnvironment
- UITraitOverrides
- UIUserActivityRestoring
- UIView
- UIViewConfigurationState
- UIViewController
- UIViewLayoutRegion
- UIViewPrintFormatter
- UIWindow
- Available extensions
Constructors
- ObjCObject(ObjectPtr ptr, {required bool retain, required bool release})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- ref → ObjCObjectRef
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
respondsToSelector(
Pointer< ObjCSelector> sel) → bool -
Available on ObjCObject, provided by the RespondsToSelector extension
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited