Alphabetical Class Index  Class Hierarchy   File Members   Compound Members   File List  

HKeyframeString Class Reference

The HKeyframeString class is used for any string related keyframes. More...

#include <HBhvUtility.h>

List of all members.

Public Member Functions

virtual HKeyframeClone ()
char * GetTarget ()
 HKeyframeString ()
virtual void Serialize (HUtilityXMLTag *xmlgen)
void SetTarget (const char *target)

Public Attributes

bool m_bDiscrete
char m_target [MVO_BUFFER_SIZE]

Detailed Description

The HKeyframeString class is used for any string related keyframes.

String keyframes can contain a segment path in the case of segment switch interpolation or some other text based identifier.


Constructor & Destructor Documentation

HKeyframeString::HKeyframeString ( )

Constructs a HKeyframeString object.


Member Function Documentation

virtual HKeyframe* HKeyframeString::Clone ( ) [inline, virtual]

This method makes an exact copy of the current HKeyframeString and returns a pointer to the newly created HKeyframeString object.

Returns:
A pointer to the newly created HKeyframeString object.

Reimplemented from HKeyframe.

char* HKeyframeString::GetTarget ( ) [inline]
Returns:
The target string.
virtual void HKeyframeString::Serialize ( HUtilityXMLTag *  xmlgen) [virtual]

Writes XML data to a buffer.

Reimplemented from HKeyframe.


Member Data Documentation

char HKeyframeString::m_target[MVO_BUFFER_SIZE]

Keyframe Target


The documentation for this class was generated from the following file: