QDispatcher
Package:
Summary:
Instantiate class and call a function
Groups:
Author:
Description:
This class can be used to instantiate class and call a function of the new object.
It uses reflection to determine how to create an object of a given class calling it's constructor function.
The class calls a function of the object passing any parameters if necessary.
It uses reflection to determine how to create an object of a given class calling it's constructor function.
The class calls a function of the object passing any parameters if necessary.
Comments are closed.