Package ch.bailu.gtk.type.gobject
Klasse TypeSystem
java.lang.Object
ch.bailu.gtk.type.gobject.TypeSystem
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
static class
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic void
ensure
(long typeID) static TypeSystem.TypeSize
getTypeSize
(long type) static PointerContainer
newInstance
(long type, TypeSystem.Property... properties) static long
registerClass
(long parentType, Str typeName, int instanceSize, Gobject.OnClassInitFunc classInit, Gobject.OnInstanceInitFunc instanceInit) static long
registerClass
(long parentType, Class<? extends Object> _class, int instanceSize, Gobject.OnClassInitFunc classInit, Gobject.OnInstanceInitFunc instanceInit)
-
Felddetails
-
GTYPE_NONE
public static final long GTYPE_NONE- Siehe auch:
-
-
Konstruktordetails
-
TypeSystem
public TypeSystem()
-
-
Methodendetails
-
registerClass
public static long registerClass(long parentType, Class<? extends Object> _class, int instanceSize, Gobject.OnClassInitFunc classInit, Gobject.OnInstanceInitFunc instanceInit) -
registerClass
public static long registerClass(long parentType, Str typeName, int instanceSize, Gobject.OnClassInitFunc classInit, Gobject.OnInstanceInitFunc instanceInit) -
ensure
public static void ensure(long typeID) -
newInstance
-
getTypeSize
-