Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

CC_ComponentFactory.h File Reference


Detailed Description

This file defines symbolic names for the components created by the application component factory.

For each component created by the application component factory, a symbolic name is provided. The symbolic name takes the form of an integer constant. This name should be used as an argument in the getter methods of the application component factory (instance of class CC_ComponentFactory). The names of the components are read from the application model. Their symbolic names are constructed as follows: CI_XXX where "XXX" is the component name read from the application model file.

This file also defines the symbolic names for the types of the components returned by the application component factory. The symbolic names of the types take the form of an integer constant. The symbolic name of the type is formed as follows. If the name of the type is TYPE, then its symbolic name is constructed as follows: TN_TYPE. The symbolic names of the types of the application components should not normally be used by an application. They are provided here for future extensions.

Finally, this file defines the forward declarations for all the classes from which application components are instantiated.

This file was generated automatically by an XSL program that processes the XML-based application model.

See also:
CC_ComponentFactory
Author:
Automatically Generated File

Definition in file CC_ComponentFactory.h.

Go to the source code of this file.

Classes

class  CC_ComponentFactory
 Application component factory. More...

Copyright 2003 P&P Software GmbH - All Rights Reserved