NumericSorter

class NumericSorter(numericSorterPointer: GtkNumericSorter_autoptr) : Sorter

17 / 12 / 2021

See also

Constructors

NumericSorter
Link copied to clipboard
fun NumericSorter(expression: Expression)
NumericSorter
Link copied to clipboard
fun NumericSorter(numericSorterPointer: GtkNumericSorter_autoptr)

Functions

addOnChangedCallback
Link copied to clipboard
fun addOnChangedCallback(action: Sorter.(Sorter.Change) -> Unit): SignalManager
addWeakPointer
Link copied to clipboard
fun addWeakPointer(weakPointerLocation: CValuesRef<COpaquePointerVar>)
bindProperty
Link copied to clipboard
fun bindProperty(property: String, target: KGObject, targetProperty: String, flags: Binding.Flags): Binding
changed
Link copied to clipboard
fun changed(change: Sorter.Change)
compare
Link copied to clipboard
fun compare(item1: KGObject, item2: KGObject): Ordering
getString
Link copied to clipboard
fun getString(propertyName: String): String
ref
Link copied to clipboard
open fun ref(): KGObject
set
Link copied to clipboard
fun set(propertyName: String, boolean: Boolean)
fun set(propertyName: String, string: String)
unref
Link copied to clipboard
open override fun unref()

Properties

expression
Link copied to clipboard
var expression: Expression?
gClass
Link copied to clipboard
open val gClass: TypeClass
numericSorterPointer
Link copied to clipboard
val numericSorterPointer: GtkNumericSorter_autoptr
order
Link copied to clipboard
val order: Sorter.Order
pointer
Link copied to clipboard
val pointer: CPointer<GObject>
sorterPointer
Link copied to clipboard
val sorterPointer: GtkSorter_autoptr
sortOrder
Link copied to clipboard
var sortOrder: SortType
typeInstancePointer
Link copied to clipboard
open override val typeInstancePointer: CPointer<GTypeInstance>