toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.ffi.osx
/
NSObject
/
FuncDelegate
Func
Delegate
class
FuncDelegate
<
T
:
Function
<
*
>
>
(
val
base
:
NSObject
,
val
selector
:
String
,
val
def
:
String
,
val
type
:
KType
)
:
ReadOnlyProperty
<
NSObject
,
T
>
Members
Constructors
Func
Delegate
Link copied to clipboard
constructor
(
base
:
NSObject
,
selector
:
String
,
def
:
String
,
type
:
KType
)
Properties
base
Link copied to clipboard
val
base
:
NSObject
cached
Link copied to clipboard
var
cached
:
T
?
def
Link copied to clipboard
val
def
:
String
params
Link copied to clipboard
val
params
:
List
<
KClassifier
?
>
parts
Link copied to clipboard
val
parts
:
FuncType
ret
Link copied to clipboard
val
ret
:
KClassifier
?
selector
Link copied to clipboard
val
selector
:
String
type
Link copied to clipboard
val
type
:
KType
Functions
get
Value
Link copied to clipboard
open
operator override
fun
getValue
(
thisRef
:
NSObject
,
property
:
KProperty
<
*
>
)
:
T