#include <FCDParameterAnimatable.h>
Inheritance diagram for FCDParameterAnimatable:

Public Member Functions | |
| FCDParameterAnimatable (FUParameterizable *parent) | |
| Constructor. | |
| virtual | ~FCDParameterAnimatable () |
| Destructor. | |
| virtual FUParameterizable * | GetParent () |
| Retrieves the parent object for this animatable parameter. | |
| FCDAnimated * | GetAnimated () |
| Retrieves the animation helper for this animatable parameter. | |
| const FCDAnimated * | GetAnimated () const |
| See above. | |
| bool | IsAnimated () const |
| Retrieves whether this animatable parameter has valid animation data. | |
| FCDParameterAnimatable & | operator= (FCDParameterAnimatable ¶meter) |
| Copy operator. | |
Protected Member Functions | |
| virtual FCDAnimated * | CreateAnimated () |
| Requests from the up-class that the correct FCDAnimated helper class be created for this parameter. | |
|
|
Constructor.
|
|
|
Requests from the up-class that the correct FCDAnimated helper class be created for this parameter. This should be handled by the FCDParameterAnimatableT template specializations.
Reimplemented in FCDParameterAnimatableT< TYPE, QUALIFIERS >. |
|
|
Retrieves the animation helper for this animatable parameter. This animation helper will be created if non-existant.
|
|
|
Retrieves the parent object for this animatable parameter.
|
|
|
Retrieves whether this animatable parameter has valid animation data.
|
|
|
Copy operator. Note: the animation is not copied, right now.
|
1.4.6-NO