MutableAlgorithmOverrideProperty

class MutableAlgorithmOverrideProperty(overrideDefaults: MutableProperty<Boolean>, defaultProperty: MutableProperty<Algorithm?>) : OverrideProperty<Algorithm?>

Constructors

Link copied to clipboard
constructor(overrideDefaults: MutableProperty<Boolean>, defaultProperty: MutableProperty<Algorithm?>)

Properties

Link copied to clipboard
val overridePropertyListener: PropertyListener<Algorithm?>
Link copied to clipboard
Link copied to clipboard
open override var value: Algorithm?

Functions

Link copied to clipboard
open override fun addPropertyListener(listener: PropertyListener<Algorithm?>)
Link copied to clipboard
open override fun addWeakPropertyListener(listener: PropertyListener<Algorithm?>)
Link copied to clipboard
fun getOverrideProperty(): MutableProperty<Algorithm?>?
Link copied to clipboard
open operator fun getValue(thisRef: Any?, property: KProperty<*>): Algorithm?
Link copied to clipboard
open override fun removePropertyListener(listener: PropertyListener<Algorithm?>)
Link copied to clipboard
fun reset()
Link copied to clipboard
open operator fun setValue(thisRef: Any?, property: KProperty<*>, value: Algorithm?)