|
libHSPlasma
|
#include <plKeyControllers.hpp>
Additional Inherited Members | |
Public Member Functions inherited from plLeafController | |
| plLeafController () | |
| virtual | ~plLeafController () |
| virtual void | read (hsStream *S, plResManager *mgr) |
| virtual void | write (hsStream *S, plResManager *mgr) |
| plLeafController * | ExpandToKeyController () const |
| plLeafController * | CompactToLeafController () const |
| bool | hasKeys () const |
| bool | hasEaseControllers () const |
| unsigned int | getType () const |
| const std::vector< hsKeyFrame * > & | getKeys () const |
| const std::vector< class plEaseController * > & | getEaseControllers () const |
| void | setKeys (const std::vector< hsKeyFrame * > &keys, unsigned int type) |
| void | setEaseControllers (const std::vector< class plEaseController * > &controllers) |
Static Public Member Functions inherited from plController | |
| static void | WriteController (hsStream *S, plResManager *mgr, plController *controller) |
Protected Member Functions inherited from plLeafController | |
| virtual void | IPrcWrite (pfPrcHelper *prc) |
| virtual void | IPrcParse (const pfPrcTag *tag, plResManager *mgr) |
| void | AllocKeys (unsigned int numKeys, unsigned int type) |
| void | DeallocKeys () |
| void | AllocControllers (unsigned int numControllers) |
| void | DeallocControllers () |
| void | IReadUruController (hsStream *S) |
| void | IWriteUruController (hsStream *S) |
Protected Attributes inherited from plLeafController | |
| unsigned int | fType |
| unsigned int | fUruUnknown |
| std::vector< hsKeyFrame * > | fKeys |
| std::vector< class plEaseController * > | fEaseControllers |
1.8.1.2