Custom Platform Support Development Kit  1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
DOM::ITween Class Referenceabstract

Defines a interface that represents a tween object. More...

#include <ITween.h>

Inheritance diagram for DOM::ITween:

Public Member Functions

virtual FCM::Result _FCMCALL GetTweenedProperties (FCM::PIFCMDictionary &pDictionary)=0
 This function gets the tweened properties. More...
 

Detailed Description

Defines a interface that represents a tween object.

Member Function Documentation

virtual FCM::Result _FCMCALL DOM::ITween::GetTweenedProperties ( FCM::PIFCMDictionary &  pDictionary)
pure virtual

This function gets the tweened properties.

Parameters
pDictionary(OUT) Dictionary of the tweened properties. Each entry of a dictionary is represented by a pair of <propertyName , propertyID>. The propertyName can take following values: kDOMShapeProperty, kDOMColorProperty, kDOMFilterProperty and kDOMGeometricProperty. For example, tweening of a color transform would contain the following entry: <kDOMColorProperty, GUID>.
Returns
On success, FCM_SUCCESS is returned, else an error code is returned.
See also
kDOMShapeProperty
kDOMColorProperty
kDOMFilterProperty
kDOMGeometricProperty

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