Package ch.bailu.gtk.gobject
Klasse TypeCValue
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.gobject.TypeCValue
- Alle implementierten Schnittstellen:
PointerInterface
A union holding one collected value.
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final Stringthe field for holding floating point valuesstatic final Stringthe field for holding integer valuesstatic final Stringthe field for holding 64 bit integer valuesstatic final Stringthe field for holding long integer valuesstatic final Stringthe field for holding pointers -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandlerdoublethe field for holding floating point valuesintthe field for holding integer valueslongthe field for holding 64 bit integer valueslongthe field for holding long integer valuesthe field for holding pointersvoidsetFieldVDouble(double v_double) the field for holding floating point valuesvoidsetFieldVInt(int v_int) the field for holding integer valuesvoidsetFieldVInt64(long v_int64) the field for holding 64 bit integer valuesvoidsetFieldVLong(long v_long) the field for holding long integer valuesvoidsetFieldVPointer(Pointer v_pointer) the field for holding pointersVon Klasse geerbte Methoden ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacksVon Klasse geerbte Methoden ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNullVon Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitVon Schnittstelle geerbte Methoden ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Felddetails
-
V_INT
the field for holding integer values- Siehe auch:
-
V_LONG
the field for holding long integer values- Siehe auch:
-
V_INT64
the field for holding 64 bit integer values- Siehe auch:
-
V_DOUBLE
the field for holding floating point values- Siehe auch:
-
V_POINTER
the field for holding pointers- Siehe auch:
-
-
Konstruktordetails
-
TypeCValue
-
TypeCValue
public TypeCValue()
-
-
Methodendetails
-
getClassHandler
-
setFieldVInt
public void setFieldVInt(int v_int) the field for holding integer values -
getFieldVInt
public int getFieldVInt()the field for holding integer values -
setFieldVLong
public void setFieldVLong(long v_long) the field for holding long integer values -
getFieldVLong
public long getFieldVLong()the field for holding long integer values -
setFieldVInt64
public void setFieldVInt64(long v_int64) the field for holding 64 bit integer values -
getFieldVInt64
public long getFieldVInt64()the field for holding 64 bit integer values -
setFieldVDouble
public void setFieldVDouble(double v_double) the field for holding floating point values -
getFieldVDouble
public double getFieldVDouble()the field for holding floating point values -
setFieldVPointer
the field for holding pointers -
getFieldVPointer
the field for holding pointers
-