Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages
iAwsComponentFactory Struct Reference
[AWS]
Interface for component factories.
More...
#include <iaws/aws.h>
Inheritance diagram for iAwsComponentFactory:

Public Member Functions | |
virtual iAwsComponent * | Create ()=0 |
Returns a newly created component of the type this factory handles. | |
virtual void | Register (const char *type)=0 |
Registers this factory with the window manager. | |
virtual void | RegisterConstant (const char *name, int value)=0 |
Registers constants for the parser so that we can construct right. |
Detailed Description
Interface for component factories.
Definition at line 1057 of file aws.h.
Member Function Documentation
|
Returns a newly created component of the type this factory handles.
|
|
Registers this factory with the window manager.
Implemented in awsEmbeddedComponentFactory. |
|
Registers constants for the parser so that we can construct right.
Implemented in awsEmbeddedComponentFactory. |
The documentation for this struct was generated from the following file:
- iaws/aws.h
Generated for Crystal Space by doxygen 1.3.9.1