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 ClassHandler
the #GParamSpec of the construct parameterthe value to set the parameter tovoid
setFieldPspec
(ParamSpec pspec) the #GParamSpec of the construct parametervoid
setFieldValue
(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, 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
-
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
-