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

#include <CCBSequence.h>

Inheritance diagram for CCBSequence:
CCObject CCCopying

Public Member Functions

 CCBSequence ()
 ~CCBSequence ()
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 CCObject
 CCObject (void)
virtual ~CCObject (void)
void release (void)
void retain (void)
CCObjectautorelease (void)
CCObjectcopy (void)
bool isSingleReference (void) const
unsigned int retainCount (void) const
virtual bool isEqual (const CCObject *pObject)
virtual void acceptVisitor (CCDataVisitor &visitor)
virtual void update (float dt)
- Public Member Functions inherited from CCCopying
virtual CCObjectcopyWithZone (CCZone *pZone)

Additional Inherited Members

- Public Attributes inherited from CCObject
unsigned int m_uID
int m_nLuaID
- Protected Attributes inherited from CCObject
unsigned int m_uReference
unsigned int m_uAutoReleaseCount

Constructor & Destructor Documentation

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: