![]() |
Native family handling native components inside ARCS runtime. More...
#include <arcsnativefamily.h>
Public Member Functions | |
virtual QStringList | factoryList () |
Returns a list of available factories. | |
virtual bool | addFactory (QString type, ARCSAbstractComponent *whatever) |
Adds a component factory to the family. | |
virtual void | removeFactory (QString type) |
Removes a component factory to the family. | |
virtual ARCSAbstractComponent * | instanciate (QString type) |
Returns a component. | |
virtual void | destroy (ARCSAbstractComponent *component) |
Destroys a component. | |
virtual QString | name () const |
name of the family | |
virtual bool | isInternal () const |
Describes wether the family is internal to ARCS or not. | |
Native family handling native components inside ARCS runtime.
Definition at line 41 of file arcsnativefamily.h.