BoolFilter

class BoolFilter(boolFilterPointer: GtkBoolFilter_autoptr) : Filter

gtk-kt

21 / 11 / 2021

See also

Constructors

BoolFilter
Link copied to clipboard
fun BoolFilter(expression: Expression?)
BoolFilter
Link copied to clipboard
fun BoolFilter(boolFilterPointer: GtkBoolFilter_autoptr)

Functions

addOnChangedCallback
Link copied to clipboard
fun addOnChangedCallback(action: FilterChangedFunction): 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: Filter.Change)
getString
Link copied to clipboard
fun getString(propertyName: String): String
match
Link copied to clipboard
fun match(item: KGObject): Boolean
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

boolFilterPointer
Link copied to clipboard
val boolFilterPointer: GtkBoolFilter_autoptr
expression
Link copied to clipboard
var expression: Expression?
filterPointer
Link copied to clipboard
val filterPointer: GtkFilter_autoptr
gClass
Link copied to clipboard
open val gClass: TypeClass
invert
Link copied to clipboard
var invert: Boolean
pointer
Link copied to clipboard
val pointer: CPointer<GObject>
strictness
Link copied to clipboard
val strictness: Filter.Match
typeInstancePointer
Link copied to clipboard
open override val typeInstancePointer: CPointer<GTypeInstance>