trikRuntime
|
#include <trikScriptRunnerInterface.h>
Signals | |
static void | collectMethodNames (QSet< QString > &result, const QMetaObject *obj) |
Helper function collects all methods names from given metaObject. More... | |
|
staticsignal |
Helper function collects all methods names from given metaObject.
If the returnType of given method name is registered in metaobject system, newMetaObject is constructed and procedure is called recursively for it.