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

Public Methods | |
| virtual void | Initialize (const char *name, const char *component_type)=0 |
| Initializes the factory , name is the name of this component, component type is it's type. More... | |
| virtual void | AddToWindowList (iAwsPrefManager *pm)=0 |
| Adds this factory's base to the window manager IF the base is a window. More... | |
| virtual void | AddFactory (iAwsKeyFactory *factory)=0 |
| Adds the given factory's base in as a child of this factory. More... | |
| virtual void | AddIntKey (const char *name, int v)=0 |
| Add an integer key. More... | |
| virtual void | AddStringKey (const char *name, const char *v)=0 |
| Add a string key. More... | |
| virtual void | AddRectKey (const char *name, csRect v)=0 |
| Add a rect key. More... | |
| virtual void | AddRGBKey (const char *name, unsigned char r, unsigned char g, unsigned char b)=0 |
| Add an RGB key. More... | |
| virtual void | AddPointKey (const char *name, csPoint v)=0 |
| Add a point key. More... | |
| virtual void | AddConnectionKey (const char *name, iAwsSink *s, unsigned long t, unsigned long sig)=0 |
| Add a connection key. More... | |
| virtual void | AddConnectionNode (iAwsConnectionNodeFactory *node)=0 |
| Add a connection node (from a factory). More... | |
Definition at line 1050 of file aws.h.
|
||||||||||||||||||||
|
Add a connection key.
|
|
|
Add a connection node (from a factory).
|
|
|
Adds the given factory's base in as a child of this factory.
|
|
||||||||||||
|
Add an integer key.
|
|
||||||||||||
|
Add a point key.
|
|
||||||||||||
|
Add a rect key.
|
|
||||||||||||||||||||
|
Add an RGB key.
|
|
||||||||||||
|
Add a string key.
|
|
|
Adds this factory's base to the window manager IF the base is a window.
|
|
||||||||||||
|
Initializes the factory , name is the name of this component, component type is it's type.
|