HKeyframe3String
Functions
HKeyframe3String |
|
~HKeyframe3String |
|
HKeyframe * | Clone |
void | Serialize |
void | SetTarget |
char * | GetTarget1 |
char * | GetTarget2 |
char * | GetTarget3 |
Detailed Description
-
class
HKeyframe3String
: public HKeyframe 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.
Public Functions
-
HKeyframe3String
() Constructs a HKeyframeString object.
-
inline virtual
~HKeyframe3String
()
-
inline virtual HKeyframe *
Clone
() 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.
-
virtual void
Serialize
(HUtilityXMLTag *xmlgen) Writes XML data to a buffer.
-
void
SetTarget
(char const *t1, char const *t2, char const *t3) Sets a new target string.
Parameters: target – The new target for the interpolation.
-
inline char *
GetTarget1
() Returns: The target string.
-
inline char *
GetTarget2
()
-
inline char *
GetTarget3
()
-