- [Main Page](index.md)
- [Classes](annotated.md)
- [Files](files.md)
- [Directories](dirs.md)
- [Related Pages](pages.md)
- [Class List](annotated.md)
- [Alphabetical List](classes.md)
- [Class Hierarchy](hierarchy.md)
- [Class Members](functions.md)
HAnimObject Class Reference¶
The father class of about all animatable objects in Animation Master. More...
#include <HHashObj.h>
Inheritance diagram for HAnimObject:
Inheritance graph
[legend]
Collaboration diagram for HAnimObject:
Collaboration graph
[legend]
Public Member Functions |
|
| BOOL | IsCache () |
| HAnimObject * | GetCache () |
| Time | GetFirstKey (BOOL *isselected=NULL) |
| Time | GetLastKey () |
| Time | GetNextKey (Time time, BOOL *isselected=NULL) |
| Time | GetPrevKey (Time time) |
| BOOL | IsKey (Time time) |
| int | CountKeys () |
| BOOL | DeleteKey (Time time, BOOL storeundo=TRUE) |
| BOOL | Reduce (float error) |
| void | DeleteKeys (TimeRange range) |
| void | TransformKeys (TimeRange range, float scale, Time offset, BOOL issnaptoint) |
| void | RemoveDrivers () |
| HObject * | GetObject () |
| HObject * | GetActionObject () |