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 interface
static interface
static interface
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandler
ch.bailu.gtk.gio.JnaIconIface.OnEqual
Checks if two #GIcons are equal.ch.bailu.gtk.gio.JnaIconIface.OnHash
A hash for a given #GIcon.ch.bailu.gtk.gio.JnaIconIface.OnToTokens
Serializes a #GIcon into tokens.static int
static TypeSystem.TypeSize
static TypeSystem.TypeSize
void
setFieldEqual
(IconIface.OnEqual equal) Checks if two #GIcons are equal.void
setFieldHash
(IconIface.OnHash hash) A hash for a given #GIcon.void
setFieldToTokens
(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, 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_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()
-