#include <aws.h>
Inheritance diagram for iAwsComponentFactory:
Public Methods | |
virtual iAwsComponent* | Create ()=0 |
Returns a newly created component of the type this factory handles. | |
virtual void | Register (char *type)=0 |
Registers this factory with the window manager. | |
virtual void | RegisterConstant (char *name, int value)=0 |
Registers constants for the parser so that we can construct right. |