Klasse SignalQuery

Alle implementierten Schnittstellen:
PointerInterface

public class SignalQuery extends Record
A structure holding in-depth information for a specific signal.

See also: g_signal_query()

https://docs.gtk.org/gobject/struct.SignalQuery.html

  • Felddetails

    • SIGNAL_ID

      public static final String SIGNAL_ID
      The signal id of the signal being queried, or 0 if the
      signal to be queried was unknown.
      Siehe auch:
    • SIGNAL_NAME

      public static final String SIGNAL_NAME
      The signal name.
      Siehe auch:
    • ITYPE

      public static final String ITYPE
      The interface/instance type that this signal can be emitted for.
      Siehe auch:
    • SIGNAL_FLAGS

      public static final String SIGNAL_FLAGS
      The signal flags as passed in to g_signal_new().
      Siehe auch:
    • RETURN_TYPE

      public static final String RETURN_TYPE
      The return type for user callbacks.
      Siehe auch:
    • N_PARAMS

      public static final String N_PARAMS
      The number of parameters that user callbacks take.
      Siehe auch:
  • Konstruktordetails

  • Methodendetails

    • getClassHandler

      public static ClassHandler getClassHandler()
    • setFieldSignalId

      public void setFieldSignalId(int signal_id)
      The signal id of the signal being queried, or 0 if the
      signal to be queried was unknown.
    • getFieldSignalId

      public int getFieldSignalId()
      The signal id of the signal being queried, or 0 if the
      signal to be queried was unknown.
    • setFieldSignalName

      public void setFieldSignalName(Str signal_name)
      The signal name.
    • getFieldSignalName

      public Str getFieldSignalName()
      The signal name.
    • setFieldItype

      public void setFieldItype(long itype)
      The interface/instance type that this signal can be emitted for.
    • getFieldItype

      public long getFieldItype()
      The interface/instance type that this signal can be emitted for.
    • setFieldSignalFlags

      public void setFieldSignalFlags(int signal_flags)
      The signal flags as passed in to g_signal_new().
    • getFieldSignalFlags

      public int getFieldSignalFlags()
      The signal flags as passed in to g_signal_new().
    • setFieldReturnType

      public void setFieldReturnType(long return_type)
      The return type for user callbacks.
    • getFieldReturnType

      public long getFieldReturnType()
      The return type for user callbacks.
    • setFieldNParams

      public void setFieldNParams(int n_params)
      The number of parameters that user callbacks take.
    • getFieldNParams

      public int getFieldNParams()
      The number of parameters that user callbacks take.