Public Member Functions | List of all members
ARCSNativeFamily Class Reference

Native family handling native components inside ARCS runtime. More...

#include <arcsnativefamily.h>

Inheritance diagram for ARCSNativeFamily:
Inheritance graph
Collaboration diagram for ARCSNativeFamily:
Collaboration graph

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 ARCSAbstractComponentinstanciate (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.
 

Detailed Description

Native family handling native components inside ARCS runtime.

Author
Jean-Yves Didier
Date
November, 2008

Definition at line 41 of file arcsnativefamily.h.


The documentation for this class was generated from the following files: