ListModel

interface ListModel

kotlinx-gtk 04 / 06 / 2021

See also

Types

Companion
Link copied to clipboard
object Companion
ItemsChanged
Link copied to clipboard
data class ItemsChanged(position: UInt, removed: UInt, added: UInt)

Functions

addOnItemChangedCallback
Link copied to clipboard
open fun addOnItemChangedCallback(action: (ListModel.ItemsChanged) -> Unit): SignalManager
getObject
Link copied to clipboard
open fun getObject(position: UInt): KGObject?
itemsChanged
Link copied to clipboard
open fun itemsChanged(position: UInt, removed: UInt, added: UInt)

Properties

itemCount
Link copied to clipboard
open val itemCount: UInt
listModelPointer
Link copied to clipboard
abstract val listModelPointer: GListModel_autoptr
type
Link copied to clipboard
open val type: KGType

Inheritors

ListStore
Link copied to clipboard