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

#include <TriggerObj.h>

Inheritance diagram for TriggerObj:
Ref

Public Member Functions

 TriggerObj (void)
virtual ~TriggerObj (void)
virtual bool init ()
virtual bool detect ()
virtual void done ()
virtual void removeAll ()
virtual void serialize (const rapidjson::Value &val)
virtual void serialize (cocostudio::CocoLoader *cocoLoader, cocostudio::stExpCocoNode *cocoNode)
unsigned int getId ()
void setEnabled (bool enabled)
- Public Member Functions inherited from Ref
void retain ()
 Retains the ownership. More...
 
void release ()
 Releases the ownership immediately. More...
 
Ref * autorelease ()
 Releases the ownership sometime soon automatically. More...
 
unsigned int getReferenceCount () const
 Returns the Ref's current reference count. More...
 
virtual ~Ref ()

Static Public Member Functions

static TriggerObj * create (void)

Additional Inherited Members

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

Constructor & Destructor Documentation

TriggerObj ( void  )
var TriggerObj (   )
virtual ~TriggerObj ( void  )
virtual
var ~TriggerObj (   )
virtual

Member Function Documentation

static TriggerObj* create ( void  )
static
var create (   )
static
virtual bool detect ( )
virtual
var detect ( )
virtual
virtual void done ( )
virtual
var done ( )
virtual
unsigned int getId ( )
var getId ( )
virtual bool init ( )
virtual
var init ( )
virtual
virtual void removeAll ( )
virtual
var removeAll ( )
virtual
virtual void serialize ( const rapidjson::Value &  val)
virtual
var serialize ( var  val)
virtual
virtual void serialize ( cocostudio::CocoLoader *  cocoLoader,
cocostudio::stExpCocoNode *  cocoNode 
)
virtual
var serialize ( var  cocoLoader,
var  cocoNode 
)
virtual
void setEnabled ( bool  enabled)
var setEnabled ( var  enabled)

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