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

#include <CustomGUIReader.h>

Inheritance diagram for CustomGUIReader:

Public Member Functions

 CustomGUIReader ()
virtual ~CustomGUIReader ()
void init (std::string &className, int createFunc, int setPropsFunc)
Ref * createInstance ()
void setCustomProps (const std::string &classType, cocos2d::Ref *widget, const rapidjson::Value &customOptions)
var setCustomProps ( var classType, var widget, var customOptions)
local setCustomProps ( local classType, local widget, local customOptions)

Static Public Member Functions

static CustomGUIReadercreate (std::string &className, int createFunc, int setPropsFunc)
local create ( local className, local createFunc, local setPropsFunc)

Constructor & Destructor Documentation

var CustomGUIReader ( )
local CustomGUIReader ( )
virtual ~CustomGUIReader ( )
virtual
var ~CustomGUIReader ( )
virtual
local ~CustomGUIReader ( )
virtual

Member Function Documentation

static CustomGUIReader* create ( std::string &  className,
int  createFunc,
int  setPropsFunc 
)
static
var create ( var  className,
var  createFunc,
var  setPropsFunc 
)
static
local create ( local  className,
local  createFunc,
local  setPropsFunc 
)
static
Ref* createInstance ( )
var createInstance ( )
local createInstance ( )
void init ( std::string &  className,
int  createFunc,
int  setPropsFunc 
)
var init ( var  className,
var  createFunc,
var  setPropsFunc 
)
local init ( local  className,
local  createFunc,
local  setPropsFunc 
)
void setCustomProps ( const std::string &  classType,
cocos2d::Ref widget,
const rapidjson::Value &  customOptions 
)
var setCustomProps ( var  classType,
var  widget,
var  customOptions 
)
local setCustomProps ( local  classType,
local  widget,
local  customOptions 
)

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