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 interface
static interface
static interface
static interface
static interface
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final String
static final String
the @constructor function is called by g_object_new () to
complete the object initialization after all the construction properties are
set.static final String
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.static final String
instance 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 String
the parent class
Private field: direct-typestatic final String
the generic getter for all properties of this type.static final String
the generic setter for all properties of this type. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandler
ch.bailu.gtk.gobject.JnaInitiallyUnownedClass.OnConstructor
the @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.OnDispose
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.ch.bailu.gtk.gobject.JnaInitiallyUnownedClass.OnFinalize
instance 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.OnGetProperty
the generic getter for all properties of this type.ch.bailu.gtk.gobject.JnaInitiallyUnownedClass.OnSetProperty
the generic setter for all properties of this type.static int
static TypeSystem.TypeSize
static TypeSystem.TypeSize
void
setFieldConstructor
(InitiallyUnownedClass.OnConstructor constructor) the @constructor function is called by g_object_new () to
complete the object initialization after all the construction properties are
set.void
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.void
instance finalization function, should finish the finalization of
the instance begun in @dispose and chain up to the @finalize method of the
parent class.void
setFieldGetProperty
(InitiallyUnownedClass.OnGetProperty get_property) the generic getter for all properties of this type.void
setFieldSetProperty
(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, 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
-
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()
-