#include <GUIReader.h>
Public Member Functions | |
| GUIReader () | |
| ~GUIReader () | |
| cocos2d::gui::Widget * | widgetFromJsonFile (const char *fileName) |
| int | getVersionInteger (const char *str) |
| void | storeFileDesignSize (const char *fileName, const cocos2d::CCSize &size) |
| const cocos2d::CCSize | getFileDesignSize (const char *fileName) const |
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 GUIReader * | shareReader () |
| static void | purge () |
Protected Attributes | |
| std::string | m_strFilePath |
| CCDictionary * | _fileDesignSizes |
Protected Attributes inherited from CCObject | |
| unsigned int | m_uReference |
| unsigned int | m_uAutoReleaseCount |
Additional Inherited Members | |
Public Attributes inherited from CCObject | |
| unsigned int | m_uID |
| int | m_nLuaID |
| GUIReader | ( | ) |
| ~GUIReader | ( | ) |
| const cocos2d::CCSize getFileDesignSize |
( | const char * | fileName) | const |
| int getVersionInteger | ( | const char * | str) |
|
static |
|
static |
| void storeFileDesignSize | ( | const char * | fileName, |
| const cocos2d::CCSize & | size | ||
| ) |
| cocos2d::gui::Widget* widgetFromJsonFile |
( | const char * | fileName) |
|
protected |
|
protected |