CStateModifiersObject Class Reference
Base Class for all Classes
that have to maintain a list of modifiers.
More...
#include <cbaseobjects.h>
Inheritance diagram for CStateModifiersObject:
List of all
members.
Detailed Description
Base Class for all Classes that have to maintain a list of
modifiers.
Constructor & Destructor Documentation
| virtual
CStateModifiersObject::~CStateModifiersObject
|
( |
|
) |
[virtual] |
|
Member Function Documentation
| virtual void
CStateModifiersObject::addStateModifier
|
( |
CStateModifier *
|
modifier |
) |
[virtual] |
|
| virtual void
CStateModifiersObject::addStateModifiers
|
( |
std::list<
CStateModifier *
> *
|
modifiers |
) |
[virtual] |
|
|
std::list<CStateModifier *>*
CStateModifiersObject::getStateModifiers
|
( |
|
) |
|
|
| virtual void
CStateModifiersObject::removeStateModifier
|
( |
CStateModifier *
|
modfier |
) |
[virtual] |
|
Member Data Documentation
The documentation for this class was generated from the following
file:
|