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.

struct ClassDBSingleton
@nogc nothrow const
Array
classGetSignalList
(
in String _class
,
in bool no_inheritance = false
)

Meta