![]() |
Public API Reference |
#include <aws.h>
Inheritance diagram for iAwsComponentFactory:
Public Methods | |
virtual iAwsComponent * | Create ()=0 |
Returns a newly created component of the type this factory handles. More... | |
virtual void | Register (const char *type)=0 |
Registers this factory with the window manager. More... | |
virtual void | RegisterConstant (const char *name, int value)=0 |
Registers constants for the parser so that we can construct right. More... |
Definition at line 1034 of file aws.h.
|
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. |