![]() |
Application objects are used to implement specific interfaces when the application needs to be embedded. More...
#include <arcsapplicationobject.h>


Public Slots | |
| void | instanciate (QString name) |
| This slot, provided with a component name, instanciates a component. More... | |
| void | destroy (QString name) |
| This slot, provided with a component name, destroys a component. More... | |
Public Member Functions | |
| ARCSApplicationObject (QObject *parent=0) | |
Application objects are used to implement specific interfaces when the application needs to be embedded.
Definition at line 40 of file arcsapplicationobject.h.
|
slot |
This slot, provided with a component name, destroys a component.
The purpose of this slot is to maintain the compatibility with the previous version of ARCS. It manages the life cycle of components.
Definition at line 49 of file arcsapplicationobject.cpp.

|
slot |
This slot, provided with a component name, instanciates a component.
The purpose of this slot is to maintain the compatibility with the previous version of ARCS. It manages the life cycle of components.
Definition at line 39 of file arcsapplicationobject.cpp.

1.8.9.1