#include <TriggerObj.h>
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... | |
| TriggerObj | ( | void | ) |
| var TriggerObj | ( | ) |
|
virtual |
|
virtual |
|
static |
|
static |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
| unsigned int getId | ( | ) |
| var getId | ( | ) |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
| void setEnabled | ( | bool | enabled | ) |
| var setEnabled | ( | var | enabled | ) |