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

#include <CCBSequence.h>

Inheritance diagram for CCBSequence:
Ref

Public Member Functions

 CCBSequence ()
 
 ~CCBSequence ()
 NA NA More...
 
float getDuration ()
 
void setDuration (float fDuration)
 
CCBSequencePropertygetCallbackChannel ()
 
void setCallbackChannel (CCBSequenceProperty *callbackChannel)
 
CCBSequencePropertygetSoundChannel ()
 
void setSoundChannel (CCBSequenceProperty *soundChannel)
 
const char * getName ()
 
void setName (const char *pName)
 
int getSequenceId ()
 
void setSequenceId (int nSequenceId)
 
int getChainedSequenceId ()
 
void setChainedSequenceId (int nChainedSequenceId)
 
- 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 ()
 NA NA More...
 

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

NA NA

Member Function Documentation

CCBSequenceProperty* getCallbackChannel ( )
int getChainedSequenceId ( )
float getDuration ( )
const char* getName ( )
int getSequenceId ( )
CCBSequenceProperty* getSoundChannel ( )
void setCallbackChannel ( CCBSequenceProperty callbackChannel)
void setChainedSequenceId ( int  nChainedSequenceId)
void setDuration ( float  fDuration)
void setName ( const char *  pName)
void setSequenceId ( int  nSequenceId)
void setSoundChannel ( CCBSequenceProperty soundChannel)

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