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 String
the field for holding floating point valuesstatic final String
the field for holding integer valuesstatic final String
the field for holding 64 bit integer valuesstatic final String
the field for holding long integer valuesstatic final String
the field for holding pointers -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandler
double
the field for holding floating point valuesint
the field for holding integer valueslong
the field for holding 64 bit integer valueslong
the field for holding long integer valuesthe field for holding pointersvoid
setFieldVDouble
(double v_double) the field for holding floating point valuesvoid
setFieldVInt
(int v_int) the field for holding integer valuesvoid
setFieldVInt64
(long v_int64) the field for holding 64 bit integer valuesvoid
setFieldVLong
(long v_long) the field for holding long integer valuesvoid
setFieldVPointer
(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, 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
-
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
-