Package ch.bailu.gtk.gio
Class ActionInterface
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.gio.ActionInterface
- All Implemented Interfaces:
PointerInterface
The virtual function table for #GAction.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interface -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ClassHandlerch.bailu.gtk.gio.JnaActionInterface.OnActivatech.bailu.gtk.gio.JnaActionInterface.OnChangeStatech.bailu.gtk.gio.JnaActionInterface.OnGetEnabledch.bailu.gtk.gio.JnaActionInterface.OnGetNamech.bailu.gtk.gio.JnaActionInterface.OnGetParameterTypech.bailu.gtk.gio.JnaActionInterface.OnGetStatech.bailu.gtk.gio.JnaActionInterface.OnGetStateHintch.bailu.gtk.gio.JnaActionInterface.OnGetStateTypestatic intstatic TypeSystem.TypeSizestatic TypeSystem.TypeSizevoidsetFieldActivate(ActionInterface.OnActivate activate) voidsetFieldChangeState(ActionInterface.OnChangeState change_state) voidsetFieldGetEnabled(ActionInterface.OnGetEnabled get_enabled) voidsetFieldGetName(ActionInterface.OnGetName get_name) voidsetFieldGetParameterType(ActionInterface.OnGetParameterType get_parameter_type) voidsetFieldGetState(ActionInterface.OnGetState get_state) voidsetFieldGetStateHint(ActionInterface.OnGetStateHint get_state_hint) voidsetFieldGetStateType(ActionInterface.OnGetStateType get_state_type) Methods inherited from class ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacksMethods inherited from class ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNullMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Field Details
-
G_IFACE
Private field: direct-type- See Also:
-
GET_NAME
- See Also:
-
GET_PARAMETER_TYPE
- See Also:
-
GET_STATE_TYPE
- See Also:
-
GET_STATE_HINT
- See Also:
-
GET_ENABLED
- See Also:
-
GET_STATE
- See Also:
-
CHANGE_STATE
- See Also:
-
ACTIVATE
- See Also:
-
-
Constructor Details
-
ActionInterface
-
ActionInterface
public ActionInterface()
-
-
Method Details
-
getClassHandler
-
setFieldGetName
-
getFieldGetName
public ch.bailu.gtk.gio.JnaActionInterface.OnGetName getFieldGetName() -
setFieldGetParameterType
-
getFieldGetParameterType
public ch.bailu.gtk.gio.JnaActionInterface.OnGetParameterType getFieldGetParameterType() -
setFieldGetStateType
-
getFieldGetStateType
public ch.bailu.gtk.gio.JnaActionInterface.OnGetStateType getFieldGetStateType() -
setFieldGetStateHint
-
getFieldGetStateHint
public ch.bailu.gtk.gio.JnaActionInterface.OnGetStateHint getFieldGetStateHint() -
setFieldGetEnabled
-
getFieldGetEnabled
public ch.bailu.gtk.gio.JnaActionInterface.OnGetEnabled getFieldGetEnabled() -
setFieldGetState
-
getFieldGetState
public ch.bailu.gtk.gio.JnaActionInterface.OnGetState getFieldGetState() -
setFieldChangeState
-
getFieldChangeState
public ch.bailu.gtk.gio.JnaActionInterface.OnChangeState getFieldChangeState() -
setFieldActivate
-
getFieldActivate
public ch.bailu.gtk.gio.JnaActionInterface.OnActivate getFieldActivate() -
getTypeSize
-
getParentTypeSize
-
getInstanceSize
public static int getInstanceSize()
-