cocos2d-x  3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
CCBSequenceProperty Class Reference

#include <CCBSequenceProperty.h>

Inheritance diagram for CCBSequenceProperty:
Ref

Public Member Functions

 CCBSequenceProperty ()
 ~CCBSequenceProperty ()
virtual bool init ()
const char * getName ()
void setName (const char *pName)
var setName ( var pName)
local setName ( local pName)
int getType ()
void setType (int type)
cocos2d::Vector< CCBKeyframe * > & getKeyframes ()
local getKeyframes ()
- Public Member Functions inherited from Ref
void retain ()
 Retains the ownership. More...
 
void release ()
 Releases the ownership immediately. More...
 
Refautorelease ()
 Releases the ownership sometime soon automatically. More...
 
unsigned int getReferenceCount () const
 Returns the Ref's current reference count. More...
 
virtual ~Ref ()

Additional Inherited Members

- Protected Member Functions inherited from Ref
 Ref ()
 Constructor. More...
 
- Protected Attributes inherited from Ref
unsigned int _referenceCount
 count of references More...
 

Constructor & Destructor Documentation

var ctor ( )

Member Function Documentation

cocos2d::Vector<CCBKeyframe*>
& getKeyframes
( )
var getKeyframes ( )
local getKeyframes ( )
const char* getName ( )
var getName ( )
local getName ( )
int getType ( )
var getType ( )
local getType ( )
virtual bool init ( )
virtual
var init ( )
virtual
local init ( )
virtual
void setName ( const char *  pName)
var setName ( var  pName)
local setName ( local  pName)
void setType ( int  type)
var setType ( var  type)
local setType ( local  type)

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