![]() |
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 461 of file awsecomp.h.
|
Calls register to register the component that it builds with the window manager.
Definition at line 468 of file awsecomp.h. |
|
Does nothing.
Definition at line 474 of file awsecomp.h. |
|
Registers this factory with the window manager.
Implements iAwsComponentFactory. Definition at line 482 of file awsecomp.h. References iAws::RegisterComponentFactory. |
|
Registers constants for the parser so that we can construct right.
Implements iAwsComponentFactory. Definition at line 488 of file awsecomp.h. References iAws::GetPrefMgr, and iAwsPrefManager::RegisterConstant. |
|
Returns the current window manager.
Definition at line 479 of file awsecomp.h. |