Package ch.bailu.gtk.gobject
Klasse InitiallyUnownedClass
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.gobject.InitiallyUnownedClass
- Alle implementierten Schnittstellen:
PointerInterface
The class structure for the GInitiallyUnowned type.
https://docs.gtk.org/gobject/struct.InitiallyUnownedClass.html
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic interfacestatic interfacestatic interfacestatic interfacestatic interface -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final Stringstatic final Stringthe @constructor function is called by g_object_new () to
complete the object initialization after all the construction properties are
set.static final Stringthe @dispose function is supposed to drop all references to other
objects, but keep the instance otherwise intact, so that client method
invocations still work.static final Stringinstance finalization function, should finish the finalization of
the instance begun in @dispose and chain up to the @finalize method of the
parent class.static final Stringthe parent class
Private field: direct-typestatic final Stringthe generic getter for all properties of this type.static final Stringthe generic setter for all properties of this type. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandlerch.bailu.gtk.gobject.JnaInitiallyUnownedClass.OnConstructorthe @constructor function is called by g_object_new () to
complete the object initialization after all the construction properties are
set.ch.bailu.gtk.gobject.JnaInitiallyUnownedClass.OnDisposethe @dispose function is supposed to drop all references to other
objects, but keep the instance otherwise intact, so that client method
invocations still work.ch.bailu.gtk.gobject.JnaInitiallyUnownedClass.OnFinalizeinstance finalization function, should finish the finalization of
the instance begun in @dispose and chain up to the @finalize method of the
parent class.ch.bailu.gtk.gobject.JnaInitiallyUnownedClass.OnGetPropertythe generic getter for all properties of this type.ch.bailu.gtk.gobject.JnaInitiallyUnownedClass.OnSetPropertythe generic setter for all properties of this type.static intstatic TypeSystem.TypeSizestatic TypeSystem.TypeSizevoidsetFieldConstructor(InitiallyUnownedClass.OnConstructor constructor) the @constructor function is called by g_object_new () to
complete the object initialization after all the construction properties are
set.voidthe @dispose function is supposed to drop all references to other
objects, but keep the instance otherwise intact, so that client method
invocations still work.voidinstance finalization function, should finish the finalization of
the instance begun in @dispose and chain up to the @finalize method of the
parent class.voidsetFieldGetProperty(InitiallyUnownedClass.OnGetProperty get_property) the generic getter for all properties of this type.voidsetFieldSetProperty(InitiallyUnownedClass.OnSetProperty set_property) the generic setter for all properties of this type.Von 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
-
G_TYPE_CLASS
the parent class
Private field: direct-type- Siehe auch:
-
CONSTRUCT_PROPERTIES
- Siehe auch:
-
CONSTRUCTOR
the @constructor function is called by g_object_new () to
complete the object initialization after all the construction properties are
set. The first thing a @constructor implementation must do is chain up to the
@constructor of the parent class. Overriding @constructor should be rarely
needed, e.g. to handle construct properties, or to implement singletons.
SeeInitiallyUnownedClass.OnConstructor.onConstructor(ch.bailu.gtk.lib.handler.CallbackHandler, long, int, ch.bailu.gtk.gobject.ObjectConstructParam)- Siehe auch:
-
SET_PROPERTY
the generic setter for all properties of this type. Should be
overridden for every type with properties. If implementations of
@set_property don't emit property change notification explicitly, this will
be done implicitly by the type system. However, if the notify signal is
emitted explicitly, the type system will not emit it a second time.
SeeInitiallyUnownedClass.OnSetProperty.onSetProperty(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gobject.Object, int, ch.bailu.gtk.gobject.Value, ch.bailu.gtk.gobject.ParamSpec)- Siehe auch:
-
GET_PROPERTY
the generic getter for all properties of this type. Should be
overridden for every type with properties.
SeeInitiallyUnownedClass.OnGetProperty.onGetProperty(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gobject.Object, int, ch.bailu.gtk.gobject.Value, ch.bailu.gtk.gobject.ParamSpec)- Siehe auch:
-
DISPOSE
the @dispose function is supposed to drop all references to other
objects, but keep the instance otherwise intact, so that client method
invocations still work. It may be run multiple times (due to reference
loops). Before returning, @dispose should chain up to the @dispose method
of the parent class.
SeeInitiallyUnownedClass.OnDispose.onDispose(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gobject.Object)- Siehe auch:
-
FINALIZE
instance finalization function, should finish the finalization of
the instance begun in @dispose and chain up to the @finalize method of the
parent class.
SeeInitiallyUnownedClass.OnFinalize.onFinalize(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gobject.Object)- Siehe auch:
-
-
Konstruktordetails
-
InitiallyUnownedClass
-
-
Methodendetails
-
getClassHandler
-
getFieldConstructProperties
-
setFieldConstructor
the @constructor function is called by g_object_new () to
complete the object initialization after all the construction properties are
set. The first thing a @constructor implementation must do is chain up to the
@constructor of the parent class. Overriding @constructor should be rarely
needed, e.g. to handle construct properties, or to implement singletons.
SeeInitiallyUnownedClass.OnConstructor.onConstructor(ch.bailu.gtk.lib.handler.CallbackHandler, long, int, ch.bailu.gtk.gobject.ObjectConstructParam) -
getFieldConstructor
public ch.bailu.gtk.gobject.JnaInitiallyUnownedClass.OnConstructor getFieldConstructor()the @constructor function is called by g_object_new () to
complete the object initialization after all the construction properties are
set. The first thing a @constructor implementation must do is chain up to the
@constructor of the parent class. Overriding @constructor should be rarely
needed, e.g. to handle construct properties, or to implement singletons.
SeeInitiallyUnownedClass.OnConstructor.onConstructor(ch.bailu.gtk.lib.handler.CallbackHandler, long, int, ch.bailu.gtk.gobject.ObjectConstructParam) -
setFieldSetProperty
the generic setter for all properties of this type. Should be
overridden for every type with properties. If implementations of
@set_property don't emit property change notification explicitly, this will
be done implicitly by the type system. However, if the notify signal is
emitted explicitly, the type system will not emit it a second time.
SeeInitiallyUnownedClass.OnSetProperty.onSetProperty(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gobject.Object, int, ch.bailu.gtk.gobject.Value, ch.bailu.gtk.gobject.ParamSpec) -
getFieldSetProperty
public ch.bailu.gtk.gobject.JnaInitiallyUnownedClass.OnSetProperty getFieldSetProperty()the generic setter for all properties of this type. Should be
overridden for every type with properties. If implementations of
@set_property don't emit property change notification explicitly, this will
be done implicitly by the type system. However, if the notify signal is
emitted explicitly, the type system will not emit it a second time.
SeeInitiallyUnownedClass.OnSetProperty.onSetProperty(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gobject.Object, int, ch.bailu.gtk.gobject.Value, ch.bailu.gtk.gobject.ParamSpec) -
setFieldGetProperty
the generic getter for all properties of this type. Should be
overridden for every type with properties.
SeeInitiallyUnownedClass.OnGetProperty.onGetProperty(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gobject.Object, int, ch.bailu.gtk.gobject.Value, ch.bailu.gtk.gobject.ParamSpec) -
getFieldGetProperty
public ch.bailu.gtk.gobject.JnaInitiallyUnownedClass.OnGetProperty getFieldGetProperty()the generic getter for all properties of this type. Should be
overridden for every type with properties.
SeeInitiallyUnownedClass.OnGetProperty.onGetProperty(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gobject.Object, int, ch.bailu.gtk.gobject.Value, ch.bailu.gtk.gobject.ParamSpec) -
setFieldDispose
the @dispose function is supposed to drop all references to other
objects, but keep the instance otherwise intact, so that client method
invocations still work. It may be run multiple times (due to reference
loops). Before returning, @dispose should chain up to the @dispose method
of the parent class.
SeeInitiallyUnownedClass.OnDispose.onDispose(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gobject.Object) -
getFieldDispose
public ch.bailu.gtk.gobject.JnaInitiallyUnownedClass.OnDispose getFieldDispose()the @dispose function is supposed to drop all references to other
objects, but keep the instance otherwise intact, so that client method
invocations still work. It may be run multiple times (due to reference
loops). Before returning, @dispose should chain up to the @dispose method
of the parent class.
SeeInitiallyUnownedClass.OnDispose.onDispose(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gobject.Object) -
setFieldFinalize
instance finalization function, should finish the finalization of
the instance begun in @dispose and chain up to the @finalize method of the
parent class.
SeeInitiallyUnownedClass.OnFinalize.onFinalize(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gobject.Object) -
getFieldFinalize
public ch.bailu.gtk.gobject.JnaInitiallyUnownedClass.OnFinalize getFieldFinalize()instance finalization function, should finish the finalization of
the instance begun in @dispose and chain up to the @finalize method of the
parent class.
SeeInitiallyUnownedClass.OnFinalize.onFinalize(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gobject.Object) -
getTypeSize
-
getParentTypeSize
-
getInstanceSize
public static int getInstanceSize()
-