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)
 

Static Public Member Functions

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

Constructor & Destructor Documentation

virtual ~CustomGUIReader ( )
virtual

Member Function Documentation

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

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