toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.ffi.osx
/
NSObject
/
FuncInfo
Func
Info
class
FuncInfo
<
T
:
Function
<
*
>
>
(
val
type
:
KType
,
val
selector
:
String
,
val
def
:
String
)
Members
Constructors
Func
Info
Link copied to clipboard
constructor
(
type
:
KType
,
selector
:
String
,
def
:
String
)
Properties
def
Link copied to clipboard
val
def
:
String
selector
Link copied to clipboard
val
selector
:
String
type
Link copied to clipboard
val
type
:
KType
Functions
provide
Delegate
Link copied to clipboard
operator
fun
provideDelegate
(
thisRef
:
NSObject
,
prop
:
KProperty
<
*
>
)
:
ReadOnlyProperty
<
NSObject
,
T
>