Package ch.bailu.gtk.gobject
Klasse FlagsValue
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.gobject.FlagsValue
- Alle implementierten Schnittstellen:
PointerInterface
A structure which contains a single flags value, its name, and its
nickname.
nickname.
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandlerintthe flags valuethe name of the valuethe nickname of the valuevoidsetFieldValue(int value) the flags valuevoidsetFieldValueName(Str value_name) the name of the valuevoidsetFieldValueNick(Str value_nick) the nickname of the valueVon 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
-
VALUE
the flags value- Siehe auch:
-
VALUE_NAME
the name of the value- Siehe auch:
-
VALUE_NICK
the nickname of the value- Siehe auch:
-
-
Konstruktordetails
-
FlagsValue
-
FlagsValue
public FlagsValue()
-
-
Methodendetails
-
getClassHandler
-
setFieldValue
public void setFieldValue(int value) the flags value -
getFieldValue
public int getFieldValue()the flags value -
setFieldValueName
the name of the value -
getFieldValueName
the name of the value -
setFieldValueNick
the nickname of the value -
getFieldValueNick
the nickname of the value
-