Package ch.bailu.gtk.gobject
Klasse TypeQuery
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.gobject.TypeQuery
- Alle implementierten Schnittstellen:
PointerInterface
A structure holding information for a specific type.
See also: g_type_query()
See also: g_type_query()
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandler
int
the size of the class structureint
the size of the instance structurelong
the #GType value of the typethe name of the typevoid
setFieldClassSize
(int class_size) the size of the class structurevoid
setFieldInstanceSize
(int instance_size) the size of the instance structurevoid
setFieldType
(long type) the #GType value of the typevoid
setFieldTypeName
(Str type_name) the name of the typeVon 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
-
TYPE
the #GType value of the type- Siehe auch:
-
TYPE_NAME
the name of the type- Siehe auch:
-
CLASS_SIZE
the size of the class structure- Siehe auch:
-
INSTANCE_SIZE
the size of the instance structure- Siehe auch:
-
-
Konstruktordetails
-
TypeQuery
-
TypeQuery
public TypeQuery()
-
-
Methodendetails
-
getClassHandler
-
setFieldType
public void setFieldType(long type) the #GType value of the type -
getFieldType
public long getFieldType()the #GType value of the type -
setFieldTypeName
the name of the type -
getFieldTypeName
the name of the type -
setFieldClassSize
public void setFieldClassSize(int class_size) the size of the class structure -
getFieldClassSize
public int getFieldClassSize()the size of the class structure -
setFieldInstanceSize
public void setFieldInstanceSize(int instance_size) the size of the instance structure -
getFieldInstanceSize
public int getFieldInstanceSize()the size of the instance structure
-