CrystalSpace

Public API Reference

Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

awsEmbeddedComponentFactory Class Reference

Factory for custom AWS component. More...

#include <iaws/awsecomp.h>

Inheritance diagram for awsEmbeddedComponentFactory:

iAwsComponentFactory iBase List of all members.

Public Member Functions

 awsEmbeddedComponentFactory (iAws *_wmgr)
 Calls register to register the component that it builds with the window manager.
virtual void Register (const char *type)
 Registers this factory with the window manager.
virtual void RegisterConstant (const char *name, int value)
 Registers constants for the parser so that we can construct right.
iAwsWindowManager ()
 Returns the current window manager.
virtual ~awsEmbeddedComponentFactory ()
 Does nothing.

Protected Attributes

iAwswmgr

Detailed Description

Factory for custom AWS component.

See also awsEmbeddedComponent.

Definition at line 522 of file awsecomp.h.


Constructor & Destructor Documentation

awsEmbeddedComponentFactory::awsEmbeddedComponentFactory iAws _wmgr  )  [inline]
 

Calls register to register the component that it builds with the window manager.

Definition at line 532 of file awsecomp.h.

References wmgr.

virtual awsEmbeddedComponentFactory::~awsEmbeddedComponentFactory  )  [inline, virtual]
 

Does nothing.

Definition at line 538 of file awsecomp.h.


Member Function Documentation

virtual void awsEmbeddedComponentFactory::Register const char *  type  )  [inline, virtual]
 

Registers this factory with the window manager.

Implements iAwsComponentFactory.

Definition at line 546 of file awsecomp.h.

References iAws::RegisterComponentFactory(), and wmgr.

virtual void awsEmbeddedComponentFactory::RegisterConstant const char *  name,
int  value
[inline, virtual]
 

Registers constants for the parser so that we can construct right.

Implements iAwsComponentFactory.

Definition at line 552 of file awsecomp.h.

References iAws::GetPrefMgr(), iAwsPrefManager::RegisterConstant(), and wmgr.

iAws* awsEmbeddedComponentFactory::WindowManager  )  [inline]
 

Returns the current window manager.

Definition at line 543 of file awsecomp.h.

References wmgr.


The documentation for this class was generated from the following file:
Generated for Crystal Space by doxygen 1.4.4