NSObject class

Implemented types
Implementers

Properties

attributeKeys NSArray
no setter
autoContentAccessingProxy NSObject
no setter
classCode int
no setter
classDescription NSClassDescription
no setter
classForArchiver NSObject?
no setter
classForCoder NSObject
no setter
classForKeyedArchiver NSObject?
no setter
classForPortCoder NSObject
no setter
className NSString?
no setter
hashCode int
The hash code for this object.
no setterinherited
objectSpecifier NSScriptObjectSpecifier?
no setter
observationInfo Pointer<Void>
getter/setter pair
pointer Pointer<ObjCObject>
Return a pointer to this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scriptingProperties NSDictionary?
getter/setter pair
toManyRelationshipKeys NSArray
no setter
toOneRelationshipKeys NSArray
no setter

Methods

addObserver_forKeyPath_options_context_(NSObject observer, NSString keyPath, int options, Pointer<Void> context) → void
allowsWeakReference() bool
attemptRecoveryFromError_optionIndex_(NSError error, int recoveryOptionIndex) bool
attemptRecoveryFromError_optionIndex_delegate_didRecoverSelector_contextInfo_(NSError error, int recoveryOptionIndex, NSObject? delegate, Pointer<ObjCSel> didRecoverSelector, Pointer<Void> contextInfo) → void
awakeAfterUsingCoder_(NSCoder coder) NSObject?
coerceValue_forKey_(NSObject? value, NSString key) NSObject?
copy() NSObject
copyScriptingValue_forKey_withProperties_(NSObject value, NSString key, NSDictionary properties) NSObject?
dealloc() → void
dictionaryWithValuesForKeys_(NSArray keys) NSDictionary
didChange_valuesAtIndexes_forKey_(int changeKind, NSIndexSet indexes, NSString key) → void
didChangeValueForKey_(NSString key) → void
didChangeValueForKey_withSetMutation_usingObjects_(NSString key, int mutationKind, NSSet objects) → void
doesContain_(NSObject object) bool
doesNotRecognizeSelector_(Pointer<ObjCSel> aSelector) → void
fileManager_shouldProceedAfterError_(NSFileManager fm, NSDictionary errorInfo) bool
fileManager_willProcessPath_(NSFileManager fm, NSString path) → void
finalize() → void
forwardingTargetForSelector_(Pointer<ObjCSel> aSelector) NSObject
forwardInvocation_(NSInvocation anInvocation) → void
handleQueryWithUnboundKey_(NSString key) NSObject?
handleTakeValue_forUnboundKey_(NSObject? value, NSString key) → void
indicesOfObjectsByEvaluatingObjectSpecifier_(NSScriptObjectSpecifier specifier) NSArray?
init() NSObject
insertValue_atIndex_inPropertyWithKey_(NSObject value, int index, NSString key) → void
insertValue_inPropertyWithKey_(NSObject value, NSString key) → void
inverseForRelationshipKey_(NSString relationshipKey) NSString?
isCaseInsensitiveLike_(NSString object) bool
isEqualTo_(NSObject? object) bool
isGreaterThan_(NSObject? object) bool
isGreaterThanOrEqualTo_(NSObject? object) bool
isLessThan_(NSObject? object) bool
isLessThanOrEqualTo_(NSObject? object) bool
isLike_(NSString object) bool
isNotEqualTo_(NSObject? object) bool
methodForSelector_(Pointer<ObjCSel> aSelector) Pointer<NativeFunction<Void Function()>>
methodSignatureForSelector_(Pointer<ObjCSel> aSelector) NSMethodSignature
mutableArrayValueForKey_(NSString key) NSMutableArray
mutableArrayValueForKeyPath_(NSString keyPath) NSMutableArray
mutableCopy() NSObject
mutableOrderedSetValueForKey_(NSString key) NSMutableOrderedSet
mutableOrderedSetValueForKeyPath_(NSString keyPath) NSMutableOrderedSet
mutableSetValueForKey_(NSString key) NSMutableSet
mutableSetValueForKeyPath_(NSString keyPath) NSMutableSet
newScriptingObjectOfClass_forValueForKey_withContentsValue_properties_(NSObject objectClass, NSString key, NSObject? contentsValue, NSDictionary properties) NSObject?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
observeValueForKeyPath_ofObject_change_context_(NSString? keyPath, NSObject? object, NSDictionary? change, Pointer<Void> context) → void
performSelector_onThread_withObject_waitUntilDone_(Pointer<ObjCSel> aSelector, NSThread thr, NSObject? arg, bool wait) → void
performSelector_onThread_withObject_waitUntilDone_modes_(Pointer<ObjCSel> aSelector, NSThread thr, NSObject? arg, bool wait, NSArray? array) → void
performSelector_withObject_afterDelay_(Pointer<ObjCSel> aSelector, NSObject? anArgument, double delay) → void
performSelector_withObject_afterDelay_inModes_(Pointer<ObjCSel> aSelector, NSObject? anArgument, double delay, NSArray modes) → void
performSelectorInBackground_withObject_(Pointer<ObjCSel> aSelector, NSObject? arg) → void
performSelectorOnMainThread_withObject_waitUntilDone_(Pointer<ObjCSel> aSelector, NSObject? arg, bool wait) → void
performSelectorOnMainThread_withObject_waitUntilDone_modes_(Pointer<ObjCSel> aSelector, NSObject? arg, bool wait, NSArray? array) → void
release() → void
Releases the reference to the underlying ObjC object held by this wrapper. Throws a StateError if this wrapper doesn't currently hold a reference.
inherited
removeObserver_forKeyPath_(NSObject observer, NSString keyPath) → void
removeObserver_forKeyPath_context_(NSObject observer, NSString keyPath, Pointer<Void> context) → void
removeValueAtIndex_fromPropertyWithKey_(int index, NSString key) → void
replacementObjectForArchiver_(NSArchiver archiver) NSObject?
replacementObjectForCoder_(NSCoder coder) NSObject?
replacementObjectForKeyedArchiver_(NSKeyedArchiver archiver) NSObject?
replacementObjectForPortCoder_(NSPortCoder coder) NSObject?
replaceValueAtIndex_inPropertyWithKey_withValue_(int index, NSString key, NSObject value) → void
retainWeakReference() bool
scriptingBeginsWith_(NSObject object) bool
scriptingContains_(NSObject object) bool
scriptingEndsWith_(NSObject object) bool
scriptingIsEqualTo_(NSObject object) bool
scriptingIsGreaterThan_(NSObject object) bool
scriptingIsGreaterThanOrEqualTo_(NSObject object) bool
scriptingIsLessThan_(NSObject object) bool
scriptingIsLessThanOrEqualTo_(NSObject object) bool
scriptingValueForSpecifier_(NSScriptObjectSpecifier objectSpecifier) NSObject?
setNilValueForKey_(NSString key) → void
setValue_forKey_(NSObject? value, NSString key) → void
setValue_forKeyPath_(NSObject? value, NSString keyPath) → void
setValue_forUndefinedKey_(NSObject? value, NSString key) → void
setValuesForKeysWithDictionary_(NSDictionary keyedValues) → void
storedValueForKey_(NSString key) NSObject?
takeStoredValue_forKey_(NSObject? value, NSString key) → void
takeValue_forKey_(NSObject? value, NSString key) → void
takeValue_forKeyPath_(NSObject? value, NSString keyPath) → void
takeValuesFromDictionary_(NSDictionary properties) → void
toString() String
A string representation of this object.
inherited
unableToSetNilForKey_(NSString key) → void
URL_resourceDataDidBecomeAvailable_(NSURL sender, NSData newBytes) → void
URL_resourceDidFailLoadingWithReason_(NSURL sender, NSString reason) → void
URLResourceDidCancelLoading_(NSURL sender) → void
URLResourceDidFinishLoading_(NSURL sender) → void
validateValue_forKey_error_(Pointer<Pointer<ObjCObject>> ioValue, NSString inKey, Pointer<Pointer<ObjCObject>> outError) bool
validateValue_forKeyPath_error_(Pointer<Pointer<ObjCObject>> ioValue, NSString inKeyPath, Pointer<Pointer<ObjCObject>> outError) bool
valueAtIndex_inPropertyWithKey_(int index, NSString key) NSObject?
valueForKey_(NSString key) NSObject?
valueForKeyPath_(NSString keyPath) NSObject?
valueForUndefinedKey_(NSString key) NSObject?
valuesForKeys_(NSArray keys) NSDictionary
valueWithName_inPropertyWithKey_(NSString name, NSString key) NSObject?
valueWithUniqueID_inPropertyWithKey_(NSObject uniqueID, NSString key) NSObject?
willChange_valuesAtIndexes_forKey_(int changeKind, NSIndexSet indexes, NSString key) → void
willChangeValueForKey_(NSString key) → void
willChangeValueForKey_withSetMutation_usingObjects_(NSString key, int mutationKind, NSSet objects) → void

Operators

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

Static Methods

alloc(ThermionDartTexture1 _lib) NSObject
allocWithZone_(ThermionDartTexture1 _lib, Pointer<_NSZone> zone) NSObject
automaticallyNotifiesObserversForKey_(ThermionDartTexture1 _lib, NSString key) bool
cancelPreviousPerformRequestsWithTarget_(ThermionDartTexture1 _lib, NSObject aTarget) → void
cancelPreviousPerformRequestsWithTarget_selector_object_(ThermionDartTexture1 _lib, NSObject aTarget, Pointer<ObjCSel> aSelector, NSObject? anArgument) → void
castFrom<T extends _ObjCWrapper>(T other) NSObject
Returns a NSObject that points to the same underlying object as other.
castFromPointer(ThermionDartTexture1 lib, Pointer<ObjCObject> other, {bool retain = false, bool release = false}) NSObject
Returns a NSObject that wraps the given raw object pointer.
class1(ThermionDartTexture1 _lib) NSObject
classFallbacksForKeyedArchiver(ThermionDartTexture1 _lib) NSArray
classForKeyedUnarchiver(ThermionDartTexture1 _lib) NSObject
conformsToProtocol_(ThermionDartTexture1 _lib, Protocol protocol) bool
copyWithZone_(ThermionDartTexture1 _lib, Pointer<_NSZone> zone) NSObject
debugDescription(ThermionDartTexture1 _lib) NSString
description(ThermionDartTexture1 _lib) NSString
getAccessInstanceVariablesDirectly(ThermionDartTexture1 _lib) bool
hash(ThermionDartTexture1 _lib) int
Creates a combined hash code for a number of objects.
override
initialize(ThermionDartTexture1 _lib) → void
instanceMethodForSelector_(ThermionDartTexture1 _lib, Pointer<ObjCSel> aSelector) Pointer<NativeFunction<Void Function()>>
instanceMethodSignatureForSelector_(ThermionDartTexture1 _lib, Pointer<ObjCSel> aSelector) NSMethodSignature
instancesRespondToSelector_(ThermionDartTexture1 _lib, Pointer<ObjCSel> aSelector) bool
isInstance(_ObjCWrapper obj) bool
Returns whether obj is an instance of NSObject.
isSubclassOfClass_(ThermionDartTexture1 _lib, NSObject aClass) bool
keyPathsForValuesAffectingValueForKey_(ThermionDartTexture1 _lib, NSString key) NSSet
load(ThermionDartTexture1 _lib) → void
mutableCopyWithZone_(ThermionDartTexture1 _lib, Pointer<_NSZone> zone) NSObject
new1(ThermionDartTexture1 _lib) NSObject
poseAsClass_(ThermionDartTexture1 _lib, NSObject aClass) → void
resolveClassMethod_(ThermionDartTexture1 _lib, Pointer<ObjCSel> sel) bool
resolveInstanceMethod_(ThermionDartTexture1 _lib, Pointer<ObjCSel> sel) bool
setKeys_triggerChangeNotificationsForDependentKey_(ThermionDartTexture1 _lib, NSArray keys, NSString dependentKey) → void
setVersion_(ThermionDartTexture1 _lib, int aVersion) → void
superclass(ThermionDartTexture1 _lib) NSObject
useStoredAccessor(ThermionDartTexture1 _lib) bool
version(ThermionDartTexture1 _lib) int