#include <LayoutReader.h>
Public Member Functions | |
| LayoutReader () | |
| virtual | ~LayoutReader () |
| var | ~LayoutReader () |
| local | ~LayoutReader () |
| virtual void | setPropsFromJsonDictionary (ui::Widget *widget, const rapidjson::Value &options) |
| local | setPropsFromJsonDictionary ( local widget, local options) |
| virtual void | setPropsFromBinary (cocos2d::ui::Widget *widget, CocoLoader *pCocoLoader, stExpCocoNode *pCocoNode) |
| local | setPropsFromBinary ( local widget, local pCocoLoader, local pCocoNode) |
Public Member Functions inherited from WidgetReader | |
| WidgetReader () | |
| WidgetReader () | |
| WidgetReader () | |
| virtual | ~WidgetReader () |
| var | ~WidgetReader () |
| local | ~WidgetReader () |
| virtual void | setColorPropsFromJsonDictionary (ui::Widget *widget, const rapidjson::Value &options) |
| var | setColorPropsFromJsonDictionary ( var widget, var options) |
| local | setColorPropsFromJsonDictionary ( local widget, local options) |
Public Member Functions inherited from CCObject | |
| CCObject (void) | |
| virtual | ~CCObject (void) |
| void | release (void) |
| void | retain (void) |
| CCObject * | autorelease (void) |
| CCObject * | copy (void) |
| bool | isSingleReference (void) const |
| unsigned int | retainCount (void) const |
| virtual bool | isEqual (const CCObject *pObject) |
| virtual void | acceptVisitor (CCDataVisitor &visitor) |
| virtual void | update (float dt) |
Public Member Functions inherited from CCCopying | |
| virtual CCObject * | copyWithZone (CCZone *pZone) |
Static Public Member Functions | |
| static cocos2d::CCObject * | createInstance (void) |
| local | createInstance () |
| static LayoutReader * | getInstance () |
| var | getInstance () |
| local | getInstance () |
| static void | purge () |
Static Public Member Functions inherited from WidgetReader | |
| static cocos2d::CCObject * | createInstance (void) |
| local | createInstance () |
| static WidgetReader * | getInstance () |
| local | getInstance () |
| static void | purge () |
Static Public Attributes | |
| static cocos2d::extension::ObjectFactory::TInfo | Type |
| var | Type |
| local | Type |
Static Public Attributes inherited from WidgetReader | |
| static cocos2d::extension::ObjectFactory::TInfo | Type |
Additional Inherited Members | |
Public Attributes inherited from CCObject | |
| unsigned int | m_uID |
| int | m_nLuaID |
Protected Member Functions inherited from WidgetReader | |
| void | beginSetBasicProperties (cocos2d::ui::Widget *widget) |
| void | endSetBasicProperties (cocos2d::ui::Widget *widget) |
| int | valueToInt (std::string &value) |
| bool | valueToBool (std::string &value) |
| float | valueToFloat (std::string &value) |
| std::string | getResourcePath (CocoLoader *pCocoLoader, stExpCocoNode *pCocoNode, cocos2d::ui::TextureResType texType) |
| var | getResourcePath ( var pCocoLoader, var pCocoNode, var texType) |
| local | getResourcePath ( local pCocoLoader, local pCocoNode, local texType) |
Protected Attributes inherited from WidgetReader | |
| float | _sizePercentX |
| float | _sizePercentY |
| var | _sizePercentY |
| local | _sizePercentY |
| float | _positionPercentX |
| float | _positionPercentY |
| float | _width |
| float | _height |
| cocos2d::ccColor3B | _color |
| var | _color |
| local | _color |
| int | _opacity |
| cocos2d::CCPoint | _position |
| bool | _isAdaptScreen |
| cocos2d::CCPoint | _originalAnchorPoint |
| var | _originalAnchorPoint |
| local | _originalAnchorPoint |
Protected Attributes inherited from CCObject | |
| unsigned int | m_uReference |
| unsigned int | m_uAutoReleaseCount |
| LayoutReader | ( | ) |
| var LayoutReader | ( | ) |
| local LayoutReader | ( | ) |
|
virtual |
|
virtual |
|
virtual |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
virtual |
Reimplemented from WidgetReader.
Reimplemented in ListViewReader, PageViewReader, and ScrollViewReader.
|
virtual |
Reimplemented from WidgetReader.
Reimplemented in ListViewReader, PageViewReader, and ScrollViewReader.
|
virtual |
Reimplemented from WidgetReader.
Reimplemented in ListViewReader, PageViewReader, and ScrollViewReader.
|
virtual |
Reimplemented from WidgetReader.
Reimplemented in ListViewReader, PageViewReader, and ScrollViewReader.
|
virtual |
Reimplemented from WidgetReader.
Reimplemented in ListViewReader, PageViewReader, and ScrollViewReader.
|
virtual |
Reimplemented from WidgetReader.
Reimplemented in ListViewReader, PageViewReader, and ScrollViewReader.
|
static |
|
static |
|
static |