#include <CCSGUIReader.h>
|
| WidgetPropertiesReader0300 () |
virtual | ~WidgetPropertiesReader0300 () |
virtual cocos2d::ui::Widget * | createWidget (const rapidjson::Value &dic, const char *fullPath, const char *fileName) |
virtual cocos2d::ui::Widget * | createWidgetFromBinary (CocoLoader *cocoLoader, stExpCocoNode *pCocoNode, const char *fileName) override |
virtual cocos2d::ui::Widget * | widgetFromBinary (CocoLoader *cocoLoader, stExpCocoNode *pCocoNode) |
virtual void | setPropsForAllWidgetFromBinary (WidgetReaderProtocol *reader, cocos2d::ui::Widget *widget, CocoLoader *cocoLoader, stExpCocoNode *pCocoNode) |
virtual void | setPropsForAllCustomWidgetFromBinary (const std::string &classType, cocos2d::ui::Widget *widget, CocoLoader *cocoLoader, stExpCocoNode *pCocoNode) |
virtual cocos2d::ui::Widget * | widgetFromJsonDictionary (const rapidjson::Value &dic) |
virtual void | setPropsForAllWidgetFromJsonDictionary (WidgetReaderProtocol *reader, cocos2d::ui::Widget *widget, const rapidjson::Value &options) |
virtual void | setPropsForAllCustomWidgetFromJsonDictionary (const std::string &classType, cocos2d::ui::Widget *widget, const rapidjson::Value &customOptions) |
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 () |
virtual cocos2d::ui::Widget*
createWidget |
( |
const rapidjson::Value & |
dic, |
|
|
const char * |
fullPath, |
|
|
const char * |
fileName |
|
) |
| |
|
virtual |
virtual void
setPropsForAllCustomWidgetFromJsonDictionary |
( |
const std::string & |
classType, |
|
|
cocos2d::ui::Widget * |
widget, |
|
|
const rapidjson::Value & |
customOptions |
|
) |
| |
|
virtual |
The documentation for this class was generated from the following file:
- /Users/guanghui/cocos2d-x-v2/cocos/editor-support/cocostudio/CCSGUIReader.h