struct CCL::IViewAnimator

Overview

#include <iviewanimation.h>

struct IViewAnimator: public CCL::IUnknown
{
    // methods

    virtual tbool CCL_API setTransitionProperty (
        StringID propertyId,
        VariantRef value
    ) = 0;

    DECLARE_STRINGID_MEMBER (kDuration);
};

Inherited Members

public:
    // methods

    virtual tresult CCL_API queryInterface (UIDRef iid, void** ptr) = 0;
    virtual unsigned int CCL_API retain () = 0;
    virtual unsigned int CCL_API release () = 0;

Detailed Documentation

Methods

virtual tbool CCL_API setTransitionProperty (
    StringID propertyId,
    VariantRef value
) = 0

Set transition property, same as IObject::setProperty().

DECLARE_STRINGID_MEMBER (kDuration)

<IUIValue