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 ClassHandler
int
the flags valuethe name of the valuethe nickname of the valuevoid
setFieldValue
(int value) the flags valuevoid
setFieldValueName
(Str value_name) the name of the valuevoid
setFieldValueNick
(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, 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
-
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
-