GestureStylus

class GestureStylus(stylusPointer: CPointer<GtkGestureStylus>) : GestureSingle

03 / 01 / 2022

See also

Constructors

GestureStylus
Link copied to clipboard
fun GestureStylus()
GestureStylus
Link copied to clipboard
fun GestureStylus(obj: TypeInstance)
GestureStylus
Link copied to clipboard
fun GestureStylus(stylusPointer: CPointer<GtkGestureStylus>)

Types

Companion
Link copied to clipboard
object Companion

Functions

addOnBeginCallback
Link copied to clipboard
fun addOnBeginCallback(action: GestureSequenceFunc): SignalManager
addOnCancelCallback
Link copied to clipboard
fun addOnCancelCallback(action: GestureSequenceFunc): SignalManager
addOnDownCallback
Link copied to clipboard
fun addOnDownCallback(action: GestureStylusFunc): SignalManager
addOnEndCallback
Link copied to clipboard
fun addOnEndCallback(action: GestureSequenceFunc): SignalManager
addOnMotionCallback
Link copied to clipboard
fun addOnMotionCallback(action: GestureStylusFunc): SignalManager
addOnProximityCallback
Link copied to clipboard
fun addOnProximityCallback(action: GestureStylusFunc): SignalManager
addOnUpCallback
Link copied to clipboard
fun addOnUpCallback(action: GestureStylusFunc): SignalManager
addOnUpdateCallback
Link copied to clipboard
fun addOnUpdateCallback(action: GestureSequenceFunc): 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
getAxes
Link copied to clipboard
fun getAxes(axes: Array<AxisUse>): Array<Double>?
getAxis
Link copied to clipboard
fun getAxis(axisUse: AxisUse): Double?
getLastEvent
Link copied to clipboard
fun getLastEvent(sequence: EventSequence?): Event?
getPoint
Link copied to clipboard
fun getPoint(sequence: EventSequence?): PreciseCoordinates?
getSequenceState
Link copied to clipboard
fun getSequenceState(sequence: EventSequence): EventSequenceState
getString
Link copied to clipboard
fun getString(propertyName: String): String
group
Link copied to clipboard
fun group(gesture: Gesture)
handlesSequence
Link copied to clipboard
fun handlesSequence(sequence: EventSequence?): Boolean
isGroupedWith
Link copied to clipboard
fun isGroupedWith(other: Gesture): Boolean
ref
Link copied to clipboard
open fun ref(): KGObject
reset
Link copied to clipboard
fun reset()
set
Link copied to clipboard
fun set(propertyName: String, boolean: Boolean)
fun set(propertyName: String, string: String)
setSequenceState
Link copied to clipboard
fun setSequenceState(sequence: EventSequence, state: EventSequenceState): Boolean
setState
Link copied to clipboard
fun setState(state: EventSequenceState): Boolean
ungroup
Link copied to clipboard
fun ungroup()
unref
Link copied to clipboard
open override fun unref()

Properties

backLog
Link copied to clipboard
val backLog: Array<TimeCoord>?
boundingBox
Link copied to clipboard
val boundingBox: Rectangle?
boundingBoxCenter
Link copied to clipboard
val boundingBoxCenter: PreciseCoordinates?
button
Link copied to clipboard
var button: UInt
currentButton
Link copied to clipboard
val currentButton: UInt
currentEvent
Link copied to clipboard
val currentEvent: Event?
currentEventDevice
Link copied to clipboard
val currentEventDevice: Device?
currentEventState
Link copied to clipboard
val currentEventState: GdkModifierType
currentEventTime
Link copied to clipboard
val currentEventTime: UInt
currentSequence
Link copied to clipboard
val currentSequence: EventSequence?
device
Link copied to clipboard
val device: Device?
deviceTool
Link copied to clipboard
val deviceTool: DeviceTool?
eventControllerPointer
Link copied to clipboard
val eventControllerPointer: CPointer<GtkEventController>
exclusive
Link copied to clipboard
var exclusive: Boolean
gClass
Link copied to clipboard
open val gClass: TypeClass
gesturePointer
Link copied to clipboard
val gesturePointer: GtkGesture_autoptr
gestureSinglePointer
Link copied to clipboard
val gestureSinglePointer: CPointer<GtkGestureSingle>
group
Link copied to clipboard
val group: WrappedKList<Gesture>
isActive
Link copied to clipboard
val isActive: Boolean
isRecognized
Link copied to clipboard
val isRecognized: Boolean
lastUpdateSequence
Link copied to clipboard
val lastUpdateSequence: EventSequence?
name
Link copied to clipboard
var name: String
pointer
Link copied to clipboard
val pointer: CPointer<GObject>
propagationLimit
Link copied to clipboard
var propagationLimit: EventController.PropagationLimit
propagationPhase
Link copied to clipboard
var propagationPhase: EventController.PropagationPhase
sequences
Link copied to clipboard
val sequences: WrappedKList<EventSequence>
stylusPointer
Link copied to clipboard
val stylusPointer: CPointer<GtkGestureStylus>
touchOnly
Link copied to clipboard
var touchOnly: Boolean
typeInstancePointer
Link copied to clipboard
open override val typeInstancePointer: CPointer<GTypeInstance>
widget
Link copied to clipboard
val widget: Widget