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
(
StringArg0
)
(
in StringArg0 _class
,
in bool no_inheritance = false
)

Meta