Package ch.bailu.gtk.gobject
Klasse ObjectConstructParam
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.gobject.ObjectConstructParam
- Alle implementierten Schnittstellen:
PointerInterface
The GObjectConstructParam struct is an auxiliary structure used to hand
#GParamSpec/#GValue pairs to the @constructor of a #GObjectClass.
#GParamSpec/#GValue pairs to the @constructor of a #GObjectClass.
https://docs.gtk.org/gobject/struct.ObjectConstructParam.html
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandlerthe #GParamSpec of the construct parameterthe value to set the parameter tovoidsetFieldPspec(ParamSpec pspec) the #GParamSpec of the construct parametervoidsetFieldValue(Value value) the value to set the parameter toVon 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
-
PSPEC
the #GParamSpec of the construct parameter- Siehe auch:
-
VALUE
the value to set the parameter to- Siehe auch:
-
-
Konstruktordetails
-
ObjectConstructParam
-
ObjectConstructParam
public ObjectConstructParam()
-
-
Methodendetails
-
getClassHandler
-
setFieldPspec
the #GParamSpec of the construct parameter -
getFieldPspec
the #GParamSpec of the construct parameter -
setFieldValue
the value to set the parameter to -
getFieldValue
the value to set the parameter to
-