Public Slots | Public Member Functions | List of all members
ARCSApplicationObject Class Reference

Application objects are used to implement specific interfaces when the application needs to be embedded. More...

#include <arcsapplicationobject.h>

Inheritance diagram for ARCSApplicationObject:
Inheritance graph
Collaboration diagram for ARCSApplicationObject:
Collaboration graph

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)
 

Detailed Description

Application objects are used to implement specific interfaces when the application needs to be embedded.

Author
Jean-Yves Didier
Date
January, the 9th, 2009

Definition at line 40 of file arcsapplicationobject.h.

Member Function Documentation

void ARCSApplicationObject::destroy ( QString  name)
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.

Here is the call graph for this function:

void ARCSApplicationObject::instanciate ( QString  name)
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.

Here is the call graph for this function:


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