Function ClassDBSingleton.classGetSignal

Returns the signal data of class or its ancestry. The returned value is a Dictionary with the following keys: args, default_args, flags, id, name, return: (class_name, hint, hint_string, name, type, usage).

Dictionary classGetSignal (
  const(String) _class,
  const(String) signal
) nothrow @nogc const;