cocos2d-x  3.1rc0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ActionTweenDelegate Class Referenceabstract

#include <CCActionTween.h>

Inheritance diagram for ActionTweenDelegate:
ScrollView TableView

Public Member Functions

virtual ~ActionTweenDelegate ()
virtual void updateTweenAction (float value, const std::string &key)=0
local updateTweenAction ( local value, local key)

Constructor & Destructor Documentation

virtual ~ActionTweenDelegate ( )
inlinevirtual

Member Function Documentation

virtual void updateTweenAction ( float  value,
const std::string &  key 
)
pure virtual

Implemented in ScrollView.

var updateTweenAction ( var  value,
var  key 
)
pure virtual

Implemented in ScrollView.

local updateTweenAction ( local  value,
local  key 
)
pure virtual

Implemented in ScrollView.


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