Custom Platform Support Development Kit  1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
IFilterTweener.h File Reference

This file contains interface for IFilterTweener. IFilterTweener represents a tweener for a filter. More...

#include "FCMPreConfig.h"
#include "FCMPluginInterface.h"
#include "Utils/DOMTypes.h"
#include "FCMPostConfig.h"

Go to the source code of this file.

Classes

class  DOM::Service::Tween::IFilterTweener
 Defines an interface that represents tweening of filter. Filter tweener can be used to obtain interpolated filter values at discrete intervals during a motion/classic tween. More...
 

Namespaces

 FCM
 The definitions contained in this namespace define a framework called Flash Component Model (FCM), which is responsible for plug-in management. The FCM framework manages loading, unloading and registration of the plug-in. It also manages service instantiation, object instantiation and object lifetime management.
 
 DOM
 Provides interfaces and other definitions to access the FLA authored contents in the form of a DOM (Document Object Model).
 
 DOM::Service
 Provides service interfaces for DOM access.
 
 DOM::Service::Tween
 Provides service interfaces for Tween.
 

Variables

FCM::ConstFCMIID DOM::Service::Tween::IID_IFILTER_TWEENER
 Defines the universally-unique interface ID for IFilterTweener. More...
 

Detailed Description

This file contains interface for IFilterTweener. IFilterTweener represents a tweener for a filter.