Package ch.bailu.gtk.pango
Klasse AttrClass
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.pango.AttrClass
- Alle implementierten Schnittstellen:
PointerInterface
The `PangoAttrClass` structure stores the type and operations for
a particular type of attribute.
The functions in this structure should not be called directly. Instead,
one should use the wrapper functions provided for `PangoAttribute`.
a particular type of attribute.
The functions in this structure should not be called directly. Instead,
one should use the wrapper functions provided for `PangoAttribute`.
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic interfacestatic interfacestatic interface -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final Stringfunction to duplicate an attribute of this type
(see [method@Pango.Attribute.copy])
SeeAttrClass.OnCopy.onCopy(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.pango.Attribute)static final Stringfunction to free an attribute of this type
(see [method@Pango.Attribute.destroy])
SeeAttrClass.OnDestroy.onDestroy(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.pango.Attribute)static final Stringfunction to check two attributes of this type for equality
(see [method@Pango.Attribute.equal])
SeeAttrClass.OnEqual.onEqual(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.pango.Attribute, ch.bailu.gtk.pango.Attribute)static final Stringthe type ID for this attribute -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandlerch.bailu.gtk.pango.JnaAttrClass.OnCopyfunction to duplicate an attribute of this type
(see [method@Pango.Attribute.copy])
SeeAttrClass.OnCopy.onCopy(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.pango.Attribute)ch.bailu.gtk.pango.JnaAttrClass.OnDestroyfunction to free an attribute of this type
(see [method@Pango.Attribute.destroy])
SeeAttrClass.OnDestroy.onDestroy(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.pango.Attribute)ch.bailu.gtk.pango.JnaAttrClass.OnEqualfunction to check two attributes of this type for equality
(see [method@Pango.Attribute.equal])
SeeAttrClass.OnEqual.onEqual(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.pango.Attribute, ch.bailu.gtk.pango.Attribute)intthe type ID for this attributevoidsetFieldCopy(AttrClass.OnCopy copy) function to duplicate an attribute of this type
(see [method@Pango.Attribute.copy])
SeeAttrClass.OnCopy.onCopy(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.pango.Attribute)voidsetFieldDestroy(AttrClass.OnDestroy destroy) function to free an attribute of this type
(see [method@Pango.Attribute.destroy])
SeeAttrClass.OnDestroy.onDestroy(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.pango.Attribute)voidsetFieldEqual(AttrClass.OnEqual equal) function to check two attributes of this type for equality
(see [method@Pango.Attribute.equal])
SeeAttrClass.OnEqual.onEqual(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.pango.Attribute, ch.bailu.gtk.pango.Attribute)voidsetFieldType(int type) the type ID for this attributeVon 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
-
TYPE
the type ID for this attribute- Siehe auch:
-
COPY
function to duplicate an attribute of this type
(see [method@Pango.Attribute.copy])
SeeAttrClass.OnCopy.onCopy(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.pango.Attribute)- Siehe auch:
-
DESTROY
function to free an attribute of this type
(see [method@Pango.Attribute.destroy])
SeeAttrClass.OnDestroy.onDestroy(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.pango.Attribute)- Siehe auch:
-
EQUAL
function to check two attributes of this type for equality
(see [method@Pango.Attribute.equal])
SeeAttrClass.OnEqual.onEqual(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.pango.Attribute, ch.bailu.gtk.pango.Attribute)- Siehe auch:
-
-
Konstruktordetails
-
AttrClass
-
AttrClass
public AttrClass()
-
-
Methodendetails
-
getClassHandler
-
setFieldType
public void setFieldType(int type) the type ID for this attribute -
getFieldType
public int getFieldType()the type ID for this attribute -
setFieldCopy
function to duplicate an attribute of this type
(see [method@Pango.Attribute.copy])
SeeAttrClass.OnCopy.onCopy(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.pango.Attribute) -
getFieldCopy
public ch.bailu.gtk.pango.JnaAttrClass.OnCopy getFieldCopy()function to duplicate an attribute of this type
(see [method@Pango.Attribute.copy])
SeeAttrClass.OnCopy.onCopy(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.pango.Attribute) -
setFieldDestroy
function to free an attribute of this type
(see [method@Pango.Attribute.destroy])
SeeAttrClass.OnDestroy.onDestroy(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.pango.Attribute) -
getFieldDestroy
public ch.bailu.gtk.pango.JnaAttrClass.OnDestroy getFieldDestroy()function to free an attribute of this type
(see [method@Pango.Attribute.destroy])
SeeAttrClass.OnDestroy.onDestroy(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.pango.Attribute) -
setFieldEqual
function to check two attributes of this type for equality
(see [method@Pango.Attribute.equal])
SeeAttrClass.OnEqual.onEqual(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.pango.Attribute, ch.bailu.gtk.pango.Attribute) -
getFieldEqual
public ch.bailu.gtk.pango.JnaAttrClass.OnEqual getFieldEqual()function to check two attributes of this type for equality
(see [method@Pango.Attribute.equal])
SeeAttrClass.OnEqual.onEqual(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.pango.Attribute, ch.bailu.gtk.pango.Attribute)
-