Package ch.bailu.gtk.gio
Klasse IconIface
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.gio.IconIface
- Alle implementierten Schnittstellen:
PointerInterface
GIconIface is used to implement GIcon types for various
different systems. See #GThemedIcon and #GLoadableIcon for
examples of how to implement this interface.
different systems. See #GThemedIcon and #GLoadableIcon for
examples of how to implement this interface.
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic interfacestatic interfacestatic interface -
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandlerch.bailu.gtk.gio.JnaIconIface.OnEqualChecks if two #GIcons are equal.ch.bailu.gtk.gio.JnaIconIface.OnHashA hash for a given #GIcon.ch.bailu.gtk.gio.JnaIconIface.OnToTokensSerializes a #GIcon into tokens.static intstatic TypeSystem.TypeSizestatic TypeSystem.TypeSizevoidsetFieldEqual(IconIface.OnEqual equal) Checks if two #GIcons are equal.voidsetFieldHash(IconIface.OnHash hash) A hash for a given #GIcon.voidsetFieldToTokens(IconIface.OnToTokens to_tokens) Serializes a #GIcon into tokens.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_IFACE
The parent interface.
Private field: direct-type- Siehe auch:
-
HASH
A hash for a given #GIcon.
SeeIconIface.OnHash.onHash(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Icon)- Siehe auch:
-
EQUAL
Checks if two #GIcons are equal.
SeeIconIface.OnEqual.onEqual(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Icon, ch.bailu.gtk.gio.Icon)- Siehe auch:
-
TO_TOKENS
Serializes a #GIcon into tokens. The tokens must not
contain any whitespace. Don't implement if the #GIcon can't be
serialized (Since 2.20).
SeeIconIface.OnToTokens.onToTokens(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Icon, ch.bailu.gtk.glib.PtrArray, ch.bailu.gtk.type.Int)- Siehe auch:
-
-
Konstruktordetails
-
IconIface
-
-
Methodendetails
-
getClassHandler
-
setFieldHash
A hash for a given #GIcon.
SeeIconIface.OnHash.onHash(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Icon) -
getFieldHash
public ch.bailu.gtk.gio.JnaIconIface.OnHash getFieldHash()A hash for a given #GIcon.
SeeIconIface.OnHash.onHash(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Icon) -
setFieldEqual
Checks if two #GIcons are equal.
SeeIconIface.OnEqual.onEqual(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Icon, ch.bailu.gtk.gio.Icon) -
getFieldEqual
public ch.bailu.gtk.gio.JnaIconIface.OnEqual getFieldEqual()Checks if two #GIcons are equal.
SeeIconIface.OnEqual.onEqual(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Icon, ch.bailu.gtk.gio.Icon) -
setFieldToTokens
Serializes a #GIcon into tokens. The tokens must not
contain any whitespace. Don't implement if the #GIcon can't be
serialized (Since 2.20).
SeeIconIface.OnToTokens.onToTokens(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Icon, ch.bailu.gtk.glib.PtrArray, ch.bailu.gtk.type.Int) -
getFieldToTokens
public ch.bailu.gtk.gio.JnaIconIface.OnToTokens getFieldToTokens()Serializes a #GIcon into tokens. The tokens must not
contain any whitespace. Don't implement if the #GIcon can't be
serialized (Since 2.20).
SeeIconIface.OnToTokens.onToTokens(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Icon, ch.bailu.gtk.glib.PtrArray, ch.bailu.gtk.type.Int) -
getTypeSize
-
getParentTypeSize
-
getInstanceSize
public static int getInstanceSize()
-