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
Modifier and TypeClassDescriptionstatic interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ClassHandler
ch.bailu.gtk.gio.JnaActionInterface.OnActivate
ch.bailu.gtk.gio.JnaActionInterface.OnChangeState
ch.bailu.gtk.gio.JnaActionInterface.OnGetEnabled
ch.bailu.gtk.gio.JnaActionInterface.OnGetName
ch.bailu.gtk.gio.JnaActionInterface.OnGetParameterType
ch.bailu.gtk.gio.JnaActionInterface.OnGetState
ch.bailu.gtk.gio.JnaActionInterface.OnGetStateHint
ch.bailu.gtk.gio.JnaActionInterface.OnGetStateType
static int
static TypeSystem.TypeSize
static TypeSystem.TypeSize
void
setFieldActivate
(ActionInterface.OnActivate activate) void
setFieldChangeState
(ActionInterface.OnChangeState change_state) void
setFieldGetEnabled
(ActionInterface.OnGetEnabled get_enabled) void
setFieldGetName
(ActionInterface.OnGetName get_name) void
setFieldGetParameterType
(ActionInterface.OnGetParameterType get_parameter_type) void
setFieldGetState
(ActionInterface.OnGetState get_state) void
setFieldGetStateHint
(ActionInterface.OnGetStateHint get_state_hint) void
setFieldGetStateType
(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, unregisterCallbacks
Methods inherited from class ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNull
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods 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()
-