Function ClassDBSingleton.classGetSignalList

Returns an array with all the signals of class or its ancestry if no_inheritance is false. Every element of the array is a Dictionary as described in classGetSignal.

Array classGetSignalList (
  const(String) _class,
  const(bool) no_inheritance = false
) nothrow @nogc const;