Package ch.bailu.gtk.type.gobject
Klasse TypeSystem
java.lang.Object
ch.bailu.gtk.type.gobject.TypeSystem
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classstatic class -
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic voidensure(long typeID) static TypeSystem.TypeSizegetTypeSize(long type) static PointerContainernewInstance(long type, TypeSystem.Property... properties) static longregisterClass(long parentType, Str typeName, int instanceSize, Gobject.OnClassInitFunc classInit, Gobject.OnInstanceInitFunc instanceInit) static longregisterClass(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
-