toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.ffi.osx
/
NSArray
NSArray
class
NSArray
(
val
id
:
ObjcRef
)
:
AbstractList
<
Long
>
Members
Members & Extensions
Constructors
NSArray
Link copied to clipboard
constructor
(
id
:
ObjcRef
)
Properties
all
Children
Link copied to clipboard
val
Iterable
<
Xml
>
.
allChildren
:
Iterable
<
Xml
>
all
Node
Children
Link copied to clipboard
val
Iterable
<
Xml
>
.
allNodeChildren
:
Iterable
<
Xml
>
area
Link copied to clipboard
val
Iterable
<
ImageFrame
>
.
area
:
Int
count
Link copied to clipboard
val
count
:
Int
first
Text
Link copied to clipboard
val
Iterable
<
Xml
>
.
firstText
:
String
?
id
Link copied to clipboard
val
id
:
ObjcRef
instructions
Link copied to clipboard
val
List
<
WasmExpr
>
.
instructions
:
List
<
WasmInstruction
>
size
Link copied to clipboard
open
override
val
size
:
Int
text
Link copied to clipboard
val
Iterable
<
Xml
>
.
text
:
String
Functions
cancel
Link copied to clipboard
fun
Iterable
<
Cancellable
>
.
cancel
(
e
:
Throwable
=
CancellationException("")
)
cancellable
Link copied to clipboard
fun
Iterable
<
Cancellable
>
.
cancellable
(
)
:
Cancellable
children
Link copied to clipboard
fun
Iterable
<
Xml
>
.
children
(
name
:
String
)
:
Iterable
<
Xml
>
close
Link copied to clipboard
fun
Iterable
<
Closeable
>
.
close
(
)
closeable
Link copied to clipboard
fun
Iterable
<
Closeable
>
.
closeable
(
)
:
Closeable
colorize
Link copied to clipboard
fun
List
<
Bezier
>
.
colorize
(
closed
:
Boolean
=
true
)
:
ColorizedBeziers
combine
Link copied to clipboard
fun
List
<
AsyncInputStreamWithLength
>
.
combine
(
)
:
AsyncInputStreamWithLength
contains
Link copied to clipboard
open
operator override
fun
contains
(
element
:
Long
)
:
Boolean
contains
All
Link copied to clipboard
open
override
fun
containsAll
(
elements
:
Collection
<
Long
>
)
:
Boolean
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
execute
And
Wait
Any
Signal
Link copied to clipboard
inline suspend
fun
<
T
>
Iterable
<
Signal
<
T
>
>
.
executeAndWaitAnySignal
(
callback
:
(
)
->
Unit
)
:
Pair
<
Signal
<
T
>
,
T
>
get
Link copied to clipboard
open
operator override
fun
get
(
index
:
Int
)
:
Long
get
Link copied to clipboard
inline
fun
<
T
>
Iterable
<
Vfs.Attribute
>
.
get
(
)
:
T
?
operator
fun
Iterable
<
Xml
>
.
get
(
name
:
String
)
:
Iterable
<
Xml
>
get
Or
Null
Link copied to clipboard
inline
fun
<
T
:
Vfs.Attribute
>
List
<
Vfs.Attribute
>
.
getOrNull
(
)
:
T
?
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
index
Of
Link copied to clipboard
open
override
fun
indexOf
(
element
:
Long
)
:
Int
is
Empty
Link copied to clipboard
open
override
fun
isEmpty
(
)
:
Boolean
iterator
Link copied to clipboard
open
operator override
fun
iterator
(
)
:
Iterator
<
Long
>
join
Link copied to clipboard
fun
List
<
BooleanArray
>
.
join
(
)
:
BooleanArray
fun
List
<
ByteArray
>
.
join
(
)
:
ByteArray
fun
List
<
DoubleArray
>
.
join
(
)
:
DoubleArray
fun
List
<
FloatArray
>
.
join
(
)
:
FloatArray
fun
List
<
IntArray
>
.
join
(
)
:
IntArray
fun
List
<
LongArray
>
.
join
(
)
:
LongArray
fun
List
<
ShortArray
>
.
join
(
)
:
ShortArray
last
Index
Of
Link copied to clipboard
open
override
fun
lastIndexOf
(
element
:
Long
)
:
Int
list
Formats
Link copied to clipboard
fun
Iterable
<
ImageFormat
>
.
listFormats
(
)
:
Set
<
ImageFormat
>
list
Iterator
Link copied to clipboard
open
override
fun
listIterator
(
)
:
ListIterator
<
Long
>
open
override
fun
listIterator
(
index
:
Int
)
:
ListIterator
<
Long
>
show
Images
And
Wait
Link copied to clipboard
suspend
fun
List
<
Bitmap
>
.
showImagesAndWait
(
kind
:
Int
=
0
)
str
Link copied to clipboard
fun
Iterable
<
Xml
>
.
str
(
name
:
String
,
defaultValue
:
String
=
""
)
:
String
sub
List
Link copied to clipboard
open
override
fun
subList
(
fromIndex
:
Int
,
toIndex
:
Int
)
:
List
<
Long
>
to
Atlas
Link copied to clipboard
fun
List
<
BmpSlice
>
.
toAtlas
(
atlas
:
MutableAtlasUnit
)
:
List
<
BmpSlice32
>
to
Channel
Link copied to clipboard
suspend
fun
<
T
>
Iterable
<
T
>
.
toChannel
(
)
:
ReceiveChannel
<
T
>
to
Rgba
Array
Link copied to clipboard
fun
List
<
RGBA
>
.
toRgbaArray
(
)
:
RgbaArray
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
wait
One
Link copied to clipboard
suspend
fun
Iterable
<
Signal
<
*
>
>
.
waitOne
(
)
:
Any
?