Package ch.bailu.gtk.gdk
Klasse TimeCoord
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.gdk.TimeCoord
- Alle implementierten Schnittstellen:
PointerInterface
Stores a single event in a motion history.
To check whether an axis is present, check whether the corresponding
flag from the [flags@Gdk.AxisFlags] enumeration is set in the @flags
To access individual axis values, use the values of the values of
the [enum@Gdk.AxisUse] enumerations as indices.
To check whether an axis is present, check whether the corresponding
flag from the [flags@Gdk.AxisFlags] enumeration is set in the @flags
To access individual axis values, use the values of the values of
the [enum@Gdk.AxisUse] enumerations as indices.
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandler
int
Flags indicating what axes are present, see [flags@Gdk.AxisFlags]int
The timestamp for this eventvoid
setFieldFlags
(int flags) Flags indicating what axes are present, see [flags@Gdk.AxisFlags]void
setFieldTime
(int time) The timestamp for this eventVon Klasse geerbte Methoden ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacks
Von Klasse geerbte Methoden ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNull
Von Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Von Schnittstelle geerbte Methoden ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Felddetails
-
TIME
The timestamp for this event- Siehe auch:
-
FLAGS
Flags indicating what axes are present, see [flags@Gdk.AxisFlags]- Siehe auch:
-
-
Konstruktordetails
-
TimeCoord
-
-
Methodendetails
-
getClassHandler
-
setFieldTime
public void setFieldTime(int time) The timestamp for this event -
getFieldTime
public int getFieldTime()The timestamp for this event -
setFieldFlags
public void setFieldFlags(int flags) Flags indicating what axes are present, see [flags@Gdk.AxisFlags] -
getFieldFlags
public int getFieldFlags()Flags indicating what axes are present, see [flags@Gdk.AxisFlags]
-