toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.ffi.osx
/
NSObject
NSObject
open
class
NSObject
(
val
id
:
Long
)
Inheritors
NSClass
NSString
NSDictionary
NSNumber
Members
Constructors
NSObject
Link copied to clipboard
constructor
(
id
:
ObjcRef
,
unit
:
Unit
=
Unit
)
constructor
(
id
:
Long
)
Types
Companion
Link copied to clipboard
object
Companion
:
NSClass
Func
Delegate
Link copied to clipboard
class
FuncDelegate
<
T
:
Function
<
*
>
>
(
val
base
:
NSObject
,
val
selector
:
String
,
val
def
:
String
,
val
type
:
KType
)
:
ReadOnlyProperty
<
NSObject
,
T
>
Func
Info
Link copied to clipboard
class
FuncInfo
<
T
:
Function
<
*
>
>
(
val
type
:
KType
,
val
selector
:
String
,
val
def
:
String
)
Prop
Info
Link copied to clipboard
class
PropInfo
<
T
>
(
val
type
:
KType
,
val
selector
:
String
,
val
def
:
String
)
Properties
id
Link copied to clipboard
val
id
:
Long
objc
Class
Link copied to clipboard
val
objcClass
:
NSClass
ref
Link copied to clipboard
val
ref
:
ObjcRef
Functions
alloc
Link copied to clipboard
fun
alloc
(
)
:
NSObject
msg
Send
Link copied to clipboard
fun
msgSend
(
sel
:
String
,
vararg
args
:
Any
?
)
:
Long
msg
Send
Double
Link copied to clipboard
fun
msgSendDouble
(
sel
:
String
,
vararg
args
:
Any
?
)
:
Double
msg
Send
Float
Link copied to clipboard
fun
msgSendFloat
(
sel
:
String
,
vararg
args
:
Any
?
)
:
Float
msg
Send
Int
Link copied to clipboard
fun
msgSendInt
(
sel
:
String
,
vararg
args
:
Any
?
)
:
Int
msg
Send
Ref
Link copied to clipboard
fun
msgSendRef
(
sel
:
String
,
vararg
args
:
Any
?
)
:
ObjcRef
msg
Send
Void
Link copied to clipboard
fun
msgSendVoid
(
sel
:
String
,
vararg
args
:
Any
?
)
obj
Func
Link copied to clipboard
inline
fun
<
T
:
Function
<
*
>
>
objFunc
(
selector
:
String
,
def
:
String
)
:
NSObject.FuncInfo
<
T
>
obj
Prop
Link copied to clipboard
inline
fun
<
T
>
objProp
(
selector
:
String
,
def
:
String
)
:
NSObject.PropInfo
<
T
>
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String