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 interface
static interface
static interface
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final String
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)
static final String
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)
static final String
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)
static final String
the type ID for this attribute -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandler
ch.bailu.gtk.pango.JnaAttrClass.OnCopy
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)
ch.bailu.gtk.pango.JnaAttrClass.OnDestroy
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)
ch.bailu.gtk.pango.JnaAttrClass.OnEqual
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)
int
the type ID for this attributevoid
setFieldCopy
(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)
void
setFieldDestroy
(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)
void
setFieldEqual
(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)
void
setFieldType
(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, 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
-
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)
-