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

#include <TriggerObj.h>

Inheritance diagram for BaseTriggerAction:
Ref

Public Member Functions

virtual ~BaseTriggerAction (void)
virtual bool init ()
virtual void done ()
virtual void serialize (const rapidjson::Value &val)
local serialize ( local val)
virtual void serialize (cocostudio::CocoLoader *cocoLoader, cocostudio::stExpCocoNode *cocoNode)
local serialize ( local cocoLoader, local cocoNode)
virtual void removeAll ()
- 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 ()

Protected Member Functions

 BaseTriggerAction (void)
- Protected Member Functions inherited from Ref
 Ref ()
 Constructor. More...
 

Additional Inherited Members

- Protected Attributes inherited from Ref
unsigned int _referenceCount
 count of references More...
 

Constructor & Destructor Documentation

BaseTriggerAction ( void  )
protected
var BaseTriggerAction (   )
protected
local BaseTriggerAction (   )
protected
virtual ~BaseTriggerAction ( void  )
virtual
var ~BaseTriggerAction (   )
virtual
local ~BaseTriggerAction (   )
virtual

Member Function Documentation

virtual void done ( )
virtual
var done ( )
virtual
local done ( )
virtual
virtual bool init ( )
virtual
var init ( )
virtual
local init ( )
virtual
virtual void removeAll ( )
virtual
var removeAll ( )
virtual
local removeAll ( )
virtual
virtual void serialize ( const rapidjson::Value &  val)
virtual
var serialize ( var  val)
virtual
local serialize ( local  val)
virtual
virtual void serialize ( cocostudio::CocoLoader cocoLoader,
cocostudio::stExpCocoNode cocoNode 
)
virtual
var serialize ( var  cocoLoader,
var  cocoNode 
)
virtual
local serialize ( local  cocoLoader,
local  cocoNode 
)
virtual

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