#include <WidgetReader.h>
|
| | WidgetReader () |
| virtual | ~WidgetReader () |
| virtual void | setPropsFromJsonDictionary (cocos2d::ui::Widget *widget, const rapidjson::Value &options) |
| virtual void | setColorPropsFromJsonDictionary (cocos2d::ui::Widget *widget, const rapidjson::Value &options) |
| local | setColorPropsFromJsonDictionary ( local widget, local options) |
| virtual void | setPropsFromBinary (cocos2d::ui::Widget *widget, CocoLoader *cocoLoader, stExpCocoNode *pCocoNode) |
| local | setPropsFromBinary ( local widget, local cocoLoader, local pCocoNode) |
flatbuffers::Offset
< flatbuffers::Table > | createOptionsWithFlatBuffers (const tinyxml2::XMLElement *objectData, flatbuffers::FlatBufferBuilder *builder) |
| local | createOptionsWithFlatBuffers ( local objectData, local builder) |
| void | setPropsWithFlatBuffers (cocos2d::Node *node, const flatbuffers::Table *widgetOptions) |
| void | setLayoutComponentPropsWithFlatBuffers (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 () |
| virtual | ~WidgetReaderProtocol () |
| | NodeReaderProtocol () |
| virtual | ~NodeReaderProtocol () |
|
| std::string | getResourcePath (const rapidjson::Value &dict, const std::string &key, cocos2d::ui::Widget::TextureResType texType) |
| local | getResourcePath ( local dict, local key, local texType) |
| void | setAnchorPointForWidget (cocos2d::ui::Widget *widget, const rapidjson::Value &options) |
| std::string | getResourcePath (CocoLoader *cocoLoader, stExpCocoNode *pCocoNode, cocos2d::ui::Widget::TextureResType texType) |
| var | getResourcePath ( var cocoLoader, var pCocoNode, var texType) |
| local | getResourcePath ( local cocoLoader, local pCocoNode, local texType) |
| std::string | getResourcePath (const std::string &path, cocos2d::ui::Widget::TextureResType texType) |
| void | beginSetBasicProperties (cocos2d::ui::Widget *widget) |
| void | endSetBasicProperties (cocos2d::ui::Widget *widget) |
| | Ref () |
| | Constructor. More...
|
| |
| | Ref () |
| | Constructor. More...
|
| |
| var beginSetBasicProperties |
( |
var |
widget | ) |
|
|
protected |
| local beginSetBasicProperties |
( |
local |
widget | ) |
|
|
protected |
cocos2d::Node*
createNodeWithFlatBuffers |
( |
const flatbuffers::Table * |
widgetOptions | ) |
|
|
virtual |
| var createNodeWithFlatBuffers |
( |
var |
widgetOptions | ) |
|
|
virtual |
| local createNodeWithFlatBuffers |
( |
local |
widgetOptions | ) |
|
|
virtual |
flatbuffers::Offset
<flatbuffers::Table>
createOptionsWithFlatBuffers |
( |
const tinyxml2::XMLElement * |
objectData, |
|
|
flatbuffers::FlatBufferBuilder * |
builder |
|
) |
| |
|
virtual |
| var createOptionsWithFlatBuffers |
( |
var |
objectData, |
|
|
var |
builder |
|
) |
| |
|
virtual |
| local createOptionsWithFlatBuffers |
( |
local |
objectData, |
|
|
local |
builder |
|
) |
| |
|
virtual |
| var endSetBasicProperties |
( |
var |
widget | ) |
|
|
protected |
| local endSetBasicProperties |
( |
local |
widget | ) |
|
|
protected |
| var getResourcePath |
( |
var |
dict, |
|
|
var |
key, |
|
|
var |
texType |
|
) |
| |
|
protected |
| local getResourcePath |
( |
local |
dict, |
|
|
local |
key, |
|
|
local |
texType |
|
) |
| |
|
protected |
| var getResourcePath |
( |
var |
cocoLoader, |
|
|
var |
pCocoNode, |
|
|
var |
texType |
|
) |
| |
|
protected |
| local getResourcePath |
( |
local |
cocoLoader, |
|
|
local |
pCocoNode, |
|
|
local |
texType |
|
) |
| |
|
protected |
| var getResourcePath |
( |
var |
path, |
|
|
var |
texType |
|
) |
| |
|
protected |
| local getResourcePath |
( |
local |
path, |
|
|
local |
texType |
|
) |
| |
|
protected |
| void setAnchorPointForWidget |
( |
cocos2d::ui::Widget * |
widget, |
|
|
const rapidjson::Value & |
options |
|
) |
| |
|
protected |
| var setAnchorPointForWidget |
( |
var |
widget, |
|
|
var |
options |
|
) |
| |
|
protected |
| local setAnchorPointForWidget |
( |
local |
widget, |
|
|
local |
options |
|
) |
| |
|
protected |
virtual void
setColorPropsFromJsonDictionary |
( |
cocos2d::ui::Widget * |
widget, |
|
|
const rapidjson::Value & |
options |
|
) |
| |
|
virtual |
| var setColorPropsFromJsonDictionary |
( |
var |
widget, |
|
|
var |
options |
|
) |
| |
|
virtual |
local
setColorPropsFromJsonDictionary |
( |
local |
widget, |
|
|
local |
options |
|
) |
| |
|
virtual |
void
setLayoutComponentPropsWithFlatBuffers |
( |
cocos2d::Node * |
node, |
|
|
const flatbuffers::Table * |
widgetOptions |
|
) |
| |
var
setLayoutComponentPropsWithFlatBuffers |
( |
var |
node, |
|
|
var |
widgetOptions |
|
) |
| |
local
setLayoutComponentPropsWithFlatBuffers |
( |
local |
node, |
|
|
local |
widgetOptions |
|
) |
| |
Implements WidgetReaderProtocol.
Reimplemented in ImageViewReader, ButtonReader, LayoutReader, CheckBoxReader, ListViewReader, LoadingBarReader, PageViewReader, ScrollViewReader, SliderReader, TextBMFontReader, TextFieldReader, TextReader, and TextAtlasReader.
| var setPropsFromBinary |
( |
var |
widget, |
|
|
var |
cocoLoader, |
|
|
var |
pCocoNode |
|
) |
| |
|
virtual |
Implements WidgetReaderProtocol.
Reimplemented in ImageViewReader, ButtonReader, LayoutReader, CheckBoxReader, ListViewReader, LoadingBarReader, PageViewReader, ScrollViewReader, SliderReader, TextBMFontReader, TextFieldReader, TextReader, and TextAtlasReader.
| local setPropsFromBinary |
( |
local |
widget, |
|
|
local |
cocoLoader, |
|
|
local |
pCocoNode |
|
) |
| |
|
virtual |
Implements WidgetReaderProtocol.
Reimplemented in ImageViewReader, ButtonReader, LayoutReader, CheckBoxReader, ListViewReader, LoadingBarReader, PageViewReader, ScrollViewReader, SliderReader, TextBMFontReader, TextFieldReader, TextReader, and TextAtlasReader.
virtual void
setPropsFromJsonDictionary |
( |
cocos2d::ui::Widget * |
widget, |
|
|
const rapidjson::Value & |
options |
|
) |
| |
|
virtual |
Implements WidgetReaderProtocol.
Reimplemented in ImageViewReader, LayoutReader, ButtonReader, CheckBoxReader, ListViewReader, LoadingBarReader, PageViewReader, ScrollViewReader, SliderReader, TextBMFontReader, TextFieldReader, TextReader, and TextAtlasReader.
| var setPropsFromJsonDictionary |
( |
var |
widget, |
|
|
var |
options |
|
) |
| |
|
virtual |
Implements WidgetReaderProtocol.
Reimplemented in ImageViewReader, LayoutReader, ButtonReader, CheckBoxReader, ListViewReader, LoadingBarReader, PageViewReader, ScrollViewReader, SliderReader, TextBMFontReader, TextFieldReader, TextReader, and TextAtlasReader.
| local setPropsFromJsonDictionary |
( |
local |
widget, |
|
|
local |
options |
|
) |
| |
|
virtual |
Implements WidgetReaderProtocol.
Reimplemented in ImageViewReader, LayoutReader, ButtonReader, CheckBoxReader, ListViewReader, LoadingBarReader, PageViewReader, ScrollViewReader, SliderReader, TextBMFontReader, TextFieldReader, TextReader, and TextAtlasReader.
| void setPropsWithFlatBuffers |
( |
cocos2d::Node * |
node, |
|
|
const flatbuffers::Table * |
widgetOptions |
|
) |
| |
|
virtual |
| var setPropsWithFlatBuffers |
( |
var |
node, |
|
|
var |
widgetOptions |
|
) |
| |
|
virtual |
| local setPropsWithFlatBuffers |
( |
local |
node, |
|
|
local |
widgetOptions |
|
) |
| |
|
virtual |
| cocos2d::Vec2 _originalAnchorPoint |
|
protected |
| local _originalAnchorPoint |
|
protected |
std::function<bool(const
std::string&)> valueToBool |
|
protected |
std::function<float(const
std::string&)> valueToFloat |
|
protected |
std::function<int(const
std::string&)> valueToInt |
|
protected |
The documentation for this class was generated from the following file:
- /Users/huabingxu/work/cocos2d-x/cocos/editor-support/cocostudio/WidgetReader/WidgetReader.h