![]() |
Public API Reference |
#include <awsecomp.h>
Inheritance diagram for awsEmbeddedComponentFactory:

Public Methods | |
| awsEmbeddedComponentFactory (iAws *_wmgr) | |
| Calls register to register the component that it builds with the window manager. More... | |
| virtual | ~awsEmbeddedComponentFactory () |
| Does nothing. More... | |
| iAws * | WindowManager () |
| Returns the current window manager. More... | |
| virtual void | Register (const char *type) |
| Registers this factory with the window manager. More... | |
| virtual void | RegisterConstant (const char *name, int value) |
| Registers constants for the parser so that we can construct right. More... | |
See also awsEmbeddedComponent.
Definition at line 529 of file awsecomp.h.
|
|
Calls register to register the component that it builds with the window manager.
Definition at line 539 of file awsecomp.h. |
|
|
Does nothing.
Definition at line 545 of file awsecomp.h. |
|
|
Registers this factory with the window manager.
Implements iAwsComponentFactory. Definition at line 553 of file awsecomp.h. References iAws::RegisterComponentFactory. |
|
||||||||||||
|
Registers constants for the parser so that we can construct right.
Implements iAwsComponentFactory. Definition at line 559 of file awsecomp.h. References iAws::GetPrefMgr, and iAwsPrefManager::RegisterConstant. |
|
|
Returns the current window manager.
Definition at line 550 of file awsecomp.h. |