cocos2d-x  2.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
TriggerBase.h File Reference
#include "cocos2d.h"
#include "cocos-ext.h"
#include "ExtensionMacros.h"
#include "ObjectFactory.h"
#include "TriggerObj.h"
#include "TriggerMng.h"

Namespaces

 cocos2d
 
 cocos2d::extension
 

Macros

#define DECLARE_CLASS_INFO
#define IMPLEMENT_CLASS_INFO(className)

Functions

void CC_EX_DLL  (unsigned int event)

Macro Definition Documentation

#define DECLARE_CLASS_INFO
Value:
public: \
static cocos2d::CCObject* createInstance(void); \
Definition: CCObject.h:59
Type
Type of JSON value.
Definition: rapidjson.h:513
Definition: ObjectFactory.h:52
var DECLARE_CLASS_INFO
Value:
public: \
static cocos2d::CCObject* createInstance(void); \
Definition: CCObject.h:59
Type
Type of JSON value.
Definition: rapidjson.h:513
Definition: ObjectFactory.h:52
local DECLARE_CLASS_INFO
Value:
public: \
static cocos2d::CCObject* createInstance(void); \
Definition: CCObject.h:59
Type
Type of JSON value.
Definition: rapidjson.h:513
Definition: ObjectFactory.h:52
#define IMPLEMENT_CLASS_INFO (   className)
Value:
cocos2d::CCObject* className::createInstance(void) \
{ \
return new className; \
} \
cocos2d::extension::ObjectFactory::TInfo className::Type(#className, &className::createInstance); \
Definition: CCObject.h:59
Type
Type of JSON value.
Definition: rapidjson.h:513
var IMPLEMENT_CLASS_INFO (   var)
Value:
cocos2d::CCObject* className::createInstance(void) \
{ \
return new className; \
} \
cocos2d::extension::ObjectFactory::TInfo className::Type(#className, &className::createInstance); \
Definition: CCObject.h:59
Type
Type of JSON value.
Definition: rapidjson.h:513