#include <ListViewReader.h>
|
| | ListViewReader () |
| |
| virtual | ~ListViewReader () |
| |
| virtual void | setPropsFromJsonDictionary (cocos2d::ui::Widget *widget, const rapidjson::Value &options) |
| |
| virtual void | setPropsFromBinary (cocos2d::ui::Widget *widget, CocoLoader *cocoLoader, stExpCocoNode *pCocoNode) |
| |
flatbuffers::Offset
< flatbuffers::Table > | createOptionsWithFlatBuffers (const tinyxml2::XMLElement *objectData, flatbuffers::FlatBufferBuilder *builder) |
| |
| void | setPropsWithFlatBuffers (cocos2d::Node *node, const flatbuffers::Table *listViewOptions) |
| |
| cocos2d::Node * | createNodeWithFlatBuffers (const flatbuffers::Table *listViewOptions) |
| |
| int | getResourceType (std::string key) |
| |
| | ScrollViewReader () |
| |
| virtual | ~ScrollViewReader () |
| |
flatbuffers::Offset
< flatbuffers::Table > | createOptionsWithFlatBuffers (const tinyxml2::XMLElement *objectData, flatbuffers::FlatBufferBuilder *builder) |
| |
| void | setPropsWithFlatBuffers (cocos2d::Node *node, const flatbuffers::Table *scrollViewOptions) |
| |
| cocos2d::Node * | createNodeWithFlatBuffers (const flatbuffers::Table *scrollViewOptions) |
| |
| int | getResourceType (std::string key) |
| |
| | LayoutReader () |
| |
| virtual | ~LayoutReader () |
| |
| int | getResourceType (std::string key) |
| |
| | WidgetReader () |
| |
| virtual | ~WidgetReader () |
| |
| virtual void | setColorPropsFromJsonDictionary (cocos2d::ui::Widget *widget, const rapidjson::Value &options) |
| |
flatbuffers::Offset
< flatbuffers::Table > | createOptionsWithFlatBuffers (const tinyxml2::XMLElement *objectData, flatbuffers::FlatBufferBuilder *builder) |
| |
| void | setPropsWithFlatBuffers (cocos2d::Node *node, const flatbuffers::Table *widgetOptions) |
| |
| cocos2d::Node * | createNodeWithFlatBuffers (const flatbuffers::Table *widgetOptions) |
| |
| 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 () |
| | NA NA More...
|
| |
| virtual | ~WidgetReaderProtocol () |
| |
| | NodeReaderProtocol () |
| |
| virtual | ~NodeReaderProtocol () |
| |
| cocos2d::Node* createNodeWithFlatBuffers |
( |
const flatbuffers::Table * |
listViewOptions | ) |
|
|
virtual |
| flatbuffers::Offset<flatbuffers::Table> createOptionsWithFlatBuffers |
( |
const tinyxml2::XMLElement * |
objectData, |
|
|
flatbuffers::FlatBufferBuilder * |
builder |
|
) |
| |
|
virtual |
| int getResourceType |
( |
std::string |
key | ) |
|
| virtual void setPropsFromJsonDictionary |
( |
cocos2d::ui::Widget * |
widget, |
|
|
const rapidjson::Value & |
options |
|
) |
| |
|
virtual |
| void setPropsWithFlatBuffers |
( |
cocos2d::Node * |
node, |
|
|
const flatbuffers::Table * |
listViewOptions |
|
) |
| |
|
virtual |
The documentation for this class was generated from the following file:
- /Users/huihoo/Software/huihoo-code/cocos2d-x/cocos2d-x-3.3/cocos/editor-support/cocostudio/WidgetReader/ListViewReader/ListViewReader.h