Public Member Functions | |
| CUiAnimViewKeyHandle (CUiAnimViewTrack *pTrack, unsigned int keyIndex) | |
| void | SetKey (IKey *pKey) |
| void | GetKey (IKey *pKey) const |
| CUiAnimViewTrack * | GetTrack () |
| const CUiAnimViewTrack * | GetTrack () const |
| bool | IsValid () const |
| unsigned int | GetIndex () const |
| void | Select (bool bSelect) |
| bool | IsSelected () const |
| void | SetTime (float time) |
| float | GetTime () const |
| float | GetDuration () const |
| const char * | GetDescription () const |
| void | Offset (float offset) |
| bool | operator== (const CUiAnimViewKeyHandle &keyHandle) const |
| bool | operator!= (const CUiAnimViewKeyHandle &keyHandle) const |
| void | Delete () |
| CUiAnimViewKeyHandle | Clone () |
| CUiAnimViewKeyHandle | GetNextKey () |
| CUiAnimViewKeyHandle | GetPrevKey () |
| CUiAnimViewKeyHandle | GetAboveKey () const |
| CUiAnimViewKeyHandle | GetBelowKey () const |