forked from leitwolf/QuickXDev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
definition.py
7 lines (7 loc) · 300 KB
/
definition.py
1
2
3
4
5
6
7
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Author: lonewolf
# Date: 2015-02-10 12:00:54
#
data="""[[["CreatEnumTable"], "CreatEnumTable(tbl, index)", "quick/framework/anysdkConst.lua", 2, 1], [["audio"], "audio", "quick/framework/audio.lua", 34, 1], [["getMusicVolume", "audio.getMusicVolume"], "audio.getMusicVolume", "quick/framework/audio.lua", 48, 1], [["setMusicVolume", "audio.setMusicVolume"], "audio.setMusicVolume(volume)", "quick/framework/audio.lua", 65, 1], [["getSoundsVolume", "audio.getSoundsVolume"], "audio.getSoundsVolume", "quick/framework/audio.lua", 82, 1], [["setSoundsVolume", "audio.setSoundsVolume"], "audio.setSoundsVolume(volume)", "quick/framework/audio.lua", 99, 1], [["preloadMusic", "audio.preloadMusic"], "audio.preloadMusic(filename)", "quick/framework/audio.lua", 116, 1], [["playMusic", "audio.playMusic"], "audio.playMusic(filename, isLoop)", "quick/framework/audio.lua", 137, 1], [["stopMusic", "audio.stopMusic"], "audio.stopMusic(isReleaseData)", "quick/framework/audio.lua", 160, 1], [["pauseMusic", "audio.pauseMusic"], "audio.pauseMusic", "quick/framework/audio.lua", 176, 1], [["resumeMusic", "audio.resumeMusic"], "audio.resumeMusic", "quick/framework/audio.lua", 191, 1], [["rewindMusic", "audio.rewindMusic"], "audio.rewindMusic", "quick/framework/audio.lua", 206, 1], [["willPlayMusic", "audio.willPlayMusic"], "audio.willPlayMusic", "quick/framework/audio.lua", 224, 1], [["isMusicPlaying", "audio.isMusicPlaying"], "audio.isMusicPlaying", "quick/framework/audio.lua", 241, 1], [["playSound", "audio.playSound"], "audio.playSound(filename, isLoop)", "quick/framework/audio.lua", 262, 1], [["pauseSound", "audio.pauseSound"], "audio.pauseSound(handle)", "quick/framework/audio.lua", 283, 1], [["pauseAllSounds", "audio.pauseAllSounds"], "audio.pauseAllSounds", "quick/framework/audio.lua", 302, 1], [["resumeSound", "audio.resumeSound"], "audio.resumeSound(handle)", "quick/framework/audio.lua", 318, 1], [["resumeAllSounds", "audio.resumeAllSounds"], "audio.resumeAllSounds", "quick/framework/audio.lua", 337, 1], [["stopSound", "audio.stopSound"], "audio.stopSound(handle)", "quick/framework/audio.lua", 353, 1], [["stopAllSounds", "audio.stopAllSounds"], "audio.stopAllSounds", "quick/framework/audio.lua", 372, 1], [["preloadSound", "audio.preloadSound"], "audio.preloadSound(filename)", "quick/framework/audio.lua", 388, 1], [["unloadSound", "audio.unloadSound"], "audio.unloadSound(filename)", "quick/framework/audio.lua", 408, 1], [["EventProtocol"], "EventProtocol", "quick/framework/cc/components/behavior/EventProtocol.lua", 3, 1], [["ctor"], "EventProtocol:ctor", "quick/framework/cc/components/behavior/EventProtocol.lua", 5, 1], [["addEventListener"], "EventProtocol:addEventListener(eventName, listener, tag)", "quick/framework/cc/components/behavior/EventProtocol.lua", 11, 1], [["dispatchEvent"], "EventProtocol:dispatchEvent(event)", "quick/framework/cc/components/behavior/EventProtocol.lua", 38, 1], [["removeEventListener"], "EventProtocol:removeEventListener(handleToRemove)", "quick/framework/cc/components/behavior/EventProtocol.lua", 71, 1], [["removeEventListenersByTag"], "EventProtocol:removeEventListenersByTag(tagToRemove)", "quick/framework/cc/components/behavior/EventProtocol.lua", 87, 1], [["removeEventListenersByEvent"], "EventProtocol:removeEventListenersByEvent(eventName)", "quick/framework/cc/components/behavior/EventProtocol.lua", 104, 1], [["removeAllEventListeners"], "EventProtocol:removeAllEventListeners", "quick/framework/cc/components/behavior/EventProtocol.lua", 112, 1], [["hasEventListener"], "EventProtocol:hasEventListener(eventName)", "quick/framework/cc/components/behavior/EventProtocol.lua", 120, 1], [["dumpAllEventListeners"], "EventProtocol:dumpAllEventListeners", "quick/framework/cc/components/behavior/EventProtocol.lua", 129, 1], [["exportMethods"], "EventProtocol:exportMethods", "quick/framework/cc/components/behavior/EventProtocol.lua", 140, 1], [["onBind_"], "EventProtocol:onBind_", "quick/framework/cc/components/behavior/EventProtocol.lua", 155, 1], [["onUnbind_"], "EventProtocol:onUnbind_", "quick/framework/cc/components/behavior/EventProtocol.lua", 158, 1], [["StateMachine"], "StateMachine", "quick/framework/cc/components/behavior/StateMachine.lua", 3, 1], [["VERSION"], "VERSION", "quick/framework/cc/components/behavior/StateMachine.lua", 15, 1], [["SUCCEEDED"], "SUCCEEDED", "quick/framework/cc/components/behavior/StateMachine.lua", 18, 1], [["NOTRANSITION"], "NOTRANSITION", "quick/framework/cc/components/behavior/StateMachine.lua", 20, 1], [["CANCELLED"], "CANCELLED", "quick/framework/cc/components/behavior/StateMachine.lua", 22, 1], [["PENDING"], "PENDING", "quick/framework/cc/components/behavior/StateMachine.lua", 24, 1], [["FAILURE"], "FAILURE", "quick/framework/cc/components/behavior/StateMachine.lua", 26, 1], [["INVALID_TRANSITION_ERROR"], "INVALID_TRANSITION_ERROR", "quick/framework/cc/components/behavior/StateMachine.lua", 29, 1], [["PENDING_TRANSITION_ERROR"], "PENDING_TRANSITION_ERROR", "quick/framework/cc/components/behavior/StateMachine.lua", 31, 1], [["INVALID_CALLBACK_ERROR"], "INVALID_CALLBACK_ERROR", "quick/framework/cc/components/behavior/StateMachine.lua", 33, 1], [["WILDCARD"], "WILDCARD", "quick/framework/cc/components/behavior/StateMachine.lua", 35, 1], [["ASYNC"], "ASYNC", "quick/framework/cc/components/behavior/StateMachine.lua", 36, 1], [["ctor"], "StateMachine:ctor", "quick/framework/cc/components/behavior/StateMachine.lua", 38, 1], [["setupState"], "StateMachine:setupState(cfg)", "quick/framework/cc/components/behavior/StateMachine.lua", 42, 1], [["isReady"], "StateMachine:isReady", "quick/framework/cc/components/behavior/StateMachine.lua", 76, 1], [["getState"], "StateMachine:getState", "quick/framework/cc/components/behavior/StateMachine.lua", 80, 1], [["isState"], "StateMachine:isState(state)", "quick/framework/cc/components/behavior/StateMachine.lua", 84, 1], [["canDoEvent"], "StateMachine:canDoEvent(eventName)", "quick/framework/cc/components/behavior/StateMachine.lua", 95, 1], [["cannotDoEvent"], "StateMachine:cannotDoEvent(eventName)", "quick/framework/cc/components/behavior/StateMachine.lua", 100, 1], [["isFinishedState"], "StateMachine:isFinishedState", "quick/framework/cc/components/behavior/StateMachine.lua", 104, 1], [["doEventForce"], "StateMachine:doEventForce(name, ...)", "quick/framework/cc/components/behavior/StateMachine.lua", 108, 1], [["doEvent"], "StateMachine:doEvent(name, ...)", "quick/framework/cc/components/behavior/StateMachine.lua", 135, 1], [["exportMethods"], "StateMachine:exportMethods", "quick/framework/cc/components/behavior/StateMachine.lua", 208, 1], [["onBind_"], "StateMachine:onBind_", "quick/framework/cc/components/behavior/StateMachine.lua", 223, 1], [["onUnbind_"], "StateMachine:onUnbind_", "quick/framework/cc/components/behavior/StateMachine.lua", 226, 1], [["addEvent_"], "StateMachine:addEvent_(event)", "quick/framework/cc/components/behavior/StateMachine.lua", 229, 1], [["beforeAnyEvent_"], "StateMachine:beforeAnyEvent_(event)", "quick/framework/cc/components/behavior/StateMachine.lua", 253, 1], [["afterAnyEvent_"], "StateMachine:afterAnyEvent_(event)", "quick/framework/cc/components/behavior/StateMachine.lua", 257, 1], [["leaveAnyState_"], "StateMachine:leaveAnyState_(event)", "quick/framework/cc/components/behavior/StateMachine.lua", 261, 1], [["enterAnyState_"], "StateMachine:enterAnyState_(event)", "quick/framework/cc/components/behavior/StateMachine.lua", 265, 1], [["changeState_"], "StateMachine:changeState_(event)", "quick/framework/cc/components/behavior/StateMachine.lua", 269, 1], [["beforeThisEvent_"], "StateMachine:beforeThisEvent_(event)", "quick/framework/cc/components/behavior/StateMachine.lua", 273, 1], [["afterThisEvent_"], "StateMachine:afterThisEvent_(event)", "quick/framework/cc/components/behavior/StateMachine.lua", 277, 1], [["leaveThisState_"], "StateMachine:leaveThisState_(event)", "quick/framework/cc/components/behavior/StateMachine.lua", 281, 1], [["enterThisState_"], "StateMachine:enterThisState_(event)", "quick/framework/cc/components/behavior/StateMachine.lua", 285, 1], [["beforeEvent_"], "StateMachine:beforeEvent_(event)", "quick/framework/cc/components/behavior/StateMachine.lua", 289, 1], [["afterEvent_"], "StateMachine:afterEvent_(event)", "quick/framework/cc/components/behavior/StateMachine.lua", 295, 1], [["leaveState_"], "StateMachine:leaveState_(event, transition)", "quick/framework/cc/components/behavior/StateMachine.lua", 300, 1], [["enterState_"], "StateMachine:enterState_(event)", "quick/framework/cc/components/behavior/StateMachine.lua", 311, 1], [["onError_"], "StateMachine:onError_(event, error, message)", "quick/framework/cc/components/behavior/StateMachine.lua", 316, 1], [["Component"], "Component", "quick/framework/cc/components/Component.lua", 2, 1], [["ctor"], "Component:ctor(name, depends)", "quick/framework/cc/components/Component.lua", 4, 1], [["getName"], "Component:getName", "quick/framework/cc/components/Component.lua", 9, 1], [["getDepends"], "Component:getDepends", "quick/framework/cc/components/Component.lua", 13, 1], [["getTarget"], "Component:getTarget", "quick/framework/cc/components/Component.lua", 17, 1], [["exportMethods_"], "Component:exportMethods_(methods)", "quick/framework/cc/components/Component.lua", 21, 1], [["bind_"], "Component:bind_(target)", "quick/framework/cc/components/Component.lua", 36, 1], [["unbind_"], "Component:unbind_", "quick/framework/cc/components/Component.lua", 46, 1], [["onBind_"], "Component:onBind_", "quick/framework/cc/components/Component.lua", 56, 1], [["onUnbind_"], "Component:onUnbind_", "quick/framework/cc/components/Component.lua", 59, 1], [["BasicLayoutProtocol"], "BasicLayoutProtocol", "quick/framework/cc/components/ui/BasicLayoutProtocol.lua", 3, 1], [["ctor"], "BasicLayoutProtocol:ctor", "quick/framework/cc/components/ui/BasicLayoutProtocol.lua", 7, 1], [["getLayoutSize"], "BasicLayoutProtocol:getLayoutSize", "quick/framework/cc/components/ui/BasicLayoutProtocol.lua", 11, 1], [["setLayoutSize"], "BasicLayoutProtocol:setLayoutSize(width, height)", "quick/framework/cc/components/ui/BasicLayoutProtocol.lua", 24, 1], [["getLayoutMinSize"], "BasicLayoutProtocol:getLayoutMinSize", "quick/framework/cc/components/ui/BasicLayoutProtocol.lua", 33, 1], [["setLayoutMinSize"], "BasicLayoutProtocol:setLayoutMinSize(width, height)", "quick/framework/cc/components/ui/BasicLayoutProtocol.lua", 37, 1], [["getLayoutMaxSize"], "BasicLayoutProtocol:getLayoutMaxSize", "quick/framework/cc/components/ui/BasicLayoutProtocol.lua", 43, 1], [["setLayoutMaxSize"], "BasicLayoutProtocol:setLayoutMaxSize(width, height)", "quick/framework/cc/components/ui/BasicLayoutProtocol.lua", 47, 1], [["getLayoutSizePolicy"], "BasicLayoutProtocol:getLayoutSizePolicy", "quick/framework/cc/components/ui/BasicLayoutProtocol.lua", 53, 1], [["setLayoutSizePolicy"], "BasicLayoutProtocol:setLayoutSizePolicy(horizontal, vertical)", "quick/framework/cc/components/ui/BasicLayoutProtocol.lua", 66, 1], [["getLayoutPadding"], "BasicLayoutProtocol:getLayoutPadding", "quick/framework/cc/components/ui/BasicLayoutProtocol.lua", 72, 1], [["setLayoutPadding"], "BasicLayoutProtocol:setLayoutPadding(top, right, bottom, left)", "quick/framework/cc/components/ui/BasicLayoutProtocol.lua", 76, 1], [["getLayoutMargin"], "BasicLayoutProtocol:getLayoutMargin", "quick/framework/cc/components/ui/BasicLayoutProtocol.lua", 84, 1], [["setLayoutMargin"], "BasicLayoutProtocol:setLayoutMargin(top, right, bottom, left)", "quick/framework/cc/components/ui/BasicLayoutProtocol.lua", 88, 1], [["exportMethods"], "BasicLayoutProtocol:exportMethods", "quick/framework/cc/components/ui/BasicLayoutProtocol.lua", 96, 1], [["onBind_"], "BasicLayoutProtocol:onBind_", "quick/framework/cc/components/ui/BasicLayoutProtocol.lua", 114, 1], [["onUnbind_"], "BasicLayoutProtocol:onUnbind_", "quick/framework/cc/components/ui/BasicLayoutProtocol.lua", 123, 1], [["DraggableProtocol"], "DraggableProtocol", "quick/framework/cc/components/ui/DraggableProtocol.lua", 3, 1], [["ctor"], "DraggableProtocol:ctor", "quick/framework/cc/components/ui/DraggableProtocol.lua", 5, 1], [["setDraggableEnable"], "DraggableProtocol:setDraggableEnable(bEnable)", "quick/framework/cc/components/ui/DraggableProtocol.lua", 9, 1], [["exportMethods"], "DraggableProtocol:exportMethods", "quick/framework/cc/components/ui/DraggableProtocol.lua", 22, 1], [["dragOnTouch_"], "DraggableProtocol:dragOnTouch_(event)", "quick/framework/cc/components/ui/DraggableProtocol.lua", 30, 1], [["LayoutProtocol"], "LayoutProtocol", "quick/framework/cc/components/ui/LayoutProtocol.lua", 3, 1], [["ctor"], "LayoutProtocol:ctor", "quick/framework/cc/components/ui/LayoutProtocol.lua", 5, 1], [["setLayoutSize"], "LayoutProtocol:setLayoutSize(width, height)", "quick/framework/cc/components/ui/LayoutProtocol.lua", 9, 1], [["setLayout"], "LayoutProtocol:setLayout(layout)", "quick/framework/cc/components/ui/LayoutProtocol.lua", 15, 1], [["getLayout"], "LayoutProtocol:getLayout", "quick/framework/cc/components/ui/LayoutProtocol.lua", 23, 1], [["exportMethods"], "LayoutProtocol:exportMethods", "quick/framework/cc/components/ui/LayoutProtocol.lua", 27, 1], [["EventProxy"], "EventProxy", "quick/framework/cc/EventProxy.lua", 2, 1], [["ctor"], "EventProxy:ctor(eventDispatcher, view)", "quick/framework/cc/EventProxy.lua", 4, 1], [["addEventListener"], "EventProxy:addEventListener(eventName, listener, data)", "quick/framework/cc/EventProxy.lua", 17, 1], [["removeEventListener"], "EventProxy:removeEventListener(eventHandle)", "quick/framework/cc/EventProxy.lua", 23, 1], [["removeAllEventListenersForEvent"], "EventProxy:removeAllEventListenersForEvent(eventName)", "quick/framework/cc/EventProxy.lua", 34, 1], [["getEventHandle"], "EventProxy:getEventHandle(eventName)", "quick/framework/cc/EventProxy.lua", 44, 1], [["removeAllEventListeners"], "EventProxy:removeAllEventListeners", "quick/framework/cc/EventProxy.lua", 52, 1], [["GameObject"], "GameObject", "quick/framework/cc/GameObject.lua", 4, 1], [["extend", "GameObject.extend"], "GameObject.extend(target)", "quick/framework/cc/GameObject.lua", 6, 1], [["ccmt"], "ccmt", "quick/framework/cc/init.lua", 55, 1], [["AppBase"], "AppBase", "quick/framework/cc/mvc/AppBase.lua", 2, 1], [["APP_ENTER_BACKGROUND_EVENT"], "APP_ENTER_BACKGROUND_EVENT", "quick/framework/cc/mvc/AppBase.lua", 4, 1], [["APP_ENTER_FOREGROUND_EVENT"], "APP_ENTER_FOREGROUND_EVENT", "quick/framework/cc/mvc/AppBase.lua", 5, 1], [["ctor"], "AppBase:ctor(appName, packageRoot)", "quick/framework/cc/mvc/AppBase.lua", 7, 1], [["run"], "AppBase:run", "quick/framework/cc/mvc/AppBase.lua", 27, 1], [["exit"], "AppBase:exit", "quick/framework/cc/mvc/AppBase.lua", 30, 1], [["enterScene"], "AppBase:enterScene(sceneName, args, transitionType, time, more)", "quick/framework/cc/mvc/AppBase.lua", 37, 1], [["createView"], "AppBase:createView(viewName, ...)", "quick/framework/cc/mvc/AppBase.lua", 44, 1], [["onEnterBackground"], "AppBase:onEnterBackground", "quick/framework/cc/mvc/AppBase.lua", 50, 1], [["onEnterForeground"], "AppBase:onEnterForeground", "quick/framework/cc/mvc/AppBase.lua", 54, 1], [["mvc"], "mvc", "quick/framework/cc/mvc/init.lua", 3, 1], [["ModelBase"], "ModelBase", "quick/framework/cc/mvc/ModelBase.lua", 1, 1], [["idkey"], "idkey", "quick/framework/cc/mvc/ModelBase.lua", 2, 1], [["schema"], "schema", "quick/framework/cc/mvc/ModelBase.lua", 3, 1], [["fields"], "fields", "quick/framework/cc/mvc/ModelBase.lua", 6, 1], [["ctor"], "ModelBase:ctor(properties)", "quick/framework/cc/mvc/ModelBase.lua", 14, 1], [["getId"], "ModelBase:getId", "quick/framework/cc/mvc/ModelBase.lua", 22, 1], [["isValidId"], "ModelBase:isValidId", "quick/framework/cc/mvc/ModelBase.lua", 28, 1], [["setProperties"], "ModelBase:setProperties(properties)", "quick/framework/cc/mvc/ModelBase.lua", 34, 1], [["getProperties"], "ModelBase:getProperties(fields, filter)", "quick/framework/cc/mvc/ModelBase.lua", 61, 1], [["net"], "net", "quick/framework/cc/net/init.lua", 4, 1], [["SocketTCP"], "SocketTCP", "quick/framework/cc/net/SocketTCP.lua", 22, 1], [["EVENT_DATA"], "EVENT_DATA", "quick/framework/cc/net/SocketTCP.lua", 24, 1], [["EVENT_CLOSE"], "EVENT_CLOSE", "quick/framework/cc/net/SocketTCP.lua", 25, 1], [["EVENT_CLOSED"], "EVENT_CLOSED", "quick/framework/cc/net/SocketTCP.lua", 26, 1], [["EVENT_CONNECTED"], "EVENT_CONNECTED", "quick/framework/cc/net/SocketTCP.lua", 27, 1], [["EVENT_CONNECT_FAILURE"], "EVENT_CONNECT_FAILURE", "quick/framework/cc/net/SocketTCP.lua", 28, 1], [["_VERSION"], "_VERSION", "quick/framework/cc/net/SocketTCP.lua", 30, 1], [["_DEBUG"], "_DEBUG", "quick/framework/cc/net/SocketTCP.lua", 31, 1], [["getTime", "SocketTCP.getTime"], "SocketTCP.getTime", "quick/framework/cc/net/SocketTCP.lua", 33, 1], [["ctor"], "SocketTCP:ctor(__host, __port, __retryConnectWhenFailure)", "quick/framework/cc/net/SocketTCP.lua", 37, 1], [["setName"], "SocketTCP:setName(__name)", "quick/framework/cc/net/SocketTCP.lua", 51, 1], [["setTickTime"], "SocketTCP:setTickTime(__time)", "quick/framework/cc/net/SocketTCP.lua", 56, 1], [["setReconnTime"], "SocketTCP:setReconnTime(__time)", "quick/framework/cc/net/SocketTCP.lua", 61, 1], [["setConnFailTime"], "SocketTCP:setConnFailTime(__time)", "quick/framework/cc/net/SocketTCP.lua", 66, 1], [["connect"], "SocketTCP:connect(__host, __port, __retryConnectWhenFailure)", "quick/framework/cc/net/SocketTCP.lua", 71, 1], [["send"], "SocketTCP:send(__data)", "quick/framework/cc/net/SocketTCP.lua", 107, 1], [["close"], "SocketTCP:close(...)", "quick/framework/cc/net/SocketTCP.lua", 112, 1], [["disconnect"], "SocketTCP:disconnect", "quick/framework/cc/net/SocketTCP.lua", 121, 1], [["_connect"], "SocketTCP:_connect", "quick/framework/cc/net/SocketTCP.lua", 132, 1], [["_disconnect"], "SocketTCP:_disconnect", "quick/framework/cc/net/SocketTCP.lua", 138, 1], [["_onDisconnect"], "SocketTCP:_onDisconnect", "quick/framework/cc/net/SocketTCP.lua", 144, 1], [["_onConnected"], "SocketTCP:_onConnected", "quick/framework/cc/net/SocketTCP.lua", 152, 1], [["_connectFailure"], "SocketTCP:_connectFailure(status)", "quick/framework/cc/net/SocketTCP.lua", 184, 1], [["_reconnect"], "SocketTCP:_reconnect(__immediately)", "quick/framework/cc/net/SocketTCP.lua", 191, 1], [["Registry"], "Registry", "quick/framework/cc/Registry.lua", 2, 1], [["classes_"], "classes_", "quick/framework/cc/Registry.lua", 4, 1], [["objects_"], "objects_", "quick/framework/cc/Registry.lua", 5, 1], [["add", "Registry.add"], "Registry.add(cls, name)", "quick/framework/cc/Registry.lua", 7, 1], [["remove", "Registry.remove"], "Registry.remove(name)", "quick/framework/cc/Registry.lua", 14, 1], [["exists", "Registry.exists"], "Registry.exists(name)", "quick/framework/cc/Registry.lua", 19, 1], [["newObject", "Registry.newObject"], "Registry.newObject(name, ...)", "quick/framework/cc/Registry.lua", 23, 1], [["setObject", "Registry.setObject"], "Registry.setObject(object, name)", "quick/framework/cc/Registry.lua", 36, 1], [["getObject", "Registry.getObject"], "Registry.getObject(name)", "quick/framework/cc/Registry.lua", 42, 1], [["removeObject", "Registry.removeObject"], "Registry.removeObject(name)", "quick/framework/cc/Registry.lua", 47, 1], [["isObjectExists", "Registry.isObjectExists"], "Registry.isObjectExists(name)", "quick/framework/cc/Registry.lua", 52, 1], [["Store"], "Store", "quick/framework/cc/sdk/Store.lua", 2, 1], [["init", "Store.init"], "Store.init(listener)", "quick/framework/cc/sdk/Store.lua", 12, 1], [["getReceiptVerifyMode", "Store.getReceiptVerifyMode"], "Store.getReceiptVerifyMode", "quick/framework/cc/sdk/Store.lua", 29, 1], [["setReceiptVerifyMode", "Store.setReceiptVerifyMode"], "Store.setReceiptVerifyMode(mode, isSandbox)", "quick/framework/cc/sdk/Store.lua", 34, 1], [["getReceiptVerifyServerUrl", "Store.getReceiptVerifyServerUrl"], "Store.getReceiptVerifyServerUrl", "quick/framework/cc/sdk/Store.lua", 49, 1], [["setReceiptVerifyServerUrl", "Store.setReceiptVerifyServerUrl"], "Store.setReceiptVerifyServerUrl(url)", "quick/framework/cc/sdk/Store.lua", 54, 1], [["canMakePurchases", "Store.canMakePurchases"], "Store.canMakePurchases", "quick/framework/cc/sdk/Store.lua", 64, 1], [["loadProducts", "Store.loadProducts"], "Store.loadProducts(productsId, listener)", "quick/framework/cc/sdk/Store.lua", 69, 1], [["cancelLoadProducts", "Store.cancelLoadProducts"], "Store.cancelLoadProducts", "quick/framework/cc/sdk/Store.lua", 93, 1], [["isProductLoaded", "Store.isProductLoaded"], "Store.isProductLoaded(productId)", "quick/framework/cc/sdk/Store.lua", 98, 1], [["purchase", "Store.purchase"], "Store.purchase(productId)", "quick/framework/cc/sdk/Store.lua", 103, 1], [["restore", "Store.restore"], "Store.restore", "quick/framework/cc/sdk/Store.lua", 119, 1], [["finishTransaction", "Store.finishTransaction"], "Store.finishTransaction(transaction)", "quick/framework/cc/sdk/Store.lua", 124, 1], [["ui"], "ui", "quick/framework/cc/ui/init.lua", 39, 1], [["makeUIControl_"], "makeUIControl_(control)", "quick/framework/cc/ui/init.lua", 41, 1], [["UIBoxLayout"], "UIBoxLayout", "quick/framework/cc/ui/UIBoxLayout.lua", 38, 1], [["ctor"], "UIBoxLayout:ctor(direction, name)", "quick/framework/cc/ui/UIBoxLayout.lua", 51, 1], [["getDirection"], "UIBoxLayout:getDirection", "quick/framework/cc/ui/UIBoxLayout.lua", 65, 1], [["setDirection"], "UIBoxLayout:setDirection(direction)", "quick/framework/cc/ui/UIBoxLayout.lua", 79, 1], [["apply"], "UIBoxLayout:apply(container)", "quick/framework/cc/ui/UIBoxLayout.lua", 95, 1], [["UIButton"], "UIButton", "quick/framework/cc/ui/UIButton.lua", 35, 1], [["CLICKED_EVENT"], "CLICKED_EVENT", "quick/framework/cc/ui/UIButton.lua", 39, 1], [["PRESSED_EVENT"], "PRESSED_EVENT", "quick/framework/cc/ui/UIButton.lua", 40, 1], [["RELEASE_EVENT"], "RELEASE_EVENT", "quick/framework/cc/ui/UIButton.lua", 41, 1], [["STATE_CHANGED_EVENT"], "STATE_CHANGED_EVENT", "quick/framework/cc/ui/UIButton.lua", 42, 1], [["IMAGE_ZORDER"], "IMAGE_ZORDER", "quick/framework/cc/ui/UIButton.lua", 44, 1], [["LABEL_ZORDER"], "LABEL_ZORDER", "quick/framework/cc/ui/UIButton.lua", 45, 1], [["ctor"], "UIButton:ctor(events, initialState, options)", "quick/framework/cc/ui/UIButton.lua", 58, 1], [["align"], "UIButton:align(align, x, y)", "quick/framework/cc/ui/UIButton.lua", 117, 1], [["setButtonImage"], "UIButton:setButtonImage(state, image, ignoreEmpty)", "quick/framework/cc/ui/UIButton.lua", 141, 1], [["setButtonLabel"], "UIButton:setButtonLabel(state, label)", "quick/framework/cc/ui/UIButton.lua", 161, 1], [["getButtonLabel"], "UIButton:getButtonLabel(state)", "quick/framework/cc/ui/UIButton.lua", 188, 1], [["setButtonLabelString"], "UIButton:setButtonLabelString(state, text)", "quick/framework/cc/ui/UIButton.lua", 207, 1], [["getButtonLabelOffset"], "UIButton:getButtonLabelOffset", "quick/framework/cc/ui/UIButton.lua", 231, 1], [["setButtonLabelOffset"], "UIButton:setButtonLabelOffset(ox, oy)", "quick/framework/cc/ui/UIButton.lua", 246, 1], [["getButtonLabelAlignment"], "UIButton:getButtonLabelAlignment", "quick/framework/cc/ui/UIButton.lua", 261, 1], [["setButtonLabelAlignment"], "UIButton:setButtonLabelAlignment(align)", "quick/framework/cc/ui/UIButton.lua", 275, 1], [["setButtonSize"], "UIButton:setButtonSize(width, height)", "quick/framework/cc/ui/UIButton.lua", 292, 1], [["setButtonEnabled"], "UIButton:setButtonEnabled(enabled)", "quick/framework/cc/ui/UIButton.lua", 321, 1], [["isButtonEnabled"], "UIButton:isButtonEnabled", "quick/framework/cc/ui/UIButton.lua", 342, 1], [["addButtonClickedEventListener"], "UIButton:addButtonClickedEventListener(callback)", "quick/framework/cc/ui/UIButton.lua", 346, 1], [["onButtonClicked"], "UIButton:onButtonClicked(callback)", "quick/framework/cc/ui/UIButton.lua", 360, 1], [["addButtonPressedEventListener"], "UIButton:addButtonPressedEventListener(callback)", "quick/framework/cc/ui/UIButton.lua", 365, 1], [["onButtonPressed"], "UIButton:onButtonPressed(callback)", "quick/framework/cc/ui/UIButton.lua", 379, 1], [["addButtonReleaseEventListener"], "UIButton:addButtonReleaseEventListener(callback)", "quick/framework/cc/ui/UIButton.lua", 384, 1], [["onButtonRelease"], "UIButton:onButtonRelease(callback)", "quick/framework/cc/ui/UIButton.lua", 398, 1], [["addButtonStateChangedEventListener"], "UIButton:addButtonStateChangedEventListener(callback)", "quick/framework/cc/ui/UIButton.lua", 403, 1], [["onButtonStateChanged"], "UIButton:onButtonStateChanged(callback)", "quick/framework/cc/ui/UIButton.lua", 417, 1], [["onChangeState_"], "UIButton:onChangeState_(event)", "quick/framework/cc/ui/UIButton.lua", 422, 1], [["onTouch_"], "UIButton:onTouch_(event)", "quick/framework/cc/ui/UIButton.lua", 429, 1], [["updateButtonImage_"], "UIButton:updateButtonImage_", "quick/framework/cc/ui/UIButton.lua", 433, 1], [["updateButtonLable_"], "UIButton:updateButtonLable_", "quick/framework/cc/ui/UIButton.lua", 507, 1], [["getDefaultState_"], "UIButton:getDefaultState_", "quick/framework/cc/ui/UIButton.lua", 533, 1], [["checkTouchInSprite_"], "UIButton:checkTouchInSprite_(x, y)", "quick/framework/cc/ui/UIButton.lua", 537, 1], [["UICheckBoxButton"], "UICheckBoxButton", "quick/framework/cc/ui/UICheckBoxButton.lua", 36, 1], [["OFF"], "OFF", "quick/framework/cc/ui/UICheckBoxButton.lua", 38, 1], [["OFF_PRESSED"], "OFF_PRESSED", "quick/framework/cc/ui/UICheckBoxButton.lua", 39, 1], [["OFF_DISABLED"], "OFF_DISABLED", "quick/framework/cc/ui/UICheckBoxButton.lua", 40, 1], [["ON"], "ON", "quick/framework/cc/ui/UICheckBoxButton.lua", 41, 1], [["ON_PRESSED"], "ON_PRESSED", "quick/framework/cc/ui/UICheckBoxButton.lua", 42, 1], [["ON_DISABLED"], "ON_DISABLED", "quick/framework/cc/ui/UICheckBoxButton.lua", 43, 1], [["ctor"], "UICheckBoxButton:ctor(images, options)", "quick/framework/cc/ui/UICheckBoxButton.lua", 55, 1], [["setButtonImage"], "UICheckBoxButton:setButtonImage(state, image, ignoreEmpty)", "quick/framework/cc/ui/UICheckBoxButton.lua", 91, 1], [["isButtonSelected"], "UICheckBoxButton:isButtonSelected", "quick/framework/cc/ui/UICheckBoxButton.lua", 128, 1], [["setButtonSelected"], "UICheckBoxButton:setButtonSelected(selected)", "quick/framework/cc/ui/UICheckBoxButton.lua", 142, 1], [["onTouch_"], "UICheckBoxButton:onTouch_(event)", "quick/framework/cc/ui/UICheckBoxButton.lua", 155, 1], [["getDefaultState_"], "UICheckBoxButton:getDefaultState_", "quick/framework/cc/ui/UICheckBoxButton.lua", 185, 1], [["UICheckBoxButtonGroup"], "UICheckBoxButtonGroup", "quick/framework/cc/ui/UICheckBoxButtonGroup.lua", 39, 1], [["BUTTON_SELECT_CHANGED"], "BUTTON_SELECT_CHANGED", "quick/framework/cc/ui/UICheckBoxButtonGroup.lua", 41, 1], [["ctor"], "UICheckBoxButtonGroup:ctor(direction)", "quick/framework/cc/ui/UICheckBoxButtonGroup.lua", 52, 1], [["addButton"], "UICheckBoxButtonGroup:addButton(button)", "quick/framework/cc/ui/UICheckBoxButtonGroup.lua", 70, 1], [["removeButtonAtIndex"], "UICheckBoxButtonGroup:removeButtonAtIndex(index)", "quick/framework/cc/ui/UICheckBoxButtonGroup.lua", 89, 1], [["getButtonAtIndex"], "UICheckBoxButtonGroup:getButtonAtIndex(index)", "quick/framework/cc/ui/UICheckBoxButtonGroup.lua", 119, 1], [["getButtonsCount"], "UICheckBoxButtonGroup:getButtonsCount", "quick/framework/cc/ui/UICheckBoxButtonGroup.lua", 132, 1], [["setButtonsLayoutMargin"], "UICheckBoxButtonGroup:setButtonsLayoutMargin(top, right, bottom, left)", "quick/framework/cc/ui/UICheckBoxButtonGroup.lua", 149, 1], [["addButtonSelectChangedEventListener"], "UICheckBoxButtonGroup:addButtonSelectChangedEventListener(callback)", "quick/framework/cc/ui/UICheckBoxButtonGroup.lua", 157, 1], [["onButtonSelectChanged"], "UICheckBoxButtonGroup:onButtonSelectChanged(callback)", "quick/framework/cc/ui/UICheckBoxButtonGroup.lua", 171, 1], [["onButtonStateChanged_"], "UICheckBoxButtonGroup:onButtonStateChanged_(event)", "quick/framework/cc/ui/UICheckBoxButtonGroup.lua", 176, 1], [["updateButtonState_"], "UICheckBoxButtonGroup:updateButtonState_(clickedButton)", "quick/framework/cc/ui/UICheckBoxButtonGroup.lua", 183, 1], [["UIGroup"], "UIGroup", "quick/framework/cc/ui/UIGroup.lua", 38, 1], [["ctor"], "UIGroup:ctor", "quick/framework/cc/ui/UIGroup.lua", 50, 1], [["addWidget"], "UIGroup:addWidget(widget)", "quick/framework/cc/ui/UIGroup.lua", 67, 1], [["onTouch"], "UIGroup:onTouch(listener)", "quick/framework/cc/ui/UIGroup.lua", 83, 1], [["enableTouch"], "UIGroup:enableTouch(enabled)", "quick/framework/cc/ui/UIGroup.lua", 105, 1], [["setLayoutSize"], "UIGroup:setLayoutSize(width, height)", "quick/framework/cc/ui/UIGroup.lua", 121, 1], [["setBackgroundImage"], "UIGroup:setBackgroundImage(filename, args)", "quick/framework/cc/ui/UIGroup.lua", 141, 1], [["UIImage"], "UIImage", "quick/framework/cc/ui/UIImage.lua", 35, 1], [["ctor"], "UIImage:ctor(filename, options)", "quick/framework/cc/ui/UIImage.lua", 53, 1], [["setLayoutSize"], "UIImage:setLayoutSize(width, height)", "quick/framework/cc/ui/UIImage.lua", 75, 1], [["UIInput"], "UIInput", "quick/framework/cc/ui/UIInput.lua", 36, 1], [["ctor"], "UIInput:ctor(options)", "quick/framework/cc/ui/UIInput.lua", 72, 1], [["newEditBox_", "UIInput.newEditBox_"], "UIInput.newEditBox_(params)", "quick/framework/cc/ui/UIInput.lua", 151, 1], [["newTextField_", "UIInput.newTextField_"], "UIInput.newTextField_(params)", "quick/framework/cc/ui/UIInput.lua", 230, 1], [["UILabel"], "UILabel", "quick/framework/cc/ui/UILabel.lua", 36, 1], [["LABEL_TYPE_BM"], "LABEL_TYPE_BM", "quick/framework/cc/ui/UILabel.lua", 50, 1], [["LABEL_TYPE_TTF"], "LABEL_TYPE_TTF", "quick/framework/cc/ui/UILabel.lua", 51, 1], [["ctor"], "UILabel:ctor(options)", "quick/framework/cc/ui/UILabel.lua", 63, 1], [["setLayoutSize"], "UILabel:setLayoutSize(width, height)", "quick/framework/cc/ui/UILabel.lua", 81, 1], [["newBMFontLabel_", "UILabel.newBMFontLabel_"], "UILabel.newBMFontLabel_(params)", "quick/framework/cc/ui/UILabel.lua", 116, 1], [["newTTFLabel_", "UILabel.newTTFLabel_"], "UILabel.newTTFLabel_(params)", "quick/framework/cc/ui/UILabel.lua", 172, 1], [["UILayout"], "UILayout", "quick/framework/cc/ui/UILayout.lua", 37, 1], [["ctor"], "UILayout:ctor(name)", "quick/framework/cc/ui/UILayout.lua", 50, 1], [["getName"], "UILayout:getName", "quick/framework/cc/ui/UILayout.lua", 78, 1], [["addLayout"], "UILayout:addLayout(layout, weight)", "quick/framework/cc/ui/UILayout.lua", 93, 1], [["addWidget"], "UILayout:addWidget(widget, weight)", "quick/framework/cc/ui/UILayout.lua", 110, 1], [["removeWidget"], "UILayout:removeWidget(widget)", "quick/framework/cc/ui/UILayout.lua", 126, 1], [["addStretch"], "UILayout:addStretch(weight)", "quick/framework/cc/ui/UILayout.lua", 146, 1], [["getPosition"], "UILayout:getPosition", "quick/framework/cc/ui/UILayout.lua", 163, 1], [["getPositionX"], "UILayout:getPositionX", "quick/framework/cc/ui/UILayout.lua", 176, 1], [["getPositionY"], "UILayout:getPositionY", "quick/framework/cc/ui/UILayout.lua", 189, 1], [["setPosition"], "UILayout:setPosition(x, y)", "quick/framework/cc/ui/UILayout.lua", 203, 1], [["setPositionX"], "UILayout:setPositionX(x)", "quick/framework/cc/ui/UILayout.lua", 216, 1], [["setPositionY"], "UILayout:setPositionY(y)", "quick/framework/cc/ui/UILayout.lua", 229, 1], [["getAnchorPoint"], "UILayout:getAnchorPoint", "quick/framework/cc/ui/UILayout.lua", 242, 1], [["setAnchorPoint"], "UILayout:setAnchorPoint(ap)", "quick/framework/cc/ui/UILayout.lua", 255, 1], [["apply"], "UILayout:apply(container)", "quick/framework/cc/ui/UILayout.lua", 259, 1], [["UIListView"], "UIListView", "quick/framework/cc/ui/UIListView.lua", 36, 1], [["DELEGATE"], "DELEGATE", "quick/framework/cc/ui/UIListView.lua", 41, 1], [["TOUCH_DELEGATE"], "TOUCH_DELEGATE", "quick/framework/cc/ui/UIListView.lua", 42, 1], [["CELL_TAG"], "CELL_TAG", "quick/framework/cc/ui/UIListView.lua", 44, 1], [["CELL_SIZE_TAG"], "CELL_SIZE_TAG", "quick/framework/cc/ui/UIListView.lua", 45, 1], [["COUNT_TAG"], "COUNT_TAG", "quick/framework/cc/ui/UIListView.lua", 46, 1], [["CLICKED_TAG"], "CLICKED_TAG", "quick/framework/cc/ui/UIListView.lua", 47, 1], [["UNLOAD_CELL_TAG"], "UNLOAD_CELL_TAG", "quick/framework/cc/ui/UIListView.lua", 48, 1], [["BG_ZORDER"], "BG_ZORDER", "quick/framework/cc/ui/UIListView.lua", 50, 1], [["CONTENT_ZORDER"], "CONTENT_ZORDER", "quick/framework/cc/ui/UIListView.lua", 51, 1], [["ALIGNMENT_LEFT"], "ALIGNMENT_LEFT", "quick/framework/cc/ui/UIListView.lua", 53, 1], [["ALIGNMENT_RIGHT"], "ALIGNMENT_RIGHT", "quick/framework/cc/ui/UIListView.lua", 54, 1], [["ALIGNMENT_VCENTER"], "ALIGNMENT_VCENTER", "quick/framework/cc/ui/UIListView.lua", 55, 1], [["ALIGNMENT_TOP"], "ALIGNMENT_TOP", "quick/framework/cc/ui/UIListView.lua", 56, 1], [["ALIGNMENT_BOTTOM"], "ALIGNMENT_BOTTOM", "quick/framework/cc/ui/UIListView.lua", 57, 1], [["ALIGNMENT_HCENTER"], "ALIGNMENT_HCENTER", "quick/framework/cc/ui/UIListView.lua", 58, 1], [["ctor"], "UIListView:ctor(params)", "quick/framework/cc/ui/UIListView.lua", 88, 1], [["onCleanup"], "UIListView:onCleanup", "quick/framework/cc/ui/UIListView.lua", 114, 1], [["onTouch"], "UIListView:onTouch(listener)", "quick/framework/cc/ui/UIListView.lua", 128, 1], [["setAlignment"], "UIListView:setAlignment(align)", "quick/framework/cc/ui/UIListView.lua", 144, 1], [["newItem"], "UIListView:newItem(item)", "quick/framework/cc/ui/UIListView.lua", 158, 1], [["setViewRect"], "UIListView:setViewRect(viewRect)", "quick/framework/cc/ui/UIListView.lua", 175, 1], [["itemSizeChangeListener"], "UIListView:itemSizeChangeListener(listItem, newSize, oldSize)", "quick/framework/cc/ui/UIListView.lua", 185, 1], [["scrollListener"], "UIListView:scrollListener(event)", "quick/framework/cc/ui/UIListView.lua", 213, 1], [["addItem"], "UIListView:addItem(listItem, pos)", "quick/framework/cc/ui/UIListView.lua", 286, 1], [["removeItem"], "UIListView:removeItem(listItem, bAni)", "quick/framework/cc/ui/UIListView.lua", 310, 1], [["removeAllItems"], "UIListView:removeAllItems", "quick/framework/cc/ui/UIListView.lua", 351, 1], [["getItemPos"], "UIListView:getItemPos(listItem)", "quick/framework/cc/ui/UIListView.lua", 368, 1], [["isItemInViewRect"], "UIListView:isItemInViewRect(pos)", "quick/framework/cc/ui/UIListView.lua", 386, 1], [["reload"], "UIListView:reload", "quick/framework/cc/ui/UIListView.lua", 416, 1], [["dequeueItem"], "UIListView:dequeueItem", "quick/framework/cc/ui/UIListView.lua", 436, 1], [["layout_"], "UIListView:layout_", "quick/framework/cc/ui/UIListView.lua", 451, 1], [["notifyItem"], "UIListView:notifyItem(point)", "quick/framework/cc/ui/UIListView.lua", 524, 1], [["moveItems"], "UIListView:moveItems(beginIdx, endIdx, x, y, bAni)", "quick/framework/cc/ui/UIListView.lua", 558, 1], [["notifyListener_"], "UIListView:notifyListener_(event)", "quick/framework/cc/ui/UIListView.lua", 586, 1], [["modifyItemSizeIf_"], "UIListView:modifyItemSizeIf_(item)", "quick/framework/cc/ui/UIListView.lua", 594, 1], [["update_"], "UIListView:update_(dt)", "quick/framework/cc/ui/UIListView.lua", 608, 1], [["checkItemsInStatus_"], "UIListView:checkItemsInStatus_", "quick/framework/cc/ui/UIListView.lua", 617, 1], [["increaseOrReduceItem_"], "UIListView:increaseOrReduceItem_", "quick/framework/cc/ui/UIListView.lua", 691, 1], [["asyncLoad_"], "UIListView:asyncLoad_", "quick/framework/cc/ui/UIListView.lua", 853, 1], [["setDelegate"], "UIListView:setDelegate(delegate)", "quick/framework/cc/ui/UIListView.lua", 905, 1], [["setPositionByAlignment_"], "UIListView:setPositionByAlignment_(content, w, h, margin)", "quick/framework/cc/ui/UIListView.lua", 915, 1], [["loadOneItem_"], "UIListView:loadOneItem_(originPoint, idx, bBefore)", "quick/framework/cc/ui/UIListView.lua", 963, 1], [["unloadOneItem_"], "UIListView:unloadOneItem_(idx)", "quick/framework/cc/ui/UIListView.lua", 1035, 1], [["addFreeItem_"], "UIListView:addFreeItem_(item)", "quick/framework/cc/ui/UIListView.lua", 1065, 1], [["releaseAllFreeItems_"], "UIListView:releaseAllFreeItems_", "quick/framework/cc/ui/UIListView.lua", 1076, 1], [["UIListViewItem"], "UIListViewItem", "quick/framework/cc/ui/UIListViewItem.lua", 37, 1], [["BG_TAG"], "BG_TAG", "quick/framework/cc/ui/UIListViewItem.lua", 41, 1], [["BG_Z_ORDER"], "BG_Z_ORDER", "quick/framework/cc/ui/UIListViewItem.lua", 42, 1], [["CONTENT_TAG"], "CONTENT_TAG", "quick/framework/cc/ui/UIListViewItem.lua", 43, 1], [["CONTENT_Z_ORDER"], "CONTENT_Z_ORDER", "quick/framework/cc/ui/UIListViewItem.lua", 44, 1], [["ID_COUNTER"], "ID_COUNTER", "quick/framework/cc/ui/UIListViewItem.lua", 45, 1], [["ctor"], "UIListViewItem:ctor(item)", "quick/framework/cc/ui/UIListViewItem.lua", 47, 1], [["addContent"], "UIListViewItem:addContent(content)", "quick/framework/cc/ui/UIListViewItem.lua", 66, 1], [["getContent"], "UIListViewItem:getContent", "quick/framework/cc/ui/UIListViewItem.lua", 83, 1], [["setItemSize"], "UIListViewItem:setItemSize(w, h, bNoMargin)", "quick/framework/cc/ui/UIListViewItem.lua", 98, 1], [["getItemSize"], "UIListViewItem:getItemSize", "quick/framework/cc/ui/UIListViewItem.lua", 133, 1], [["setMargin"], "UIListViewItem:setMargin(margin)", "quick/framework/cc/ui/UIListViewItem.lua", 137, 1], [["getMargin"], "UIListViewItem:getMargin", "quick/framework/cc/ui/UIListViewItem.lua", 143, 1], [["setBg"], "UIListViewItem:setBg(bg)", "quick/framework/cc/ui/UIListViewItem.lua", 147, 1], [["onSizeChange"], "UIListViewItem:onSizeChange(listener)", "quick/framework/cc/ui/UIListViewItem.lua", 154, 1], [["setDirction"], "UIListViewItem:setDirction(dir)", "quick/framework/cc/ui/UIListViewItem.lua", 161, 1], [["UILoadingBar"], "UILoadingBar", "quick/framework/cc/ui/UILoadingBar.lua", 35, 1], [["DIRECTION_LEFT_TO_RIGHT"], "DIRECTION_LEFT_TO_RIGHT", "quick/framework/cc/ui/UILoadingBar.lua", 40, 1], [["DIRECTION_RIGHT_TO_LEFT"], "DIRECTION_RIGHT_TO_LEFT", "quick/framework/cc/ui/UILoadingBar.lua", 41, 1], [["ctor"], "UILoadingBar:ctor(params)", "quick/framework/cc/ui/UILoadingBar.lua", 66, 1], [["setPercent"], "UILoadingBar:setPercent(percent)", "quick/framework/cc/ui/UILoadingBar.lua", 101, 1], [["setDirction"], "UILoadingBar:setDirction(dir)", "quick/framework/cc/ui/UILoadingBar.lua", 137, 1], [["setViewRect"], "UILoadingBar:setViewRect(rect)", "quick/framework/cc/ui/UILoadingBar.lua", 158, 1], [["UIPageView"], "UIPageView", "quick/framework/cc/ui/UIPageView.lua", 37, 1], [["ctor"], "UIPageView:ctor(params)", "quick/framework/cc/ui/UIPageView.lua", 72, 1], [["newItem"], "UIPageView:newItem", "quick/framework/cc/ui/UIPageView.lua", 101, 1], [["addItem"], "UIPageView:addItem(item)", "quick/framework/cc/ui/UIPageView.lua", 123, 1], [["removeItem"], "UIPageView:removeItem(item)", "quick/framework/cc/ui/UIPageView.lua", 139, 1], [["removeAllItems"], "UIPageView:removeAllItems", "quick/framework/cc/ui/UIPageView.lua", 170, 1], [["onTouch"], "UIPageView:onTouch(listener)", "quick/framework/cc/ui/UIPageView.lua", 188, 1], [["reload"], "UIPageView:reload(idx)", "quick/framework/cc/ui/UIPageView.lua", 204, 1], [["gotoPage"], "UIPageView:gotoPage(pageIdx, bSmooth, bLeftToRight)", "quick/framework/cc/ui/UIPageView.lua", 260, 1], [["getPageCount"], "UIPageView:getPageCount", "quick/framework/cc/ui/UIPageView.lua", 297, 1], [["getCurPageIdx"], "UIPageView:getCurPageIdx", "quick/framework/cc/ui/UIPageView.lua", 310, 1], [["setCirculatory"], "UIPageView:setCirculatory(bCirc)", "quick/framework/cc/ui/UIPageView.lua", 324, 1], [["createPage_"], "UIPageView:createPage_(pageNo)", "quick/framework/cc/ui/UIPageView.lua", 332, 1], [["isTouchInViewRect_"], "UIPageView:isTouchInViewRect_(event, rect)", "quick/framework/cc/ui/UIPageView.lua", 369, 1], [["onTouch_"], "UIPageView:onTouch_(event)", "quick/framework/cc/ui/UIPageView.lua", 378, 1], [["resetPages_"], "UIPageView:resetPages_", "quick/framework/cc/ui/UIPageView.lua", 410, 1], [["resetPagePos"], "UIPageView:resetPagePos(pos, bLeftToRight)", "quick/framework/cc/ui/UIPageView.lua", 430, 1], [["scrollPagePos"], "UIPageView:scrollPagePos(pos, bLeftToRight)", "quick/framework/cc/ui/UIPageView.lua", 489, 1], [["stopAllTransition"], "UIPageView:stopAllTransition", "quick/framework/cc/ui/UIPageView.lua", 551, 1], [["disablePage"], "UIPageView:disablePage", "quick/framework/cc/ui/UIPageView.lua", 557, 1], [["scroll"], "UIPageView:scroll(dis)", "quick/framework/cc/ui/UIPageView.lua", 568, 1], [["scrollLCRPages"], "UIPageView:scrollLCRPages(threePages, dis)", "quick/framework/cc/ui/UIPageView.lua", 610, 1], [["scrollAuto"], "UIPageView:scrollAuto", "quick/framework/cc/ui/UIPageView.lua", 639, 1], [["onClick_"], "UIPageView:onClick_(event)", "quick/framework/cc/ui/UIPageView.lua", 716, 1], [["notifyListener_"], "UIPageView:notifyListener_(event)", "quick/framework/cc/ui/UIPageView.lua", 754, 1], [["getNextPage"], "UIPageView:getNextPage(bRight)", "quick/framework/cc/ui/UIPageView.lua", 764, 1], [["getNextPageIndex"], "UIPageView:getNextPageIndex(bRight)", "quick/framework/cc/ui/UIPageView.lua", 778, 1], [["UIPageViewItem"], "UIPageViewItem", "quick/framework/cc/ui/UIPageViewItem.lua", 35, 1], [["ctor"], "UIPageViewItem:ctor", "quick/framework/cc/ui/UIPageViewItem.lua", 39, 1], [["UIPushButton"], "UIPushButton", "quick/framework/cc/ui/UIPushButton.lua", 36, 1], [["NORMAL"], "NORMAL", "quick/framework/cc/ui/UIPushButton.lua", 38, 1], [["PRESSED"], "PRESSED", "quick/framework/cc/ui/UIPushButton.lua", 39, 1], [["DISABLED"], "DISABLED", "quick/framework/cc/ui/UIPushButton.lua", 40, 1], [["ctor"], "UIPushButton:ctor(images, options)", "quick/framework/cc/ui/UIPushButton.lua", 62, 1], [["setButtonImage"], "UIPushButton:setButtonImage(state, image, ignoreEmpty)", "quick/framework/cc/ui/UIPushButton.lua", 75, 1], [["onTouch_"], "UIPushButton:onTouch_(event)", "quick/framework/cc/ui/UIPushButton.lua", 94, 1], [["UIScrollView"], "UIScrollView", "quick/framework/cc/ui/UIScrollView.lua", 35, 1], [["BG_ZORDER"], "BG_ZORDER", "quick/framework/cc/ui/UIScrollView.lua", 39, 1], [["TOUCH_ZORDER"], "TOUCH_ZORDER", "quick/framework/cc/ui/UIScrollView.lua", 40, 1], [["DIRECTION_BOTH"], "DIRECTION_BOTH", "quick/framework/cc/ui/UIScrollView.lua", 42, 1], [["DIRECTION_VERTICAL"], "DIRECTION_VERTICAL", "quick/framework/cc/ui/UIScrollView.lua", 43, 1], [["DIRECTION_HORIZONTAL"], "DIRECTION_HORIZONTAL", "quick/framework/cc/ui/UIScrollView.lua", 44, 1], [["ctor"], "UIScrollView:ctor(params)", "quick/framework/cc/ui/UIScrollView.lua", 73, 1], [["addBgColorIf"], "UIScrollView:addBgColorIf(params)", "quick/framework/cc/ui/UIScrollView.lua", 111, 1], [["addBgGradientColorIf"], "UIScrollView:addBgGradientColorIf(params)", "quick/framework/cc/ui/UIScrollView.lua", 124, 1], [["addBgIf"], "UIScrollView:addBgIf(params)", "quick/framework/cc/ui/UIScrollView.lua", 137, 1], [["setViewRect"], "UIScrollView:setViewRect(rect)", "quick/framework/cc/ui/UIScrollView.lua", 156, 1], [["getViewRect"], "UIScrollView:getViewRect", "quick/framework/cc/ui/UIScrollView.lua", 173, 1], [["setLayoutPadding"], "UIScrollView:setLayoutPadding(top, right, bottom, left)", "quick/framework/cc/ui/UIScrollView.lua", 190, 1], [["setActualRect"], "UIScrollView:setActualRect(rect)", "quick/framework/cc/ui/UIScrollView.lua", 202, 1], [["setDirection"], "UIScrollView:setDirection(dir)", "quick/framework/cc/ui/UIScrollView.lua", 216, 1], [["getDirection"], "UIScrollView:getDirection", "quick/framework/cc/ui/UIScrollView.lua", 231, 1], [["setBounceable"], "UIScrollView:setBounceable(bBounceable)", "quick/framework/cc/ui/UIScrollView.lua", 245, 1], [["setTouchType"], "UIScrollView:setTouchType(bTouchOnContent)", "quick/framework/cc/ui/UIScrollView.lua", 264, 1], [["resetPosition"], "UIScrollView:resetPosition", "quick/framework/cc/ui/UIScrollView.lua", 275, 1], [["isItemInViewRect"], "UIScrollView:isItemInViewRect(item)", "quick/framework/cc/ui/UIScrollView.lua", 297, 1], [["setTouchEnabled"], "UIScrollView:setTouchEnabled(bEnabled)", "quick/framework/cc/ui/UIScrollView.lua", 332, 1], [["addScrollNode"], "UIScrollView:addScrollNode(node)", "quick/framework/cc/ui/UIScrollView.lua", 351, 1], [["getScrollNode"], "UIScrollView:getScrollNode", "quick/framework/cc/ui/UIScrollView.lua", 381, 1], [["onScroll"], "UIScrollView:onScroll(listener)", "quick/framework/cc/ui/UIScrollView.lua", 395, 1], [["calcLayoutPadding"], "UIScrollView:calcLayoutPadding", "quick/framework/cc/ui/UIScrollView.lua", 403, 1], [["update_"], "UIScrollView:update_(dt)", "quick/framework/cc/ui/UIScrollView.lua", 414, 1], [["onTouchCapture_"], "UIScrollView:onTouchCapture_(event)", "quick/framework/cc/ui/UIScrollView.lua", 418, 1], [["onTouch_"], "UIScrollView:onTouch_(event)", "quick/framework/cc/ui/UIScrollView.lua", 427, 1], [["isTouchInViewRect"], "UIScrollView:isTouchInViewRect(event)", "quick/framework/cc/ui/UIScrollView.lua", 489, 1], [["isTouchInScrollNode"], "UIScrollView:isTouchInScrollNode(event)", "quick/framework/cc/ui/UIScrollView.lua", 499, 1], [["scrollTo"], "UIScrollView:scrollTo(p, y)", "quick/framework/cc/ui/UIScrollView.lua", 504, 1], [["moveXY"], "UIScrollView:moveXY(orgX, orgY, speedX, speedY)", "quick/framework/cc/ui/UIScrollView.lua", 518, 1], [["scrollBy"], "UIScrollView:scrollBy(x, y)", "quick/framework/cc/ui/UIScrollView.lua", 560, 1], [["scrollAuto"], "UIScrollView:scrollAuto", "quick/framework/cc/ui/UIScrollView.lua", 572, 1], [["twiningScroll"], "UIScrollView:twiningScroll", "quick/framework/cc/ui/UIScrollView.lua", 580, 1], [["elasticScroll"], "UIScrollView:elasticScroll", "quick/framework/cc/ui/UIScrollView.lua", 602, 1], [["getScrollNodeRect"], "UIScrollView:getScrollNodeRect", "quick/framework/cc/ui/UIScrollView.lua", 642, 1], [["getViewRectInWorldSpace"], "UIScrollView:getViewRectInWorldSpace", "quick/framework/cc/ui/UIScrollView.lua", 652, 1], [["isSideShow"], "UIScrollView:isSideShow", "quick/framework/cc/ui/UIScrollView.lua", 662, 1], [["callListener_"], "UIScrollView:callListener_(event)", "quick/framework/cc/ui/UIScrollView.lua", 674, 1], [["enableScrollBar"], "UIScrollView:enableScrollBar", "quick/framework/cc/ui/UIScrollView.lua", 683, 1], [["disableScrollBar"], "UIScrollView:disableScrollBar", "quick/framework/cc/ui/UIScrollView.lua", 718, 1], [["drawScrollBar"], "UIScrollView:drawScrollBar", "quick/framework/cc/ui/UIScrollView.lua", 737, 1], [["addScrollBarIf"], "UIScrollView:addScrollBarIf", "quick/framework/cc/ui/UIScrollView.lua", 766, 1], [["changeViewRectToNodeSpaceIf"], "UIScrollView:changeViewRectToNodeSpaceIf", "quick/framework/cc/ui/UIScrollView.lua", 776, 1], [["isShake"], "UIScrollView:isShake(event)", "quick/framework/cc/ui/UIScrollView.lua", 789, 1], [["scaleToParent_"], "UIScrollView:scaleToParent_", "quick/framework/cc/ui/UIScrollView.lua", 796, 1], [["addTouchNode"], "UIScrollView:addTouchNode", "quick/framework/cc/ui/UIScrollView.lua", 819, 1], [["fill"], "UIScrollView:fill(nodes, params)", "quick/framework/cc/ui/UIScrollView.lua", 873, 1], [["UISlider"], "UISlider", "quick/framework/cc/ui/UISlider.lua", 35, 1], [["BAR"], "BAR", "quick/framework/cc/ui/UISlider.lua", 39, 1], [["BUTTON"], "BUTTON", "quick/framework/cc/ui/UISlider.lua", 40, 1], [["BAR_PRESSED"], "BAR_PRESSED", "quick/framework/cc/ui/UISlider.lua", 41, 1], [["BUTTON_PRESSED"], "BUTTON_PRESSED", "quick/framework/cc/ui/UISlider.lua", 42, 1], [["BAR_DISABLED"], "BAR_DISABLED", "quick/framework/cc/ui/UISlider.lua", 43, 1], [["BUTTON_DISABLED"], "BUTTON_DISABLED", "quick/framework/cc/ui/UISlider.lua", 44, 1], [["PRESSED_EVENT"], "PRESSED_EVENT", "quick/framework/cc/ui/UISlider.lua", 46, 1], [["RELEASE_EVENT"], "RELEASE_EVENT", "quick/framework/cc/ui/UISlider.lua", 47, 1], [["STATE_CHANGED_EVENT"], "STATE_CHANGED_EVENT", "quick/framework/cc/ui/UISlider.lua", 48, 1], [["VALUE_CHANGED_EVENT"], "VALUE_CHANGED_EVENT", "quick/framework/cc/ui/UISlider.lua", 49, 1], [["BAR_ZORDER"], "BAR_ZORDER", "quick/framework/cc/ui/UISlider.lua", 51, 1], [["BARFG_ZORDER"], "BARFG_ZORDER", "quick/framework/cc/ui/UISlider.lua", 52, 1], [["BUTTON_ZORDER"], "BUTTON_ZORDER", "quick/framework/cc/ui/UISlider.lua", 53, 1], [["ctor"], "UISlider:ctor(direction, images, options)", "quick/framework/cc/ui/UISlider.lua", 84, 1], [["setSliderSize"], "UISlider:setSliderSize(width, height)", "quick/framework/cc/ui/UISlider.lua", 147, 1], [["setSliderEnabled"], "UISlider:setSliderEnabled(enabled)", "quick/framework/cc/ui/UISlider.lua", 172, 1], [["align"], "UISlider:align(align, x, y)", "quick/framework/cc/ui/UISlider.lua", 196, 1], [["isButtonEnabled"], "UISlider:isButtonEnabled", "quick/framework/cc/ui/UISlider.lua", 211, 1], [["getSliderValue"], "UISlider:getSliderValue", "quick/framework/cc/ui/UISlider.lua", 224, 1], [["setSliderValue"], "UISlider:setSliderValue(value)", "quick/framework/cc/ui/UISlider.lua", 238, 1], [["setSliderButtonRotation"], "UISlider:setSliderButtonRotation(rotation)", "quick/framework/cc/ui/UISlider.lua", 258, 1], [["addSliderValueChangedEventListener"], "UISlider:addSliderValueChangedEventListener(callback)", "quick/framework/cc/ui/UISlider.lua", 264, 1], [["onSliderValueChanged"], "UISlider:onSliderValueChanged(callback)", "quick/framework/cc/ui/UISlider.lua", 278, 1], [["addSliderPressedEventListener"], "UISlider:addSliderPressedEventListener(callback)", "quick/framework/cc/ui/UISlider.lua", 283, 1], [["onSliderPressed"], "UISlider:onSliderPressed(callback)", "quick/framework/cc/ui/UISlider.lua", 297, 1], [["addSliderReleaseEventListener"], "UISlider:addSliderReleaseEventListener(callback)", "quick/framework/cc/ui/UISlider.lua", 302, 1], [["onSliderRelease"], "UISlider:onSliderRelease(callback)", "quick/framework/cc/ui/UISlider.lua", 316, 1], [["addSliderStateChangedEventListener"], "UISlider:addSliderStateChangedEventListener(callback)", "quick/framework/cc/ui/UISlider.lua", 321, 1], [["onSliderStateChanged"], "UISlider:onSliderStateChanged(callback)", "quick/framework/cc/ui/UISlider.lua", 335, 1], [["onTouch_"], "UISlider:onTouch_(event, x, y)", "quick/framework/cc/ui/UISlider.lua", 340, 1], [["checkTouchInButton_"], "UISlider:checkTouchInButton_(x, y)", "quick/framework/cc/ui/UISlider.lua", 392, 1], [["updateButtonPosition_"], "UISlider:updateButtonPosition_", "quick/framework/cc/ui/UISlider.lua", 401, 1], [["updateImage_"], "UISlider:updateImage_", "quick/framework/cc/ui/UISlider.lua", 465, 1], [["onChangeState_"], "UISlider:onChangeState_(event)", "quick/framework/cc/ui/UISlider.lua", 549, 1], [["setFgBarSize_"], "UISlider:setFgBarSize_(size)", "quick/framework/cc/ui/UISlider.lua", 555, 1], [["getbgSpriteLeftBottomPoint_"], "UISlider:getbgSpriteLeftBottomPoint_", "quick/framework/cc/ui/UISlider.lua", 562, 1], [["setContentSizeAndScale_"], "UISlider:setContentSizeAndScale_(node, s)", "quick/framework/cc/ui/UISlider.lua", 577, 1], [["UIStretch"], "UIStretch", "quick/framework/cc/ui/UIStretch.lua", 35, 1], [["ctor"], "UIStretch:ctor", "quick/framework/cc/ui/UIStretch.lua", 45, 1], [["getPosition"], "UIStretch:getPosition", "quick/framework/cc/ui/UIStretch.lua", 62, 1], [["getPositionX"], "UIStretch:getPositionX", "quick/framework/cc/ui/UIStretch.lua", 75, 1], [["getPositionY"], "UIStretch:getPositionY", "quick/framework/cc/ui/UIStretch.lua", 88, 1], [["setPosition"], "UIStretch:setPosition(x, y)", "quick/framework/cc/ui/UIStretch.lua", 102, 1], [["setPositionX"], "UIStretch:setPositionX(x)", "quick/framework/cc/ui/UIStretch.lua", 115, 1], [["setPositionY"], "UIStretch:setPositionY(y)", "quick/framework/cc/ui/UIStretch.lua", 128, 1], [["getAnchorPoint"], "UIStretch:getAnchorPoint", "quick/framework/cc/ui/UIStretch.lua", 141, 1], [["setAnchorPoint"], "UIStretch:setAnchorPoint(ap)", "quick/framework/cc/ui/UIStretch.lua", 154, 1], [["CCSSceneLoader"], "CCSSceneLoader", "quick/framework/cc/uiloader/CCSSceneLoader.lua", 3, 1], [["load"], "CCSSceneLoader:load(json, params)", "quick/framework/cc/uiloader/CCSSceneLoader.lua", 5, 1], [["createGameObject"], "CCSSceneLoader:createGameObject(jsonNode)", "quick/framework/cc/uiloader/CCSSceneLoader.lua", 15, 1], [["addComponent"], "CCSSceneLoader:addComponent(gameObject, component, idx)", "quick/framework/cc/uiloader/CCSSceneLoader.lua", 51, 1], [["createScene"], "CCSSceneLoader:createScene(comp)", "quick/framework/cc/uiloader/CCSSceneLoader.lua", 83, 1], [["createBackgroundAudio"], "CCSSceneLoader:createBackgroundAudio(comp)", "quick/framework/cc/uiloader/CCSSceneLoader.lua", 88, 1], [["createSprite"], "CCSSceneLoader:createSprite(comp)", "quick/framework/cc/uiloader/CCSSceneLoader.lua", 92, 1], [["createArmature"], "CCSSceneLoader:createArmature(comp)", "quick/framework/cc/uiloader/CCSSceneLoader.lua", 103, 1], [["createGUIComponent"], "CCSSceneLoader:createGUIComponent(comp)", "quick/framework/cc/uiloader/CCSSceneLoader.lua", 111, 1], [["createParticleSystem"], "CCSSceneLoader:createParticleSystem(comp)", "quick/framework/cc/uiloader/CCSSceneLoader.lua", 117, 1], [["loadTexture"], "CCSSceneLoader:loadTexture(plist, png)", "quick/framework/cc/uiloader/CCSSceneLoader.lua", 124, 1], [["isNil"], "CCSSceneLoader:isNil(str)", "quick/framework/cc/uiloader/CCSSceneLoader.lua", 137, 1], [["CCSUILoader"], "CCSUILoader", "quick/framework/cc/uiloader/CCSUILoader.lua", 3, 1], [["load"], "CCSUILoader:load(json, params)", "quick/framework/cc/uiloader/CCSUILoader.lua", 5, 1], [["loadFile"], "CCSUILoader:loadFile(jsonFile, params)", "quick/framework/cc/uiloader/CCSUILoader.lua", 31, 1], [["parserJson"], "CCSUILoader:parserJson(jsonVal)", "quick/framework/cc/uiloader/CCSUILoader.lua", 46, 1], [["generateUINode"], "CCSUILoader:generateUINode(jsonNode, transX, transY, parent)", "quick/framework/cc/uiloader/CCSUILoader.lua", 62, 1], [["createUINode"], "CCSUILoader:createUINode(clsName, options, parent)", "quick/framework/cc/uiloader/CCSUILoader.lua", 171, 1], [["getChildOptionJson"], "CCSUILoader:getChildOptionJson(json)", "quick/framework/cc/uiloader/CCSUILoader.lua", 218, 1], [["newWapperNode"], "CCSUILoader:newWapperNode(oldNode, layoutParameter)", "quick/framework/cc/uiloader/CCSUILoader.lua", 222, 1], [["getButtonStateImages"], "CCSUILoader:getButtonStateImages(options)", "quick/framework/cc/uiloader/CCSUILoader.lua", 232, 1], [["getAnchorType"], "CCSUILoader:getAnchorType(anchorX, anchorY)", "quick/framework/cc/uiloader/CCSUILoader.lua", 247, 1], [["getCheckBoxImages"], "CCSUILoader:getCheckBoxImages(options)", "quick/framework/cc/uiloader/CCSUILoader.lua", 276, 1], [["loadTexture"], "CCSUILoader:loadTexture(json)", "quick/framework/cc/uiloader/CCSUILoader.lua", 313, 1], [["getTexturePng"], "CCSUILoader:getTexturePng(plist)", "quick/framework/cc/uiloader/CCSUILoader.lua", 326, 1], [["transResName"], "CCSUILoader:transResName(fileData)", "quick/framework/cc/uiloader/CCSUILoader.lua", 343, 1], [["createNode"], "CCSUILoader:createNode(options)", "quick/framework/cc/uiloader/CCSUILoader.lua", 385, 1], [["createSprite"], "CCSUILoader:createSprite(options)", "quick/framework/cc/uiloader/CCSUILoader.lua", 398, 1], [["createImage"], "CCSUILoader:createImage(options)", "quick/framework/cc/uiloader/CCSUILoader.lua", 414, 1], [["createButton"], "CCSUILoader:createButton(options)", "quick/framework/cc/uiloader/CCSUILoader.lua", 471, 1], [["createLoadingBar"], "CCSUILoader:createLoadingBar(options)", "quick/framework/cc/uiloader/CCSUILoader.lua", 496, 1], [["createSlider"], "CCSUILoader:createSlider(options)", "quick/framework/cc/uiloader/CCSUILoader.lua", 518, 1], [["createCheckBox"], "CCSUILoader:createCheckBox(options)", "quick/framework/cc/uiloader/CCSUILoader.lua", 537, 1], [["createBMFontLabel"], "CCSUILoader:createBMFontLabel(options)", "quick/framework/cc/uiloader/CCSUILoader.lua", 551, 1], [["createLabel"], "CCSUILoader:createLabel(options)", "quick/framework/cc/uiloader/CCSUILoader.lua", 563, 1], [["createLabelAtlas"], "CCSUILoader:createLabelAtlas(options)", "quick/framework/cc/uiloader/CCSUILoader.lua", 582, 1], [["createEditBox"], "CCSUILoader:createEditBox(options)", "quick/framework/cc/uiloader/CCSUILoader.lua", 609, 1], [["createPanel"], "CCSUILoader:createPanel(options)", "quick/framework/cc/uiloader/CCSUILoader.lua", 653, 1], [["createScrollView"], "CCSUILoader:createScrollView(options)", "quick/framework/cc/uiloader/CCSUILoader.lua", 764, 1], [["createListView"], "CCSUILoader:createListView(options)", "quick/framework/cc/uiloader/CCSUILoader.lua", 800, 1], [["createPageView"], "CCSUILoader:createPageView(options)", "quick/framework/cc/uiloader/CCSUILoader.lua", 831, 1], [["prettyJson"], "CCSUILoader:prettyJson(json)", "quick/framework/cc/uiloader/CCSUILoader.lua", 842, 1], [["modifyPanelChildPos_"], "CCSUILoader:modifyPanelChildPos_(clsType, bAdaptScreen, sizeType, parentSize, children)", "quick/framework/cc/uiloader/CCSUILoader.lua", 883, 1], [["modifyLayoutChildPos_"], "CCSUILoader:modifyLayoutChildPos_(parentSize, children)", "quick/framework/cc/uiloader/CCSUILoader.lua", 893, 1], [["calcChildPosByName_"], "CCSUILoader:calcChildPosByName_(children, name, parentSize)", "quick/framework/cc/uiloader/CCSUILoader.lua", 899, 1], [["getPanelChild_"], "CCSUILoader:getPanelChild_(children, name)", "quick/framework/cc/uiloader/CCSUILoader.lua", 1130, 1], [["uiloader"], "uiloader", "quick/framework/cc/uiloader/uiloader.lua", 38, 1], [["ctor"], "uiloader:ctor", "quick/framework/cc/uiloader/uiloader.lua", 50, 1], [["load"], "uiloader:load(jsonFile, params)", "quick/framework/cc/uiloader/uiloader.lua", 64, 1], [["seekNodeByTag"], "uiloader:seekNodeByTag(parent, tag)", "quick/framework/cc/uiloader/uiloader.lua", 105, 1], [["seekNodeByName"], "uiloader:seekNodeByName(parent, name)", "quick/framework/cc/uiloader/uiloader.lua", 149, 1], [["seekNodeByNameFast"], "uiloader:seekNodeByNameFast(parent, name)", "quick/framework/cc/uiloader/uiloader.lua", 208, 1], [["seekNodeByPath"], "uiloader:seekNodeByPath(parent, path)", "quick/framework/cc/uiloader/uiloader.lua", 248, 1], [["seekComponents"], "uiloader:seekComponents(parent, nodeName, componentIdx)", "quick/framework/cc/uiloader/uiloader.lua", 291, 1], [["loadFile_"], "uiloader:loadFile_(jsonFile)", "quick/framework/cc/uiloader/uiloader.lua", 306, 1], [["isScene_"], "uiloader:isScene_(json)", "quick/framework/cc/uiloader/uiloader.lua", 319, 1], [["UILoaderUtilitys"], "UILoaderUtilitys", "quick/framework/cc/uiloader/UILoaderUtilitys.lua", 2, 1], [["loadTexture", "UILoaderUtilitys.loadTexture"], "UILoaderUtilitys.loadTexture(plist, png)", "quick/framework/cc/uiloader/UILoaderUtilitys.lua", 4, 1], [["isNil", "UILoaderUtilitys.isNil"], "UILoaderUtilitys.isNil(str)", "quick/framework/cc/uiloader/UILoaderUtilitys.lua", 24, 1], [["addSearchPathIf", "UILoaderUtilitys.addSearchPathIf"], "UILoaderUtilitys.addSearchPathIf(dir, fileUtil)", "quick/framework/cc/uiloader/UILoaderUtilitys.lua", 32, 1], [["isSearchExist", "UILoaderUtilitys.isSearchExist"], "UILoaderUtilitys.isSearchExist(dir)", "quick/framework/cc/uiloader/UILoaderUtilitys.lua", 46, 1], [["clearPath", "UILoaderUtilitys.clearPath"], "UILoaderUtilitys.clearPath(fileUtil)", "quick/framework/cc/uiloader/UILoaderUtilitys.lua", 58, 1], [["getFileFullName", "UILoaderUtilitys.getFileFullName"], "UILoaderUtilitys.getFileFullName(filename)", "quick/framework/cc/uiloader/UILoaderUtilitys.lua", 84, 1], [["ByteArray"], "ByteArray", "quick/framework/cc/utils/ByteArray.lua", 13, 1], [["ENDIAN_LITTLE"], "ENDIAN_LITTLE", "quick/framework/cc/utils/ByteArray.lua", 15, 1], [["ENDIAN_BIG"], "ENDIAN_BIG", "quick/framework/cc/utils/ByteArray.lua", 16, 1], [["radix"], "radix", "quick/framework/cc/utils/ByteArray.lua", 17, 1], [["toString", "ByteArray.toString"], "ByteArray.toString(self, __radix, __separator)", "quick/framework/cc/utils/ByteArray.lua", 27, 1], [["ctor"], "ByteArray:ctor(__endian)", "quick/framework/cc/utils/ByteArray.lua", 45, 1], [["getLen"], "ByteArray:getLen", "quick/framework/cc/utils/ByteArray.lua", 51, 1], [["getAvailable"], "ByteArray:getAvailable", "quick/framework/cc/utils/ByteArray.lua", 55, 1], [["getPos"], "ByteArray:getPos", "quick/framework/cc/utils/ByteArray.lua", 59, 1], [["setPos"], "ByteArray:setPos(__pos)", "quick/framework/cc/utils/ByteArray.lua", 63, 1], [["getEndian"], "ByteArray:getEndian", "quick/framework/cc/utils/ByteArray.lua", 68, 1], [["setEndian"], "ByteArray:setEndian(__endian)", "quick/framework/cc/utils/ByteArray.lua", 72, 1], [["getBytes"], "ByteArray:getBytes(__offset, __length)", "quick/framework/cc/utils/ByteArray.lua", 78, 1], [["getPack"], "ByteArray:getPack(__offset, __length)", "quick/framework/cc/utils/ByteArray.lua", 90, 1], [["rawPack"], "ByteArray:rawPack(__fmt, ...)", "quick/framework/cc/utils/ByteArray.lua", 104, 1], [["rawUnPack"], "ByteArray:rawUnPack(__fmt)", "quick/framework/cc/utils/ByteArray.lua", 112, 1], [["readBool"], "ByteArray:readBool", "quick/framework/cc/utils/ByteArray.lua", 122, 1], [["writeBool"], "ByteArray:writeBool(__bool)", "quick/framework/cc/utils/ByteArray.lua", 128, 1], [["readDouble"], "ByteArray:readDouble", "quick/framework/cc/utils/ByteArray.lua", 137, 1], [["writeDouble"], "ByteArray:writeDouble(__double)", "quick/framework/cc/utils/ByteArray.lua", 142, 1], [["readFloat"], "ByteArray:readFloat", "quick/framework/cc/utils/ByteArray.lua", 148, 1], [["writeFloat"], "ByteArray:writeFloat(__float)", "quick/framework/cc/utils/ByteArray.lua", 153, 1], [["readInt"], "ByteArray:readInt", "quick/framework/cc/utils/ByteArray.lua", 159, 1], [["writeInt"], "ByteArray:writeInt(__int)", "quick/framework/cc/utils/ByteArray.lua", 164, 1], [["readUInt"], "ByteArray:readUInt", "quick/framework/cc/utils/ByteArray.lua", 170, 1], [["writeUInt"], "ByteArray:writeUInt(__uint)", "quick/framework/cc/utils/ByteArray.lua", 175, 1], [["readShort"], "ByteArray:readShort", "quick/framework/cc/utils/ByteArray.lua", 181, 1], [["writeShort"], "ByteArray:writeShort(__short)", "quick/framework/cc/utils/ByteArray.lua", 186, 1], [["readUShort"], "ByteArray:readUShort", "quick/framework/cc/utils/ByteArray.lua", 192, 1], [["writeUShort"], "ByteArray:writeUShort(__ushort)", "quick/framework/cc/utils/ByteArray.lua", 197, 1], [["readLong"], "ByteArray:readLong", "quick/framework/cc/utils/ByteArray.lua", 206, 1], [["writeLong"], "ByteArray:writeLong(__long)", "quick/framework/cc/utils/ByteArray.lua", 211, 1], [["readULong"], "ByteArray:readULong", "quick/framework/cc/utils/ByteArray.lua", 217, 1], [["writeULong"], "ByteArray:writeULong(__ulong)", "quick/framework/cc/utils/ByteArray.lua", 223, 1], [["readUByte"], "ByteArray:readUByte", "quick/framework/cc/utils/ByteArray.lua", 230, 1], [["writeUByte"], "ByteArray:writeUByte(__ubyte)", "quick/framework/cc/utils/ByteArray.lua", 235, 1], [["readLuaNumber"], "ByteArray:readLuaNumber(__number)", "quick/framework/cc/utils/ByteArray.lua", 241, 1], [["writeLuaNumber"], "ByteArray:writeLuaNumber(__number)", "quick/framework/cc/utils/ByteArray.lua", 246, 1], [["readStringBytes"], "ByteArray:readStringBytes(__len)", "quick/framework/cc/utils/ByteArray.lua", 254, 1], [["writeStringBytes"], "ByteArray:writeStringBytes(__string)", "quick/framework/cc/utils/ByteArray.lua", 262, 1], [["readString"], "ByteArray:readString(__len)", "quick/framework/cc/utils/ByteArray.lua", 268, 1], [["writeString"], "ByteArray:writeString(__string)", "quick/framework/cc/utils/ByteArray.lua", 275, 1], [["readStringUInt"], "ByteArray:readStringUInt", "quick/framework/cc/utils/ByteArray.lua", 280, 1], [["writeStringUInt"], "ByteArray:writeStringUInt(__string)", "quick/framework/cc/utils/ByteArray.lua", 286, 1], [["readStringSizeT"], "ByteArray:readStringSizeT", "quick/framework/cc/utils/ByteArray.lua", 295, 1], [["writeStringSizeT"], "ByteArray:writeStringSizeT(__string)", "quick/framework/cc/utils/ByteArray.lua", 302, 1], [["readStringUShort"], "ByteArray:readStringUShort", "quick/framework/cc/utils/ByteArray.lua", 307, 1], [["writeStringUShort"], "ByteArray:writeStringUShort(__string)", "quick/framework/cc/utils/ByteArray.lua", 313, 1], [["readBytes"], "ByteArray:readBytes(__bytes, __offset, __length)", "quick/framework/cc/utils/ByteArray.lua", 321, 1], [["writeBytes"], "ByteArray:writeBytes(__bytes, __offset, __length)", "quick/framework/cc/utils/ByteArray.lua", 336, 1], [["readChar"], "ByteArray:readChar", "quick/framework/cc/utils/ByteArray.lua", 356, 1], [["writeChar"], "ByteArray:writeChar(__char)", "quick/framework/cc/utils/ByteArray.lua", 361, 1], [["readByte"], "ByteArray:readByte", "quick/framework/cc/utils/ByteArray.lua", 368, 1], [["writeByte"], "ByteArray:writeByte(__byte)", "quick/framework/cc/utils/ByteArray.lua", 374, 1], [["readRawByte"], "ByteArray:readRawByte", "quick/framework/cc/utils/ByteArray.lua", 379, 1], [["writeRawByte"], "ByteArray:writeRawByte(__rawByte)", "quick/framework/cc/utils/ByteArray.lua", 386, 1], [["readBuf"], "ByteArray:readBuf(__len)", "quick/framework/cc/utils/ByteArray.lua", 398, 1], [["writeBuf"], "ByteArray:writeBuf(__s)", "quick/framework/cc/utils/ByteArray.lua", 406, 1], [["_checkAvailable"], "ByteArray:_checkAvailable", "quick/framework/cc/utils/ByteArray.lua", 416, 1], [["_getLC"], "ByteArray:_getLC(__fmt)", "quick/framework/cc/utils/ByteArray.lua", 421, 1], [["ByteArrayVarint"], "ByteArrayVarint", "quick/framework/cc/utils/ByteArrayVarint.lua", 12, 1], [["ctor"], "ByteArrayVarint:ctor(__endian)", "quick/framework/cc/utils/ByteArrayVarint.lua", 16, 1], [["readVInt"], "ByteArrayVarint:readVInt", "quick/framework/cc/utils/ByteArrayVarint.lua", 22, 1], [["writeVInt"], "ByteArrayVarint:writeVInt(__vint)", "quick/framework/cc/utils/ByteArrayVarint.lua", 27, 1], [["readUVInt"], "ByteArrayVarint:readUVInt", "quick/framework/cc/utils/ByteArrayVarint.lua", 33, 1], [["writeUVInt"], "ByteArrayVarint:writeUVInt(__uvint)", "quick/framework/cc/utils/ByteArrayVarint.lua", 37, 1], [["readStringUVInt"], "ByteArrayVarint:readStringUVInt", "quick/framework/cc/utils/ByteArrayVarint.lua", 42, 1], [["writeStringUVInt"], "ByteArrayVarint:writeStringUVInt(__str)", "quick/framework/cc/utils/ByteArrayVarint.lua", 47, 1], [["_zigZagEncode"], "ByteArrayVarint:_zigZagEncode(__value)", "quick/framework/cc/utils/ByteArrayVarint.lua", 55, 1], [["_zigZagDecode"], "ByteArrayVarint:_zigZagDecode(__value)", "quick/framework/cc/utils/ByteArrayVarint.lua", 60, 1], [["_encodeVarint"], "ByteArrayVarint:_encodeVarint(__value)", "quick/framework/cc/utils/ByteArrayVarint.lua", 65, 1], [["_decodeVarint"], "ByteArrayVarint:_decodeVarint", "quick/framework/cc/utils/ByteArrayVarint.lua", 86, 1], [["GameState"], "GameState", "quick/framework/cc/utils/GameState.lua", 2, 1], [["ERROR_INVALID_FILE_CONTENTS"], "ERROR_INVALID_FILE_CONTENTS", "quick/framework/cc/utils/GameState.lua", 4, 1], [["ERROR_HASH_MISS_MATCH"], "ERROR_HASH_MISS_MATCH", "quick/framework/cc/utils/GameState.lua", 5, 1], [["ERROR_STATE_FILE_NOT_FOUND"], "ERROR_STATE_FILE_NOT_FOUND", "quick/framework/cc/utils/GameState.lua", 6, 1], [["init", "GameState.init"], "GameState.init(eventListener_, stateFilename_, secretKey_)", "quick/framework/cc/utils/GameState.lua", 54, 1], [["load", "GameState.load"], "GameState.load", "quick/framework/cc/utils/GameState.lua", 79, 1], [["save", "GameState.save"], "GameState.save(newValues)", "quick/framework/cc/utils/GameState.lua", 117, 1], [["getGameStatePath", "GameState.getGameStatePath"], "GameState.getGameStatePath", "quick/framework/cc/utils/GameState.lua", 143, 1], [["Gettext"], "Gettext", "quick/framework/cc/utils/Gettext.lua", 43, 1], [["_getFileData", "Gettext._getFileData"], "Gettext._getFileData(mo_file)", "quick/framework/cc/utils/Gettext.lua", 45, 1], [["loadMOFromFile", "Gettext.loadMOFromFile"], "Gettext.loadMOFromFile(mo_file)", "quick/framework/cc/utils/Gettext.lua", 59, 1], [["gettextFromFile", "Gettext.gettextFromFile"], "Gettext.gettextFromFile(mo_file)", "quick/framework/cc/utils/Gettext.lua", 63, 1], [["gettext", "Gettext.gettext"], "Gettext.gettext(mo_data)", "quick/framework/cc/utils/Gettext.lua", 67, 1], [["parseData", "Gettext.parseData"], "Gettext.parseData(mo_data)", "quick/framework/cc/utils/Gettext.lua", 74, 1], [["utils"], "utils", "quick/framework/cc/utils/init.lua", 4, 1], [["Localize"], "Localize", "quick/framework/cc/utils/Localize.lua", 2, 1], [["strings"], "strings", "quick/framework/cc/utils/Localize.lua", 4, 1], [["loadStrings", "Localize.loadStrings"], "Localize.loadStrings(strings)", "quick/framework/cc/utils/Localize.lua", 6, 1], [["query", "Localize.query"], "Localize.query(key, default)", "quick/framework/cc/utils/Localize.lua", 10, 1], [["filename", "Localize.filename"], "Localize.filename(filenameOrigin)", "quick/framework/cc/utils/Localize.lua", 17, 1], [["Timer"], "Timer", "quick/framework/cc/utils/Timer.lua", 9, 1], [["new", "Timer.new"], "Timer.new", "quick/framework/cc/utils/Timer.lua", 20, 1], [["cca"], "cca", "quick/framework/cocos2dx/ActionEx.lua", 1, 1], [["show", "cca.show"], "cca.show", "quick/framework/cocos2dx/ActionEx.lua", 17, 1], [["hide", "cca.hide"], "cca.hide", "quick/framework/cocos2dx/ActionEx.lua", 21, 1], [["toggle", "cca.toggle"], "cca.toggle", "quick/framework/cocos2dx/ActionEx.lua", 25, 1], [["removeSelf", "cca.removeSelf"], "cca.removeSelf", "quick/framework/cocos2dx/ActionEx.lua", 29, 1], [["flipX", "cca.flipX"], "cca.flipX(x)", "quick/framework/cocos2dx/ActionEx.lua", 33, 1], [["flipY", "cca.flipY"], "cca.flipY(y)", "quick/framework/cocos2dx/ActionEx.lua", 37, 1], [["place", "cca.place"], "cca.place(x, y)", "quick/framework/cocos2dx/ActionEx.lua", 41, 1], [["callFunc", "cca.callFunc"], "cca.callFunc(cb)", "quick/framework/cocos2dx/ActionEx.lua", 45, 1], [["callFuncN", "cca.callFuncN"], "cca.callFuncN(cb)", "quick/framework/cocos2dx/ActionEx.lua", 50, 1], [["rotateTo", "cca.rotateTo"], "cca.rotateTo(dt, ...)", "quick/framework/cocos2dx/ActionEx.lua", 58, 1], [["rotateBy", "cca.rotateBy"], "cca.rotateBy(dt, ...)", "quick/framework/cocos2dx/ActionEx.lua", 62, 1], [["moveTo", "cca.moveTo"], "cca.moveTo(dt, x, y)", "quick/framework/cocos2dx/ActionEx.lua", 66, 1], [["moveBy", "cca.moveBy"], "cca.moveBy(dt, dx, dy)", "quick/framework/cocos2dx/ActionEx.lua", 71, 1], [["skewTo", "cca.skewTo"], "cca.skewTo(dt, x, y)", "quick/framework/cocos2dx/ActionEx.lua", 76, 1], [["skewBy", "cca.skewBy"], "cca.skewBy(dt, dx, dy)", "quick/framework/cocos2dx/ActionEx.lua", 81, 1], [["jumpTo", "cca.jumpTo"], "cca.jumpTo(dt, x, y, height, count)", "quick/framework/cocos2dx/ActionEx.lua", 86, 1], [["jumpBy", "cca.jumpBy"], "cca.jumpBy(dt, x, y, height, count)", "quick/framework/cocos2dx/ActionEx.lua", 91, 1], [["bezierTo", "cca.bezierTo"], "cca.bezierTo(dt, c1, c2, p2)", "quick/framework/cocos2dx/ActionEx.lua", 96, 1], [["bezierBy", "cca.bezierBy"], "cca.bezierBy(dt, c1, c2, p2)", "quick/framework/cocos2dx/ActionEx.lua", 103, 1], [["splineTo", "cca.splineTo"], "cca.splineTo(dt, points)", "quick/framework/cocos2dx/ActionEx.lua", 110, 1], [["splineBy", "cca.splineBy"], "cca.splineBy(dt, points)", "quick/framework/cocos2dx/ActionEx.lua", 114, 1], [["romTo", "cca.romTo"], "cca.romTo(dt, points)", "quick/framework/cocos2dx/ActionEx.lua", 118, 1], [["romBy", "cca.romBy"], "cca.romBy(dt, points)", "quick/framework/cocos2dx/ActionEx.lua", 122, 1], [["scaleTo", "cca.scaleTo"], "cca.scaleTo(dt, ...)", "quick/framework/cocos2dx/ActionEx.lua", 126, 1], [["scaleBy", "cca.scaleBy"], "cca.scaleBy(dt, ...)", "quick/framework/cocos2dx/ActionEx.lua", 130, 1], [["blink", "cca.blink"], "cca.blink(dt, count)", "quick/framework/cocos2dx/ActionEx.lua", 134, 1], [["fadeTo", "cca.fadeTo"], "cca.fadeTo(dt, opacity)", "quick/framework/cocos2dx/ActionEx.lua", 138, 1], [["fadeIn", "cca.fadeIn"], "cca.fadeIn(dt)", "quick/framework/cocos2dx/ActionEx.lua", 142, 1], [["fadeOut", "cca.fadeOut"], "cca.fadeOut(dt)", "quick/framework/cocos2dx/ActionEx.lua", 146, 1], [["tintTo", "cca.tintTo"], "cca.tintTo(dt, r, g, b)", "quick/framework/cocos2dx/ActionEx.lua", 150, 1], [["tintBy", "cca.tintBy"], "cca.tintBy(dt, dr, dg, db)", "quick/framework/cocos2dx/ActionEx.lua", 154, 1], [["delay", "cca.delay"], "cca.delay(dt)", "quick/framework/cocos2dx/ActionEx.lua", 158, 1], [["animate", "cca.animate"], "cca.animate(ani)", "quick/framework/cocos2dx/ActionEx.lua", 162, 1], [["progressTo", "cca.progressTo"], "cca.progressTo(dt, progress)", "quick/framework/cocos2dx/ActionEx.lua", 166, 1], [["progressFromTo", "cca.progressFromTo"], "cca.progressFromTo(dt, from, to)", "quick/framework/cocos2dx/ActionEx.lua", 170, 1], [["seq", "cca.seq"], "cca.seq(acts)", "quick/framework/cocos2dx/ActionEx.lua", 198, 1], [["spawn", "cca.spawn"], "cca.spawn(acts)", "quick/framework/cocos2dx/ActionEx.lua", 202, 1], [["repeatForever", "cca.repeatForever"], "cca.repeatForever(act)", "quick/framework/cocos2dx/ActionEx.lua", 206, 1], [["reverse", "cca.reverse"], "cca.reverse(act)", "quick/framework/cocos2dx/ActionEx.lua", 210, 1], [["speed", "cca.speed"], "cca.speed(act, speed)", "quick/framework/cocos2dx/ActionEx.lua", 214, 1], [["rep", "cca.rep"], "cca.rep(act, times)", "quick/framework/cocos2dx/ActionEx.lua", 218, 1], [["targeted", "cca.targeted"], "cca.targeted(act, node)", "quick/framework/cocos2dx/ActionEx.lua", 222, 1], [["follow", "cca.follow"], "cca.follow(node, rect)", "quick/framework/cocos2dx/ActionEx.lua", 229, 1], [["ActionBuilder"], "ActionBuilder", "quick/framework/cocos2dx/ActionEx.lua", 285, 1], [["builder", "cca.builder"], "cca.builder(cmd, parent)", "quick/framework/cocos2dx/ActionEx.lua", 289, 1], [["clear"], "ActionBuilder:clear", "quick/framework/cocos2dx/ActionEx.lua", 301, 1], [["clone"], "ActionBuilder:clone(other)", "quick/framework/cocos2dx/ActionEx.lua", 308, 1], [["begin"], "ActionBuilder:begin(cmd, args)", "quick/framework/cocos2dx/ActionEx.lua", 316, 1], [["done"], "ActionBuilder:done(ease, ...)", "quick/framework/cocos2dx/ActionEx.lua", 323, 1], [["action"], "ActionBuilder:action", "quick/framework/cocos2dx/ActionEx.lua", 341, 1], [["add"], "ActionBuilder:add(act)", "quick/framework/cocos2dx/ActionEx.lua", 346, 1], [["addTo"], "ActionBuilder:addTo(target)", "quick/framework/cocos2dx/ActionEx.lua", 351, 1], [["moveTo"], "ActionBuilder:moveTo(dt, x, y)", "quick/framework/cocos2dx/ActionEx.lua", 376, 1], [["clampf", "cc.clampf"], "cc.clampf(value, min_inclusive, max_inclusive)", "quick/framework/cocos2dx/Cocos2d.lua", 8, 1], [["p", "cc.p"], "cc.p(_x, _y)", "quick/framework/cocos2dx/Cocos2d.lua", 27, 1], [["pAdd", "cc.pAdd"], "cc.pAdd(pt1, pt2)", "quick/framework/cocos2dx/Cocos2d.lua", 35, 1], [["pSub", "cc.pSub"], "cc.pSub(pt1, pt2)", "quick/framework/cocos2dx/Cocos2d.lua", 39, 1], [["pMul", "cc.pMul"], "cc.pMul(pt1, factor)", "quick/framework/cocos2dx/Cocos2d.lua", 43, 1], [["pMidpoint", "cc.pMidpoint"], "cc.pMidpoint(pt1, pt2)", "quick/framework/cocos2dx/Cocos2d.lua", 47, 1], [["pForAngle", "cc.pForAngle"], "cc.pForAngle(a)", "quick/framework/cocos2dx/Cocos2d.lua", 51, 1], [["pGetLength", "cc.pGetLength"], "cc.pGetLength(pt)", "quick/framework/cocos2dx/Cocos2d.lua", 55, 1], [["pNormalize", "cc.pNormalize"], "cc.pNormalize(pt)", "quick/framework/cocos2dx/Cocos2d.lua", 59, 1], [["pCross", "cc.pCross"], "cc.pCross(self, other)", "quick/framework/cocos2dx/Cocos2d.lua", 68, 1], [["pDot", "cc.pDot"], "cc.pDot(self, other)", "quick/framework/cocos2dx/Cocos2d.lua", 72, 1], [["pToAngleSelf", "cc.pToAngleSelf"], "cc.pToAngleSelf(self)", "quick/framework/cocos2dx/Cocos2d.lua", 76, 1], [["pGetAngle", "cc.pGetAngle"], "cc.pGetAngle(self, other)", "quick/framework/cocos2dx/Cocos2d.lua", 80, 1], [["pGetDistance", "cc.pGetDistance"], "cc.pGetDistance(startP, endP)", "quick/framework/cocos2dx/Cocos2d.lua", 91, 1], [["pIsLineIntersect", "cc.pIsLineIntersect"], "cc.pIsLineIntersect(A, B, C, D, s, t)", "quick/framework/cocos2dx/Cocos2d.lua", 95, 1], [["pPerp", "cc.pPerp"], "cc.pPerp(pt)", "quick/framework/cocos2dx/Cocos2d.lua", 125, 1], [["RPerp", "cc.RPerp"], "cc.RPerp(pt)", "quick/framework/cocos2dx/Cocos2d.lua", 129, 1], [["pProject", "cc.pProject"], "cc.pProject(pt1, pt2)", "quick/framework/cocos2dx/Cocos2d.lua", 133, 1], [["pRotate", "cc.pRotate"], "cc.pRotate(pt1, pt2)", "quick/framework/cocos2dx/Cocos2d.lua", 137, 1], [["pUnrotate", "cc.pUnrotate"], "cc.pUnrotate(pt1, pt2)", "quick/framework/cocos2dx/Cocos2d.lua", 141, 1], [["pLengthSQ", "cc.pLengthSQ"], "cc.pLengthSQ(pt)", "quick/framework/cocos2dx/Cocos2d.lua", 145, 1], [["pDistanceSQ", "cc.pDistanceSQ"], "cc.pDistanceSQ(pt1, pt2)", "quick/framework/cocos2dx/Cocos2d.lua", 149, 1], [["pGetClampPoint", "cc.pGetClampPoint"], "cc.pGetClampPoint(pt1, pt2, pt3)", "quick/framework/cocos2dx/Cocos2d.lua", 153, 1], [["pFromSize", "cc.pFromSize"], "cc.pFromSize(sz)", "quick/framework/cocos2dx/Cocos2d.lua", 157, 1], [["pLerp", "cc.pLerp"], "cc.pLerp(pt1, pt2, alpha)", "quick/framework/cocos2dx/Cocos2d.lua", 161, 1], [["pFuzzyEqual", "cc.pFuzzyEqual"], "cc.pFuzzyEqual(pt1, pt2, variance)", "quick/framework/cocos2dx/Cocos2d.lua", 165, 1], [["pRotateByAngle", "cc.pRotateByAngle"], "cc.pRotateByAngle(pt1, pt2, angle)", "quick/framework/cocos2dx/Cocos2d.lua", 173, 1], [["pIsSegmentIntersect", "cc.pIsSegmentIntersect"], "cc.pIsSegmentIntersect(pt1, pt2, pt3, pt4)", "quick/framework/cocos2dx/Cocos2d.lua", 177, 1], [["pGetIntersectPoint", "cc.pGetIntersectPoint"], "cc.pGetIntersectPoint(pt1, pt2, pt3, pt4)", "quick/framework/cocos2dx/Cocos2d.lua", 188, 1], [["size", "cc.size"], "cc.size(_width, _height)", "quick/framework/cocos2dx/Cocos2d.lua", 198, 1], [["rect", "cc.rect"], "cc.rect(_x, _y, _width, _height)", "quick/framework/cocos2dx/Cocos2d.lua", 203, 1], [["rectEqualToRect", "cc.rectEqualToRect"], "cc.rectEqualToRect(rect1, rect2)", "quick/framework/cocos2dx/Cocos2d.lua", 207, 1], [["rectGetMaxX", "cc.rectGetMaxX"], "cc.rectGetMaxX(rect)", "quick/framework/cocos2dx/Cocos2d.lua", 217, 1], [["rectGetMidX", "cc.rectGetMidX"], "cc.rectGetMidX(rect)", "quick/framework/cocos2dx/Cocos2d.lua", 221, 1], [["rectGetMinX", "cc.rectGetMinX"], "cc.rectGetMinX(rect)", "quick/framework/cocos2dx/Cocos2d.lua", 225, 1], [["rectGetMaxY", "cc.rectGetMaxY"], "cc.rectGetMaxY(rect)", "quick/framework/cocos2dx/Cocos2d.lua", 229, 1], [["rectGetMidY", "cc.rectGetMidY"], "cc.rectGetMidY(rect)", "quick/framework/cocos2dx/Cocos2d.lua", 233, 1], [["rectGetMinY", "cc.rectGetMinY"], "cc.rectGetMinY(rect)", "quick/framework/cocos2dx/Cocos2d.lua", 237, 1], [["rectContainsPoint", "cc.rectContainsPoint"], "cc.rectContainsPoint(rect, point)", "quick/framework/cocos2dx/Cocos2d.lua", 241, 1], [["rectIntersectsRect", "cc.rectIntersectsRect"], "cc.rectIntersectsRect(rect1, rect2)", "quick/framework/cocos2dx/Cocos2d.lua", 252, 1], [["rectUnion", "cc.rectUnion"], "cc.rectUnion(rect1, rect2)", "quick/framework/cocos2dx/Cocos2d.lua", 261, 1], [["rectIntersection", "cc.rectIntersection"], "cc.rectIntersection(rect1, rect2)", "quick/framework/cocos2dx/Cocos2d.lua", 270, 1], [["c3b", "cc.c3b"], "cc.c3b(_r, _g, _b)", "quick/framework/cocos2dx/Cocos2d.lua", 282, 1], [["c4b", "cc.c4b"], "cc.c4b(_r, _g, _b, _a)", "quick/framework/cocos2dx/Cocos2d.lua", 287, 1], [["c4f", "cc.c4f"], "cc.c4f(_r, _g, _b, _a)", "quick/framework/cocos2dx/Cocos2d.lua", 292, 1], [["c4bFromc3b", "cc.c4bFromc3b"], "cc.c4bFromc3b(c)", "quick/framework/cocos2dx/Cocos2d.lua", 296, 1], [["c4bFromc4f", "cc.c4bFromc4f"], "cc.c4bFromc4f(c)", "quick/framework/cocos2dx/Cocos2d.lua", 300, 1], [["c4fFromc3b", "cc.c4fFromc3b"], "cc.c4fFromc3b(c)", "quick/framework/cocos2dx/Cocos2d.lua", 304, 1], [["c4fFromc4b", "cc.c4fFromc4b"], "cc.c4fFromc4b(c)", "quick/framework/cocos2dx/Cocos2d.lua", 308, 1], [["vertex2F", "cc.vertex2F"], "cc.vertex2F(_x, _y)", "quick/framework/cocos2dx/Cocos2d.lua", 313, 1], [["Vertex3F", "cc.Vertex3F"], "cc.Vertex3F(_x, _y, _z)", "quick/framework/cocos2dx/Cocos2d.lua", 318, 1], [["tex2F", "cc.tex2F"], "cc.tex2F(_u, _v)", "quick/framework/cocos2dx/Cocos2d.lua", 323, 1], [["PointSprite", "cc.PointSprite"], "cc.PointSprite(_pos, _color, _size)", "quick/framework/cocos2dx/Cocos2d.lua", 328, 1], [["Quad2", "cc.Quad2"], "cc.Quad2(_tl, _tr, _bl, _br)", "quick/framework/cocos2dx/Cocos2d.lua", 333, 1], [["Quad3", "cc.Quad3"], "cc.Quad3(_tl, _tr, _bl, _br)", "quick/framework/cocos2dx/Cocos2d.lua", 338, 1], [["V2F_C4B_T2F", "cc.V2F_C4B_T2F"], "cc.V2F_C4B_T2F(_vertices, _colors, _texCoords)", "quick/framework/cocos2dx/Cocos2d.lua", 343, 1], [["V2F_C4F_T2F", "cc.V2F_C4F_T2F"], "cc.V2F_C4F_T2F(_vertices, _colors, _texCoords)", "quick/framework/cocos2dx/Cocos2d.lua", 348, 1], [["V3F_C4B_T2F", "cc.V3F_C4B_T2F"], "cc.V3F_C4B_T2F(_vertices, _colors, _texCoords)", "quick/framework/cocos2dx/Cocos2d.lua", 353, 1], [["V2F_C4B_T2F_Quad", "cc.V2F_C4B_T2F_Quad"], "cc.V2F_C4B_T2F_Quad(_bl, _br, _tl, _tr)", "quick/framework/cocos2dx/Cocos2d.lua", 358, 1], [["V3F_C4B_T2F_Quad", "cc.V3F_C4B_T2F_Quad"], "cc.V3F_C4B_T2F_Quad(_tl, _bl, _tr, _br)", "quick/framework/cocos2dx/Cocos2d.lua", 363, 1], [["V2F_C4F_T2F_Quad", "cc.V2F_C4F_T2F_Quad"], "cc.V2F_C4F_T2F_Quad(_bl, _br, _tl, _tr)", "quick/framework/cocos2dx/Cocos2d.lua", 368, 1], [["T2F_Quad", "cc.T2F_Quad"], "cc.T2F_Quad(_bl, _br, _tl, _tr)", "quick/framework/cocos2dx/Cocos2d.lua", 373, 1], [["AnimationFrameData", "cc.AnimationFrameData"], "cc.AnimationFrameData(_texCoords, _delay, _size)", "quick/framework/cocos2dx/Cocos2d.lua", 378, 1], [["PhysicsMaterial", "cc.PhysicsMaterial"], "cc.PhysicsMaterial(_density, _restitution, _friction)", "quick/framework/cocos2dx/Cocos2d.lua", 383, 1], [["__onParseConfig"], "__onParseConfig(configType, jasonStr)", "quick/framework/cocos2dx/Cocos2d.lua", 393, 1], [["drawPolygon"], "DrawNode:drawPolygon(points, params)", "quick/framework/cocos2dx/DrawNodeEx.lua", 33, 1], [["drawDot"], "DrawNode:drawDot(point, radius, color)", "quick/framework/cocos2dx/DrawNodeEx.lua", 48, 1], [["NODE_EVENT"], "NODE_EVENT", "quick/framework/cocos2dx/Event.lua", 34, 1], [["NODE_ENTER_FRAME_EVENT"], "NODE_ENTER_FRAME_EVENT", "quick/framework/cocos2dx/Event.lua", 35, 1], [["NODE_TOUCH_EVENT"], "NODE_TOUCH_EVENT", "quick/framework/cocos2dx/Event.lua", 36, 1], [["NODE_TOUCH_CAPTURE_EVENT"], "NODE_TOUCH_CAPTURE_EVENT", "quick/framework/cocos2dx/Event.lua", 37, 1], [["MENU_ITEM_CLICKED_EVENT"], "MENU_ITEM_CLICKED_EVENT", "quick/framework/cocos2dx/Event.lua", 38, 1], [["ACCELERATE_EVENT"], "ACCELERATE_EVENT", "quick/framework/cocos2dx/Event.lua", 39, 1], [["KEYPAD_EVENT"], "KEYPAD_EVENT", "quick/framework/cocos2dx/Event.lua", 40, 1], [["NODE_TOUCH_CAPTURING_PHASE"], "NODE_TOUCH_CAPTURING_PHASE", "quick/framework/cocos2dx/Event.lua", 42, 1], [["NODE_TOUCH_TARGETING_PHASE"], "NODE_TOUCH_TARGETING_PHASE", "quick/framework/cocos2dx/Event.lua", 43, 1], [["TouchesAllAtOnce"], "TouchesAllAtOnce", "quick/framework/cocos2dx/NodeEx.lua", 35, 1], [["TouchesOneByOne"], "TouchesOneByOne", "quick/framework/cocos2dx/NodeEx.lua", 36, 1], [["TOUCH_MODE_ALL_AT_ONCE"], "TOUCH_MODE_ALL_AT_ONCE", "quick/framework/cocos2dx/NodeEx.lua", 37, 1], [["TOUCH_MODE_ONE_BY_ONE"], "TOUCH_MODE_ONE_BY_ONE", "quick/framework/cocos2dx/NodeEx.lua", 38, 1], [["align"], "Node:align(anchorPoint, x, y)", "quick/framework/cocos2dx/NodeEx.lua", 48, 1], [["schedule"], "Node:schedule(callback, interval)", "quick/framework/cocos2dx/NodeEx.lua", 54, 1], [["performWithDelay"], "Node:performWithDelay(callback, delay)", "quick/framework/cocos2dx/NodeEx.lua", 64, 1], [["getCascadeBoundingBox"], "Node:getCascadeBoundingBox", "quick/framework/cocos2dx/NodeEx.lua", 73, 1], [["hitTest"], "Node:hitTest(point, bCascade)", "quick/framework/cocos2dx/NodeEx.lua", 96, 1], [["removeSelf"], "Node:removeSelf", "quick/framework/cocos2dx/NodeEx.lua", 111, 1], [["onEnter"], "Node:onEnter", "quick/framework/cocos2dx/NodeEx.lua", 115, 1], [["onExit"], "Node:onExit", "quick/framework/cocos2dx/NodeEx.lua", 118, 1], [["onEnterTransitionFinish"], "Node:onEnterTransitionFinish", "quick/framework/cocos2dx/NodeEx.lua", 121, 1], [["onExitTransitionStart"], "Node:onExitTransitionStart", "quick/framework/cocos2dx/NodeEx.lua", 124, 1], [["onCleanup"], "Node:onCleanup", "quick/framework/cocos2dx/NodeEx.lua", 127, 1], [["setNodeEventEnabled"], "Node:setNodeEventEnabled(enabled, listener)", "quick/framework/cocos2dx/NodeEx.lua", 130, 1], [["setTouchEnabled"], "Node:setTouchEnabled(enable)", "quick/framework/cocos2dx/NodeEx.lua", 161, 1], [["setKeypadEnabled"], "Node:setKeypadEnabled(enable)", "quick/framework/cocos2dx/NodeEx.lua", 173, 1], [["isKeypadEnabled"], "Node:isKeypadEnabled", "quick/framework/cocos2dx/NodeEx.lua", 212, 1], [["scheduleUpdate"], "Node:scheduleUpdate", "quick/framework/cocos2dx/NodeEx.lua", 220, 1], [["setBaseNodeEventListener"], "Node:setBaseNodeEventListener", "quick/framework/cocos2dx/NodeEx.lua", 233, 1], [["addNodeEventListener"], "Node:addNodeEventListener(evt, hdl, tag, priority)", "quick/framework/cocos2dx/NodeEx.lua", 241, 1], [["removeNodeEventListener"], "Node:removeNodeEventListener(listener)", "quick/framework/cocos2dx/NodeEx.lua", 280, 1], [["removeNodeEventListenersByEvent"], "Node:removeNodeEventListenersByEvent(evt)", "quick/framework/cocos2dx/NodeEx.lua", 302, 1], [["removeAllNodeEventListeners"], "Node:removeAllNodeEventListeners", "quick/framework/cocos2dx/NodeEx.lua", 323, 1], [["EventDispatcher"], "Node:EventDispatcher(idx, data)", "quick/framework/cocos2dx/NodeEx.lua", 348, 1], [["setAutoCleanupEnabled"], "Scene:setAutoCleanupEnabled", "quick/framework/cocos2dx/SceneEx.lua", 28, 1], [["markAutoCleanupImage"], "Scene:markAutoCleanupImage(imageName)", "quick/framework/cocos2dx/SceneEx.lua", 41, 1], [["playAnimationOnce"], "Sprite:playAnimationOnce(animation, removeWhenFinished, onComplete, delay)", "quick/framework/cocos2dx/SpriteEx.lua", 28, 1], [["playAnimationForever"], "Sprite:playAnimationForever(animation, delay)", "quick/framework/cocos2dx/SpriteEx.lua", 32, 1], [["crypto"], "crypto", "quick/framework/crypto.lua", 33, 1], [["encryptAES256", "crypto.encryptAES256"], "crypto.encryptAES256(plaintext, key)", "quick/framework/crypto.lua", 46, 1], [["decryptAES256", "crypto.decryptAES256"], "crypto.decryptAES256(ciphertext, key)", "quick/framework/crypto.lua", 63, 1], [["encryptXXTEA", "crypto.encryptXXTEA"], "crypto.encryptXXTEA(plaintext, key)", "quick/framework/crypto.lua", 80, 1], [["decryptXXTEA", "crypto.decryptXXTEA"], "crypto.decryptXXTEA(ciphertext, key)", "quick/framework/crypto.lua", 97, 1], [["encodeBase64", "crypto.encodeBase64"], "crypto.encodeBase64(plaintext)", "quick/framework/crypto.lua", 113, 1], [["decodeBase64", "crypto.decodeBase64"], "crypto.decodeBase64(ciphertext)", "quick/framework/crypto.lua", 128, 1], [["md5", "crypto.md5"], "crypto.md5(input, isRawOutput)", "quick/framework/crypto.lua", 144, 1], [["md5file", "crypto.md5file"], "crypto.md5file(path)", "quick/framework/crypto.lua", 160, 1], [["DEPRECATED"], "DEPRECATED(newfunction, oldname, newname)", "quick/framework/debug.lua", 50, 1], [["PRINT_DEPRECATED"], "PRINT_DEPRECATED(msg)", "quick/framework/debug.lua", 62, 1], [["printLog"], "printLog(tag, fmt, ...)", "quick/framework/debug.lua", 85, 1], [["printError"], "printError(fmt, ...)", "quick/framework/debug.lua", 103, 1], [["printInfo"], "printInfo(fmt, ...)", "quick/framework/debug.lua", 116, 1], [["dump"], "dump(value, desciption, nesting)", "quick/framework/debug.lua", 141, 1], [["device"], "device", "quick/framework/device.lua", 56, 1], [["platform"], "platform", "quick/framework/device.lua", 58, 1], [["model"], "model", "quick/framework/device.lua", 59, 1], [["language"], "language", "quick/framework/device.lua", 109, 1], [["writablePath"], "writablePath", "quick/framework/device.lua", 110, 1], [["directorySeparator"], "directorySeparator", "quick/framework/device.lua", 112, 1], [["pathSeparator"], "pathSeparator", "quick/framework/device.lua", 113, 1], [["showActivityIndicator", "device.showActivityIndicator"], "device.showActivityIndicator", "quick/framework/device.lua", 143, 1], [["hideActivityIndicator", "device.hideActivityIndicator"], "device.hideActivityIndicator", "quick/framework/device.lua", 158, 1], [["showAlert", "device.showAlert"], "device.showAlert(title, message, buttonLabels, listener)", "quick/framework/device.lua", 200, 1], [["cancelAlert", "device.cancelAlert"], "device.cancelAlert", "quick/framework/device.lua", 250, 1], [["getOpenUDID", "device.getOpenUDID"], "device.getOpenUDID", "quick/framework/device.lua", 279, 1], [["openURL", "device.openURL"], "device.openURL(url)", "quick/framework/device.lua", 321, 1], [["showInputBox", "device.showInputBox"], "device.showInputBox(title, message, defaultValue)", "quick/framework/device.lua", 340, 1], [["display"], "display", "quick/framework/display.lua", 68, 1], [["sizeInPixels"], "sizeInPixels", "quick/framework/display.lua", 84, 1], [["screenScale"], "screenScale", "quick/framework/display.lua", 144, 1], [["contentScaleFactor"], "contentScaleFactor", "quick/framework/display.lua", 145, 1], [["size"], "size", "quick/framework/display.lua", 146, 1], [["width"], "width", "quick/framework/display.lua", 147, 1], [["height"], "height", "quick/framework/display.lua", 148, 1], [["cx"], "cx", "quick/framework/display.lua", 149, 1], [["cy"], "cy", "quick/framework/display.lua", 150, 1], [["c_left"], "c_left", "quick/framework/display.lua", 151, 1], [["c_right"], "c_right", "quick/framework/display.lua", 152, 1], [["c_top"], "c_top", "quick/framework/display.lua", 153, 1], [["c_bottom"], "c_bottom", "quick/framework/display.lua", 154, 1], [["left"], "left", "quick/framework/display.lua", 155, 1], [["right"], "right", "quick/framework/display.lua", 156, 1], [["top"], "top", "quick/framework/display.lua", 157, 1], [["bottom"], "bottom", "quick/framework/display.lua", 158, 1], [["widthInPixels"], "widthInPixels", "quick/framework/display.lua", 159, 1], [["heightInPixels"], "heightInPixels", "quick/framework/display.lua", 160, 1], [["COLOR_WHITE"], "COLOR_WHITE", "quick/framework/display.lua", 182, 1], [["COLOR_BLACK"], "COLOR_BLACK", "quick/framework/display.lua", 183, 1], [["COLOR_RED"], "COLOR_RED", "quick/framework/display.lua", 184, 1], [["COLOR_GREEN"], "COLOR_GREEN", "quick/framework/display.lua", 185, 1], [["COLOR_BLUE"], "COLOR_BLUE", "quick/framework/display.lua", 186, 1], [["AUTO_SIZE"], "AUTO_SIZE", "quick/framework/display.lua", 188, 1], [["FIXED_SIZE"], "FIXED_SIZE", "quick/framework/display.lua", 189, 1], [["LEFT_TO_RIGHT"], "LEFT_TO_RIGHT", "quick/framework/display.lua", 190, 1], [["RIGHT_TO_LEFT"], "RIGHT_TO_LEFT", "quick/framework/display.lua", 191, 1], [["TOP_TO_BOTTOM"], "TOP_TO_BOTTOM", "quick/framework/display.lua", 192, 1], [["BOTTOM_TO_TOP"], "BOTTOM_TO_TOP", "quick/framework/display.lua", 193, 1], [["CENTER"], "CENTER", "quick/framework/display.lua", 195, 1], [["LEFT_TOP"], "LEFT_TOP", "quick/framework/display.lua", 196, 1], [["TOP_LEFT"], "TOP_LEFT", "quick/framework/display.lua", 196, 1], [["CENTER_TOP"], "CENTER_TOP", "quick/framework/display.lua", 197, 1], [["TOP_CENTER"], "TOP_CENTER", "quick/framework/display.lua", 197, 1], [["RIGHT_TOP"], "RIGHT_TOP", "quick/framework/display.lua", 198, 1], [["TOP_RIGHT"], "TOP_RIGHT", "quick/framework/display.lua", 198, 1], [["CENTER_LEFT"], "CENTER_LEFT", "quick/framework/display.lua", 199, 1], [["LEFT_CENTER"], "LEFT_CENTER", "quick/framework/display.lua", 199, 1], [["CENTER_RIGHT"], "CENTER_RIGHT", "quick/framework/display.lua", 200, 1], [["RIGHT_CENTER"], "RIGHT_CENTER", "quick/framework/display.lua", 200, 1], [["BOTTOM_LEFT"], "BOTTOM_LEFT", "quick/framework/display.lua", 201, 1], [["LEFT_BOTTOM"], "LEFT_BOTTOM", "quick/framework/display.lua", 201, 1], [["BOTTOM_RIGHT"], "BOTTOM_RIGHT", "quick/framework/display.lua", 202, 1], [["RIGHT_BOTTOM"], "RIGHT_BOTTOM", "quick/framework/display.lua", 202, 1], [["BOTTOM_CENTER"], "BOTTOM_CENTER", "quick/framework/display.lua", 203, 1], [["CENTER_BOTTOM"], "CENTER_BOTTOM", "quick/framework/display.lua", 203, 1], [["ANCHOR_POINTS"], "ANCHOR_POINTS", "quick/framework/display.lua", 205, 1], [["SCENE_TRANSITIONS"], "SCENE_TRANSITIONS", "quick/framework/display.lua", 217, 1], [["TEXTURES_PIXEL_FORMAT"], "TEXTURES_PIXEL_FORMAT", "quick/framework/display.lua", 247, 1], [["DEFAULT_TTF_FONT"], "DEFAULT_TTF_FONT", "quick/framework/display.lua", 249, 1], [["DEFAULT_TTF_FONT_SIZE"], "DEFAULT_TTF_FONT_SIZE", "quick/framework/display.lua", 250, 1], [["newScene", "display.newScene"], "display.newScene(name)", "quick/framework/display.lua", 264, 1], [["newPhysicsScene", "display.newPhysicsScene"], "display.newPhysicsScene(name)", "quick/framework/display.lua", 283, 1], [["wrapSceneWithTransition", "display.wrapSceneWithTransition"], "display.wrapSceneWithTransition(scene, transitionType, time, more)", "quick/framework/display.lua", 354, 1], [["replaceScene", "display.replaceScene"], "display.replaceScene(newScene, transitionType, time, more)", "quick/framework/display.lua", 404, 1], [["getRunningScene", "display.getRunningScene"], "display.getRunningScene", "quick/framework/display.lua", 424, 1], [["pause", "display.pause"], "display.pause", "quick/framework/display.lua", 436, 1], [["resume", "display.resume"], "display.resume", "quick/framework/display.lua", 448, 1], [["newLayer", "display.newLayer"], "display.newLayer", "quick/framework/display.lua", 461, 1], [["newColorLayer", "display.newColorLayer"], "display.newColorLayer(color)", "quick/framework/display.lua", 486, 1], [["newNode", "display.newNode"], "display.newNode", "quick/framework/display.lua", 534, 1], [["newClippingRectangleNode", "display.newClippingRectangleNode"], "display.newClippingRectangleNode(rect)", "quick/framework/display.lua", 580, 1], [["newClippingRegionNode"], "newClippingRegionNode", "quick/framework/display.lua", 601, 1], [["newSprite", "display.newSprite"], "display.newSprite(filename, x, y, params)", "quick/framework/display.lua", 647, 1], [["newScale9Sprite", "display.newScale9Sprite"], "display.newScale9Sprite(filename, x, y, size, capInsets)", "quick/framework/display.lua", 738, 1], [["newTilesSprite", "display.newTilesSprite"], "display.newTilesSprite(filename, rect)", "quick/framework/display.lua", 754, 1], [["newTiledBatchNode", "display.newTiledBatchNode"], "display.newTiledBatchNode(filename, plistFile, size, hPadding, vPadding)", "quick/framework/display.lua", 785, 1], [["newFilteredSprite", "display.newFilteredSprite"], "display.newFilteredSprite(filename, filters, params)", "quick/framework/display.lua", 826, 1], [["newGraySprite", "display.newGraySprite"], "display.newGraySprite(filename, params)", "quick/framework/display.lua", 875, 1], [["newDrawNode", "display.newDrawNode"], "display.newDrawNode", "quick/framework/display.lua", 889, 1], [["newSolidCircle", "display.newSolidCircle"], "display.newSolidCircle(radius, params)", "quick/framework/display.lua", 918, 1], [["newCircle", "display.newCircle"], "display.newCircle(radius, params)", "quick/framework/display.lua", 954, 1], [["newRect", "display.newRect"], "display.newRect(rect, params)", "quick/framework/display.lua", 1035, 1], [["newLine", "display.newLine"], "display.newLine(points, params)", "quick/framework/display.lua", 1082, 1], [["newPolygon", "display.newPolygon"], "display.newPolygon(points, params, drawNode)", "quick/framework/display.lua", 1137, 1], [["newBMFontLabel", "display.newBMFontLabel"], "display.newBMFontLabel(params)", "quick/framework/display.lua", 1205, 1], [["newTTFLabel", "display.newTTFLabel"], "display.newTTFLabel(params)", "quick/framework/display.lua", 1286, 1], [["align", "display.align"], "display.align(target, anchorPoint, x, y)", "quick/framework/display.lua", 1366, 1], [["addImageAsync", "display.addImageAsync"], "display.addImageAsync(imagePath, callback)", "quick/framework/display.lua", 1371, 1], [["addSpriteFrames", "display.addSpriteFrames"], "display.addSpriteFrames(plistFilename, image, handler)", "quick/framework/display.lua", 1411, 1], [["removeSpriteFramesWithFile", "display.removeSpriteFramesWithFile"], "display.removeSpriteFramesWithFile(plistFilename, imageName)", "quick/framework/display.lua", 1450, 1], [["setTexturePixelFormat", "display.setTexturePixelFormat"], "display.setTexturePixelFormat(filename, format)", "quick/framework/display.lua", 1478, 1], [["removeSpriteFrameByImageName", "display.removeSpriteFrameByImageName"], "display.removeSpriteFrameByImageName(imageName)", "quick/framework/display.lua", 1500, 1], [["newBatchNode", "display.newBatchNode"], "display.newBatchNode(image, capacity)", "quick/framework/display.lua", 1543, 1], [["newSpriteFrame", "display.newSpriteFrame"], "display.newSpriteFrame(frameName)", "quick/framework/display.lua", 1577, 1], [["newFrames", "display.newFrames"], "display.newFrames(pattern, begin, length, isReversed)", "quick/framework/display.lua", 1614, 1], [["newAnimation", "display.newAnimation"], "display.newAnimation(frames, time)", "quick/framework/display.lua", 1660, 1], [["setAnimationCache", "display.setAnimationCache"], "display.setAnimationCache(name, animation)", "quick/framework/display.lua", 1696, 1], [["getAnimationCache", "display.getAnimationCache"], "display.getAnimationCache(name)", "quick/framework/display.lua", 1710, 1], [["removeAnimationCache", "display.removeAnimationCache"], "display.removeAnimationCache(name)", "quick/framework/display.lua", 1723, 1], [["removeUnusedSpriteFrames", "display.removeUnusedSpriteFrames"], "display.removeUnusedSpriteFrames", "quick/framework/display.lua", 1735, 1], [["PROGRESS_TIMER_BAR"], "PROGRESS_TIMER_BAR", "quick/framework/display.lua", 1761, 1], [["PROGRESS_TIMER_RADIAL"], "PROGRESS_TIMER_RADIAL", "quick/framework/display.lua", 1762, 1], [["newProgressTimer", "display.newProgressTimer"], "display.newProgressTimer(image, progresssType)", "quick/framework/display.lua", 1764, 1], [["captureScreen", "display.captureScreen"], "display.captureScreen(callback, fileName)", "quick/framework/display.lua", 1798, 1], [["filter"], "filter", "quick/framework/filter.lua", 14, 1], [["newFilter", "filter.newFilter"], "filter.newFilter(__filterName, __param)", "quick/framework/filter.lua", 56, 1], [["newFilters", "filter.newFilters"], "filter.newFilters(__filterNames, __params)", "quick/framework/filter.lua", 97, 1], [["printf"], "printf(fmt, ...)", "quick/framework/functions.lua", 48, 1], [["checknumber"], "checknumber(value, base)", "quick/framework/functions.lua", 62, 1], [["checkint"], "checkint(value)", "quick/framework/functions.lua", 75, 1], [["checkbool"], "checkbool(value)", "quick/framework/functions.lua", 88, 1], [["checktable"], "checktable(value)", "quick/framework/functions.lua", 101, 1], [["isset"], "isset(hashtable, key)", "quick/framework/functions.lua", 116, 1], [["clone"], "clone(object)", "quick/framework/functions.lua", 144, 1], [["class"], "class(classname, super)", "quick/framework/functions.lua", 284, 1], [["iskindof"], "iskindof(obj, classname)", "quick/framework/functions.lua", 363, 1], [["import"], "import(moduleName, currentModuleName)", "quick/framework/functions.lua", 455, 1], [["handler"], "handler(obj, method)", "quick/framework/functions.lua", 532, 1], [["newrandomseed", "math.newrandomseed"], "math.newrandomseed", "quick/framework/functions.lua", 550, 1], [["round", "math.round"], "math.round(value)", "quick/framework/functions.lua", 577, 1], [["angle2radian", "math.angle2radian"], "math.angle2radian(angle)", "quick/framework/functions.lua", 590, 1], [["radian2angle", "math.radian2angle"], "math.radian2angle(radian)", "quick/framework/functions.lua", 602, 1], [["exists", "io.exists"], "io.exists(path)", "quick/framework/functions.lua", 638, 1], [["readfile", "io.readfile"], "io.readfile(path)", "quick/framework/functions.lua", 665, 1], [["writefile", "io.writefile"], "io.writefile(path, content, mode)", "quick/framework/functions.lua", 702, 1], [["pathinfo", "io.pathinfo"], "io.pathinfo(path)", "quick/framework/functions.lua", 742, 1], [["filesize", "io.filesize"], "io.filesize(path)", "quick/framework/functions.lua", 778, 1], [["nums", "table.nums"], "table.nums(t)", "quick/framework/functions.lua", 812, 1], [["keys", "table.keys"], "table.keys(hashtable)", "quick/framework/functions.lua", 844, 1], [["values", "table.values"], "table.values(hashtable)", "quick/framework/functions.lua", 876, 1], [["merge", "table.merge"], "table.merge(dest, src)", "quick/framework/functions.lua", 909, 1], [["insertto", "table.insertto"], "table.insertto(dest, src, begin)", "quick/framework/functions.lua", 945, 1], [["indexof", "table.indexof"], "table.indexof(array, value, begin)", "quick/framework/functions.lua", 982, 1], [["keyof", "table.keyof"], "table.keyof(hashtable, value)", "quick/framework/functions.lua", 1013, 1], [["removebyvalue", "table.removebyvalue"], "table.removebyvalue(array, value, removeall)", "quick/framework/functions.lua", 1045, 1], [["map", "table.map"], "table.map(t, fn)", "quick/framework/functions.lua", 1105, 1], [["walk", "table.walk"], "table.walk(t, fn)", "quick/framework/functions.lua", 1147, 1], [["filter", "table.filter"], "table.filter(t, fn)", "quick/framework/functions.lua", 1196, 1], [["unique", "table.unique"], "table.unique(t, bArray)", "quick/framework/functions.lua", 1235, 1], [["htmlspecialchars", "string.htmlspecialchars"], "string.htmlspecialchars(input)", "quick/framework/functions.lua", 1288, 1], [["restorehtmlspecialchars", "string.restorehtmlspecialchars"], "string.restorehtmlspecialchars(input)", "quick/framework/functions.lua", 1318, 1], [["nl2br", "string.nl2br"], "string.nl2br(input)", "quick/framework/functions.lua", 1349, 1], [["text2html", "string.text2html"], "string.text2html(input)", "quick/framework/functions.lua", 1377, 1], [["split", "string.split"], "string.split(input, delimiter)", "quick/framework/functions.lua", 1414, 1], [["ltrim", "string.ltrim"], "string.ltrim(input)", "quick/framework/functions.lua", 1460, 1], [["rtrim", "string.rtrim"], "string.rtrim(input)", "quick/framework/functions.lua", 1489, 1], [["trim", "string.trim"], "string.trim(input)", "quick/framework/functions.lua", 1510, 1], [["ucfirst", "string.ucfirst"], "string.ucfirst(input)", "quick/framework/functions.lua", 1539, 1], [["urlencode", "string.urlencode"], "string.urlencode(input)", "quick/framework/functions.lua", 1573, 1], [["urldecode", "string.urldecode"], "string.urldecode(input)", "quick/framework/functions.lua", 1608, 1], [["utf8len", "string.utf8len"], "string.utf8len(input)", "quick/framework/functions.lua", 1639, 1], [["formatnumberthousands", "string.formatnumberthousands"], "string.formatnumberthousands(num)", "quick/framework/functions.lua", 1682, 1], [["json"], "json", "quick/framework/json.lua", 33, 1], [["encode", "json.encode"], "json.encode(var)", "quick/framework/json.lua", 86, 1], [["decode", "json.decode"], "json.decode(text)", "quick/framework/json.lua", 143, 1], [["luaj"], "luaj", "quick/framework/luaj.lua", 33, 1], [["callStaticMethod", "luaj.callStaticMethod"], "luaj.callStaticMethod(className, methodName, args, sig)", "quick/framework/luaj.lua", 77, 1], [["luaoc"], "luaoc", "quick/framework/luaoc.lua", 33, 1], [["callStaticMethod", "luaoc.callStaticMethod"], "luaoc.callStaticMethod(className, methodName, args)", "quick/framework/luaoc.lua", 49, 1], [["network"], "network", "quick/framework/network.lua", 34, 1], [["isLocalWiFiAvailable", "network.isLocalWiFiAvailable"], "network.isLocalWiFiAvailable", "quick/framework/network.lua", 52, 1], [["isInternetConnectionAvailable", "network.isInternetConnectionAvailable"], "network.isInternetConnectionAvailable", "quick/framework/network.lua", 72, 1], [["isHostNameReachable", "network.isHostNameReachable"], "network.isHostNameReachable(hostname)", "quick/framework/network.lua", 101, 1], [["getInternetConnectionStatus", "network.getInternetConnectionStatus"], "network.getInternetConnectionStatus", "quick/framework/network.lua", 129, 1], [["createHTTPRequest", "network.createHTTPRequest"], "network.createHTTPRequest(callback, url, method)", "quick/framework/network.lua", 184, 1], [["uploadFile", "network.uploadFile"], "network.uploadFile(callback, url, datas)", "quick/framework/network.lua", 245, 1], [["makeCookieString", "network.makeCookieString"], "network.makeCookieString(cookie)", "quick/framework/network.lua", 282, 1], [["parseCookie", "network.parseCookie"], "network.parseCookie(cookieString)", "quick/framework/network.lua", 307, 1], [["exists", "io.exists"], "io.exists(path)", "quick/framework/platform/android.lua", 8, 1], [["readfile", "io.readfile"], "io.readfile(path)", "quick/framework/platform/android.lua", 12, 1], [["showAlertAndroid", "device.showAlertAndroid"], "device.showAlertAndroid(title, message, buttonLabels, listener)", "quick/framework/platform/android.lua", 16, 1], [["showAlertIOS", "device.showAlertIOS"], "device.showAlertIOS(title, message, buttonLabels, listener)", "quick/framework/platform/ios.lua", 8, 1], [["scheduler"], "scheduler", "quick/framework/scheduler.lua", 38, 1], [["scheduleUpdateGlobal", "scheduler.scheduleUpdateGlobal"], "scheduler.scheduleUpdateGlobal(listener)", "quick/framework/scheduler.lua", 62, 1], [["scheduleGlobal", "scheduler.scheduleGlobal"], "scheduler.scheduleGlobal(listener, interval)", "quick/framework/scheduler.lua", 93, 1], [["unscheduleGlobal", "scheduler.unscheduleGlobal"], "scheduler.unscheduleGlobal(handle)", "quick/framework/scheduler.lua", 114, 1], [["performWithDelayGlobal", "scheduler.performWithDelayGlobal"], "scheduler.performWithDelayGlobal(listener, time)", "quick/framework/scheduler.lua", 137, 1], [["add"], "Node:add(child, zorder, tag)", "quick/framework/shortcodes.lua", 50, 1], [["addTo"], "Node:addTo(target, zorder, tag)", "quick/framework/shortcodes.lua", 68, 1], [["show"], "Node:show", "quick/framework/shortcodes.lua", 83, 1], [["hide"], "Node:hide", "quick/framework/shortcodes.lua", 97, 1], [["pos"], "Node:pos(x, y)", "quick/framework/shortcodes.lua", 113, 1], [["center"], "Node:center", "quick/framework/shortcodes.lua", 127, 1], [["scale"], "Node:scale(scale)", "quick/framework/shortcodes.lua", 142, 1], [["rotation"], "Node:rotation(r)", "quick/framework/shortcodes.lua", 157, 1], [["size"], "Node:size(width, height)", "quick/framework/shortcodes.lua", 173, 1], [["opacity"], "Node:opacity(opacity)", "quick/framework/shortcodes.lua", 192, 1], [["zorder"], "Node:zorder(z)", "quick/framework/shortcodes.lua", 207, 1], [["displayFrame"], "Sprite:displayFrame(frame)", "quick/framework/shortcodes.lua", 231, 1], [["flipX"], "Sprite:flipX(b)", "quick/framework/shortcodes.lua", 246, 1], [["flipY"], "Sprite:flipY(b)", "quick/framework/shortcodes.lua", 261, 1], [["onTouch"], "Layer:onTouch(listener)", "quick/framework/shortcodes.lua", 289, 1], [["enableTouch"], "Layer:enableTouch(enabled)", "quick/framework/shortcodes.lua", 310, 1], [["onKeypad"], "Layer:onKeypad(listener)", "quick/framework/shortcodes.lua", 325, 1], [["enableKeypad"], "Layer:enableKeypad(enabled)", "quick/framework/shortcodes.lua", 346, 1], [["onAccelerate"], "Layer:onAccelerate(listener)", "quick/framework/shortcodes.lua", 361, 1], [["enableAccelerometer"], "Layer:enableAccelerometer(enabled)", "quick/framework/shortcodes.lua", 382, 1], [["stop"], "Node:stop", "quick/framework/shortcodes.lua", 399, 1], [["fadeIn"], "Node:fadeIn(time)", "quick/framework/shortcodes.lua", 414, 1], [["fadeOut"], "Node:fadeOut(time)", "quick/framework/shortcodes.lua", 429, 1], [["fadeTo"], "Node:fadeTo(time, opacity)", "quick/framework/shortcodes.lua", 445, 1], [["moveTo"], "Node:moveTo(time, x, y)", "quick/framework/shortcodes.lua", 462, 1], [["moveBy"], "Node:moveBy(time, x, y)", "quick/framework/shortcodes.lua", 479, 1], [["rotateTo"], "Node:rotateTo(time, rotation)", "quick/framework/shortcodes.lua", 495, 1], [["rotateBy"], "Node:rotateBy(time, rotation)", "quick/framework/shortcodes.lua", 511, 1], [["scaleTo"], "Node:scaleTo(time, scale)", "quick/framework/shortcodes.lua", 527, 1], [["scaleBy"], "Node:scaleBy(time, scale)", "quick/framework/shortcodes.lua", 543, 1], [["skewTo"], "Node:skewTo(time, sx, sy)", "quick/framework/shortcodes.lua", 560, 1], [["skewBy"], "Node:skewBy(time, sx, sy)", "quick/framework/shortcodes.lua", 577, 1], [["tintTo"], "Node:tintTo(time, r, g, b)", "quick/framework/shortcodes.lua", 595, 1], [["tintBy"], "Node:tintBy(time, r, g, b)", "quick/framework/shortcodes.lua", 614, 1], [["transition"], "transition", "quick/framework/transition.lua", 33, 1], [["ACTION_EASING"], "ACTION_EASING", "quick/framework/transition.lua", 35, 1], [["newEasing", "transition.newEasing"], "transition.newEasing(action, easingName, more)", "quick/framework/transition.lua", 72, 1], [["create", "transition.create"], "transition.create(action, args)", "quick/framework/transition.lua", 100, 1], [["execute", "transition.execute"], "transition.execute(target, action, args)", "quick/framework/transition.lua", 196, 1], [["rotateTo", "transition.rotateTo"], "transition.rotateTo(target, args)", "quick/framework/transition.lua", 226, 1], [["moveTo", "transition.moveTo"], "transition.moveTo(target, args)", "quick/framework/transition.lua", 260, 1], [["moveBy", "transition.moveBy"], "transition.moveBy(target, args)", "quick/framework/transition.lua", 296, 1], [["fadeIn", "transition.fadeIn"], "transition.fadeIn(target, args)", "quick/framework/transition.lua", 331, 1], [["fadeOut", "transition.fadeOut"], "transition.fadeOut(target, args)", "quick/framework/transition.lua", 363, 1], [["fadeTo", "transition.fadeTo"], "transition.fadeTo(target, args)", "quick/framework/transition.lua", 392, 1], [["scaleTo", "transition.scaleTo"], "transition.scaleTo(target, args)", "quick/framework/transition.lua", 431, 1], [["sequence", "transition.sequence"], "transition.sequence(actions)", "quick/framework/transition.lua", 480, 1], [["playAnimationOnce", "transition.playAnimationOnce"], "transition.playAnimationOnce(target, animation, removeWhenFinished, onComplete, delay)", "quick/framework/transition.lua", 543, 1], [["playAnimationForever", "transition.playAnimationForever"], "transition.playAnimationForever(target, animation, delay)", "quick/framework/transition.lua", 595, 1], [["removeAction", "transition.removeAction"], "transition.removeAction(action)", "quick/framework/transition.lua", 636, 1], [["stopTarget", "transition.stopTarget"], "transition.stopTarget(target)", "quick/framework/transition.lua", 668, 1], [["pauseTarget", "transition.pauseTarget"], "transition.pauseTarget(target)", "quick/framework/transition.lua", 683, 1], [["resumeTarget", "transition.resumeTarget"], "transition.resumeTarget(target)", "quick/framework/transition.lua", 698, 1], [["ui"], "ui", "quick/framework/ui.lua", 34, 1], [["DEFAULT_TTF_FONT"], "DEFAULT_TTF_FONT", "quick/framework/ui.lua", 36, 1], [["DEFAULT_TTF_FONT_SIZE"], "DEFAULT_TTF_FONT_SIZE", "quick/framework/ui.lua", 37, 1], [["TEXT_ALIGN_LEFT"], "TEXT_ALIGN_LEFT", "quick/framework/ui.lua", 39, 1], [["TEXT_ALIGN_CENTER"], "TEXT_ALIGN_CENTER", "quick/framework/ui.lua", 40, 1], [["TEXT_ALIGN_RIGHT"], "TEXT_ALIGN_RIGHT", "quick/framework/ui.lua", 41, 1], [["TEXT_VALIGN_TOP"], "TEXT_VALIGN_TOP", "quick/framework/ui.lua", 42, 1], [["TEXT_VALIGN_CENTER"], "TEXT_VALIGN_CENTER", "quick/framework/ui.lua", 43, 1], [["TEXT_VALIGN_BOTTOM"], "TEXT_VALIGN_BOTTOM", "quick/framework/ui.lua", 44, 1], [["newEditBox", "ui.newEditBox"], "ui.newEditBox(params)", "quick/framework/ui.lua", 119, 1], [["newTextField", "ui.newTextField"], "ui.newTextField(params)", "quick/framework/ui.lua", 128, 1], [["newBMFontLabel", "ui.newBMFontLabel"], "ui.newBMFontLabel(params)", "quick/framework/ui.lua", 173, 1], [["newTTFLabel", "ui.newTTFLabel"], "ui.newTTFLabel(params)", "quick/framework/ui.lua", 237, 1], [["newTTFLabelWithShadow", "ui.newTTFLabelWithShadow"], "ui.newTTFLabelWithShadow(params)", "quick/framework/ui.lua", 262, 1], [["newTTFLabelWithOutline", "ui.newTTFLabelWithOutline"], "ui.newTTFLabelWithOutline(params)", "quick/framework/ui.lua", 290, 1], [["kComponentOnUpdate"], "kComponentOnUpdate", "cocos/2d/CCComponent.h", 39, 1], [["CUSTOM"], "CUSTOM", "cocos/2d/CCLabel.h", 41, 1], [["GLOW"], "GLOW", "cocos/2d/CCLabel.h", 49, 1], [["kNodeOnCleanup"], "kNodeOnCleanup", "cocos/2d/CCNode.h", 68, 1], [["TMXPropertyTile"], "TMXPropertyTile", "cocos/2d/CCTMXXMLParser.h", 71, 1], [["kAudioSessionProperty_AudioRoute"], "kAudioSessionProperty_AudioRoute", "cocos/audio/mac/CDXMacOSXSupport.h", 45, 1], [["MATRIX_STACK_TEXTURE"], "MATRIX_STACK_TEXTURE", "cocos/base/CCDirector.h", 88, 1], [["kScriptTypeJavascript"], "kScriptTypeJavascript", "cocos/base/CCScriptSupport.h", 53, 1], [["kComponentEvent"], "kComponentEvent", "cocos/base/CCScriptSupport.h", 214, 1], [["BOTTOM"], "BOTTOM", "cocos/base/ccTypes.h", 371, 1], [["RIGHT"], "RIGHT", "cocos/base/ccTypes.h", 380, 1], [["SingleFrame"], "SingleFrame", "cocos/editor-support/cocostudio/ActionTimeline/CCFrame.h", 251, 1], [["kKeyframeMax"], "kKeyframeMax", "cocos/editor-support/cocostudio/CCActionFrame.h", 41, 1], [["LOOP_COMPLETE"], "LOOP_COMPLETE", "cocos/editor-support/cocostudio/CCArmatureAnimation.h", 41, 1], [["CS_DISPLAY_MAX"], "CS_DISPLAY_MAX", "cocos/editor-support/cocostudio/CCDatas.h", 135, 1], [["BLEND_ERASE"], "BLEND_ERASE", "cocos/editor-support/cocostudio/CCDatas.h", 311, 1], [["SP_TIMELINE_IKCONSTRAINT"], "SP_TIMELINE_IKCONSTRAINT", "cocos/editor-support/spine/Animation.h", 87, 1], [["SP_ATLAS_RGBA8888"], "SP_ATLAS_RGBA8888", "cocos/editor-support/spine/Atlas.h", 47, 1], [["SP_ATLAS_MIPMAP_LINEAR_LINEAR"], "SP_ATLAS_MIPMAP_LINEAR_LINEAR", "cocos/editor-support/spine/Atlas.h", 57, 1], [["POLISH"], "POLISH", "cocos/platform/CCCommon.h", 67, 1], [["CHECKBOX_STATE_EVENT_UNSELECTED"], "CHECKBOX_STATE_EVENT_UNSELECTED", "cocos/ui/UICheckBox.h", 40, 1], [["DECLARE_CLASS_GUI_INFO"], "DECLARE_CLASS_GUI_INFO", "cocos/ui/UICheckBox.h", 53, 1], [["UNSELECTED"], "UNSELECTED", "cocos/ui/UICheckBox.h", 59, 1], [["LISTVIEW_ONSELECTEDITEM_END"], "LISTVIEW_ONSELECTEDITEM_END", "cocos/ui/UIListView.h", 39, 1], [["DECLARE_CLASS_GUI_INFO"], "DECLARE_CLASS_GUI_INFO", "cocos/ui/UIListView.h", 48, 1], [["CENTER_VERTICAL"], "CENTER_VERTICAL", "cocos/ui/UIListView.h", 58, 1], [["DECLARE_CLASS_GUI_INFO"], "DECLARE_CLASS_GUI_INFO", "cocos/ui/UIPageView.h", 46, 1], [["TURNING"], "TURNING", "cocos/ui/UIPageView.h", 51, 1], [["SCROLLVIEW_EVENT_BOUNCE_RIGHT"], "SCROLLVIEW_EVENT_BOUNCE_RIGHT", "cocos/ui/UIScrollView.h", 47, 1], [["DECLARE_CLASS_GUI_INFO"], "DECLARE_CLASS_GUI_INFO", "cocos/ui/UIScrollView.h", 57, 1], [["BOTH"], "BOTH", "cocos/ui/UIScrollView.h", 65, 1], [["SLIDER_PERCENTCHANGED"], "SLIDER_PERCENTCHANGED", "cocos/ui/UISlider.h", 40, 1], [["DECLARE_CLASS_GUI_INFO"], "DECLARE_CLASS_GUI_INFO", "cocos/ui/UISlider.h", 53, 1], [["ON_PERCENTAGE_CHANGED"], "ON_PERCENTAGE_CHANGED", "cocos/ui/UISlider.h", 58, 1], [["DECLARE_CLASS_GUI_INFO"], "DECLARE_CLASS_GUI_INFO", "cocos/ui/UITextField.h", 113, 1], [["TOUCH_EVENT_CANCELED"], "TOUCH_EVENT_CANCELED", "cocos/ui/UIWidget.h", 46, 1], [["DOWN"], "DOWN", "cocos/ui/UIWidget.h", 73, 1], [["Skeleton3D"], "Skeleton3D", "cocos/3d/CCSkeleton3D.h", 181, 1], [["getBoneByName"], "getBoneByName(id)", "cocos/3d/CCSkeleton3D.h", 192, 1], [["getRootBone"], "getRootBone(index)", "cocos/3d/CCSkeleton3D.h", 196, 1], [["updateBoneMatrix"], "updateBoneMatrix", "cocos/3d/CCSkeleton3D.h", 202, 1], [["getBoneByIndex"], "getBoneByIndex(index)", "cocos/3d/CCSkeleton3D.h", 191, 1], [["getRootCount"], "getRootCount", "cocos/3d/CCSkeleton3D.h", 195, 1], [["getBoneIndex"], "getBoneIndex(bone)", "cocos/3d/CCSkeleton3D.h", 199, 1], [["getBoneCount"], "getBoneCount", "cocos/3d/CCSkeleton3D.h", 188, 1], [["Sprite3D"], "Sprite3D", "cocos/3d/CCSprite3D.h", 50, 1], [["setCullFaceEnabled"], "setCullFaceEnabled(enable)", "cocos/3d/CCSprite3D.h", 119, 1], [["setTexture"], "setTexture(texture)", "cocos/3d/CCSprite3D.h", 61, 1], [["removeAllAttachNode"], "removeAllAttachNode", "cocos/3d/CCSprite3D.h", 90, 1], [["getMesh"], "getMesh(at)", "cocos/3d/CCSprite3D.h", 73, 1], [["setCullFace"], "setCullFace(cullFace)", "cocos/3d/CCSprite3D.h", 117, 1], [["setLightMask"], "setLightMask(mask)", "cocos/3d/CCSprite3D.h", 122, 1], [["getMeshCount"], "getMeshCount(size)", "cocos/3d/CCSprite3D.h", 76, 1], [["removeAttachNode"], "removeAttachNode(boneName)", "cocos/3d/CCSprite3D.h", 87, 1], [["getSkeleton"], "getSkeleton", "cocos/3d/CCSprite3D.h", 81, 1], [["getMeshByIndex"], "getMeshByIndex(index)", "cocos/3d/CCSprite3D.h", 64, 1], [["getMeshByName"], "getMeshByName(name)", "cocos/3d/CCSprite3D.h", 67, 1], [["getAttachNode"], "getAttachNode(boneName)", "cocos/3d/CCSprite3D.h", 84, 1], [["create", "Sprite3D:create"], "Sprite3D:create(modelPath, texturePath)", "cocos/3d/CCSprite3D.h", 57, 1], [["Mesh"], "Mesh", "cocos/3d/CCMesh.h", 47, 1], [["setTexture"], "setTexture(tex)", "cocos/3d/CCMesh.h", 75, 1], [["getTexture"], "getTexture", "cocos/3d/CCMesh.h", 76, 1], [["setBlendFunc"], "setBlendFunc(blendFunc)", "cocos/3d/CCMesh.h", 94, 1], [["isVisible"], "isVisible", "cocos/3d/CCMesh.h", 80, 1], [["setVisible"], "setVisible(visible)", "cocos/3d/CCMesh.h", 79, 1], [["Animation3D"], "Animation3D", "cocos/3d/CCAnimation3D.h", 41, 1], [["getDuration"], "getDuration", "cocos/3d/CCAnimation3D.h", 67, 1], [["create", "Animation3D:create"], "Animation3D:create(filename, animationName)", "cocos/3d/CCAnimation3D.h", 62, 1], [["Animate3D"], "Animate3D", "cocos/3d/CCAnimate3D.h", 43, 1], [["setSpeed"], "setSpeed(speed)", "cocos/3d/CCAnimate3D.h", 82, 1], [["setWeight"], "setWeight(weight)", "cocos/3d/CCAnimate3D.h", 86, 1], [["getSpeed"], "getSpeed", "cocos/3d/CCAnimate3D.h", 81, 1], [["getWeight"], "getWeight", "cocos/3d/CCAnimate3D.h", 85, 1], [["create", "Animate3D:create"], "Animate3D:create(animation, fromTime, duration)", "cocos/3d/CCAnimate3D.h", 57, 1], [["createWithFrames", "Animate3D:createWithFrames"], "Animate3D:createWithFrames(animation, startFrame, endFrame, frameRate)", "cocos/3d/CCAnimate3D.h", 67, 1], [["AttachNode"], "AttachNode", "cocos/3d/CCAttachNode.h", 42, 1], [["create", "AttachNode:create"], "AttachNode:create(attachBone)", "cocos/3d/CCAttachNode.h", 49, 1], [["BillBoard"], "BillBoard", "cocos/3d/CCBillBoard.h", 35, 1], [["getMode"], "getMode", "cocos/3d/CCBillBoard.h", 88, 1], [["setMode"], "setMode(mode)", "cocos/3d/CCBillBoard.h", 85, 1], [["create", "BillBoard:create"], "BillBoard:create(filename, rect, mode)", "cocos/3d/CCBillBoard.h", 72, 1], [["createWithTexture", "BillBoard:createWithTexture"], "BillBoard:createWithTexture(texture, mode)", "cocos/3d/CCBillBoard.h", 82, 1], [["AssetsManager"], "AssetsManager", "extensions/assets-manager/AssetsManager.h", 45, 1], [["setStoragePath"], "setStoragePath(storagePath)", "extensions/assets-manager/AssetsManager.h", 138, 1], [["setPackageUrl"], "setPackageUrl(packageUrl)", "extensions/assets-manager/AssetsManager.h", 111, 1], [["checkUpdate"], "checkUpdate", "extensions/assets-manager/AssetsManager.h", 97, 1], [["update"], "update", "extensions/assets-manager/AssetsManager.h", 103, 1], [["setConnectionTimeout"], "setConnectionTimeout(timeout)", "extensions/assets-manager/AssetsManager.h", 154, 1], [["setVersionFileUrl"], "setVersionFileUrl(versionFileUrl)", "extensions/assets-manager/AssetsManager.h", 119, 1], [["getVersion"], "getVersion", "extensions/assets-manager/AssetsManager.h", 123, 1], [["deleteVersion"], "deleteVersion", "extensions/assets-manager/AssetsManager.h", 127, 1], [["create", "AssetsManager:create"], "AssetsManager:create(packageUrl, versionFileUrl, storagePath, errorCallback, progressCallback, successCallback)", "extensions/assets-manager/AssetsManager.h", 91, 1], [["EventAssetsManagerEx"], "EventAssetsManagerEx", "extensions/assets-manager/CCEventAssetsManagerEx.h", 37, 1], [["getAssetId"], "getAssetId", "extensions/assets-manager/CCEventAssetsManagerEx.h", 67, 1], [["getCURLECode"], "getCURLECode", "extensions/assets-manager/CCEventAssetsManagerEx.h", 61, 1], [["getMessage"], "getMessage", "extensions/assets-manager/CCEventAssetsManagerEx.h", 65, 1], [["getCURLMCode"], "getCURLMCode", "extensions/assets-manager/CCEventAssetsManagerEx.h", 63, 1], [["getPercentByFile"], "getPercentByFile", "extensions/assets-manager/CCEventAssetsManagerEx.h", 73, 1], [["getEventCode"], "getEventCode", "extensions/assets-manager/CCEventAssetsManagerEx.h", 59, 1], [["getPercent"], "getPercent", "extensions/assets-manager/CCEventAssetsManagerEx.h", 71, 1], [["Manifest"], "Manifest", "extensions/assets-manager/Manifest.h", 41, 1], [["isVersionLoaded"], "isVersionLoaded", "extensions/assets-manager/Manifest.h", 76, 1], [["isLoaded"], "isLoaded", "extensions/assets-manager/Manifest.h", 80, 1], [["AssetsManagerEx"], "AssetsManagerEx", "extensions/assets-manager/AssetsManagerEx.h", 46, 1], [["getState"], "getState", "extensions/assets-manager/AssetsManagerEx.h", 97, 1], [["checkUpdate"], "checkUpdate", "extensions/assets-manager/AssetsManagerEx.h", 85, 1], [["update"], "update", "extensions/assets-manager/AssetsManagerEx.h", 89, 1], [["downloadFailedAssets"], "downloadFailedAssets", "extensions/assets-manager/AssetsManagerEx.h", 93, 1], [["create", "AssetsManagerEx:create"], "AssetsManagerEx:create(manifestUrl, storagePath)", "extensions/assets-manager/AssetsManagerEx.h", 79, 1], [["EventListenerAssetsManagerEx"], "EventListenerAssetsManagerEx", "extensions/assets-manager/CCEventListenerAssetsManagerEx.h", 52, 1], [["AudioProfile"], "AudioProfile", "cocos/audio/include/AudioEngine.h", 46, 1], [["AudioEngine"], "AudioEngine", "cocos/audio/include/AudioEngine.h", 73, 1], [["lazyInit", "AudioEngine:lazyInit"], "AudioEngine:lazyInit", "cocos/audio/include/AudioEngine.h", 88, 1], [["setCurrentTime", "AudioEngine:setCurrentTime"], "AudioEngine:setCurrentTime(audioID, time)", "cocos/audio/include/AudioEngine.h", 161, 1], [["getVolume", "AudioEngine:getVolume"], "AudioEngine:getVolume(audioID)", "cocos/audio/include/AudioEngine.h", 131, 1], [["uncache", "AudioEngine:uncache"], "AudioEngine:uncache(filePath)", "cocos/audio/include/AudioEngine.h", 196, 1], [["resumeAll", "AudioEngine:resumeAll"], "AudioEngine:resumeAll", "cocos/audio/include/AudioEngine.h", 147, 1], [["stopAll", "AudioEngine:stopAll"], "AudioEngine:stopAll", "cocos/audio/include/AudioEngine.h", 155, 1], [["pause", "AudioEngine:pause"], "AudioEngine:pause(audioID)", "cocos/audio/include/AudioEngine.h", 136, 1], [["end", "AudioEngine:end"], "AudioEngine:end", "cocos/audio/include/AudioEngine.h", 93, 1], [["getCurrentTime", "AudioEngine:getCurrentTime"], "AudioEngine:getCurrentTime(audioID)", "cocos/audio/include/AudioEngine.h", 167, 1], [["setMaxAudioInstance", "AudioEngine:setMaxAudioInstance"], "AudioEngine:setMaxAudioInstance(maxInstances)", "cocos/audio/include/AudioEngine.h", 189, 1], [["isLoop", "AudioEngine:isLoop"], "AudioEngine:isLoop(audioID)", "cocos/audio/include/AudioEngine.h", 119, 1], [["pauseAll", "AudioEngine:pauseAll"], "AudioEngine:pauseAll", "cocos/audio/include/AudioEngine.h", 139, 1], [["uncacheAll", "AudioEngine:uncacheAll"], "AudioEngine:uncacheAll", "cocos/audio/include/AudioEngine.h", 202, 1], [["setVolume", "AudioEngine:setVolume"], "AudioEngine:setVolume(audioID, volume)", "cocos/audio/include/AudioEngine.h", 125, 1], [["play2d", "AudioEngine:play2d"], "AudioEngine:play2d(filePath, loop, volume, profile)", "cocos/audio/include/AudioEngine.h", 107, 1], [["getState", "AudioEngine:getState"], "AudioEngine:getState(audioID)", "cocos/audio/include/AudioEngine.h", 179, 1], [["resume", "AudioEngine:resume"], "AudioEngine:resume(audioID)", "cocos/audio/include/AudioEngine.h", 144, 1], [["stop", "AudioEngine:stop"], "AudioEngine:stop(audioID)", "cocos/audio/include/AudioEngine.h", 152, 1], [["getDuration", "AudioEngine:getDuration"], "AudioEngine:getDuration(audioID)", "cocos/audio/include/AudioEngine.h", 173, 1], [["setLoop", "AudioEngine:setLoop"], "AudioEngine:setLoop(audioID, loop)", "cocos/audio/include/AudioEngine.h", 113, 1], [["getDefaultProfile", "AudioEngine:getDefaultProfile"], "AudioEngine:getDefaultProfile", "cocos/audio/include/AudioEngine.h", 98, 1], [["getProfile", "AudioEngine:getProfile"], "AudioEngine:getProfile(name)", "cocos/audio/include/AudioEngine.h", 214, 1], [["Ref"], "Ref", "cocos/base/CCRef.h", 66, 1], [["release"], "release", "cocos/base/CCRef.h", 90, 1], [["retain"], "retain", "cocos/base/CCRef.h", 77, 1], [["Console"], "Console", "cocos/base/CCConsole.h", 75, 1], [["stop"], "stop", "cocos/base/CCConsole.h", 98, 1], [["listenOnTCP"], "listenOnTCP(port)", "cocos/base/CCConsole.h", 92, 1], [["listenOnFileDescriptor"], "listenOnFileDescriptor(fd)", "cocos/base/CCConsole.h", 95, 1], [["log"], "log(buf)", "cocos/base/CCConsole.h", 103, 1], [["Texture2D"], "Texture2D", "cocos/renderer/CCTexture2D.h", 62, 1], [["getMaxT"], "getMaxT", "cocos/renderer/CCTexture2D.h", 343, 1], [["initWithImage"], "initWithImage(image, format)", "cocos/renderer/CCTexture2D.h", 248, 1], [["getMaxS"], "getMaxS", "cocos/renderer/CCTexture2D.h", 338, 1], [["releaseGLTexture"], "releaseGLTexture", "cocos/renderer/CCTexture2D.h", 211, 1], [["hasPremultipliedAlpha"], "hasPremultipliedAlpha", "cocos/renderer/CCTexture2D.h", 322, 1], [["getPixelsHigh"], "getPixelsHigh", "cocos/renderer/CCTexture2D.h", 332, 1], [["getName"], "getName", "cocos/renderer/CCTexture2D.h", 335, 1], [["initWithString"], "initWithString(text, textDefinition)", "cocos/renderer/CCTexture2D.h", 253, 1], [["setMaxT"], "setMaxT(maxT)", "cocos/renderer/CCTexture2D.h", 345, 1], [["drawInRect"], "drawInRect(rect)", "cocos/renderer/CCTexture2D.h", 231, 1], [["getContentSize"], "getContentSize", "cocos/renderer/CCTexture2D.h", 347, 1], [["setAliasTexParameters"], "setAliasTexParameters", "cocos/renderer/CCTexture2D.h", 292, 1], [["setAntiAliasTexParameters"], "setAntiAliasTexParameters", "cocos/renderer/CCTexture2D.h", 282, 1], [["generateMipmap"], "generateMipmap", "cocos/renderer/CCTexture2D.h", 299, 1], [["getDescription"], "getDescription", "cocos/renderer/CCTexture2D.h", 205, 1], [["getPixelFormat"], "getPixelFormat", "cocos/renderer/CCTexture2D.h", 326, 1], [["setGLProgram"], "setGLProgram(program)", "cocos/renderer/CCTexture2D.h", 349, 1], [["getPixelsWide"], "getPixelsWide", "cocos/renderer/CCTexture2D.h", 329, 1], [["drawAtPoint"], "drawAtPoint(point)", "cocos/renderer/CCTexture2D.h", 229, 1], [["getGLProgram"], "getGLProgram", "cocos/renderer/CCTexture2D.h", 350, 1], [["hasMipmaps"], "hasMipmaps", "cocos/renderer/CCTexture2D.h", 323, 1], [["setMaxS"], "setMaxS(maxS)", "cocos/renderer/CCTexture2D.h", 340, 1], [["setDefaultAlphaPixelFormat", "Texture2D:setDefaultAlphaPixelFormat"], "Texture2D:setDefaultAlphaPixelFormat(format)", "cocos/renderer/CCTexture2D.h", 171, 1], [["getDefaultAlphaPixelFormat", "Texture2D:getDefaultAlphaPixelFormat"], "Texture2D:getDefaultAlphaPixelFormat", "cocos/renderer/CCTexture2D.h", 176, 1], [["Touch"], "Touch", "cocos/base/CCTouch.h", 39, 1], [["getPreviousLocationInView"], "getPreviousLocationInView", "cocos/base/CCTouch.h", 66, 1], [["getLocation"], "getLocation", "cocos/base/CCTouch.h", 56, 1], [["getDelta"], "getDelta", "cocos/base/CCTouch.h", 62, 1], [["getStartLocationInView"], "getStartLocationInView", "cocos/base/CCTouch.h", 68, 1], [["getStartLocation"], "getStartLocation", "cocos/base/CCTouch.h", 60, 1], [["setTouchInfo"], "setTouchInfo(id, x, y)", "cocos/base/CCTouch.h", 70, 1], [["getLocationInView"], "getLocationInView", "cocos/base/CCTouch.h", 64, 1], [["getPreviousLocation"], "getPreviousLocation", "cocos/base/CCTouch.h", 58, 1], [["Event"], "Event", "cocos/base/CCEvent.h", 40, 1], [["getCurrentTarget"], "getCurrentTarget", "cocos/base/CCEvent.h", 75, 1], [["getType"], "getType", "cocos/base/CCEvent.h", 62, 1], [["getResult"], "getResult", "cocos/base/CCEvent.h", 77, 1], [["isStopped"], "isStopped", "cocos/base/CCEvent.h", 68, 1], [["setResult"], "setResult(result)", "cocos/base/CCEvent.h", 78, 1], [["stopPropagation"], "stopPropagation", "cocos/base/CCEvent.h", 65, 1], [["EventTouch"], "EventTouch", "cocos/base/CCEventTouch.h", 37, 1], [["getEventCode"], "getEventCode", "cocos/base/CCEventTouch.h", 52, 1], [["setEventCode"], "setEventCode(eventCode)", "cocos/base/CCEventTouch.h", 56, 1], [["EventKeyboard"], "EventKeyboard", "cocos/base/CCEventKeyboard.h", 33, 1], [["Node"], "Node", "cocos/2d/CCNode.h", 101, 1], [["addChild"], "addChild(child, localZOrder, name)", "cocos/2d/CCNode.h", 693, 1], [["removeComponent"], "removeComponent(component)", "cocos/2d/CCNode.h", 1506, 1], [["getDescription"], "getDescription", "cocos/2d/CCNode.h", 128, 1], [["setRotationSkewY"], "setRotationSkewY(rotationY)", "cocos/2d/CCNode.h", 584, 1], [["setOpacityModifyRGB"], "setOpacityModifyRGB(CC_UNUSED_PARAM)", "cocos/2d/CCNode.h", 1548, 1], [["setCascadeOpacityEnabled"], "setCascadeOpacityEnabled(cascadeOpacityEnabled)", "cocos/2d/CCNode.h", 1539, 1], [["getChildren"], "getChildren", "cocos/2d/CCNode.h", 757, 1], [["setOnExitCallback"], "setOnExitCallback()", "cocos/2d/CCNode.h", 1553, 1], [["pause"], "pause()", "cocos/2d/CCNode.h", 1359, 1], [["convertToWorldSpaceAR"], "convertToWorldSpaceAR(nodePoint)", "cocos/2d/CCNode.h", 1461, 1], [["isIgnoreAnchorPointForPosition"], "isIgnoreAnchorPointForPosition", "cocos/2d/CCNode.h", 646, 1], [["getChildByName"], "getChildByName(T)", "cocos/2d/CCNode.h", 722, 1], [["updateDisplayedOpacity"], "updateDisplayedOpacity(parentOpacity)", "cocos/2d/CCNode.h", 1537, 1], [["setRotation"], "setRotation(rotation)", "cocos/2d/CCNode.h", 523, 1], [["setScaleZ"], "setScaleZ(scaleZ)", "cocos/2d/CCNode.h", 245, 1], [["setScaleY"], "setScaleY(scaleY)", "cocos/2d/CCNode.h", 226, 1], [["setScaleX"], "setScaleX(scaleX)", "cocos/2d/CCNode.h", 206, 1], [["setRotationSkewX"], "setRotationSkewX(rotationX)", "cocos/2d/CCNode.h", 558, 1], [["setonEnterTransitionDidFinishCallback"], "setonEnterTransitionDidFinishCallback()", "cocos/2d/CCNode.h", 1555, 1], [["removeAllComponents"], "removeAllComponents", "cocos/2d/CCNode.h", 1510, 1], [["getOpacity"], "getOpacity", "cocos/2d/CCNode.h", 1534, 1], [["setCameraMask"], "setCameraMask(mask, applyChildren)", "cocos/2d/CCNode.h", 1562, 1], [["getTag"], "getTag", "cocos/2d/CCNode.h", 866, 1], [["getGLProgram"], "getGLProgram", "cocos/2d/CCNode.h", 959, 1], [["getNodeToWorldTransform"], "getNodeToWorldTransform", "cocos/2d/CCNode.h", 1419, 1], [["getPosition3D"], "getPosition3D", "cocos/2d/CCNode.h", 369, 1], [["removeChild"], "removeChild(child, cleanup)", "cocos/2d/CCNode.h", 806, 1], [["convertToWorldSpace"], "convertToWorldSpace(nodePoint)", "cocos/2d/CCNode.h", 1449, 1], [["getScene"], "getScene", "cocos/2d/CCNode.h", 1070, 1], [["getEventDispatcher"], "getEventDispatcher", "cocos/2d/CCNode.h", 1083, 1], [["setSkewX"], "setSkewX(skewX)", "cocos/2d/CCNode.h", 410, 1], [["setGLProgramState"], "setGLProgramState(glProgramState)", "cocos/2d/CCNode.h", 963, 1], [["setOnEnterCallback"], "setOnEnterCallback()", "cocos/2d/CCNode.h", 1551, 1], [["setNormalizedPosition"], "setNormalizedPosition(position)", "cocos/2d/CCNode.h", 312, 1], [["setonExitTransitionDidStartCallback"], "setonExitTransitionDidStartCallback()", "cocos/2d/CCNode.h", 1557, 1], [["convertTouchToNodeSpace"], "convertTouchToNodeSpace(touch)", "cocos/2d/CCNode.h", 1466, 1], [["removeAllChildren"], "removeAllChildren", "cocos/2d/CCNode.h", 829, 1], [["getNodeToParentAffineTransform"], "getNodeToParentAffineTransform", "cocos/2d/CCNode.h", 1396, 1], [["isCascadeOpacityEnabled"], "isCascadeOpacityEnabled", "cocos/2d/CCNode.h", 1538, 1], [["setParent"], "setParent(parent)", "cocos/2d/CCNode.h", 771, 1], [["getName"], "getName", "cocos/2d/CCNode.h", 883, 1], [["resume"], "resume()", "cocos/2d/CCNode.h", 1354, 1], [["getRotation3D"], "getRotation3D", "cocos/2d/CCNode.h", 543, 1], [["getNodeToParentTransform"], "getNodeToParentTransform", "cocos/2d/CCNode.h", 1395, 1], [["convertTouchToNodeSpaceAR"], "convertTouchToNodeSpaceAR(touch)", "cocos/2d/CCNode.h", 1471, 1], [["convertToNodeSpace"], "convertToNodeSpace(worldPoint)", "cocos/2d/CCNode.h", 1444, 1], [["setPosition"], "setPosition(x, y)", "cocos/2d/CCNode.h", 345, 1], [["stopActionByTag"], "stopActionByTag(tag)", "cocos/2d/CCNode.h", 1131, 1], [["reorderChild"], "reorderChild(child, localZOrder)", "cocos/2d/CCNode.h", 845, 1], [["ignoreAnchorPointForPosition"], "ignoreAnchorPointForPosition(ignore)", "cocos/2d/CCNode.h", 638, 1], [["setSkewY"], "setSkewY(skewY)", "cocos/2d/CCNode.h", 435, 1], [["setPositionZ"], "setPositionZ(positionZ)", "cocos/2d/CCNode.h", 383, 1], [["setRotation3D"], "setRotation3D(rotation)", "cocos/2d/CCNode.h", 539, 1], [["setPositionX"], "setPositionX(x)", "cocos/2d/CCNode.h", 357, 1], [["setNodeToParentTransform"], "setNodeToParentTransform(transform)", "cocos/2d/CCNode.h", 1401, 1], [["getAnchorPoint"], "getAnchorPoint", "cocos/2d/CCNode.h", 466, 1], [["getNumberOfRunningActions"], "getNumberOfRunningActions", "cocos/2d/CCNode.h", 1159, 1], [["updateTransform"], "updateTransform", "cocos/2d/CCNode.h", 1389, 1], [["isVisible"], "isVisible", "cocos/2d/CCNode.h", 512, 1], [["getChildrenCount"], "getChildrenCount", "cocos/2d/CCNode.h", 764, 1], [["convertToNodeSpaceAR"], "convertToNodeSpaceAR(worldPoint)", "cocos/2d/CCNode.h", 1455, 1], [["addComponent"], "addComponent(component)", "cocos/2d/CCNode.h", 1496, 1], [["runAction"], "runAction(action)", "cocos/2d/CCNode.h", 1112, 1], [["isOpacityModifyRGB"], "isOpacityModifyRGB", "cocos/2d/CCNode.h", 1549, 1], [["getRotation"], "getRotation", "cocos/2d/CCNode.h", 531, 1], [["getAnchorPointInPoints"], "getAnchorPointInPoints", "cocos/2d/CCNode.h", 475, 1], [["visit"], "visit", "cocos/2d/CCNode.h", 1063, 1], [["removeChildByName"], "removeChildByName(name, cleanup)", "cocos/2d/CCNode.h", 823, 1], [["setScheduler"], "setScheduler(scheduler)", "cocos/2d/CCNode.h", 1176, 1], [["stopAllActions"], "stopAllActions", "cocos/2d/CCNode.h", 1117, 1], [["getSkewX"], "getSkewX", "cocos/2d/CCNode.h", 418, 1], [["getSkewY"], "getSkewY", "cocos/2d/CCNode.h", 443, 1], [["getDisplayedColor"], "getDisplayedColor", "cocos/2d/CCNode.h", 1542, 1], [["getActionByTag"], "getActionByTag(tag)", "cocos/2d/CCNode.h", 1147, 1], [["setName"], "setName(name)", "cocos/2d/CCNode.h", 889, 1], [["getDisplayedOpacity"], "getDisplayedOpacity", "cocos/2d/CCNode.h", 1535, 1], [["getLocalZOrder"], "getLocalZOrder", "cocos/2d/CCNode.h", 165, 1], [["getScheduler"], "getScheduler", "cocos/2d/CCNode.h", 1184, 1], [["getParentToNodeAffineTransform"], "getParentToNodeAffineTransform", "cocos/2d/CCNode.h", 1411, 1], [["getOrderOfArrival"], "getOrderOfArrival", "cocos/2d/CCNode.h", 615, 1], [["setActionManager"], "setActionManager(actionManager)", "cocos/2d/CCNode.h", 1095, 1], [["setColor"], "setColor(color)", "cocos/2d/CCNode.h", 1543, 1], [["isRunning"], "isRunning", "cocos/2d/CCNode.h", 988, 1], [["getParent"], "getParent", "cocos/2d/CCNode.h", 780, 1], [["getPositionZ"], "getPositionZ", "cocos/2d/CCNode.h", 393, 1], [["getPositionY"], "getPositionY()", "cocos/2d/CCNode.h", 360, 1], [["getPositionX"], "getPositionX()", "cocos/2d/CCNode.h", 358, 1], [["removeChildByTag"], "removeChildByTag(tag, cleanup)", "cocos/2d/CCNode.h", 816, 1], [["setPositionY"], "setPositionY(y)", "cocos/2d/CCNode.h", 359, 1], [["getNodeToWorldAffineTransform"], "getNodeToWorldAffineTransform", "cocos/2d/CCNode.h", 1420, 1], [["updateDisplayedColor"], "updateDisplayedColor(parentColor)", "cocos/2d/CCNode.h", 1544, 1], [["setVisible"], "setVisible(visible)", "cocos/2d/CCNode.h", 504, 1], [["getParentToNodeTransform"], "getParentToNodeTransform", "cocos/2d/CCNode.h", 1410, 1], [["isScheduled"], "isScheduled(key)", "cocos/2d/CCNode.h", 1205, 1], [["setGlobalZOrder"], "setGlobalZOrder(globalZOrder)", "cocos/2d/CCNode.h", 187, 1], [["setScale"], "setScale(scaleX, scaleY)", "cocos/2d/CCNode.h", 286, 1], [["getChildByTag"], "getChildByTag(tag)", "cocos/2d/CCNode.h", 703, 1], [["setOrderOfArrival"], "setOrderOfArrival(orderOfArrival)", "cocos/2d/CCNode.h", 607, 1], [["getScaleZ"], "getScaleZ", "cocos/2d/CCNode.h", 253, 1], [["getScaleY"], "getScaleY", "cocos/2d/CCNode.h", 234, 1], [["getScaleX"], "getScaleX", "cocos/2d/CCNode.h", 214, 1], [["setLocalZOrder"], "setLocalZOrder(localZOrder)", "cocos/2d/CCNode.h", 150, 1], [["getWorldToNodeAffineTransform"], "getWorldToNodeAffineTransform", "cocos/2d/CCNode.h", 1429, 1], [["setCascadeColorEnabled"], "setCascadeColorEnabled(cascadeColorEnabled)", "cocos/2d/CCNode.h", 1546, 1], [["setOpacity"], "setOpacity(opacity)", "cocos/2d/CCNode.h", 1536, 1], [["cleanup"], "cleanup", "cocos/2d/CCNode.h", 1044, 1], [["getComponent"], "getComponent(name)", "cocos/2d/CCNode.h", 1491, 1], [["getContentSize"], "getContentSize", "cocos/2d/CCNode.h", 494, 1], [["stopAllActionsByTag"], "stopAllActionsByTag(tag)", "cocos/2d/CCNode.h", 1138, 1], [["getColor"], "getColor", "cocos/2d/CCNode.h", 1541, 1], [["getBoundingBox"], "getBoundingBox", "cocos/2d/CCNode.h", 1077, 1], [["setEventDispatcher"], "setEventDispatcher(dispatcher)", "cocos/2d/CCNode.h", 1082, 1], [["getGlobalZOrder"], "getGlobalZOrder", "cocos/2d/CCNode.h", 195, 1], [["draw"], "draw", "cocos/2d/CCNode.h", 1057, 1], [["setUserObject"], "setUserObject(userObject)", "cocos/2d/CCNode.h", 947, 1], [["removeFromParent"], "removeFromParent", "cocos/2d/CCNode.h", 790, 1], [["setPosition3D"], "setPosition3D(position)", "cocos/2d/CCNode.h", 365, 1], [["update"], "update(delta)", "cocos/2d/CCNode.h", 1375, 1], [["sortAllChildren"], "sortAllChildren", "cocos/2d/CCNode.h", 852, 1], [["getWorldToNodeTransform"], "getWorldToNodeTransform", "cocos/2d/CCNode.h", 1428, 1], [["setGLProgram"], "setGLProgram(glprogram)", "cocos/2d/CCNode.h", 976, 1], [["getScale"], "getScale", "cocos/2d/CCNode.h", 274, 1], [["getNormalizedPosition"], "getNormalizedPosition", "cocos/2d/CCNode.h", 327, 1], [["getRotationSkewX"], "getRotationSkewX", "cocos/2d/CCNode.h", 568, 1], [["getRotationSkewY"], "getRotationSkewY", "cocos/2d/CCNode.h", 594, 1], [["setTag"], "setTag(tag)", "cocos/2d/CCNode.h", 876, 1], [["isCascadeColorEnabled"], "isCascadeColorEnabled", "cocos/2d/CCNode.h", 1545, 1], [["stopAction"], "stopAction(action)", "cocos/2d/CCNode.h", 1124, 1], [["getActionManager"], "getActionManager", "cocos/2d/CCNode.h", 1102, 1], [["create", "Node:create"], "Node:create", "cocos/2d/CCNode.h", 120, 1], [["Scene"], "Scene", "cocos/2d/CCScene.h", 61, 1], [["render"], "render(renderer)", "cocos/2d/CCScene.h", 79, 1], [["createWithSize", "Scene:createWithSize"], "Scene:createWithSize(size)", "cocos/2d/CCScene.h", 68, 1], [["create", "Scene:create"], "Scene:create", "cocos/2d/CCScene.h", 65, 1], [["GLView"], "GLView", "cocos/platform/CCGLView.h", 84, 1], [["setFrameSize"], "setFrameSize(width, height)", "cocos/platform/CCGLView.h", 137, 1], [["setContentScaleFactor"], "setContentScaleFactor(scaleFactor)", "cocos/platform/CCGLView.h", 148, 1], [["getContentScaleFactor"], "getContentScaleFactor", "cocos/platform/CCGLView.h", 149, 1], [["setIMEKeyboardState"], "setIMEKeyboardState(open, str)", "cocos/platform/CCGLView.h", 110, 1], [["setScissorInPoints"], "setScissorInPoints(x, y, w, h)", "cocos/platform/CCGLView.h", 202, 1], [["isOpenGLReady"], "isOpenGLReady", "cocos/platform/CCGLView.h", 101, 1], [["end"], "end", "cocos/platform/CCGLView.h", 98, 1], [["getScaleY"], "getScaleY", "cocos/platform/CCGLView.h", 241, 1], [["getScaleX"], "getScaleX", "cocos/platform/CCGLView.h", 236, 1], [["getVisibleOrigin"], "getVisibleOrigin", "cocos/platform/CCGLView.h", 171, 1], [["getFrameSize"], "getFrameSize", "cocos/platform/CCGLView.h", 132, 1], [["setFrameZoomFactor"], "setFrameZoomFactor(zoomFactor)", "cocos/platform/CCGLView.h", 141, 1], [["getFrameZoomFactor"], "getFrameZoomFactor", "cocos/platform/CCGLView.h", 142, 1], [["getDesignResolutionSize"], "getDesignResolutionSize", "cocos/platform/CCGLView.h", 192, 1], [["windowShouldClose"], "windowShouldClose", "cocos/platform/CCGLView.h", 113, 1], [["swapBuffers"], "swapBuffers", "cocos/platform/CCGLView.h", 104, 1], [["setDesignResolutionSize"], "setDesignResolutionSize(width, height, resolutionPolicy)", "cocos/platform/CCGLView.h", 187, 1], [["getResolutionPolicy"], "getResolutionPolicy", "cocos/platform/CCGLView.h", 244, 1], [["isRetinaDisplay"], "isRetinaDisplay", "cocos/platform/CCGLView.h", 152, 1], [["setViewPortInPoints"], "setViewPortInPoints(x, y, w, h)", "cocos/platform/CCGLView.h", 197, 1], [["getScissorRect"], "getScissorRect", "cocos/platform/CCGLView.h", 212, 1], [["getRetinaFactor"], "getRetinaFactor", "cocos/platform/CCGLView.h", 145, 1], [["setViewName"], "setViewName(viewname)", "cocos/platform/CCGLView.h", 214, 1], [["getVisibleRect"], "getVisibleRect", "cocos/platform/CCGLView.h", 176, 1], [["getVisibleSize"], "getVisibleSize", "cocos/platform/CCGLView.h", 166, 1], [["isScissorEnabled"], "isScissorEnabled", "cocos/platform/CCGLView.h", 207, 1], [["pollEvents"], "pollEvents", "cocos/platform/CCGLView.h", 126, 1], [["setGLContextAttrs", "GLView:setGLContextAttrs"], "GLView:setGLContextAttrs(glContextAttrs)", "cocos/platform/CCGLView.h", 116, 1], [["getGLContextAttrs", "GLView:getGLContextAttrs"], "GLView:getGLContextAttrs", "cocos/platform/CCGLView.h", 117, 1], [["Director"], "Director", "cocos/base/CCDirector.h", 91, 1], [["pause"], "pause", "cocos/base/CCDirector.h", 283, 1], [["setEventDispatcher"], "setEventDispatcher(dispatcher)", "cocos/base/CCDirector.h", 367, 1], [["setContentScaleFactor"], "setContentScaleFactor(scaleFactor)", "cocos/base/CCDirector.h", 336, 1], [["getContentScaleFactor"], "getContentScaleFactor", "cocos/base/CCDirector.h", 337, 1], [["getWinSizeInPixels"], "getWinSizeInPixels", "cocos/base/CCDirector.h", 206, 1], [["getDeltaTime"], "getDeltaTime", "cocos/base/CCDirector.h", 380, 1], [["setGLDefaultValues"], "setGLDefaultValues", "cocos/base/CCDirector.h", 321, 1], [["setActionManager"], "setActionManager(actionManager)", "cocos/base/CCDirector.h", 357, 1], [["setAlphaBlending"], "setAlphaBlending(on)", "cocos/base/CCDirector.h", 324, 1], [["popToRootScene"], "popToRootScene", "cocos/base/CCDirector.h", 259, 1], [["loadMatrix"], "loadMatrix(type, mat)", "cocos/base/CCDirector.h", 390, 1], [["getNotificationNode"], "getNotificationNode", "cocos/base/CCDirector.h", 195, 1], [["getTextureCache"], "getTextureCache", "cocos/base/CCDirector.h", 158, 1], [["isSendCleanupToScene"], "isSendCleanupToScene", "cocos/base/CCDirector.h", 188, 1], [["getVisibleOrigin"], "getVisibleOrigin", "cocos/base/CCDirector.h", 216, 1], [["mainLoop"], "mainLoop", "cocos/base/CCDirector.h", 329, 1], [["setDepthTest"], "setDepthTest(on)", "cocos/base/CCDirector.h", 327, 1], [["getFrameRate"], "getFrameRate", "cocos/base/CCDirector.h", 385, 1], [["getSecondsPerFrame"], "getSecondsPerFrame", "cocos/base/CCDirector.h", 149, 1], [["resetMatrixStack"], "resetMatrixStack", "cocos/base/CCDirector.h", 393, 1], [["convertToUI"], "convertToUI(point)", "cocos/base/CCDirector.h", 226, 1], [["pushMatrix"], "pushMatrix(type)", "cocos/base/CCDirector.h", 387, 1], [["setDefaultValues"], "setDefaultValues", "cocos/base/CCDirector.h", 316, 1], [["init"], "init", "cocos/base/CCDirector.h", 131, 1], [["setScheduler"], "setScheduler(scheduler)", "cocos/base/CCDirector.h", 347, 1], [["startAnimation"], "startAnimation", "cocos/base/CCDirector.h", 300, 1], [["getOpenGLView"], "getOpenGLView", "cocos/base/CCDirector.h", 155, 1], [["getRunningScene"], "getRunningScene", "cocos/base/CCDirector.h", 136, 1], [["setViewport"], "setViewport", "cocos/base/CCDirector.h", 178, 1], [["stopAnimation"], "stopAnimation", "cocos/base/CCDirector.h", 294, 1], [["popToSceneStackLevel"], "popToSceneStackLevel(level)", "cocos/base/CCDirector.h", 266, 1], [["resume"], "resume", "cocos/base/CCDirector.h", 289, 1], [["isNextDeltaTimeZero"], "isNextDeltaTimeZero", "cocos/base/CCDirector.h", 160, 1], [["setOpenGLView"], "setOpenGLView(openGLView)", "cocos/base/CCDirector.h", 156, 1], [["convertToGL"], "convertToGL(point)", "cocos/base/CCDirector.h", 221, 1], [["purgeCachedData"], "purgeCachedData", "cocos/base/CCDirector.h", 313, 1], [["runWithScene"], "runWithScene(scene)", "cocos/base/CCDirector.h", 239, 1], [["setNotificationNode"], "setNotificationNode(node)", "cocos/base/CCDirector.h", 196, 1], [["drawScene"], "drawScene", "cocos/base/CCDirector.h", 305, 1], [["popScene"], "popScene", "cocos/base/CCDirector.h", 253, 1], [["loadIdentityMatrix"], "loadIdentityMatrix(type)", "cocos/base/CCDirector.h", 389, 1], [["isDisplayStats"], "isDisplayStats", "cocos/base/CCDirector.h", 144, 1], [["setProjection"], "setProjection(projection)", "cocos/base/CCDirector.h", 175, 1], [["getConsole"], "getConsole", "cocos/base/CCDirector.h", 377, 1], [["multiplyMatrix"], "multiplyMatrix(type, mat)", "cocos/base/CCDirector.h", 391, 1], [["getZEye"], "getZEye", "cocos/base/CCDirector.h", 229, 1], [["setNextDeltaTimeZero"], "setNextDeltaTimeZero(nextDeltaTimeZero)", "cocos/base/CCDirector.h", 161, 1], [["popMatrix"], "popMatrix(type)", "cocos/base/CCDirector.h", 388, 1], [["getVisibleSize"], "getVisibleSize", "cocos/base/CCDirector.h", 212, 1], [["getScheduler"], "getScheduler", "cocos/base/CCDirector.h", 342, 1], [["pushScene"], "pushScene(scene)", "cocos/base/CCDirector.h", 246, 1], [["getAnimationInterval"], "getAnimationInterval", "cocos/base/CCDirector.h", 139, 1], [["isPaused"], "isPaused", "cocos/base/CCDirector.h", 164, 1], [["setDisplayStats"], "setDisplayStats(displayStats)", "cocos/base/CCDirector.h", 146, 1], [["getEventDispatcher"], "getEventDispatcher", "cocos/base/CCDirector.h", 362, 1], [["replaceScene"], "replaceScene(scene)", "cocos/base/CCDirector.h", 271, 1], [["setAnimationInterval"], "setAnimationInterval(interval)", "cocos/base/CCDirector.h", 141, 1], [["getActionManager"], "getActionManager", "cocos/base/CCDirector.h", 352, 1], [["getInstance", "Director:getInstance"], "Director:getInstance", "cocos/base/CCDirector.h", 118, 1], [["Timer"], "Timer", "cocos/base/CCScheduler.h", 54, 1], [["getInterval"], "getInterval", "cocos/base/CCScheduler.h", 60, 1], [["setupTimerWithInterval"], "setupTimerWithInterval(seconds, repeat, delay)", "cocos/base/CCScheduler.h", 64, 1], [["setInterval"], "setInterval(interval)", "cocos/base/CCScheduler.h", 62, 1], [["update"], "update(dt)", "cocos/base/CCScheduler.h", 70, 1], [["trigger"], "trigger", "cocos/base/CCScheduler.h", 66, 1], [["cancel"], "cancel", "cocos/base/CCScheduler.h", 67, 1], [["Scheduler"], "Scheduler", "cocos/base/CCScheduler.h", 167, 1], [["setTimeScale"], "setTimeScale(timeScale)", "cocos/base/CCScheduler.h", 193, 1], [["getTimeScale"], "getTimeScale", "cocos/base/CCScheduler.h", 185, 1], [["FileUtils"], "FileUtils", "cocos/platform/CCFileUtils.h", 45, 1], [["fullPathForFilename"], "fullPathForFilename(filename)", "cocos/platform/CCFileUtils.h", 159, 1], [["getStringFromFile"], "getStringFromFile(filename)", "cocos/platform/CCFileUtils.h", 84, 1], [["setFilenameLookupDictionary"], "setFilenameLookupDictionary(filenameLookupDict)", "cocos/platform/CCFileUtils.h", 202, 1], [["removeFile"], "removeFile(filepath)", "cocos/platform/CCFileUtils.h", 376, 1], [["isAbsolutePath"], "isAbsolutePath(path)", "cocos/platform/CCFileUtils.h", 344, 1], [["renameFile"], "renameFile(path, oldname, name)", "cocos/platform/CCFileUtils.h", 386, 1], [["setSearchRootPath"], "setSearchRootPath(path)", "cocos/platform/CCFileUtils.h", 267, 1], [["isPopupNotify"], "isPopupNotify", "cocos/platform/CCFileUtils.h", 300, 1], [["getValueVectorFromFile"], "getValueVectorFromFile(filename)", "cocos/platform/CCFileUtils.h", 324, 1], [["getSearchPaths"], "getSearchPaths", "cocos/platform/CCFileUtils.h", 283, 1], [["writeToFile"], "writeToFile(dict, fullPath)", "cocos/platform/CCFileUtils.h", 318, 1], [["getValueMapFromFile"], "getValueMapFromFile(filename)", "cocos/platform/CCFileUtils.h", 306, 1], [["getValueMapFromData"], "getValueMapFromData(filedata, filesize)", "cocos/platform/CCFileUtils.h", 312, 1], [["removeDirectory"], "removeDirectory(dirPath)", "cocos/platform/CCFileUtils.h", 368, 1], [["setSearchPaths"], "setSearchPaths(searchPaths)", "cocos/platform/CCFileUtils.h", 262, 1], [["getFileSize"], "getFileSize(filepath)", "cocos/platform/CCFileUtils.h", 395, 1], [["setSearchResolutionsOrder"], "setSearchResolutionsOrder(searchResolutionsOrder)", "cocos/platform/CCFileUtils.h", 224, 1], [["addSearchResolutionsOrder"], "addSearchResolutionsOrder(order, front)", "cocos/platform/CCFileUtils.h", 232, 1], [["addSearchPath"], "addSearchPath(path, front)", "cocos/platform/CCFileUtils.h", 274, 1], [["isFileExist"], "isFileExist(filename)", "cocos/platform/CCFileUtils.h", 333, 1], [["purgeCachedEntries"], "purgeCachedEntries", "cocos/platform/CCFileUtils.h", 79, 1], [["fullPathFromRelativeFile"], "fullPathFromRelativeFile(filename, relativeFile)", "cocos/platform/CCFileUtils.h", 213, 1], [["setWritablePath"], "setWritablePath(writablePath)", "cocos/platform/CCFileUtils.h", 294, 1], [["setPopupNotify"], "setPopupNotify(notify)", "cocos/platform/CCFileUtils.h", 299, 1], [["isDirectoryExist"], "isDirectoryExist(dirPath)", "cocos/platform/CCFileUtils.h", 352, 1], [["getSearchResolutionsOrder"], "getSearchResolutionsOrder", "cocos/platform/CCFileUtils.h", 241, 1], [["createDirectory"], "createDirectory(dirPath)", "cocos/platform/CCFileUtils.h", 360, 1], [["getWritablePath"], "getWritablePath", "cocos/platform/CCFileUtils.h", 289, 1], [["destroyInstance", "FileUtils:destroyInstance"], "FileUtils:destroyInstance", "cocos/platform/CCFileUtils.h", 56, 1], [["getInstance", "FileUtils:getInstance"], "FileUtils:getInstance", "cocos/platform/CCFileUtils.h", 51, 1], [["UserDefault"], "UserDefault", "cocos/base/CCUserDefault.h", 47, 1], [["setIntegerForKey"], "setIntegerForKey(pKey, value)", "cocos/base/CCUserDefault.h", 126, 1], [["getFloatForKey"], "getFloatForKey(pKey, defaultValue)", "cocos/base/CCUserDefault.h", 81, 1], [["getBoolForKey"], "getBoolForKey(pKey, defaultValue)", "cocos/base/CCUserDefault.h", 61, 1], [["setDoubleForKey"], "setDoubleForKey(pKey, value)", "cocos/base/CCUserDefault.h", 136, 1], [["setFloatForKey"], "setFloatForKey(pKey, value)", "cocos/base/CCUserDefault.h", 131, 1], [["getStringForKey"], "getStringForKey(pKey, defaultValue)", "cocos/base/CCUserDefault.h", 101, 1], [["setStringForKey"], "setStringForKey(pKey, value)", "cocos/base/CCUserDefault.h", 141, 1], [["flush"], "flush", "cocos/base/CCUserDefault.h", 152, 1], [["getIntegerForKey"], "getIntegerForKey(pKey, defaultValue)", "cocos/base/CCUserDefault.h", 71, 1], [["getDoubleForKey"], "getDoubleForKey(pKey, defaultValue)", "cocos/base/CCUserDefault.h", 91, 1], [["setBoolForKey"], "setBoolForKey(pKey, value)", "cocos/base/CCUserDefault.h", 121, 1], [["destroyInstance", "UserDefault:destroyInstance"], "UserDefault:destroyInstance", "cocos/base/CCUserDefault.h", 162, 1], [["isXMLFileExist", "UserDefault:isXMLFileExist"], "UserDefault:isXMLFileExist", "cocos/base/CCUserDefault.h", 180, 1], [["EventListener"], "EventListener", "cocos/base/CCEventListener.h", 45, 1], [["setEnabled"], "setEnabled(enabled)", "cocos/base/CCEventListener.h", 85, 1], [["clone"], "clone", "cocos/base/CCEventListener.h", 77, 1], [["isEnabled"], "isEnabled", "cocos/base/CCEventListener.h", 88, 1], [["checkAvailable"], "checkAvailable", "cocos/base/CCEventListener.h", 74, 1], [["EventDispatcher"], "EventDispatcher", "cocos/base/CCEventDispatcher.h", 56, 1], [["pauseEventListenersForTarget"], "pauseEventListenersForTarget(target, recursive)", "cocos/base/CCEventDispatcher.h", 109, 1], [["addEventListenerWithSceneGraphPriority"], "addEventListenerWithSceneGraphPriority(listener, node)", "cocos/base/CCEventDispatcher.h", 67, 1], [["setEnabled"], "setEnabled(isEnabled)", "cocos/base/CCEventDispatcher.h", 120, 1], [["addEventListenerWithFixedPriority"], "addEventListenerWithFixedPriority(listener, fixedPriority)", "cocos/base/CCEventDispatcher.h", 75, 1], [["removeEventListener"], "removeEventListener(listener)", "cocos/base/CCEventDispatcher.h", 90, 1], [["resumeEventListenersForTarget"], "resumeEventListenersForTarget(target, recursive)", "cocos/base/CCEventDispatcher.h", 112, 1], [["removeEventListenersForTarget"], "removeEventListenersForTarget(target, recursive)", "cocos/base/CCEventDispatcher.h", 96, 1], [["setPriority"], "setPriority(listener, fixedPriority)", "cocos/base/CCEventDispatcher.h", 117, 1], [["addCustomEventListener"], "addCustomEventListener(eventName)", "cocos/base/CCEventDispatcher.h", 81, 1], [["dispatchEvent"], "dispatchEvent(event)", "cocos/base/CCEventDispatcher.h", 131, 1], [["removeAllEventListeners"], "removeAllEventListeners", "cocos/base/CCEventDispatcher.h", 102, 1], [["removeCustomEventListeners"], "removeCustomEventListeners(customEventName)", "cocos/base/CCEventDispatcher.h", 99, 1], [["isEnabled"], "isEnabled", "cocos/base/CCEventDispatcher.h", 123, 1], [["removeEventListenersForType"], "removeEventListenersForType(listenerType)", "cocos/base/CCEventDispatcher.h", 93, 1], [["EventListenerTouchOneByOne"], "EventListenerTouchOneByOne", "cocos/base/CCEventListenerTouch.h", 37, 1], [["isSwallowTouches"], "isSwallowTouches", "cocos/base/CCEventListenerTouch.h", 47, 1], [["setSwallowTouches"], "setSwallowTouches(needSwallow)", "cocos/base/CCEventListenerTouch.h", 46, 1], [["EventListenerTouchAllAtOnce"], "EventListenerTouchAllAtOnce", "cocos/base/CCEventListenerTouch.h", 76, 1], [["EventListenerKeyboard"], "EventListenerKeyboard", "cocos/base/CCEventListenerKeyboard.h", 36, 1], [["EventMouse"], "EventMouse", "cocos/base/CCEventMouse.h", 43, 1], [["getPreviousLocationInView"], "getPreviousLocationInView", "cocos/base/CCEventMouse.h", 94, 1], [["getLocation"], "getLocation", "cocos/base/CCEventMouse.h", 84, 1], [["getMouseButton"], "getMouseButton", "cocos/base/CCEventMouse.h", 79, 1], [["getPreviousLocation"], "getPreviousLocation", "cocos/base/CCEventMouse.h", 86, 1], [["getDelta"], "getDelta", "cocos/base/CCEventMouse.h", 90, 1], [["setScrollData"], "setScrollData(scrollX, scrollY)", "cocos/base/CCEventMouse.h", 61, 1], [["getStartLocationInView"], "getStartLocationInView", "cocos/base/CCEventMouse.h", 96, 1], [["getStartLocation"], "getStartLocation", "cocos/base/CCEventMouse.h", 88, 1], [["setMouseButton"], "setMouseButton(button)", "cocos/base/CCEventMouse.h", 78, 1], [["getLocationInView"], "getLocationInView", "cocos/base/CCEventMouse.h", 92, 1], [["getScrollY"], "getScrollY", "cocos/base/CCEventMouse.h", 63, 1], [["getScrollX"], "getScrollX", "cocos/base/CCEventMouse.h", 62, 1], [["getCursorX"], "getCursorX", "cocos/base/CCEventMouse.h", 80, 1], [["getCursorY"], "getCursorY", "cocos/base/CCEventMouse.h", 81, 1], [["setCursorPosition"], "setCursorPosition(x, y)", "cocos/base/CCEventMouse.h", 65, 1], [["EventListenerMouse"], "EventListenerMouse", "cocos/base/CCEventListenerMouse.h", 36, 1], [["EventAcceleration"], "EventAcceleration", "cocos/base/CCEventAcceleration.h", 33, 1], [["EventListenerAcceleration"], "EventListenerAcceleration", "cocos/base/CCEventListenerAcceleration.h", 33, 1], [["EventCustom"], "EventCustom", "cocos/base/CCEventCustom.h", 33, 1], [["setDataString"], "setDataString(str)", "cocos/base/CCEventCustom.h", 45, 1], [["EventListenerCustom"], "EventListenerCustom", "cocos/base/CCEventListenerCustom.h", 52, 1], [["EventFocus"], "EventFocus", "cocos/base/CCEventFocus.h", 38, 1], [["EventListenerFocus"], "EventListenerFocus", "cocos/base/CCEventListenerFocus.h", 38, 1], [["Action"], "Action", "cocos/2d/CCAction.h", 45, 1], [["startWithTarget"], "startWithTarget(target)", "cocos/2d/CCAction.h", 74, 1], [["setOriginalTarget"], "setOriginalTarget(originalTarget)", "cocos/2d/CCAction.h", 105, 1], [["clone"], "clone", "cocos/2d/CCAction.h", 57, 1], [["getOriginalTarget"], "getOriginalTarget", "cocos/2d/CCAction.h", 99, 1], [["stop"], "stop", "cocos/2d/CCAction.h", 80, 1], [["update"], "update(time)", "cocos/2d/CCAction.h", 93, 1], [["getTarget"], "getTarget", "cocos/2d/CCAction.h", 95, 1], [["step"], "step(dt)", "cocos/2d/CCAction.h", 83, 1], [["setTag"], "setTag(tag)", "cocos/2d/CCAction.h", 108, 1], [["getTag"], "getTag", "cocos/2d/CCAction.h", 107, 1], [["setTarget"], "setTarget(target)", "cocos/2d/CCAction.h", 97, 1], [["isDone"], "isDone", "cocos/2d/CCAction.h", 71, 1], [["reverse"], "reverse", "cocos/2d/CCAction.h", 64, 1], [["FiniteTimeAction"], "FiniteTimeAction", "cocos/2d/CCAction.h", 138, 1], [["setDuration"], "setDuration(duration)", "cocos/2d/CCAction.h", 144, 1], [["getDuration"], "getDuration", "cocos/2d/CCAction.h", 142, 1], [["Speed"], "Speed", "cocos/2d/CCAction.h", 183, 1], [["setInnerAction"], "setInnerAction(action)", "cocos/2d/CCAction.h", 194, 1], [["setSpeed"], "setSpeed(speed)", "cocos/2d/CCAction.h", 191, 1], [["getInnerAction"], "getInnerAction", "cocos/2d/CCAction.h", 196, 1], [["getSpeed"], "getSpeed()", "cocos/2d/CCAction.h", 189, 1], [["create", "Speed:create"], "Speed:create(action, speed)", "cocos/2d/CCAction.h", 187, 1], [["Follow"], "Follow", "cocos/2d/CCAction.h", 233, 1], [["setBoundarySet"], "setBoundarySet(value)", "cocos/2d/CCAction.h", 247, 1], [["isBoundarySet"], "isBoundarySet", "cocos/2d/CCAction.h", 245, 1], [["create", "Follow:create"], "Follow:create(followedNode, rect)", "cocos/2d/CCAction.h", 243, 1], [["SpriteFrame"], "SpriteFrame", "cocos/2d/CCSpriteFrame.h", 54, 1], [["setRotated"], "setRotated(rotated)", "cocos/2d/CCSpriteFrame.h", 83, 1], [["setTexture"], "setTexture(pobTexture)", "cocos/2d/CCSpriteFrame.h", 108, 1], [["setRectInPixels"], "setRectInPixels(rectInPixels)", "cocos/2d/CCSpriteFrame.h", 80, 1], [["getTexture"], "getTexture", "cocos/2d/CCSpriteFrame.h", 106, 1], [["setOffsetInPixels"], "setOffsetInPixels(offsetInPixels)", "cocos/2d/CCSpriteFrame.h", 93, 1], [["setOriginalSize"], "setOriginalSize(sizeInPixels)", "cocos/2d/CCSpriteFrame.h", 103, 1], [["setOriginalSizeInPixels"], "setOriginalSizeInPixels(sizeInPixels)", "cocos/2d/CCSpriteFrame.h", 98, 1], [["setOffset"], "setOffset(offsets)", "cocos/2d/CCSpriteFrame.h", 111, 1], [["isRotated"], "isRotated", "cocos/2d/CCSpriteFrame.h", 82, 1], [["setRect"], "setRect(rect)", "cocos/2d/CCSpriteFrame.h", 88, 1], [["create", "SpriteFrame:create"], "SpriteFrame:create(filename, rect, rotated, offset, originalSize)", "cocos/2d/CCSpriteFrame.h", 66, 1], [["createWithTexture", "SpriteFrame:createWithTexture"], "SpriteFrame:createWithTexture(pobTexture, rect, rotated, offset, originalSize)", "cocos/2d/CCSpriteFrame.h", 76, 1], [["AnimationFrame"], "AnimationFrame", "cocos/2d/CCAnimation.h", 56, 1], [["setSpriteFrame"], "setSpriteFrame(frame)", "cocos/2d/CCAnimation.h", 74, 1], [["getUserInfo"], "getUserInfo", "cocos/2d/CCAnimation.h", 91, 1], [["getSpriteFrame"], "getSpriteFrame", "cocos/2d/CCAnimation.h", 72, 1], [["getDelayUnits"], "getDelayUnits", "cocos/2d/CCAnimation.h", 82, 1], [["setUserInfo"], "setUserInfo(userInfo)", "cocos/2d/CCAnimation.h", 94, 1], [["create", "AnimationFrame:create"], "AnimationFrame:create(spriteFrame, delayUnits, userInfo)", "cocos/2d/CCAnimation.h", 70, 1], [["Animation"], "Animation", "cocos/2d/CCAnimation.h", 144, 1], [["addSpriteFrame"], "addSpriteFrame(frame)", "cocos/2d/CCAnimation.h", 167, 1], [["setRestoreOriginalFrame"], "setRestoreOriginalFrame(restoreOriginalFrame)", "cocos/2d/CCAnimation.h", 211, 1], [["getDuration"], "getDuration", "cocos/2d/CCAnimation.h", 196, 1], [["setFrames"], "setFrames(frames)", "cocos/2d/CCAnimation.h", 202, 1], [["setLoops"], "setLoops(loops)", "cocos/2d/CCAnimation.h", 217, 1], [["setDelayPerUnit"], "setDelayPerUnit(delayPerUnit)", "cocos/2d/CCAnimation.h", 189, 1], [["addSpriteFrameWithFile"], "addSpriteFrameWithFile(filename)", "cocos/2d/CCAnimation.h", 173, 1], [["getTotalDelayUnits"], "getTotalDelayUnits", "cocos/2d/CCAnimation.h", 186, 1], [["getDelayPerUnit"], "getDelayPerUnit", "cocos/2d/CCAnimation.h", 192, 1], [["getRestoreOriginalFrame"], "getRestoreOriginalFrame", "cocos/2d/CCAnimation.h", 208, 1], [["addSpriteFrameWithTexture"], "addSpriteFrameWithTexture(pobTexture, rect)", "cocos/2d/CCAnimation.h", 183, 1], [["create", "Animation:create"], "Animation:create(arrayOfAnimationFrameNames, delayPerUnit, loops)", "cocos/2d/CCAnimation.h", 162, 1], [["createWithSpriteFrames", "Animation:createWithSpriteFrames"], "Animation:createWithSpriteFrames(arrayOfSpriteFrameNames, delay, loops)", "cocos/2d/CCAnimation.h", 156, 1], [["ActionInterval"], "ActionInterval", "cocos/2d/CCActionInterval.h", 66, 1], [["getAmplitudeRate"], "getAmplitudeRate()", "cocos/2d/CCActionInterval.h", 74, 1], [["setAmplitudeRate"], "setAmplitudeRate(amp)", "cocos/2d/CCActionInterval.h", 73, 1], [["getElapsed"], "getElapsed()", "cocos/2d/CCActionInterval.h", 70, 1], [["Sequence"], "Sequence", "cocos/2d/CCActionInterval.h", 105, 1], [["Repeat"], "Repeat", "cocos/2d/CCActionInterval.h", 170, 1], [["setInnerAction"], "setInnerAction(action)", "cocos/2d/CCActionInterval.h", 176, 1], [["getInnerAction"], "getInnerAction", "cocos/2d/CCActionInterval.h", 186, 1], [["create", "Repeat:create"], "Repeat:create(action, times)", "cocos/2d/CCActionInterval.h", 174, 1], [["RepeatForever"], "RepeatForever", "cocos/2d/CCActionInterval.h", 224, 1], [["setInnerAction"], "setInnerAction(action)", "cocos/2d/CCActionInterval.h", 230, 1], [["getInnerAction"], "getInnerAction", "cocos/2d/CCActionInterval.h", 240, 1], [["create", "RepeatForever:create"], "RepeatForever:create(action)", "cocos/2d/CCActionInterval.h", 228, 1], [["Spawn"], "Spawn", "cocos/2d/CCActionInterval.h", 273, 1], [["RotateBy"], "RotateBy", "cocos/2d/CCActionInterval.h", 383, 1], [["create", "RotateBy:create"], "RotateBy:create(duration, deltaAngle3D)", "cocos/2d/CCActionInterval.h", 390, 1], [["MoveBy"], "MoveBy", "cocos/2d/CCActionInterval.h", 425, 1], [["create", "MoveBy:create"], "MoveBy:create(duration, deltaPosition)", "cocos/2d/CCActionInterval.h", 429, 1], [["MoveTo"], "MoveTo", "cocos/2d/CCActionInterval.h", 460, 1], [["create", "MoveTo:create"], "MoveTo:create(duration, position)", "cocos/2d/CCActionInterval.h", 464, 1], [["SkewTo"], "SkewTo", "cocos/2d/CCActionInterval.h", 489, 1], [["create", "SkewTo:create"], "SkewTo:create(t, sx, sy)", "cocos/2d/CCActionInterval.h", 493, 1], [["SkewBy"], "SkewBy", "cocos/2d/CCActionInterval.h", 526, 1], [["create", "SkewBy:create"], "SkewBy:create(t, deltaSkewX, deltaSkewY)", "cocos/2d/CCActionInterval.h", 530, 1], [["JumpBy"], "JumpBy", "cocos/2d/CCActionInterval.h", 551, 1], [["create", "JumpBy:create"], "JumpBy:create(duration, position, height, jumps)", "cocos/2d/CCActionInterval.h", 555, 1], [["BezierBy"], "BezierBy", "cocos/2d/CCActionInterval.h", 619, 1], [["BezierTo"], "BezierTo", "cocos/2d/CCActionInterval.h", 658, 1], [["ScaleTo"], "ScaleTo", "cocos/2d/CCActionInterval.h", 694, 1], [["create", "ScaleTo:create"], "ScaleTo:create(duration, sx, sy, sz)", "cocos/2d/CCActionInterval.h", 704, 1], [["ScaleBy"], "ScaleBy", "cocos/2d/CCActionInterval.h", 746, 1], [["create", "ScaleBy:create"], "ScaleBy:create(duration, sx, sy, sz)", "cocos/2d/CCActionInterval.h", 756, 1], [["Blink"], "Blink", "cocos/2d/CCActionInterval.h", 775, 1], [["create", "Blink:create"], "Blink:create(duration, blinks)", "cocos/2d/CCActionInterval.h", 779, 1], [["FadeTo"], "FadeTo", "cocos/2d/CCActionInterval.h", 809, 1], [["create", "FadeTo:create"], "FadeTo:create(duration, opacity)", "cocos/2d/CCActionInterval.h", 813, 1], [["FadeIn"], "FadeIn", "cocos/2d/CCActionInterval.h", 842, 1], [["setReverseAction"], "setReverseAction(ac)", "cocos/2d/CCActionInterval.h", 855, 1], [["create", "FadeIn:create"], "FadeIn:create(d)", "cocos/2d/CCActionInterval.h", 846, 1], [["FadeOut"], "FadeOut", "cocos/2d/CCActionInterval.h", 869, 1], [["setReverseAction"], "setReverseAction(ac)", "cocos/2d/CCActionInterval.h", 882, 1], [["create", "FadeOut:create"], "FadeOut:create(d)", "cocos/2d/CCActionInterval.h", 873, 1], [["TintTo"], "TintTo", "cocos/2d/CCActionInterval.h", 895, 1], [["create", "TintTo:create"], "TintTo:create(duration, red, green, blue)", "cocos/2d/CCActionInterval.h", 899, 1], [["TintBy"], "TintBy", "cocos/2d/CCActionInterval.h", 927, 1], [["create", "TintBy:create"], "TintBy:create(duration, deltaRed, deltaGreen, deltaBlue)", "cocos/2d/CCActionInterval.h", 931, 1], [["DelayTime"], "DelayTime", "cocos/2d/CCActionInterval.h", 963, 1], [["create", "DelayTime:create"], "DelayTime:create(d)", "cocos/2d/CCActionInterval.h", 967, 1], [["Animate"], "Animate", "cocos/2d/CCActionInterval.h", 1022, 1], [["getAnimation"], "getAnimation", "cocos/2d/CCActionInterval.h", 1031, 1], [["setAnimation"], "setAnimation(animation)", "cocos/2d/CCActionInterval.h", 1029, 1], [["create", "Animate:create"], "Animate:create(animation)", "cocos/2d/CCActionInterval.h", 1026, 1], [["TargetedAction"], "TargetedAction", "cocos/2d/CCActionInterval.h", 1066, 1], [["getForcedTarget"], "getForcedTarget", "cocos/2d/CCActionInterval.h", 1075, 1], [["setForcedTarget"], "setForcedTarget(forcedTarget)", "cocos/2d/CCActionInterval.h", 1073, 1], [["create", "TargetedAction:create"], "TargetedAction:create(target, action)", "cocos/2d/CCActionInterval.h", 1070, 1], [["ActionCamera"], "ActionCamera", "cocos/2d/CCActionCamera.h", 47, 1], [["setEye"], "setEye(x, y, z)", "cocos/2d/CCActionCamera.h", 67, 1], [["setUp"], "setUp(up)", "cocos/2d/CCActionCamera.h", 75, 1], [["setCenter"], "setCenter(center)", "cocos/2d/CCActionCamera.h", 71, 1], [["OrbitCamera"], "OrbitCamera", "cocos/2d/CCActionCamera.h", 94, 1], [["create", "OrbitCamera:create"], "OrbitCamera:create(t, radius, deltaRadius, angleZ, deltaAngleZ, angleX, deltaAngleX)", "cocos/2d/CCActionCamera.h", 98, 1], [["ActionManager"], "ActionManager", "cocos/2d/CCActionManager.h", 58, 1], [["getActionByTag"], "getActionByTag(tag, target)", "cocos/2d/CCActionManager.h", 102, 1], [["removeActionByTag"], "removeActionByTag(tag, target)", "cocos/2d/CCActionManager.h", 94, 1], [["removeAllActions"], "removeAllActions", "cocos/2d/CCActionManager.h", 82, 1], [["addAction"], "addAction(action, target, paused)", "cocos/2d/CCActionManager.h", 78, 1], [["resumeTarget"], "resumeTarget(target)", "cocos/2d/CCActionManager.h", 120, 1], [["update"], "update(dt)", "cocos/2d/CCActionManager.h", 130, 1], [["pauseTarget"], "pauseTarget(target)", "cocos/2d/CCActionManager.h", 116, 1], [["getNumberOfRunningActionsInTarget"], "getNumberOfRunningActionsInTarget(target)", "cocos/2d/CCActionManager.h", 109, 1], [["removeAllActionsFromTarget"], "removeAllActionsFromTarget(target)", "cocos/2d/CCActionManager.h", 87, 1], [["resumeTargets"], "resumeTargets(targetsToResume)", "cocos/2d/CCActionManager.h", 128, 1], [["removeAction"], "removeAction(action)", "cocos/2d/CCActionManager.h", 91, 1], [["removeAllActionsByTag"], "removeAllActionsByTag(tag, target)", "cocos/2d/CCActionManager.h", 97, 1], [["pauseAllRunningActions"], "pauseAllRunningActions", "cocos/2d/CCActionManager.h", 124, 1], [["ActionEase"], "ActionEase", "cocos/2d/CCActionEase.h", 43, 1], [["getInnerAction"], "getInnerAction", "cocos/2d/CCActionEase.h", 47, 1], [["EaseRateAction"], "EaseRateAction", "cocos/2d/CCActionEase.h", 85, 1], [["setRate"], "setRate(rate)", "cocos/2d/CCActionEase.h", 89, 1], [["getRate"], "getRate", "cocos/2d/CCActionEase.h", 91, 1], [["EaseIn"], "EaseIn", "cocos/2d/CCActionEase.h", 124, 1], [["create", "EaseIn:create"], "EaseIn:create(action, rate)", "cocos/2d/CCActionEase.h", 128, 1], [["EaseOut"], "EaseOut", "cocos/2d/CCActionEase.h", 147, 1], [["create", "EaseOut:create"], "EaseOut:create(action, rate)", "cocos/2d/CCActionEase.h", 151, 1], [["EaseInOut"], "EaseInOut", "cocos/2d/CCActionEase.h", 170, 1], [["create", "EaseInOut:create"], "EaseInOut:create(action, rate)", "cocos/2d/CCActionEase.h", 174, 1], [["EaseExponentialIn"], "EaseExponentialIn", "cocos/2d/CCActionEase.h", 193, 1], [["create", "EaseExponentialIn:create"], "EaseExponentialIn:create(action)", "cocos/2d/CCActionEase.h", 197, 1], [["EaseExponentialOut"], "EaseExponentialOut", "cocos/2d/CCActionEase.h", 216, 1], [["create", "EaseExponentialOut:create"], "EaseExponentialOut:create(action)", "cocos/2d/CCActionEase.h", 220, 1], [["EaseExponentialInOut"], "EaseExponentialInOut", "cocos/2d/CCActionEase.h", 239, 1], [["create", "EaseExponentialInOut:create"], "EaseExponentialInOut:create(action)", "cocos/2d/CCActionEase.h", 243, 1], [["EaseSineIn"], "EaseSineIn", "cocos/2d/CCActionEase.h", 262, 1], [["create", "EaseSineIn:create"], "EaseSineIn:create(action)", "cocos/2d/CCActionEase.h", 266, 1], [["EaseSineOut"], "EaseSineOut", "cocos/2d/CCActionEase.h", 285, 1], [["create", "EaseSineOut:create"], "EaseSineOut:create(action)", "cocos/2d/CCActionEase.h", 289, 1], [["EaseSineInOut"], "EaseSineInOut", "cocos/2d/CCActionEase.h", 308, 1], [["create", "EaseSineInOut:create"], "EaseSineInOut:create(action)", "cocos/2d/CCActionEase.h", 312, 1], [["EaseElastic"], "EaseElastic", "cocos/2d/CCActionEase.h", 332, 1], [["setPeriod"], "setPeriod(fPeriod)", "cocos/2d/CCActionEase.h", 339, 1], [["getPeriod"], "getPeriod", "cocos/2d/CCActionEase.h", 337, 1], [["EaseElasticIn"], "EaseElasticIn", "cocos/2d/CCActionEase.h", 376, 1], [["create", "EaseElasticIn:create"], "EaseElasticIn:create(action)", "cocos/2d/CCActionEase.h", 381, 1], [["EaseElasticOut"], "EaseElasticOut", "cocos/2d/CCActionEase.h", 402, 1], [["create", "EaseElasticOut:create"], "EaseElasticOut:create(action)", "cocos/2d/CCActionEase.h", 407, 1], [["EaseElasticInOut"], "EaseElasticInOut", "cocos/2d/CCActionEase.h", 428, 1], [["create", "EaseElasticInOut:create"], "EaseElasticInOut:create(action)", "cocos/2d/CCActionEase.h", 433, 1], [["EaseBounce"], "EaseBounce", "cocos/2d/CCActionEase.h", 453, 1], [["EaseBounceIn"], "EaseBounceIn", "cocos/2d/CCActionEase.h", 484, 1], [["create", "EaseBounceIn:create"], "EaseBounceIn:create(action)", "cocos/2d/CCActionEase.h", 488, 1], [["EaseBounceOut"], "EaseBounceOut", "cocos/2d/CCActionEase.h", 509, 1], [["create", "EaseBounceOut:create"], "EaseBounceOut:create(action)", "cocos/2d/CCActionEase.h", 513, 1], [["EaseBounceInOut"], "EaseBounceInOut", "cocos/2d/CCActionEase.h", 534, 1], [["create", "EaseBounceInOut:create"], "EaseBounceInOut:create(action)", "cocos/2d/CCActionEase.h", 538, 1], [["EaseBackIn"], "EaseBackIn", "cocos/2d/CCActionEase.h", 559, 1], [["create", "EaseBackIn:create"], "EaseBackIn:create(action)", "cocos/2d/CCActionEase.h", 563, 1], [["EaseBackOut"], "EaseBackOut", "cocos/2d/CCActionEase.h", 584, 1], [["create", "EaseBackOut:create"], "EaseBackOut:create(action)", "cocos/2d/CCActionEase.h", 588, 1], [["EaseBackInOut"], "EaseBackInOut", "cocos/2d/CCActionEase.h", 609, 1], [["create", "EaseBackInOut:create"], "EaseBackInOut:create(action)", "cocos/2d/CCActionEase.h", 613, 1], [["EaseBezierAction"], "EaseBezierAction", "cocos/2d/CCActionEase.h", 633, 1], [["setBezierParamer"], "setBezierParamer(p0, p1, p2, p3)", "cocos/2d/CCActionEase.h", 643, 1], [["create", "EaseBezierAction:create"], "EaseBezierAction:create(action)", "cocos/2d/CCActionEase.h", 637, 1], [["EaseQuadraticActionIn"], "EaseQuadraticActionIn", "cocos/2d/CCActionEase.h", 663, 1], [["create", "EaseQuadraticActionIn:create"], "EaseQuadraticActionIn:create(action)", "cocos/2d/CCActionEase.h", 667, 1], [["EaseQuadraticActionOut"], "EaseQuadraticActionOut", "cocos/2d/CCActionEase.h", 686, 1], [["create", "EaseQuadraticActionOut:create"], "EaseQuadraticActionOut:create(action)", "cocos/2d/CCActionEase.h", 690, 1], [["EaseQuadraticActionInOut"], "EaseQuadraticActionInOut", "cocos/2d/CCActionEase.h", 709, 1], [["create", "EaseQuadraticActionInOut:create"], "EaseQuadraticActionInOut:create(action)", "cocos/2d/CCActionEase.h", 713, 1], [["EaseQuarticActionIn"], "EaseQuarticActionIn", "cocos/2d/CCActionEase.h", 731, 1], [["create", "EaseQuarticActionIn:create"], "EaseQuarticActionIn:create(action)", "cocos/2d/CCActionEase.h", 735, 1], [["EaseQuarticActionOut"], "EaseQuarticActionOut", "cocos/2d/CCActionEase.h", 753, 1], [["create", "EaseQuarticActionOut:create"], "EaseQuarticActionOut:create(action)", "cocos/2d/CCActionEase.h", 757, 1], [["EaseQuarticActionInOut"], "EaseQuarticActionInOut", "cocos/2d/CCActionEase.h", 775, 1], [["create", "EaseQuarticActionInOut:create"], "EaseQuarticActionInOut:create(action)", "cocos/2d/CCActionEase.h", 779, 1], [["EaseQuinticActionIn"], "EaseQuinticActionIn", "cocos/2d/CCActionEase.h", 798, 1], [["create", "EaseQuinticActionIn:create"], "EaseQuinticActionIn:create(action)", "cocos/2d/CCActionEase.h", 802, 1], [["EaseQuinticActionOut"], "EaseQuinticActionOut", "cocos/2d/CCActionEase.h", 820, 1], [["create", "EaseQuinticActionOut:create"], "EaseQuinticActionOut:create(action)", "cocos/2d/CCActionEase.h", 824, 1], [["EaseQuinticActionInOut"], "EaseQuinticActionInOut", "cocos/2d/CCActionEase.h", 842, 1], [["create", "EaseQuinticActionInOut:create"], "EaseQuinticActionInOut:create(action)", "cocos/2d/CCActionEase.h", 846, 1], [["EaseCircleActionIn"], "EaseCircleActionIn", "cocos/2d/CCActionEase.h", 864, 1], [["create", "EaseCircleActionIn:create"], "EaseCircleActionIn:create(action)", "cocos/2d/CCActionEase.h", 868, 1], [["EaseCircleActionOut"], "EaseCircleActionOut", "cocos/2d/CCActionEase.h", 886, 1], [["create", "EaseCircleActionOut:create"], "EaseCircleActionOut:create(action)", "cocos/2d/CCActionEase.h", 890, 1], [["EaseCircleActionInOut"], "EaseCircleActionInOut", "cocos/2d/CCActionEase.h", 908, 1], [["create", "EaseCircleActionInOut:create"], "EaseCircleActionInOut:create(action)", "cocos/2d/CCActionEase.h", 912, 1], [["EaseCubicActionIn"], "EaseCubicActionIn", "cocos/2d/CCActionEase.h", 930, 1], [["create", "EaseCubicActionIn:create"], "EaseCubicActionIn:create(action)", "cocos/2d/CCActionEase.h", 934, 1], [["EaseCubicActionOut"], "EaseCubicActionOut", "cocos/2d/CCActionEase.h", 952, 1], [["create", "EaseCubicActionOut:create"], "EaseCubicActionOut:create(action)", "cocos/2d/CCActionEase.h", 956, 1], [["EaseCubicActionInOut"], "EaseCubicActionInOut", "cocos/2d/CCActionEase.h", 974, 1], [["create", "EaseCubicActionInOut:create"], "EaseCubicActionInOut:create(action)", "cocos/2d/CCActionEase.h", 978, 1], [["Show"], "Show", "cocos/2d/CCActionInstant.h", 70, 1], [["create", "Show:create"], "Show:create", "cocos/2d/CCActionInstant.h", 74, 1], [["Hide"], "Hide", "cocos/2d/CCActionInstant.h", 95, 1], [["create", "Hide:create"], "Hide:create", "cocos/2d/CCActionInstant.h", 99, 1], [["ToggleVisibility"], "ToggleVisibility", "cocos/2d/CCActionInstant.h", 118, 1], [["create", "ToggleVisibility:create"], "ToggleVisibility:create", "cocos/2d/CCActionInstant.h", 122, 1], [["RemoveSelf"], "RemoveSelf", "cocos/2d/CCActionInstant.h", 142, 1], [["create", "RemoveSelf:create"], "RemoveSelf:create(isNeedCleanUp)", "cocos/2d/CCActionInstant.h", 146, 1], [["FlipX"], "FlipX", "cocos/2d/CCActionInstant.h", 173, 1], [["create", "FlipX:create"], "FlipX:create(x)", "cocos/2d/CCActionInstant.h", 177, 1], [["FlipY"], "FlipY", "cocos/2d/CCActionInstant.h", 204, 1], [["create", "FlipY:create"], "FlipY:create(y)", "cocos/2d/CCActionInstant.h", 208, 1], [["Place"], "Place", "cocos/2d/CCActionInstant.h", 233, 1], [["create", "Place:create"], "Place:create(pos)", "cocos/2d/CCActionInstant.h", 238, 1], [["CallFunc"], "CallFunc", "cocos/2d/CCActionInstant.h", 264, 1], [["execute"], "execute", "cocos/2d/CCActionInstant.h", 286, 1], [["getTargetCallback"], "getTargetCallback", "cocos/2d/CCActionInstant.h", 288, 1], [["setTargetCallback"], "setTargetCallback(sel)", "cocos/2d/CCActionInstant.h", 293, 1], [["GridAction"], "GridAction", "cocos/2d/CCActionGrid.h", 43, 1], [["getGrid"], "getGrid", "cocos/2d/CCActionGrid.h", 48, 1], [["Grid3DAction"], "Grid3DAction", "cocos/2d/CCActionGrid.h", 80, 1], [["getGrid"], "getGrid", "cocos/2d/CCActionGrid.h", 85, 1], [["TiledGrid3DAction"], "TiledGrid3DAction", "cocos/2d/CCActionGrid.h", 125, 1], [["getGrid"], "getGrid", "cocos/2d/CCActionGrid.h", 165, 1], [["StopGrid"], "StopGrid", "cocos/2d/CCActionGrid.h", 278, 1], [["create", "StopGrid:create"], "StopGrid:create", "cocos/2d/CCActionGrid.h", 282, 1], [["ReuseGrid"], "ReuseGrid", "cocos/2d/CCActionGrid.h", 303, 1], [["create", "ReuseGrid:create"], "ReuseGrid:create(times)", "cocos/2d/CCActionGrid.h", 307, 1], [["Waves3D"], "Waves3D", "cocos/2d/CCActionGrid3D.h", 41, 1], [["getAmplitudeRate"], "getAmplitudeRate", "cocos/2d/CCActionGrid3D.h", 53, 1], [["setAmplitude"], "setAmplitude(amplitude)", "cocos/2d/CCActionGrid3D.h", 50, 1], [["setAmplitudeRate"], "setAmplitudeRate(amplitudeRate)", "cocos/2d/CCActionGrid3D.h", 55, 1], [["getAmplitude"], "getAmplitude", "cocos/2d/CCActionGrid3D.h", 48, 1], [["create", "Waves3D:create"], "Waves3D:create(duration, gridSize, waves, amplitude)", "cocos/2d/CCActionGrid3D.h", 45, 1], [["FlipX3D"], "FlipX3D", "cocos/2d/CCActionGrid3D.h", 78, 1], [["create", "FlipX3D:create"], "FlipX3D:create(duration)", "cocos/2d/CCActionGrid3D.h", 82, 1], [["FlipY3D"], "FlipY3D", "cocos/2d/CCActionGrid3D.h", 101, 1], [["create", "FlipY3D:create"], "FlipY3D:create(duration)", "cocos/2d/CCActionGrid3D.h", 105, 1], [["Lens3D"], "Lens3D", "cocos/2d/CCActionGrid3D.h", 119, 1], [["setPosition"], "setPosition(position)", "cocos/2d/CCActionGrid3D.h", 133, 1], [["setConcave"], "setConcave(concave)", "cocos/2d/CCActionGrid3D.h", 130, 1], [["setLensEffect"], "setLensEffect(lensEffect)", "cocos/2d/CCActionGrid3D.h", 128, 1], [["getLensEffect"], "getLensEffect", "cocos/2d/CCActionGrid3D.h", 126, 1], [["create", "Lens3D:create"], "Lens3D:create(duration, gridSize, position, radius)", "cocos/2d/CCActionGrid3D.h", 123, 1], [["Ripple3D"], "Ripple3D", "cocos/2d/CCActionGrid3D.h", 162, 1], [["setAmplitudeRate"], "setAmplitudeRate(fAmplitudeRate)", "cocos/2d/CCActionGrid3D.h", 177, 1], [["getAmplitudeRate"], "getAmplitudeRate", "cocos/2d/CCActionGrid3D.h", 176, 1], [["setAmplitude"], "setAmplitude(fAmplitude)", "cocos/2d/CCActionGrid3D.h", 174, 1], [["getAmplitude"], "getAmplitude", "cocos/2d/CCActionGrid3D.h", 173, 1], [["setPosition"], "setPosition(position)", "cocos/2d/CCActionGrid3D.h", 171, 1], [["create", "Ripple3D:create"], "Ripple3D:create(duration, gridSize, position, radius, waves, amplitude)", "cocos/2d/CCActionGrid3D.h", 166, 1], [["Shaky3D"], "Shaky3D", "cocos/2d/CCActionGrid3D.h", 203, 1], [["create", "Shaky3D:create"], "Shaky3D:create(duration, gridSize, range, shakeZ)", "cocos/2d/CCActionGrid3D.h", 207, 1], [["Liquid"], "Liquid", "cocos/2d/CCActionGrid3D.h", 229, 1], [["getAmplitudeRate"], "getAmplitudeRate", "cocos/2d/CCActionGrid3D.h", 238, 1], [["setAmplitude"], "setAmplitude(amplitude)", "cocos/2d/CCActionGrid3D.h", 236, 1], [["setAmplitudeRate"], "setAmplitudeRate(amplitudeRate)", "cocos/2d/CCActionGrid3D.h", 239, 1], [["getAmplitude"], "getAmplitude", "cocos/2d/CCActionGrid3D.h", 235, 1], [["create", "Liquid:create"], "Liquid:create(duration, gridSize, waves, amplitude)", "cocos/2d/CCActionGrid3D.h", 233, 1], [["Waves"], "Waves", "cocos/2d/CCActionGrid3D.h", 262, 1], [["getAmplitudeRate"], "getAmplitudeRate", "cocos/2d/CCActionGrid3D.h", 271, 1], [["setAmplitude"], "setAmplitude(amplitude)", "cocos/2d/CCActionGrid3D.h", 269, 1], [["setAmplitudeRate"], "setAmplitudeRate(amplitudeRate)", "cocos/2d/CCActionGrid3D.h", 272, 1], [["getAmplitude"], "getAmplitude", "cocos/2d/CCActionGrid3D.h", 268, 1], [["create", "Waves:create"], "Waves:create(duration, gridSize, waves, amplitude, horizontal, vertical)", "cocos/2d/CCActionGrid3D.h", 266, 1], [["Twirl"], "Twirl", "cocos/2d/CCActionGrid3D.h", 297, 1], [["setAmplitudeRate"], "setAmplitudeRate(amplitudeRate)", "cocos/2d/CCActionGrid3D.h", 312, 1], [["getAmplitudeRate"], "getAmplitudeRate", "cocos/2d/CCActionGrid3D.h", 311, 1], [["setAmplitude"], "setAmplitude(amplitude)", "cocos/2d/CCActionGrid3D.h", 309, 1], [["getAmplitude"], "getAmplitude", "cocos/2d/CCActionGrid3D.h", 308, 1], [["setPosition"], "setPosition(position)", "cocos/2d/CCActionGrid3D.h", 306, 1], [["create", "Twirl:create"], "Twirl:create(duration, gridSize, position, twirls, amplitude)", "cocos/2d/CCActionGrid3D.h", 301, 1], [["PageTurn3D"], "PageTurn3D", "cocos/2d/CCActionPageTurn3D.h", 47, 1], [["getGrid"], "getGrid", "cocos/2d/CCActionPageTurn3D.h", 50, 1], [["create", "PageTurn3D:create"], "PageTurn3D:create(duration, gridSize)", "cocos/2d/CCActionPageTurn3D.h", 52, 1], [["ProgressTo"], "ProgressTo", "cocos/2d/CCActionProgressTimer.h", 42, 1], [["create", "ProgressTo:create"], "ProgressTo:create(duration, percent)", "cocos/2d/CCActionProgressTimer.h", 46, 1], [["ProgressFromTo"], "ProgressFromTo", "cocos/2d/CCActionProgressTimer.h", 75, 1], [["create", "ProgressFromTo:create"], "ProgressFromTo:create(duration, fromPercentage, toPercentage)", "cocos/2d/CCActionProgressTimer.h", 79, 1], [["ShakyTiles3D"], "ShakyTiles3D", "cocos/2d/CCActionTiledGrid.h", 39, 1], [["create", "ShakyTiles3D:create"], "ShakyTiles3D:create(duration, gridSize, range, shakeZ)", "cocos/2d/CCActionTiledGrid.h", 43, 1], [["ShatteredTiles3D"], "ShatteredTiles3D", "cocos/2d/CCActionTiledGrid.h", 65, 1], [["create", "ShatteredTiles3D:create"], "ShatteredTiles3D:create(duration, gridSize, range, shatterZ)", "cocos/2d/CCActionTiledGrid.h", 69, 1], [["ShuffleTiles"], "ShuffleTiles", "cocos/2d/CCActionTiledGrid.h", 95, 1], [["getDelta"], "getDelta(pos)", "cocos/2d/CCActionTiledGrid.h", 102, 1], [["create", "ShuffleTiles:create"], "ShuffleTiles:create(duration, gridSize, seed)", "cocos/2d/CCActionTiledGrid.h", 99, 1], [["FadeOutTRTiles"], "FadeOutTRTiles", "cocos/2d/CCActionTiledGrid.h", 130, 1], [["turnOnTile"], "turnOnTile(pos)", "cocos/2d/CCActionTiledGrid.h", 137, 1], [["turnOffTile"], "turnOffTile(pos)", "cocos/2d/CCActionTiledGrid.h", 138, 1], [["transformTile"], "transformTile(pos, distance)", "cocos/2d/CCActionTiledGrid.h", 139, 1], [["testFunc"], "testFunc(pos, time)", "cocos/2d/CCActionTiledGrid.h", 136, 1], [["create", "FadeOutTRTiles:create"], "FadeOutTRTiles:create(duration, gridSize)", "cocos/2d/CCActionTiledGrid.h", 134, 1], [["FadeOutBLTiles"], "FadeOutBLTiles", "cocos/2d/CCActionTiledGrid.h", 156, 1], [["create", "FadeOutBLTiles:create"], "FadeOutBLTiles:create(duration, gridSize)", "cocos/2d/CCActionTiledGrid.h", 160, 1], [["FadeOutUpTiles"], "FadeOutUpTiles", "cocos/2d/CCActionTiledGrid.h", 177, 1], [["transformTile"], "transformTile(pos, distance)", "cocos/2d/CCActionTiledGrid.h", 183, 1], [["create", "FadeOutUpTiles:create"], "FadeOutUpTiles:create(duration, gridSize)", "cocos/2d/CCActionTiledGrid.h", 181, 1], [["FadeOutDownTiles"], "FadeOutDownTiles", "cocos/2d/CCActionTiledGrid.h", 200, 1], [["create", "FadeOutDownTiles:create"], "FadeOutDownTiles:create(duration, gridSize)", "cocos/2d/CCActionTiledGrid.h", 204, 1], [["TurnOffTiles"], "TurnOffTiles", "cocos/2d/CCActionTiledGrid.h", 221, 1], [["turnOnTile"], "turnOnTile(pos)", "cocos/2d/CCActionTiledGrid.h", 230, 1], [["turnOffTile"], "turnOffTile(pos)", "cocos/2d/CCActionTiledGrid.h", 231, 1], [["create", "TurnOffTiles:create"], "TurnOffTiles:create(duration, gridSize, seed)", "cocos/2d/CCActionTiledGrid.h", 227, 1], [["WavesTiles3D"], "WavesTiles3D", "cocos/2d/CCActionTiledGrid.h", 255, 1], [["getAmplitudeRate"], "getAmplitudeRate", "cocos/2d/CCActionTiledGrid.h", 266, 1], [["setAmplitude"], "setAmplitude(amplitude)", "cocos/2d/CCActionTiledGrid.h", 263, 1], [["setAmplitudeRate"], "setAmplitudeRate(amplitudeRate)", "cocos/2d/CCActionTiledGrid.h", 267, 1], [["getAmplitude"], "getAmplitude", "cocos/2d/CCActionTiledGrid.h", 262, 1], [["create", "WavesTiles3D:create"], "WavesTiles3D:create(duration, gridSize, waves, amplitude)", "cocos/2d/CCActionTiledGrid.h", 259, 1], [["JumpTiles3D"], "JumpTiles3D", "cocos/2d/CCActionTiledGrid.h", 292, 1], [["getAmplitudeRate"], "getAmplitudeRate", "cocos/2d/CCActionTiledGrid.h", 303, 1], [["setAmplitude"], "setAmplitude(amplitude)", "cocos/2d/CCActionTiledGrid.h", 300, 1], [["setAmplitudeRate"], "setAmplitudeRate(amplitudeRate)", "cocos/2d/CCActionTiledGrid.h", 304, 1], [["getAmplitude"], "getAmplitude", "cocos/2d/CCActionTiledGrid.h", 299, 1], [["create", "JumpTiles3D:create"], "JumpTiles3D:create(duration, gridSize, numberOfJumps, amplitude)", "cocos/2d/CCActionTiledGrid.h", 296, 1], [["SplitRows"], "SplitRows", "cocos/2d/CCActionTiledGrid.h", 327, 1], [["create", "SplitRows:create"], "SplitRows:create(duration, rows)", "cocos/2d/CCActionTiledGrid.h", 331, 1], [["SplitCols"], "SplitCols", "cocos/2d/CCActionTiledGrid.h", 354, 1], [["create", "SplitCols:create"], "SplitCols:create(duration, cols)", "cocos/2d/CCActionTiledGrid.h", 358, 1], [["ActionTween"], "ActionTween", "cocos/2d/CCActionTween.h", 69, 1], [["create", "ActionTween:create"], "ActionTween:create(duration, key, from, to)", "cocos/2d/CCActionTween.h", 73, 1], [["CardinalSplineTo"], "CardinalSplineTo", "cocos/2d/CCActionCatmullRom.h", 142, 1], [["getPoints"], "getPoints", "cocos/2d/CCActionCatmullRom.h", 170, 1], [["updatePosition"], "updatePosition(newPos)", "cocos/2d/CCActionCatmullRom.h", 168, 1], [["initWithDuration"], "initWithDuration(duration, points, tension)", "cocos/2d/CCActionCatmullRom.h", 166, 1], [["CardinalSplineBy"], "CardinalSplineBy", "cocos/2d/CCActionCatmullRom.h", 201, 1], [["CatmullRomTo"], "CatmullRomTo", "cocos/2d/CCActionCatmullRom.h", 231, 1], [["initWithDuration"], "initWithDuration(dt, points)", "cocos/2d/CCActionCatmullRom.h", 245, 1], [["CatmullRomBy"], "CatmullRomBy", "cocos/2d/CCActionCatmullRom.h", 257, 1], [["initWithDuration"], "initWithDuration(dt, points)", "cocos/2d/CCActionCatmullRom.h", 270, 1], [["ProtectedNode"], "ProtectedNode", "cocos/2d/CCProtectedNode.h", 37, 1], [["addProtectedChild"], "addProtectedChild(child, localZOrder, tag)", "cocos/2d/CCProtectedNode.h", 71, 1], [["disableCascadeColor"], "disableCascadeColor", "cocos/2d/CCProtectedNode.h", 164, 1], [["removeProtectedChildByTag"], "removeProtectedChildByTag(tag, cleanup)", "cocos/2d/CCProtectedNode.h", 97, 1], [["reorderProtectedChild"], "reorderProtectedChild(child, localZOrder)", "cocos/2d/CCProtectedNode.h", 119, 1], [["removeAllProtectedChildrenWithCleanup"], "removeAllProtectedChildrenWithCleanup(cleanup)", "cocos/2d/CCProtectedNode.h", 111, 1], [["disableCascadeOpacity"], "disableCascadeOpacity", "cocos/2d/CCProtectedNode.h", 165, 1], [["sortAllProtectedChildren"], "sortAllProtectedChildren", "cocos/2d/CCProtectedNode.h", 126, 1], [["getProtectedChildByTag"], "getProtectedChildByTag(tag)", "cocos/2d/CCProtectedNode.h", 79, 1], [["removeProtectedChild"], "removeProtectedChild(child, cleanup)", "cocos/2d/CCProtectedNode.h", 89, 1], [["removeAllProtectedChildren"], "removeAllProtectedChildren", "cocos/2d/CCProtectedNode.h", 103, 1], [["create", "ProtectedNode:create"], "ProtectedNode:create()", "cocos/2d/CCProtectedNode.h", 40, 1], [["GLProgramState"], "GLProgramState", "cocos/renderer/CCGLProgramState.h", 146, 1], [["setUniformTexture"], "setUniformTexture(uniformLocation, textureId)", "cocos/renderer/CCGLProgramState.h", 200, 1], [["setUniformMat4"], "setUniformMat4(uniformLocation, value)", "cocos/renderer/CCGLProgramState.h", 197, 1], [["applyUniforms"], "applyUniforms", "cocos/renderer/CCGLProgramState.h", 169, 1], [["applyGLProgram"], "applyGLProgram(modelView)", "cocos/renderer/CCGLProgramState.h", 163, 1], [["getUniformCount"], "getUniformCount(size)", "cocos/renderer/CCGLProgramState.h", 181, 1], [["applyAttributes"], "applyAttributes(applyAttribFlags)", "cocos/renderer/CCGLProgramState.h", 168, 1], [["setUniformFloat"], "setUniformFloat(uniformLocation, value)", "cocos/renderer/CCGLProgramState.h", 193, 1], [["setUniformVec3"], "setUniformVec3(uniformLocation, value)", "cocos/renderer/CCGLProgramState.h", 195, 1], [["setUniformInt"], "setUniformInt(uniformLocation, value)", "cocos/renderer/CCGLProgramState.h", 192, 1], [["getVertexAttribCount"], "getVertexAttribCount(size)", "cocos/renderer/CCGLProgramState.h", 176, 1], [["setUniformVec4"], "setUniformVec4(uniformLocation, value)", "cocos/renderer/CCGLProgramState.h", 196, 1], [["setGLProgram"], "setGLProgram(glprogram)", "cocos/renderer/CCGLProgramState.h", 171, 1], [["setUniformVec2"], "setUniformVec2(uniformLocation, value)", "cocos/renderer/CCGLProgramState.h", 194, 1], [["getVertexAttribsFlags"], "getVertexAttribsFlags", "cocos/renderer/CCGLProgramState.h", 175, 1], [["apply"], "apply(modelView)", "cocos/renderer/CCGLProgramState.h", 161, 1], [["getGLProgram"], "getGLProgram", "cocos/renderer/CCGLProgramState.h", 172, 1], [["create", "GLProgramState:create"], "GLProgramState:create(glprogram)", "cocos/renderer/CCGLProgramState.h", 152, 1], [["getOrCreateWithGLProgramName", "GLProgramState:getOrCreateWithGLProgramName"], "GLProgramState:getOrCreateWithGLProgramName(glProgramName)", "cocos/renderer/CCGLProgramState.h", 158, 1], [["getOrCreateWithGLProgram", "GLProgramState:getOrCreateWithGLProgram"], "GLProgramState:getOrCreateWithGLProgram(glprogram)", "cocos/renderer/CCGLProgramState.h", 155, 1], [["AtlasNode"], "AtlasNode", "cocos/2d/CCAtlasNode.h", 53, 1], [["updateAtlasValues"], "updateAtlasValues", "cocos/2d/CCAtlasNode.h", 62, 1], [["getTexture"], "getTexture", "cocos/2d/CCAtlasNode.h", 73, 1], [["setTextureAtlas"], "setTextureAtlas(textureAtlas)", "cocos/2d/CCAtlasNode.h", 64, 1], [["getTextureAtlas"], "getTextureAtlas", "cocos/2d/CCAtlasNode.h", 65, 1], [["getQuadsToDraw"], "getQuadsToDraw", "cocos/2d/CCAtlasNode.h", 68, 1], [["setTexture"], "setTexture(texture)", "cocos/2d/CCAtlasNode.h", 74, 1], [["setQuadsToDraw"], "setQuadsToDraw(quadsToDraw)", "cocos/2d/CCAtlasNode.h", 67, 1], [["create", "AtlasNode:create"], "AtlasNode:create(filename, tileWidth, tileHeight, itemsToRender)", "cocos/2d/CCAtlasNode.h", 57, 1], [["DrawNode"], "DrawNode", "cocos/2d/CCDrawNode.h", 50, 1], [["drawLine"], "drawLine(origin, destination, color)", "cocos/2d/CCDrawNode.h", 60, 1], [["drawRect"], "drawRect(lb, lt, rt, rb, color)", "cocos/2d/CCDrawNode.h", 82, 1], [["drawSolidCircle"], "drawSolidCircle(center, radius, angle, segments, color)", "cocos/2d/CCDrawNode.h", 90, 1], [["onDrawGLPoint"], "onDrawGLPoint(transform, flags)", "cocos/2d/CCDrawNode.h", 128, 1], [["drawDot"], "drawDot(pos, radius, color)", "cocos/2d/CCDrawNode.h", 80, 1], [["drawSegment"], "drawSegment(from, to, radius, color)", "cocos/2d/CCDrawNode.h", 93, 1], [["onDraw"], "onDraw(transform, flags)", "cocos/2d/CCDrawNode.h", 126, 1], [["drawCircle"], "drawCircle(center, radius, angle, segments, drawLineToCenter, color)", "cocos/2d/CCDrawNode.h", 68, 1], [["drawQuadBezier"], "drawQuadBezier(origin, control, destination, segments, color)", "cocos/2d/CCDrawNode.h", 70, 1], [["onDrawGLLine"], "onDrawGLLine(transform, flags)", "cocos/2d/CCDrawNode.h", 127, 1], [["drawTriangle"], "drawTriangle(p1, p2, p3, color)", "cocos/2d/CCDrawNode.h", 105, 1], [["clear"], "clear", "cocos/2d/CCDrawNode.h", 111, 1], [["drawSolidRect"], "drawSolidRect(origin, destination, color)", "cocos/2d/CCDrawNode.h", 84, 1], [["drawPoint"], "drawPoint(point, pointSize, color)", "cocos/2d/CCDrawNode.h", 56, 1], [["drawCubicBezier"], "drawCubicBezier(origin, control1, control2, destination, segments, color)", "cocos/2d/CCDrawNode.h", 73, 1], [["create", "DrawNode:create"], "DrawNode:create", "cocos/2d/CCDrawNode.h", 54, 1], [["LabelAtlas"], "LabelAtlas", "cocos/2d/CCLabelAtlas.h", 55, 1], [["setString"], "setString(label)", "cocos/2d/CCLabelAtlas.h", 83, 1], [["initWithString"], "initWithString(string, texture, itemWidth, itemHeight, startCharMap)", "cocos/2d/CCLabelAtlas.h", 78, 1], [["updateAtlasValues"], "updateAtlasValues", "cocos/2d/CCLabelAtlas.h", 81, 1], [["getString"], "getString()", "cocos/2d/CCLabelAtlas.h", 84, 1], [["SpriteBatchNode"], "SpriteBatchNode", "cocos/2d/CCSpriteBatchNode.h", 64, 1], [["appendChild"], "appendChild(sprite)", "cocos/2d/CCSpriteBatchNode.h", 106, 1], [["reorderBatch"], "reorderBatch(reorder)", "cocos/2d/CCSpriteBatchNode.h", 114, 1], [["removeAllChildrenWithCleanup"], "removeAllChildrenWithCleanup(cleanup)", "cocos/2d/CCSpriteBatchNode.h", 144, 1], [["lowestAtlasIndexInChild"], "lowestAtlasIndexInChild(sprite)", "cocos/2d/CCSpriteBatchNode.h", 111, 1], [["atlasIndexForChild"], "atlasIndexForChild(sprite, z)", "cocos/2d/CCSpriteBatchNode.h", 112, 1], [["setTextureAtlas"], "setTextureAtlas(textureAtlas)", "cocos/2d/CCSpriteBatchNode.h", 85, 1], [["getTexture"], "getTexture", "cocos/2d/CCSpriteBatchNode.h", 120, 1], [["increaseAtlasCapacity"], "increaseAtlasCapacity", "cocos/2d/CCSpriteBatchNode.h", 99, 1], [["getTextureAtlas"], "getTextureAtlas", "cocos/2d/CCSpriteBatchNode.h", 82, 1], [["insertQuadFromSprite"], "insertQuadFromSprite(sprite, index)", "cocos/2d/CCSpriteBatchNode.h", 153, 1], [["setTexture"], "setTexture(texture)", "cocos/2d/CCSpriteBatchNode.h", 121, 1], [["rebuildIndexInOrder"], "rebuildIndexInOrder(parent, index)", "cocos/2d/CCSpriteBatchNode.h", 109, 1], [["highestAtlasIndexInChild"], "highestAtlasIndexInChild(sprite)", "cocos/2d/CCSpriteBatchNode.h", 110, 1], [["removeChildAtIndex"], "removeChildAtIndex(index, doCleanup)", "cocos/2d/CCSpriteBatchNode.h", 104, 1], [["removeSpriteFromAtlas"], "removeSpriteFromAtlas(sprite)", "cocos/2d/CCSpriteBatchNode.h", 107, 1], [["create", "SpriteBatchNode:create"], "SpriteBatchNode:create(fileImage, capacity)", "cocos/2d/CCSpriteBatchNode.h", 78, 1], [["createWithTexture", "SpriteBatchNode:createWithTexture"], "SpriteBatchNode:createWithTexture(tex, capacity)", "cocos/2d/CCSpriteBatchNode.h", 72, 1], [["Label"], "Label", "cocos/2d/CCLabel.h", 77, 1], [["isClipMarginEnabled"], "isClipMarginEnabled", "cocos/2d/CCLabel.h", 215, 1], [["enableShadow"], "enableShadow(shadowColor, offset, blurRadius)", "cocos/2d/CCLabel.h", 158, 1], [["setDimensions"], "setDimensions(width, height)", "cocos/2d/CCLabel.h", 204, 1], [["getString"], "getString", "cocos/2d/CCLabel.h", 140, 1], [["disableEffect"], "disableEffect", "cocos/2d/CCLabel.h", 167, 1], [["setTTFConfig"], "setTTFConfig(ttfConfig)", "cocos/2d/CCLabel.h", 116, 1], [["setWidth"], "setWidth(setDimensions, _labelHeight)", "cocos/2d/CCLabel.h", 193, 1], [["getHorizontalAlignment"], "getHorizontalAlignment", "cocos/2d/CCLabel.h", 175, 1], [["setClipMarginEnabled"], "setClipMarginEnabled(clipEnabled)", "cocos/2d/CCLabel.h", 214, 1], [["setString"], "setString(text)", "cocos/2d/CCLabel.h", 138, 1], [["setSystemFontName"], "setSystemFontName(systemFont)", "cocos/2d/CCLabel.h", 127, 1], [["setBMFontFilePath"], "setBMFontFilePath(bmfontFilePath, imageOffset)", "cocos/2d/CCLabel.h", 119, 1], [["getFontAtlas"], "getFontAtlas", "cocos/2d/CCLabel.h", 242, 1], [["setLineHeight"], "setLineHeight(height)", "cocos/2d/CCLabel.h", 221, 1], [["setSystemFontSize"], "setSystemFontSize(fontSize)", "cocos/2d/CCLabel.h", 131, 1], [["updateContent"], "updateContent", "cocos/2d/CCLabel.h", 208, 1], [["getStringLength"], "getStringLength", "cocos/2d/CCLabel.h", 240, 1], [["setLineBreakWithoutSpace"], "setLineBreakWithoutSpace(breakWithoutSpace)", "cocos/2d/CCLabel.h", 180, 1], [["getStringNumLines"], "getStringNumLines", "cocos/2d/CCLabel.h", 239, 1], [["enableOutline"], "enableOutline(outlineColor, outlineSize)", "cocos/2d/CCLabel.h", 161, 1], [["getAdditionalKerning"], "getAdditionalKerning", "cocos/2d/CCLabel.h", 236, 1], [["setCharMap"], "setCharMap(plistFile)", "cocos/2d/CCLabel.h", 124, 1], [["setMaxLineWidth"], "setMaxLineWidth(maxLineWidth)", "cocos/2d/CCLabel.h", 186, 1], [["getSystemFontName"], "getSystemFontName", "cocos/2d/CCLabel.h", 128, 1], [["setVerticalAlignment"], "setVerticalAlignment(setAlignment, vAlignment)", "cocos/2d/CCLabel.h", 177, 1], [["getLineHeight"], "getLineHeight", "cocos/2d/CCLabel.h", 225, 1], [["getTTFConfig"], "getTTFConfig", "cocos/2d/CCLabel.h", 117, 1], [["getVerticalAlignment"], "getVerticalAlignment", "cocos/2d/CCLabel.h", 178, 1], [["setTextColor"], "setTextColor(color)", "cocos/2d/CCLabel.h", 146, 1], [["setHeight"], "setHeight(setDimensions, height)", "cocos/2d/CCLabel.h", 200, 1], [["enableGlow"], "enableGlow(glowColor)", "cocos/2d/CCLabel.h", 164, 1], [["getLetter"], "getLetter(lettetIndex)", "cocos/2d/CCLabel.h", 210, 1], [["setAdditionalKerning"], "setAdditionalKerning(space)", "cocos/2d/CCLabel.h", 231, 1], [["getSystemFontSize"], "getSystemFontSize", "cocos/2d/CCLabel.h", 132, 1], [["getTextAlignment"], "getTextAlignment", "cocos/2d/CCLabel.h", 170, 1], [["setHorizontalAlignment"], "setHorizontalAlignment(setAlignment, _vAlignment)", "cocos/2d/CCLabel.h", 174, 1], [["setAlignment"], "setAlignment(hAlignment, vAlignment)", "cocos/2d/CCLabel.h", 172, 1], [["requestSystemFontRefresh"], "requestSystemFontRefresh", "cocos/2d/CCLabel.h", 134, 1], [["create", "Label:create"], "Label:create", "cocos/2d/CCLabel.h", 82, 1], [["createWithCharMap", "Label:createWithCharMap"], "Label:createWithCharMap(plistFile)", "cocos/2d/CCLabel.h", 113, 1], [["Layer"], "Layer", "cocos/2d/CCLayer.h", 61, 1], [["create", "Layer:create"], "Layer:create", "cocos/2d/CCLayer.h", 65, 1], [["LayerColor"], "LayerColor", "cocos/2d/CCLayer.h", 243, 1], [["changeWidthAndHeight"], "changeWidthAndHeight(w, h)", "cocos/2d/CCLayer.h", 260, 1], [["changeHeight"], "changeHeight(h)", "cocos/2d/CCLayer.h", 256, 1], [["changeWidth"], "changeWidth(w)", "cocos/2d/CCLayer.h", 254, 1], [["create", "LayerColor:create"], "LayerColor:create(color)", "cocos/2d/CCLayer.h", 251, 1], [["LayerGradient"], "LayerGradient", "cocos/2d/CCLayer.h", 330, 1], [["isCompressedInterpolation"], "isCompressedInterpolation", "cocos/2d/CCLayer.h", 346, 1], [["getStartOpacity"], "getStartOpacity", "cocos/2d/CCLayer.h", 361, 1], [["setVector"], "setVector(alongVector)", "cocos/2d/CCLayer.h", 371, 1], [["setStartOpacity"], "setStartOpacity(startOpacity)", "cocos/2d/CCLayer.h", 359, 1], [["setCompressedInterpolation"], "setCompressedInterpolation(compressedInterpolation)", "cocos/2d/CCLayer.h", 345, 1], [["setEndOpacity"], "setEndOpacity(endOpacity)", "cocos/2d/CCLayer.h", 364, 1], [["setEndColor"], "setEndColor(endColor)", "cocos/2d/CCLayer.h", 354, 1], [["getEndOpacity"], "getEndOpacity", "cocos/2d/CCLayer.h", 366, 1], [["setStartColor"], "setStartColor(startColor)", "cocos/2d/CCLayer.h", 349, 1], [["create", "LayerGradient:create"], "LayerGradient:create(start, end, v)", "cocos/2d/CCLayer.h", 340, 1], [["LayerMultiplex"], "LayerMultiplex", "cocos/2d/CCLayer.h", 411, 1], [["switchToAndReleaseMe"], "switchToAndReleaseMe(n)", "cocos/2d/CCLayer.h", 471, 1], [["addLayer"], "addLayer(layer)", "cocos/2d/CCLayer.h", 462, 1], [["switchTo"], "switchTo(n)", "cocos/2d/CCLayer.h", 467, 1], [["TransitionEaseScene"], "TransitionEaseScene", "cocos/2d/CCTransition.h", 51, 1], [["easeActionWithAction"], "easeActionWithAction(action)", "cocos/2d/CCTransition.h", 59, 1], [["TransitionScene"], "TransitionScene", "cocos/2d/CCTransition.h", 64, 1], [["finish"], "finish()", "cocos/2d/CCTransition.h", 85, 1], [["hideOutShowIn"], "hideOutShowIn()", "cocos/2d/CCTransition.h", 88, 1], [["create", "TransitionScene:create"], "TransitionScene:create(t, scene)", "cocos/2d/CCTransition.h", 82, 1], [["TransitionSceneOriented"], "TransitionSceneOriented", "cocos/2d/CCTransition.h", 122, 1], [["create", "TransitionSceneOriented:create"], "TransitionSceneOriented:create(t, scene, orientation)", "cocos/2d/CCTransition.h", 126, 1], [["TransitionRotoZoom"], "TransitionRotoZoom", "cocos/2d/CCTransition.h", 145, 1], [["create", "TransitionRotoZoom:create"], "TransitionRotoZoom:create(t, scene)", "cocos/2d/CCTransition.h", 148, 1], [["TransitionJumpZoom"], "TransitionJumpZoom", "cocos/2d/CCTransition.h", 167, 1], [["create", "TransitionJumpZoom:create"], "TransitionJumpZoom:create(t, scene)", "cocos/2d/CCTransition.h", 170, 1], [["TransitionMoveInL"], "TransitionMoveInL", "cocos/2d/CCTransition.h", 188, 1], [["action"], "action()", "cocos/2d/CCTransition.h", 194, 1], [["easeActionWithAction"], "easeActionWithAction(action)", "cocos/2d/CCTransition.h", 196, 1], [["create", "TransitionMoveInL:create"], "TransitionMoveInL:create(t, scene)", "cocos/2d/CCTransition.h", 191, 1], [["TransitionMoveInR"], "TransitionMoveInR", "cocos/2d/CCTransition.h", 218, 1], [["create", "TransitionMoveInR:create"], "TransitionMoveInR:create(t, scene)", "cocos/2d/CCTransition.h", 221, 1], [["TransitionMoveInT"], "TransitionMoveInT", "cocos/2d/CCTransition.h", 237, 1], [["create", "TransitionMoveInT:create"], "TransitionMoveInT:create(t, scene)", "cocos/2d/CCTransition.h", 240, 1], [["TransitionMoveInB"], "TransitionMoveInB", "cocos/2d/CCTransition.h", 256, 1], [["create", "TransitionMoveInB:create"], "TransitionMoveInB:create(t, scene)", "cocos/2d/CCTransition.h", 259, 1], [["TransitionSlideInL"], "TransitionSlideInL", "cocos/2d/CCTransition.h", 275, 1], [["action"], "action()", "cocos/2d/CCTransition.h", 283, 1], [["easeActionWithAction"], "easeActionWithAction(action)", "cocos/2d/CCTransition.h", 280, 1], [["create", "TransitionSlideInL:create"], "TransitionSlideInL:create(t, scene)", "cocos/2d/CCTransition.h", 278, 1], [["TransitionSlideInR"], "TransitionSlideInR", "cocos/2d/CCTransition.h", 307, 1], [["action"], "action()", "cocos/2d/CCTransition.h", 313, 1], [["create", "TransitionSlideInR:create"], "TransitionSlideInR:create(t, scene)", "cocos/2d/CCTransition.h", 310, 1], [["TransitionSlideInB"], "TransitionSlideInB", "cocos/2d/CCTransition.h", 332, 1], [["action"], "action()", "cocos/2d/CCTransition.h", 338, 1], [["create", "TransitionSlideInB:create"], "TransitionSlideInB:create(t, scene)", "cocos/2d/CCTransition.h", 335, 1], [["TransitionSlideInT"], "TransitionSlideInT", "cocos/2d/CCTransition.h", 357, 1], [["action"], "action()", "cocos/2d/CCTransition.h", 363, 1], [["create", "TransitionSlideInT:create"], "TransitionSlideInT:create(t, scene)", "cocos/2d/CCTransition.h", 360, 1], [["TransitionShrinkGrow"], "TransitionShrinkGrow", "cocos/2d/CCTransition.h", 382, 1], [["easeActionWithAction"], "easeActionWithAction(action)", "cocos/2d/CCTransition.h", 395, 1], [["create", "TransitionShrinkGrow:create"], "TransitionShrinkGrow:create(t, scene)", "cocos/2d/CCTransition.h", 385, 1], [["TransitionFlipX"], "TransitionFlipX", "cocos/2d/CCTransition.h", 409, 1], [["create", "TransitionFlipX:create"], "TransitionFlipX:create(t, s)", "cocos/2d/CCTransition.h", 413, 1], [["TransitionFlipY"], "TransitionFlipY", "cocos/2d/CCTransition.h", 436, 1], [["create", "TransitionFlipY:create"], "TransitionFlipY:create(t, s)", "cocos/2d/CCTransition.h", 440, 1], [["TransitionFlipAngular"], "TransitionFlipAngular", "cocos/2d/CCTransition.h", 463, 1], [["create", "TransitionFlipAngular:create"], "TransitionFlipAngular:create(t, s)", "cocos/2d/CCTransition.h", 467, 1], [["TransitionZoomFlipX"], "TransitionZoomFlipX", "cocos/2d/CCTransition.h", 490, 1], [["create", "TransitionZoomFlipX:create"], "TransitionZoomFlipX:create(t, s)", "cocos/2d/CCTransition.h", 494, 1], [["TransitionZoomFlipY"], "TransitionZoomFlipY", "cocos/2d/CCTransition.h", 517, 1], [["create", "TransitionZoomFlipY:create"], "TransitionZoomFlipY:create(t, s)", "cocos/2d/CCTransition.h", 521, 1], [["TransitionZoomFlipAngular"], "TransitionZoomFlipAngular", "cocos/2d/CCTransition.h", 544, 1], [["create", "TransitionZoomFlipAngular:create"], "TransitionZoomFlipAngular:create(t, s)", "cocos/2d/CCTransition.h", 548, 1], [["TransitionFade"], "TransitionFade", "cocos/2d/CCTransition.h", 570, 1], [["create", "TransitionFade:create"], "TransitionFade:create(duration, scene)", "cocos/2d/CCTransition.h", 577, 1], [["TransitionCrossFade"], "TransitionCrossFade", "cocos/2d/CCTransition.h", 611, 1], [["create", "TransitionCrossFade:create"], "TransitionCrossFade:create(t, scene)", "cocos/2d/CCTransition.h", 614, 1], [["TransitionTurnOffTiles"], "TransitionTurnOffTiles", "cocos/2d/CCTransition.h", 646, 1], [["easeActionWithAction"], "easeActionWithAction(action)", "cocos/2d/CCTransition.h", 660, 1], [["create", "TransitionTurnOffTiles:create"], "TransitionTurnOffTiles:create(t, scene)", "cocos/2d/CCTransition.h", 649, 1], [["TransitionSplitCols"], "TransitionSplitCols", "cocos/2d/CCTransition.h", 678, 1], [["action"], "action", "cocos/2d/CCTransition.h", 683, 1], [["easeActionWithAction"], "easeActionWithAction(action)", "cocos/2d/CCTransition.h", 693, 1], [["create", "TransitionSplitCols:create"], "TransitionSplitCols:create(t, scene)", "cocos/2d/CCTransition.h", 681, 1], [["TransitionSplitRows"], "TransitionSplitRows", "cocos/2d/CCTransition.h", 711, 1], [["create", "TransitionSplitRows:create"], "TransitionSplitRows:create(t, scene)", "cocos/2d/CCTransition.h", 714, 1], [["TransitionFadeTR"], "TransitionFadeTR", "cocos/2d/CCTransition.h", 732, 1], [["easeActionWithAction"], "easeActionWithAction(action)", "cocos/2d/CCTransition.h", 747, 1], [["actionWithSize"], "actionWithSize(size)", "cocos/2d/CCTransition.h", 737, 1], [["create", "TransitionFadeTR:create"], "TransitionFadeTR:create(t, scene)", "cocos/2d/CCTransition.h", 735, 1], [["TransitionFadeBL"], "TransitionFadeBL", "cocos/2d/CCTransition.h", 767, 1], [["create", "TransitionFadeBL:create"], "TransitionFadeBL:create(t, scene)", "cocos/2d/CCTransition.h", 770, 1], [["TransitionFadeUp"], "TransitionFadeUp", "cocos/2d/CCTransition.h", 788, 1], [["create", "TransitionFadeUp:create"], "TransitionFadeUp:create(t, scene)", "cocos/2d/CCTransition.h", 791, 1], [["TransitionFadeDown"], "TransitionFadeDown", "cocos/2d/CCTransition.h", 809, 1], [["create", "TransitionFadeDown:create"], "TransitionFadeDown:create(t, scene)", "cocos/2d/CCTransition.h", 812, 1], [["TransitionPageTurn"], "TransitionPageTurn", "cocos/2d/CCTransitionPageTurn.h", 53, 1], [["actionWithSize"], "actionWithSize(vector)", "cocos/2d/CCTransitionPageTurn.h", 75, 1], [["initWithDuration"], "initWithDuration(t, scene, backwards)", "cocos/2d/CCTransitionPageTurn.h", 73, 1], [["create", "TransitionPageTurn:create"], "TransitionPageTurn:create(t, scene, backwards)", "cocos/2d/CCTransitionPageTurn.h", 61, 1], [["TransitionProgress"], "TransitionProgress", "cocos/2d/CCTransitionProgress.h", 42, 1], [["create", "TransitionProgress:create"], "TransitionProgress:create(t, scene)", "cocos/2d/CCTransitionProgress.h", 45, 1], [["TransitionProgressRadialCCW"], "TransitionProgressRadialCCW", "cocos/2d/CCTransitionProgress.h", 74, 1], [["create", "TransitionProgressRadialCCW:create"], "TransitionProgressRadialCCW:create(t, scene)", "cocos/2d/CCTransitionProgress.h", 77, 1], [["TransitionProgressRadialCW"], "TransitionProgressRadialCW", "cocos/2d/CCTransitionProgress.h", 98, 1], [["create", "TransitionProgressRadialCW:create"], "TransitionProgressRadialCW:create(t, scene)", "cocos/2d/CCTransitionProgress.h", 101, 1], [["TransitionProgressHorizontal"], "TransitionProgressHorizontal", "cocos/2d/CCTransitionProgress.h", 121, 1], [["create", "TransitionProgressHorizontal:create"], "TransitionProgressHorizontal:create(t, scene)", "cocos/2d/CCTransitionProgress.h", 124, 1], [["TransitionProgressVertical"], "TransitionProgressVertical", "cocos/2d/CCTransitionProgress.h", 140, 1], [["create", "TransitionProgressVertical:create"], "TransitionProgressVertical:create(t, scene)", "cocos/2d/CCTransitionProgress.h", 143, 1], [["TransitionProgressInOut"], "TransitionProgressInOut", "cocos/2d/CCTransitionProgress.h", 159, 1], [["create", "TransitionProgressInOut:create"], "TransitionProgressInOut:create(t, scene)", "cocos/2d/CCTransitionProgress.h", 162, 1], [["TransitionProgressOutIn"], "TransitionProgressOutIn", "cocos/2d/CCTransitionProgress.h", 180, 1], [["create", "TransitionProgressOutIn:create"], "TransitionProgressOutIn:create(t, scene)", "cocos/2d/CCTransitionProgress.h", 183, 1], [["MenuItem"], "MenuItem", "cocos/2d/CCMenuItem.h", 59, 1], [["setEnabled"], "setEnabled(value)", "cocos/2d/CCMenuItem.h", 80, 1], [["activate"], "activate", "cocos/2d/CCMenuItem.h", 72, 1], [["isEnabled"], "isEnabled", "cocos/2d/CCMenuItem.h", 78, 1], [["selected"], "selected", "cocos/2d/CCMenuItem.h", 74, 1], [["isSelected"], "isSelected", "cocos/2d/CCMenuItem.h", 82, 1], [["unselected"], "unselected", "cocos/2d/CCMenuItem.h", 76, 1], [["rect"], "rect", "cocos/2d/CCMenuItem.h", 70, 1], [["MenuItemLabel"], "MenuItemLabel", "cocos/2d/CCMenuItem.h", 149, 1], [["setString"], "setString(label)", "cocos/2d/CCMenuItem.h", 162, 1], [["setLabel"], "setLabel(node)", "cocos/2d/CCMenuItem.h", 174, 1], [["setDisabledColor"], "setDisabledColor(color)", "cocos/2d/CCMenuItem.h", 168, 1], [["getLabel"], "getLabel", "cocos/2d/CCMenuItem.h", 171, 1], [["MenuItemAtlasFont"], "MenuItemAtlasFont", "cocos/2d/CCMenuItem.h", 219, 1], [["MenuItemFont"], "MenuItemFont", "cocos/2d/CCMenuItem.h", 254, 1], [["getFontSizeObj"], "getFontSizeObj", "cocos/2d/CCMenuItem.h", 285, 1], [["setFontSizeObj"], "setFontSizeObj(size)", "cocos/2d/CCMenuItem.h", 280, 1], [["setFontNameObj"], "setFontNameObj(name)", "cocos/2d/CCMenuItem.h", 293, 1], [["setFontName", "MenuItemFont:setFontName"], "MenuItemFont:setFontName(name)", "cocos/2d/CCMenuItem.h", 270, 1], [["getFontSize", "MenuItemFont:getFontSize"], "MenuItemFont:getFontSize", "cocos/2d/CCMenuItem.h", 267, 1], [["setFontSize", "MenuItemFont:setFontSize"], "MenuItemFont:setFontSize(size)", "cocos/2d/CCMenuItem.h", 265, 1], [["MenuItemSprite"], "MenuItemSprite", "cocos/2d/CCMenuItem.h", 337, 1], [["setEnabled"], "setEnabled(bEnabled)", "cocos/2d/CCMenuItem.h", 374, 1], [["selected"], "selected", "cocos/2d/CCMenuItem.h", 372, 1], [["setNormalImage"], "setNormalImage(image)", "cocos/2d/CCMenuItem.h", 355, 1], [["setDisabledImage"], "setDisabledImage(image)", "cocos/2d/CCMenuItem.h", 367, 1], [["setSelectedImage"], "setSelectedImage(image)", "cocos/2d/CCMenuItem.h", 361, 1], [["getDisabledImage"], "getDisabledImage", "cocos/2d/CCMenuItem.h", 364, 1], [["getSelectedImage"], "getSelectedImage", "cocos/2d/CCMenuItem.h", 358, 1], [["getNormalImage"], "getNormalImage", "cocos/2d/CCMenuItem.h", 352, 1], [["unselected"], "unselected", "cocos/2d/CCMenuItem.h", 373, 1], [["MenuItemImage"], "MenuItemImage", "cocos/2d/CCMenuItem.h", 412, 1], [["setDisabledSpriteFrame"], "setDisabledSpriteFrame(frame)", "cocos/2d/CCMenuItem.h", 436, 1], [["setSelectedSpriteFrame"], "setSelectedSpriteFrame(frame)", "cocos/2d/CCMenuItem.h", 434, 1], [["setNormalSpriteFrame"], "setNormalSpriteFrame(frame)", "cocos/2d/CCMenuItem.h", 432, 1], [["MenuItemToggle"], "MenuItemToggle", "cocos/2d/CCMenuItem.h", 466, 1], [["setSubItems"], "setSubItems(items)", "cocos/2d/CCMenuItem.h", 530, 1], [["addSubItem"], "addSubItem(item)", "cocos/2d/CCMenuItem.h", 507, 1], [["getSelectedItem"], "getSelectedItem", "cocos/2d/CCMenuItem.h", 510, 1], [["setSelectedIndex"], "setSelectedIndex(index)", "cocos/2d/CCMenuItem.h", 518, 1], [["Menu"], "Menu", "cocos/2d/CCMenu.h", 51, 1], [["setEnabled"], "setEnabled(value)", "cocos/2d/CCMenu.h", 121, 1], [["alignItemsVertically"], "alignItemsVertically", "cocos/2d/CCMenu.h", 97, 1], [["isEnabled"], "isEnabled", "cocos/2d/CCMenu.h", 120, 1], [["alignItemsHorizontallyWithPadding"], "alignItemsHorizontallyWithPadding(padding)", "cocos/2d/CCMenu.h", 108, 1], [["alignItemsVerticallyWithPadding"], "alignItemsVerticallyWithPadding(padding)", "cocos/2d/CCMenu.h", 101, 1], [["alignItemsHorizontally"], "alignItemsHorizontally", "cocos/2d/CCMenu.h", 104, 1], [["ClippingNode"], "ClippingNode", "cocos/2d/CCClippingNode.h", 43, 1], [["hasContent"], "hasContent", "cocos/2d/CCClippingNode.h", 67, 1], [["setInverted"], "setInverted(inverted)", "cocos/2d/CCClippingNode.h", 82, 1], [["setStencil"], "setStencil(stencil)", "cocos/2d/CCClippingNode.h", 60, 1], [["getAlphaThreshold"], "getAlphaThreshold", "cocos/2d/CCClippingNode.h", 74, 1], [["getStencil"], "getStencil", "cocos/2d/CCClippingNode.h", 59, 1], [["setAlphaThreshold"], "setAlphaThreshold(alphaThreshold)", "cocos/2d/CCClippingNode.h", 75, 1], [["isInverted"], "isInverted", "cocos/2d/CCClippingNode.h", 81, 1], [["create", "ClippingNode:create"], "ClippingNode:create(stencil)", "cocos/2d/CCClippingNode.h", 53, 1], [["ClippingRectangleNode"], "ClippingRectangleNode", "cocos/2d/CCClippingRectangleNode.h", 37, 1], [["setClippingEnabled"], "setClippingEnabled(enabled)", "cocos/2d/CCClippingRectangleNode.h", 51, 1], [["setClippingRegion"], "setClippingRegion(clippingRegion)", "cocos/2d/CCClippingRectangleNode.h", 46, 1], [["create", "ClippingRectangleNode:create"], "ClippingRectangleNode:create", "cocos/2d/CCClippingRectangleNode.h", 41, 1], [["MotionStreak"], "MotionStreak", "cocos/2d/CCMotionStreak.h", 45, 1], [["reset"], "reset", "cocos/2d/CCMotionStreak.h", 57, 1], [["setTexture"], "setTexture(texture)", "cocos/2d/CCMotionStreak.h", 89, 1], [["getTexture"], "getTexture", "cocos/2d/CCMotionStreak.h", 88, 1], [["tintWithColor"], "tintWithColor(colors)", "cocos/2d/CCMotionStreak.h", 54, 1], [["setStartingPositionInitialized"], "setStartingPositionInitialized(bStartingPositionInitialized)", "cocos/2d/CCMotionStreak.h", 64, 1], [["isStartingPositionInitialized"], "isStartingPositionInitialized", "cocos/2d/CCMotionStreak.h", 63, 1], [["isFastMode"], "isFastMode", "cocos/2d/CCMotionStreak.h", 60, 1], [["setFastMode"], "setFastMode(bFastMode)", "cocos/2d/CCMotionStreak.h", 61, 1], [["create", "MotionStreak:create"], "MotionStreak:create(fade, minSeg, stroke, color, texture)", "cocos/2d/CCMotionStreak.h", 51, 1], [["ProgressTimer"], "ProgressTimer", "cocos/2d/CCProgressTimer.h", 47, 1], [["isReverseDirection"], "isReverseDirection", "cocos/2d/CCProgressTimer.h", 82, 1], [["setBarChangeRate"], "setBarChangeRate(barChangeRate)", "cocos/2d/CCProgressTimer.h", 105, 1], [["getPercentage"], "getPercentage", "cocos/2d/CCProgressTimer.h", 68, 1], [["setSprite"], "setSprite(sprite)", "cocos/2d/CCProgressTimer.h", 74, 1], [["getType"], "getType", "cocos/2d/CCProgressTimer.h", 65, 1], [["getSprite"], "getSprite", "cocos/2d/CCProgressTimer.h", 71, 1], [["setMidpoint"], "setMidpoint(point)", "cocos/2d/CCProgressTimer.h", 95, 1], [["getBarChangeRate"], "getBarChangeRate", "cocos/2d/CCProgressTimer.h", 107, 1], [["setReverseDirection"], "setReverseDirection(value)", "cocos/2d/CCProgressTimer.h", 83, 1], [["getMidpoint"], "getMidpoint", "cocos/2d/CCProgressTimer.h", 97, 1], [["setPercentage"], "setPercentage(percentage)", "cocos/2d/CCProgressTimer.h", 73, 1], [["setType"], "setType(type)", "cocos/2d/CCProgressTimer.h", 75, 1], [["create", "ProgressTimer:create"], "ProgressTimer:create(sp)", "cocos/2d/CCProgressTimer.h", 62, 1], [["Sprite"], "Sprite", "cocos/2d/CCSprite.h", 75, 1], [["setSpriteFrame"], "setSpriteFrame(newFrame)", "cocos/2d/CCSprite.h", 227, 1], [["setTexture"], "setTexture(texture)", "cocos/2d/CCSprite.h", 198, 1], [["getTexture"], "getTexture", "cocos/2d/CCSprite.h", 201, 1], [["setFlippedY"], "setFlippedY(flippedY)", "cocos/2d/CCSprite.h", 360, 1], [["setFlippedX"], "setFlippedX(flippedX)", "cocos/2d/CCSprite.h", 334, 1], [["getBatchNode"], "getBatchNode", "cocos/2d/CCSprite.h", 170, 1], [["removeAllChildrenWithCleanup"], "removeAllChildrenWithCleanup(cleanup)", "cocos/2d/CCSprite.h", 408, 1], [["updateTransform"], "updateTransform()", "cocos/2d/CCSprite.h", 162, 1], [["setTextureRect"], "setTextureRect(rect, rotated, untrimmedSize)", "cocos/2d/CCSprite.h", 213, 1], [["isFrameDisplayed"], "isFrameDisplayed(pFrame)", "cocos/2d/CCSprite.h", 235, 1], [["getAtlasIndex"], "getAtlasIndex()", "cocos/2d/CCSprite.h", 289, 1], [["setBatchNode"], "setBatchNode(spriteBatchNode)", "cocos/2d/CCSprite.h", 181, 1], [["setDisplayFrameWithAnimationName"], "setDisplayFrameWithAnimationName(animationName, frameIndex)", "cocos/2d/CCSprite.h", 255, 1], [["setTextureAtlas"], "setTextureAtlas(pobTextureAtlas)", "cocos/2d/CCSprite.h", 310, 1], [["getSpriteFrame"], "getSpriteFrame", "cocos/2d/CCSprite.h", 240, 1], [["isDirty"], "isDirty()", "cocos/2d/CCSprite.h", 267, 1], [["setAtlasIndex"], "setAtlasIndex(atlasIndex)", "cocos/2d/CCSprite.h", 295, 1], [["setDirty"], "setDirty(dirty)", "cocos/2d/CCSprite.h", 272, 1], [["isTextureRectRotated"], "isTextureRectRotated()", "cocos/2d/CCSprite.h", 284, 1], [["getTextureAtlas"], "getTextureAtlas()", "cocos/2d/CCSprite.h", 305, 1], [["isFlippedX"], "isFlippedX()", "cocos/2d/CCSprite.h", 328, 1], [["isFlippedY"], "isFlippedY()", "cocos/2d/CCSprite.h", 354, 1], [["setVertexRect"], "setVertexRect(rect)", "cocos/2d/CCSprite.h", 221, 1], [["create", "Sprite:create"], "Sprite:create(filename, rect)", "cocos/2d/CCSprite.h", 109, 1], [["createWithTexture", "Sprite:createWithTexture"], "Sprite:createWithTexture(texture, rect, rotated)", "cocos/2d/CCSprite.h", 132, 1], [["createWithSpriteFrameName", "Sprite:createWithSpriteFrameName"], "Sprite:createWithSpriteFrameName(spriteFrameName)", "cocos/2d/CCSprite.h", 151, 1], [["createWithSpriteFrame", "Sprite:createWithSpriteFrame"], "Sprite:createWithSpriteFrame(spriteFrame)", "cocos/2d/CCSprite.h", 140, 1], [["Image"], "Image", "cocos/platform/CCImage.h", 57, 1], [["hasPremultipliedAlpha"], "hasPremultipliedAlpha", "cocos/platform/CCImage.h", 127, 1], [["saveToFile"], "saveToFile(filename, isToRGB)", "cocos/platform/CCImage.h", 140, 1], [["hasAlpha"], "hasAlpha", "cocos/platform/CCImage.h", 131, 1], [["isCompressed"], "isCompressed", "cocos/platform/CCImage.h", 132, 1], [["getHeight"], "getHeight", "cocos/platform/CCImage.h", 124, 1], [["initWithImageFile"], "initWithImageFile(path)", "cocos/platform/CCImage.h", 103, 1], [["getWidth"], "getWidth", "cocos/platform/CCImage.h", 123, 1], [["getBitPerPixel"], "getBitPerPixel", "cocos/platform/CCImage.h", 130, 1], [["getFileType"], "getFileType", "cocos/platform/CCImage.h", 121, 1], [["getNumberOfMipmaps"], "getNumberOfMipmaps", "cocos/platform/CCImage.h", 125, 1], [["getRenderFormat"], "getRenderFormat", "cocos/platform/CCImage.h", 122, 1], [["setPVRImagesHavePremultipliedAlpha", "Image:setPVRImagesHavePremultipliedAlpha"], "Image:setPVRImagesHavePremultipliedAlpha(haveAlphaPremultiplied)", "cocos/platform/CCImage.h", 149, 1], [["RenderTexture"], "RenderTexture", "cocos/2d/CCRenderTexture.h", 54, 1], [["setVirtualViewport"], "setVirtualViewport(rtBegin, fullRect, fullViewport)", "cocos/2d/CCRenderTexture.h", 166, 1], [["clearStencil"], "clearStencil(stencilValue)", "cocos/2d/CCRenderTexture.h", 94, 1], [["getClearDepth"], "getClearDepth", "cocos/2d/CCRenderTexture.h", 132, 1], [["getClearStencil"], "getClearStencil", "cocos/2d/CCRenderTexture.h", 136, 1], [["end"], "end", "cocos/2d/CCRenderTexture.h", 85, 1], [["setClearStencil"], "setClearStencil(clearStencil)", "cocos/2d/CCRenderTexture.h", 137, 1], [["setSprite"], "setSprite(sprite)", "cocos/2d/CCRenderTexture.h", 149, 1], [["getSprite"], "getSprite", "cocos/2d/CCRenderTexture.h", 146, 1], [["isAutoDraw"], "isAutoDraw", "cocos/2d/CCRenderTexture.h", 142, 1], [["setKeepMatrix"], "setKeepMatrix(keepMatrix)", "cocos/2d/CCRenderTexture.h", 160, 1], [["setClearFlags"], "setClearFlags(clearFlags)", "cocos/2d/CCRenderTexture.h", 125, 1], [["begin"], "begin", "cocos/2d/CCRenderTexture.h", 67, 1], [["saveToFile"], "saveToFile(filename, format, isRGBA, callback)", "cocos/2d/CCRenderTexture.h", 111, 1], [["setAutoDraw"], "setAutoDraw(isAutoDraw)", "cocos/2d/CCRenderTexture.h", 143, 1], [["setClearColor"], "setClearColor(clearColor)", "cocos/2d/CCRenderTexture.h", 129, 1], [["endToLua"], "endToLua(end)", "cocos/2d/CCRenderTexture.h", 82, 1], [["beginWithClear"], "beginWithClear(r, g, b, a, depthValue, stencilValue, flags)", "cocos/2d/CCRenderTexture.h", 180, 1], [["clearDepth"], "clearDepth(depthValue)", "cocos/2d/CCRenderTexture.h", 91, 1], [["clear"], "clear(r, g, b, a)", "cocos/2d/CCRenderTexture.h", 88, 1], [["newImage"], "newImage(flipImage)", "cocos/2d/CCRenderTexture.h", 99, 1], [["setClearDepth"], "setClearDepth(clearDepth)", "cocos/2d/CCRenderTexture.h", 133, 1], [["initWithWidthAndHeight"], "initWithWidthAndHeight(w, h, format, depthStencilFormat)", "cocos/2d/CCRenderTexture.h", 177, 1], [["create", "RenderTexture:create"], "RenderTexture:create(w, h)", "cocos/2d/CCRenderTexture.h", 64, 1], [["NodeGrid"], "NodeGrid", "cocos/2d/CCNodeGrid.h", 36, 1], [["setTarget"], "setTarget(target)", "cocos/2d/CCNodeGrid.h", 54, 1], [["getGrid"], "getGrid", "cocos/2d/CCNodeGrid.h", 41, 1], [["setGrid"], "setGrid(grid)", "cocos/2d/CCNodeGrid.h", 52, 1], [["create", "NodeGrid:create"], "NodeGrid:create", "cocos/2d/CCNodeGrid.h", 39, 1], [["ParticleBatchNode"], "ParticleBatchNode", "cocos/2d/CCParticleBatchNode.h", 69, 1], [["setTexture"], "setTexture(texture)", "cocos/2d/CCParticleBatchNode.h", 103, 1], [["disableParticle"], "disableParticle(particleIndex)", "cocos/2d/CCParticleBatchNode.h", 85, 1], [["getTexture"], "getTexture()", "cocos/2d/CCParticleBatchNode.h", 102, 1], [["setTextureAtlas"], "setTextureAtlas(atlas)", "cocos/2d/CCParticleBatchNode.h", 91, 1], [["removeAllChildrenWithCleanup"], "removeAllChildrenWithCleanup(doCleanup)", "cocos/2d/CCParticleBatchNode.h", 82, 1], [["getTextureAtlas"], "getTextureAtlas", "cocos/2d/CCParticleBatchNode.h", 88, 1], [["insertChild"], "insertChild(system, index)", "cocos/2d/CCParticleBatchNode.h", 79, 1], [["removeChildAtIndex"], "removeChildAtIndex(index, doCleanup)", "cocos/2d/CCParticleBatchNode.h", 81, 1], [["create", "ParticleBatchNode:create"], "ParticleBatchNode:create(fileImage, capacity)", "cocos/2d/CCParticleBatchNode.h", 76, 1], [["createWithTexture", "ParticleBatchNode:createWithTexture"], "ParticleBatchNode:createWithTexture(tex, capacity)", "cocos/2d/CCParticleBatchNode.h", 73, 1], [["ParticleSystem"], "ParticleSystem", "cocos/2d/CCParticleSystem.h", 134, 1], [["getStartSizeVar"], "getStartSizeVar", "cocos/2d/CCParticleSystem.h", 293, 1], [["getTexture"], "getTexture", "cocos/2d/CCParticleSystem.h", 359, 1], [["isFull"], "isFull", "cocos/2d/CCParticleSystem.h", 191, 1], [["getBatchNode"], "getBatchNode", "cocos/2d/CCParticleSystem.h", 243, 1], [["getPositionType"], "getPositionType", "cocos/2d/CCParticleSystem.h", 352, 1], [["setPosVar"], "setPosVar(pos)", "cocos/2d/CCParticleSystem.h", 263, 1], [["getEndSpin"], "getEndSpin", "cocos/2d/CCParticleSystem.h", 329, 1], [["setRotatePerSecondVar"], "setRotatePerSecondVar(degrees)", "cocos/2d/CCParticleSystem.h", 232, 1], [["getStartSpinVar"], "getStartSpinVar", "cocos/2d/CCParticleSystem.h", 325, 1], [["getRadialAccelVar"], "getRadialAccelVar", "cocos/2d/CCParticleSystem.h", 216, 1], [["getEndSizeVar"], "getEndSizeVar", "cocos/2d/CCParticleSystem.h", 301, 1], [["setRotation"], "setRotation(newRotation)", "cocos/2d/CCParticleSystem.h", 235, 1], [["setTangentialAccel"], "setTangentialAccel(t)", "cocos/2d/CCParticleSystem.h", 211, 1], [["setScaleY"], "setScaleY(newScaleY)", "cocos/2d/CCParticleSystem.h", 237, 1], [["setScaleX"], "setScaleX(newScaleX)", "cocos/2d/CCParticleSystem.h", 236, 1], [["getRadialAccel"], "getRadialAccel", "cocos/2d/CCParticleSystem.h", 214, 1], [["setStartRadius"], "setStartRadius(startRadius)", "cocos/2d/CCParticleSystem.h", 222, 1], [["setRotatePerSecond"], "setRotatePerSecond(degrees)", "cocos/2d/CCParticleSystem.h", 230, 1], [["setEndSize"], "setEndSize(endSize)", "cocos/2d/CCParticleSystem.h", 298, 1], [["getGravity"], "getGravity", "cocos/2d/CCParticleSystem.h", 204, 1], [["getTangentialAccel"], "getTangentialAccel", "cocos/2d/CCParticleSystem.h", 210, 1], [["setEndRadius"], "setEndRadius(endRadius)", "cocos/2d/CCParticleSystem.h", 226, 1], [["getSpeed"], "getSpeed", "cocos/2d/CCParticleSystem.h", 206, 1], [["getAngle"], "getAngle", "cocos/2d/CCParticleSystem.h", 274, 1], [["setEndColor"], "setEndColor(color)", "cocos/2d/CCParticleSystem.h", 314, 1], [["setStartSpin"], "setStartSpin(spin)", "cocos/2d/CCParticleSystem.h", 322, 1], [["setDuration"], "setDuration(duration)", "cocos/2d/CCParticleSystem.h", 255, 1], [["setTexture"], "setTexture(texture)", "cocos/2d/CCParticleSystem.h", 360, 1], [["updateWithNoTime"], "updateWithNoTime()", "cocos/2d/CCParticleSystem.h", 198, 1], [["isBlendAdditive"], "isBlendAdditive", "cocos/2d/CCParticleSystem.h", 240, 1], [["getSpeedVar"], "getSpeedVar", "cocos/2d/CCParticleSystem.h", 208, 1], [["setPositionType"], "setPositionType(type)", "cocos/2d/CCParticleSystem.h", 353, 1], [["stopSystem"], "stopSystem", "cocos/2d/CCParticleSystem.h", 187, 1], [["setLifeVar"], "setLifeVar(lifeVar)", "cocos/2d/CCParticleSystem.h", 271, 1], [["setTotalParticles"], "setTotalParticles(totalParticles)", "cocos/2d/CCParticleSystem.h", 342, 1], [["setEndColorVar"], "setEndColorVar(color)", "cocos/2d/CCParticleSystem.h", 318, 1], [["getAtlasIndex"], "getAtlasIndex", "cocos/2d/CCParticleSystem.h", 247, 1], [["getStartSize"], "getStartSize", "cocos/2d/CCParticleSystem.h", 289, 1], [["setStartSpinVar"], "setStartSpinVar(pinVar)", "cocos/2d/CCParticleSystem.h", 326, 1], [["resetSystem"], "resetSystem", "cocos/2d/CCParticleSystem.h", 189, 1], [["setAtlasIndex"], "setAtlasIndex(index)", "cocos/2d/CCParticleSystem.h", 248, 1], [["setTangentialAccelVar"], "setTangentialAccelVar(t)", "cocos/2d/CCParticleSystem.h", 213, 1], [["setEndRadiusVar"], "setEndRadiusVar(endRadiusVar)", "cocos/2d/CCParticleSystem.h", 228, 1], [["getEndRadius"], "getEndRadius", "cocos/2d/CCParticleSystem.h", 225, 1], [["isOpacityModifyRGB"], "isOpacityModifyRGB", "cocos/2d/CCParticleSystem.h", 346, 1], [["isActive"], "isActive", "cocos/2d/CCParticleSystem.h", 239, 1], [["setRadialAccelVar"], "setRadialAccelVar(t)", "cocos/2d/CCParticleSystem.h", 217, 1], [["setStartSize"], "setStartSize(startSize)", "cocos/2d/CCParticleSystem.h", 290, 1], [["setSpeed"], "setSpeed(speed)", "cocos/2d/CCParticleSystem.h", 207, 1], [["getStartSpin"], "getStartSpin", "cocos/2d/CCParticleSystem.h", 321, 1], [["getRotatePerSecond"], "getRotatePerSecond", "cocos/2d/CCParticleSystem.h", 229, 1], [["setEmitterMode"], "setEmitterMode(mode)", "cocos/2d/CCParticleSystem.h", 286, 1], [["getDuration"], "getDuration", "cocos/2d/CCParticleSystem.h", 254, 1], [["setSourcePosition"], "setSourcePosition(pos)", "cocos/2d/CCParticleSystem.h", 259, 1], [["getEndSpinVar"], "getEndSpinVar", "cocos/2d/CCParticleSystem.h", 333, 1], [["setBlendAdditive"], "setBlendAdditive(value)", "cocos/2d/CCParticleSystem.h", 241, 1], [["setLife"], "setLife(life)", "cocos/2d/CCParticleSystem.h", 267, 1], [["setAngleVar"], "setAngleVar(angleVar)", "cocos/2d/CCParticleSystem.h", 279, 1], [["setRotationIsDir"], "setRotationIsDir(t)", "cocos/2d/CCParticleSystem.h", 219, 1], [["setEndSizeVar"], "setEndSizeVar(sizeVar)", "cocos/2d/CCParticleSystem.h", 302, 1], [["setAngle"], "setAngle(angle)", "cocos/2d/CCParticleSystem.h", 275, 1], [["setBatchNode"], "setBatchNode(batchNode)", "cocos/2d/CCParticleSystem.h", 244, 1], [["getTangentialAccelVar"], "getTangentialAccelVar", "cocos/2d/CCParticleSystem.h", 212, 1], [["getEmitterMode"], "getEmitterMode", "cocos/2d/CCParticleSystem.h", 285, 1], [["setEndSpinVar"], "setEndSpinVar(endSpinVar)", "cocos/2d/CCParticleSystem.h", 334, 1], [["getAngleVar"], "getAngleVar", "cocos/2d/CCParticleSystem.h", 278, 1], [["setStartColor"], "setStartColor(color)", "cocos/2d/CCParticleSystem.h", 306, 1], [["getRotatePerSecondVar"], "getRotatePerSecondVar", "cocos/2d/CCParticleSystem.h", 231, 1], [["getEndSize"], "getEndSize", "cocos/2d/CCParticleSystem.h", 297, 1], [["getLife"], "getLife", "cocos/2d/CCParticleSystem.h", 266, 1], [["setSpeedVar"], "setSpeedVar(speed)", "cocos/2d/CCParticleSystem.h", 209, 1], [["setAutoRemoveOnFinish"], "setAutoRemoveOnFinish(var)", "cocos/2d/CCParticleSystem.h", 201, 1], [["setGravity"], "setGravity(g)", "cocos/2d/CCParticleSystem.h", 205, 1], [["postStep"], "postStep", "cocos/2d/CCParticleSystem.h", 196, 1], [["setEmissionRate"], "setEmissionRate(rate)", "cocos/2d/CCParticleSystem.h", 338, 1], [["getRotationIsDir"], "getRotationIsDir", "cocos/2d/CCParticleSystem.h", 218, 1], [["setScale"], "setScale(s)", "cocos/2d/CCParticleSystem.h", 234, 1], [["getEmissionRate"], "getEmissionRate", "cocos/2d/CCParticleSystem.h", 337, 1], [["getLifeVar"], "getLifeVar", "cocos/2d/CCParticleSystem.h", 270, 1], [["setStartSizeVar"], "setStartSizeVar(sizeVar)", "cocos/2d/CCParticleSystem.h", 294, 1], [["setOpacityModifyRGB"], "setOpacityModifyRGB(opacityModifyRGB)", "cocos/2d/CCParticleSystem.h", 345, 1], [["addParticle"], "addParticle", "cocos/2d/CCParticleSystem.h", 183, 1], [["getStartRadius"], "getStartRadius", "cocos/2d/CCParticleSystem.h", 221, 1], [["getStartRadiusVar"], "getStartRadiusVar", "cocos/2d/CCParticleSystem.h", 223, 1], [["setStartColorVar"], "setStartColorVar(color)", "cocos/2d/CCParticleSystem.h", 310, 1], [["setEndSpin"], "setEndSpin(endSpin)", "cocos/2d/CCParticleSystem.h", 330, 1], [["setRadialAccel"], "setRadialAccel(t)", "cocos/2d/CCParticleSystem.h", 215, 1], [["isAutoRemoveOnFinish"], "isAutoRemoveOnFinish", "cocos/2d/CCParticleSystem.h", 200, 1], [["getTotalParticles"], "getTotalParticles", "cocos/2d/CCParticleSystem.h", 341, 1], [["setStartRadiusVar"], "setStartRadiusVar(startRadiusVar)", "cocos/2d/CCParticleSystem.h", 224, 1], [["getEndRadiusVar"], "getEndRadiusVar", "cocos/2d/CCParticleSystem.h", 227, 1], [["create", "ParticleSystem:create"], "ParticleSystem:create(plistFile)", "cocos/2d/CCParticleSystem.h", 177, 1], [["createWithTotalParticles", "ParticleSystem:createWithTotalParticles"], "ParticleSystem:createWithTotalParticles(numberOfParticles)", "cocos/2d/CCParticleSystem.h", 180, 1], [["ParticleSystemQuad"], "ParticleSystemQuad", "cocos/2d/CCParticleSystemQuad.h", 56, 1], [["setDisplayFrame"], "setDisplayFrame(spriteFrame)", "cocos/2d/CCParticleSystemQuad.h", 75, 1], [["setTextureWithRect"], "setTextureWithRect(texture, rect)", "cocos/2d/CCParticleSystemQuad.h", 82, 1], [["listenRendererRecreated"], "listenRendererRecreated(event)", "cocos/2d/CCParticleSystemQuad.h", 88, 1], [["create", "ParticleSystemQuad:create"], "ParticleSystemQuad:create(dictionary)", "cocos/2d/CCParticleSystemQuad.h", 69, 1], [["createWithTotalParticles", "ParticleSystemQuad:createWithTotalParticles"], "ParticleSystemQuad:createWithTotalParticles(numberOfParticles)", "cocos/2d/CCParticleSystemQuad.h", 63, 1], [["ParticleFire"], "ParticleFire", "cocos/2d/CCParticleExamples.h", 40, 1], [["create", "ParticleFire:create"], "ParticleFire:create", "cocos/2d/CCParticleExamples.h", 43, 1], [["createWithTotalParticles", "ParticleFire:createWithTotalParticles"], "ParticleFire:createWithTotalParticles(numberOfParticles)", "cocos/2d/CCParticleExamples.h", 44, 1], [["ParticleFireworks"], "ParticleFireworks", "cocos/2d/CCParticleExamples.h", 65, 1], [["create", "ParticleFireworks:create"], "ParticleFireworks:create", "cocos/2d/CCParticleExamples.h", 68, 1], [["createWithTotalParticles", "ParticleFireworks:createWithTotalParticles"], "ParticleFireworks:createWithTotalParticles(numberOfParticles)", "cocos/2d/CCParticleExamples.h", 69, 1], [["ParticleSun"], "ParticleSun", "cocos/2d/CCParticleExamples.h", 91, 1], [["create", "ParticleSun:create"], "ParticleSun:create", "cocos/2d/CCParticleExamples.h", 94, 1], [["createWithTotalParticles", "ParticleSun:createWithTotalParticles"], "ParticleSun:createWithTotalParticles(numberOfParticles)", "cocos/2d/CCParticleExamples.h", 95, 1], [["ParticleGalaxy"], "ParticleGalaxy", "cocos/2d/CCParticleExamples.h", 117, 1], [["create", "ParticleGalaxy:create"], "ParticleGalaxy:create", "cocos/2d/CCParticleExamples.h", 120, 1], [["createWithTotalParticles", "ParticleGalaxy:createWithTotalParticles"], "ParticleGalaxy:createWithTotalParticles(numberOfParticles)", "cocos/2d/CCParticleExamples.h", 121, 1], [["ParticleFlower"], "ParticleFlower", "cocos/2d/CCParticleExamples.h", 143, 1], [["create", "ParticleFlower:create"], "ParticleFlower:create", "cocos/2d/CCParticleExamples.h", 146, 1], [["createWithTotalParticles", "ParticleFlower:createWithTotalParticles"], "ParticleFlower:createWithTotalParticles(numberOfParticles)", "cocos/2d/CCParticleExamples.h", 147, 1], [["ParticleMeteor"], "ParticleMeteor", "cocos/2d/CCParticleExamples.h", 168, 1], [["create", "ParticleMeteor:create"], "ParticleMeteor:create", "cocos/2d/CCParticleExamples.h", 171, 1], [["createWithTotalParticles", "ParticleMeteor:createWithTotalParticles"], "ParticleMeteor:createWithTotalParticles(numberOfParticles)", "cocos/2d/CCParticleExamples.h", 172, 1], [["ParticleSpiral"], "ParticleSpiral", "cocos/2d/CCParticleExamples.h", 193, 1], [["create", "ParticleSpiral:create"], "ParticleSpiral:create", "cocos/2d/CCParticleExamples.h", 196, 1], [["createWithTotalParticles", "ParticleSpiral:createWithTotalParticles"], "ParticleSpiral:createWithTotalParticles(numberOfParticles)", "cocos/2d/CCParticleExamples.h", 197, 1], [["ParticleExplosion"], "ParticleExplosion", "cocos/2d/CCParticleExamples.h", 219, 1], [["create", "ParticleExplosion:create"], "ParticleExplosion:create", "cocos/2d/CCParticleExamples.h", 222, 1], [["createWithTotalParticles", "ParticleExplosion:createWithTotalParticles"], "ParticleExplosion:createWithTotalParticles(numberOfParticles)", "cocos/2d/CCParticleExamples.h", 223, 1], [["ParticleSmoke"], "ParticleSmoke", "cocos/2d/CCParticleExamples.h", 244, 1], [["create", "ParticleSmoke:create"], "ParticleSmoke:create", "cocos/2d/CCParticleExamples.h", 247, 1], [["createWithTotalParticles", "ParticleSmoke:createWithTotalParticles"], "ParticleSmoke:createWithTotalParticles(numberOfParticles)", "cocos/2d/CCParticleExamples.h", 248, 1], [["ParticleSnow"], "ParticleSnow", "cocos/2d/CCParticleExamples.h", 269, 1], [["create", "ParticleSnow:create"], "ParticleSnow:create", "cocos/2d/CCParticleExamples.h", 272, 1], [["createWithTotalParticles", "ParticleSnow:createWithTotalParticles"], "ParticleSnow:createWithTotalParticles(numberOfParticles)", "cocos/2d/CCParticleExamples.h", 273, 1], [["ParticleRain"], "ParticleRain", "cocos/2d/CCParticleExamples.h", 294, 1], [["create", "ParticleRain:create"], "ParticleRain:create", "cocos/2d/CCParticleExamples.h", 297, 1], [["createWithTotalParticles", "ParticleRain:createWithTotalParticles"], "ParticleRain:createWithTotalParticles(numberOfParticles)", "cocos/2d/CCParticleExamples.h", 298, 1], [["GridBase"], "GridBase", "cocos/2d/CCGrid.h", 47, 1], [["setGridSize"], "setGridSize(gridSize)", "cocos/2d/CCGrid.h", 73, 1], [["afterBlit"], "afterBlit", "cocos/2d/CCGrid.h", 86, 1], [["afterDraw"], "afterDraw(target)", "cocos/2d/CCGrid.h", 84, 1], [["beforeDraw"], "beforeDraw()", "cocos/2d/CCGrid.h", 83, 1], [["calculateVertexPoints"], "calculateVertexPoints()", "cocos/2d/CCGrid.h", 89, 1], [["isTextureFlipped"], "isTextureFlipped()", "cocos/2d/CCGrid.h", 80, 1], [["set2DProjection"], "set2DProjection()", "cocos/2d/CCGrid.h", 91, 1], [["setStep"], "setStep(step)", "cocos/2d/CCGrid.h", 77, 1], [["setTextureFlipped"], "setTextureFlipped(flipped)", "cocos/2d/CCGrid.h", 81, 1], [["blit"], "blit()", "cocos/2d/CCGrid.h", 87, 1], [["setActive"], "setActive(active)", "cocos/2d/CCGrid.h", 65, 1], [["getReuseGrid"], "getReuseGrid()", "cocos/2d/CCGrid.h", 68, 1], [["initWithSize"], "initWithSize(gridSize)", "cocos/2d/CCGrid.h", 61, 1], [["beforeBlit"], "beforeBlit", "cocos/2d/CCGrid.h", 85, 1], [["setReuseGrid"], "setReuseGrid(reuseGrid)", "cocos/2d/CCGrid.h", 69, 1], [["isActive"], "isActive()", "cocos/2d/CCGrid.h", 64, 1], [["reuse"], "reuse()", "cocos/2d/CCGrid.h", 88, 1], [["create", "GridBase:create"], "GridBase:create(gridSize)", "cocos/2d/CCGrid.h", 53, 1], [["Grid3D"], "Grid3D", "cocos/2d/CCGrid.h", 108, 1], [["getNeedDepthTestForBlit"], "getNeedDepthTestForBlit", "cocos/2d/CCGrid.h", 160, 1], [["setNeedDepthTestForBlit"], "setNeedDepthTestForBlit(neededDepthTest)", "cocos/2d/CCGrid.h", 159, 1], [["create", "Grid3D:create"], "Grid3D:create(gridSize)", "cocos/2d/CCGrid.h", 114, 1], [["TiledGrid3D"], "TiledGrid3D", "cocos/2d/CCGrid.h", 174, 1], [["create", "TiledGrid3D:create"], "TiledGrid3D:create(gridSize)", "cocos/2d/CCGrid.h", 180, 1], [["Camera"], "Camera", "cocos/2d/CCCamera.h", 57, 1], [["getCameraFlag"], "getCameraFlag(return)", "cocos/2d/CCCamera.h", 101, 1], [["getType"], "getType", "cocos/2d/CCCamera.h", 98, 1], [["lookAt"], "lookAt(target, up)", "cocos/2d/CCCamera.h", 115, 1], [["setCameraFlag"], "setCameraFlag(_cameraFlag)", "cocos/2d/CCCamera.h", 102, 1], [["create", "Camera:create"], "Camera:create", "cocos/2d/CCCamera.h", 91, 1], [["createPerspective", "Camera:createPerspective"], "Camera:createPerspective(fieldOfView, aspectRatio, nearPlane, farPlane)", "cocos/2d/CCCamera.h", 78, 1], [["createOrthographic", "Camera:createOrthographic"], "Camera:createOrthographic(zoomX, zoomY, nearPlane, farPlane)", "cocos/2d/CCCamera.h", 88, 1], [["BaseLight"], "BaseLight", "cocos/2d/CCLight.h", 60, 1], [["setEnabled"], "setEnabled(enabled)", "cocos/2d/CCLight.h", 78, 1], [["getIntensity"], "getIntensity", "cocos/2d/CCLight.h", 68, 1], [["isEnabled"], "isEnabled", "cocos/2d/CCLight.h", 79, 1], [["getLightType"], "getLightType", "cocos/2d/CCLight.h", 65, 1], [["setLightFlag"], "setLightFlag(flag)", "cocos/2d/CCLight.h", 73, 1], [["setIntensity"], "setIntensity(intensity)", "cocos/2d/CCLight.h", 69, 1], [["getLightFlag"], "getLightFlag", "cocos/2d/CCLight.h", 72, 1], [["DirectionLight"], "DirectionLight", "cocos/2d/CCLight.h", 98, 1], [["getDirection"], "getDirection", "cocos/2d/CCLight.h", 123, 1], [["getDirectionInWorld"], "getDirectionInWorld", "cocos/2d/CCLight.h", 128, 1], [["setDirection"], "setDirection(dir)", "cocos/2d/CCLight.h", 118, 1], [["create", "DirectionLight:create"], "DirectionLight:create(direction, color)", "cocos/2d/CCLight.h", 108, 1], [["PointLight"], "PointLight", "cocos/2d/CCLight.h", 136, 1], [["getRange"], "getRange", "cocos/2d/CCLight.h", 153, 1], [["setRange"], "setRange(range)", "cocos/2d/CCLight.h", 154, 1], [["create", "PointLight:create"], "PointLight:create(position, color, range)", "cocos/2d/CCLight.h", 147, 1], [["SpotLight"], "SpotLight", "cocos/2d/CCLight.h", 164, 1], [["getRange"], "getRange", "cocos/2d/CCLight.h", 212, 1], [["setDirection"], "setDirection(dir)", "cocos/2d/CCLight.h", 188, 1], [["getCosInnerAngle"], "getCosInnerAngle", "cocos/2d/CCLight.h", 226, 1], [["getOuterAngle"], "getOuterAngle", "cocos/2d/CCLight.h", 238, 1], [["getInnerAngle"], "getInnerAngle", "cocos/2d/CCLight.h", 223, 1], [["getDirection"], "getDirection", "cocos/2d/CCLight.h", 193, 1], [["getCosOuterAngle"], "getCosOuterAngle", "cocos/2d/CCLight.h", 241, 1], [["setOuterAngle"], "setOuterAngle(angle)", "cocos/2d/CCLight.h", 233, 1], [["setInnerAngle"], "setInnerAngle(angle)", "cocos/2d/CCLight.h", 218, 1], [["getDirectionInWorld"], "getDirectionInWorld", "cocos/2d/CCLight.h", 198, 1], [["setRange"], "setRange(range)", "cocos/2d/CCLight.h", 205, 1], [["create", "SpotLight:create"], "SpotLight:create(direction, position, color, innerAngle, outerAngle, range)", "cocos/2d/CCLight.h", 178, 1], [["AmbientLight"], "AmbientLight", "cocos/2d/CCLight.h", 255, 1], [["create", "AmbientLight:create"], "AmbientLight:create(color)", "cocos/2d/CCLight.h", 264, 1], [["GLProgram"], "GLProgram", "cocos/renderer/CCGLProgram.h", 76, 1], [["getFragmentShaderLog"], "getFragmentShaderLog", "cocos/renderer/CCGLProgram.h", 308, 1], [["initWithByteArrays"], "initWithByteArrays(vShaderByteArray, fShaderByteArray)", "cocos/renderer/CCGLProgram.h", 188, 1], [["initWithFilenames"], "initWithFilenames(vShaderFilename, fShaderFilename)", "cocos/renderer/CCGLProgram.h", 195, 1], [["use"], "use", "cocos/renderer/CCGLProgram.h", 213, 1], [["getVertexShaderLog"], "getVertexShaderLog", "cocos/renderer/CCGLProgram.h", 305, 1], [["setUniformsForBuiltins"], "setUniformsForBuiltins(modelView)", "cocos/renderer/CCGLProgram.h", 300, 1], [["updateUniforms"], "updateUniforms", "cocos/renderer/CCGLProgram.h", 223, 1], [["reset"], "reset", "cocos/renderer/CCGLProgram.h", 315, 1], [["bindAttribLocation"], "bindAttribLocation(attributeName, index)", "cocos/renderer/CCGLProgram.h", 202, 1], [["getAttribLocation"], "getAttribLocation(attributeName)", "cocos/renderer/CCGLProgram.h", 205, 1], [["link"], "link", "cocos/renderer/CCGLProgram.h", 211, 1], [["createWithByteArrays", "GLProgram:createWithByteArrays"], "GLProgram:createWithByteArrays(vShaderByteArray, fShaderByteArray)", "cocos/renderer/CCGLProgram.h", 187, 1], [["createWithFilenames", "GLProgram:createWithFilenames"], "GLProgram:createWithFilenames(vShaderFilename, fShaderFilename)", "cocos/renderer/CCGLProgram.h", 194, 1], [["GLProgramCache"], "GLProgramCache", "cocos/renderer/CCGLProgramCache.h", 49, 1], [["addGLProgram"], "addGLProgram(program, key)", "cocos/renderer/CCGLProgramCache.h", 89, 1], [["reloadDefaultGLPrograms"], "reloadDefaultGLPrograms", "cocos/renderer/CCGLProgramCache.h", 79, 1], [["loadDefaultGLPrograms"], "loadDefaultGLPrograms", "cocos/renderer/CCGLProgramCache.h", 75, 1], [["destroyInstance", "GLProgramCache:destroyInstance"], "GLProgramCache:destroyInstance", "cocos/renderer/CCGLProgramCache.h", 66, 1], [["getInstance", "GLProgramCache:getInstance"], "GLProgramCache:getInstance", "cocos/renderer/CCGLProgramCache.h", 63, 1], [["TextureCache"], "TextureCache", "cocos/renderer/CCTextureCache.h", 64, 1], [["reloadTexture"], "reloadTexture(fileName)", "cocos/renderer/CCTextureCache.h", 155, 1], [["unbindAllImageAsync"], "unbindAllImageAsync", "cocos/renderer/CCTextureCache.h", 132, 1], [["removeTextureForKey"], "removeTextureForKey(key)", "cocos/renderer/CCTextureCache.h", 179, 1], [["removeAllTextures"], "removeAllTextures", "cocos/renderer/CCTextureCache.h", 163, 1], [["getDescription"], "getDescription", "cocos/renderer/CCTextureCache.h", 101, 1], [["getCachedTextureInfo"], "getCachedTextureInfo", "cocos/renderer/CCTextureCache.h", 186, 1], [["addImage"], "addImage(image, key)", "cocos/renderer/CCTextureCache.h", 140, 1], [["unbindImageAsync"], "unbindImageAsync(filename)", "cocos/renderer/CCTextureCache.h", 127, 1], [["getTextureForKey"], "getTextureForKey(key)", "cocos/renderer/CCTextureCache.h", 146, 1], [["removeUnusedTextures"], "removeUnusedTextures", "cocos/renderer/CCTextureCache.h", 170, 1], [["removeTexture"], "removeTexture(texture)", "cocos/renderer/CCTextureCache.h", 174, 1], [["waitForQuit"], "waitForQuit", "cocos/renderer/CCTextureCache.h", 190, 1], [["Device"], "Device", "cocos/platform/CCDevice.h", 37, 1], [["setAccelerometerEnabled", "Device:setAccelerometerEnabled"], "Device:setAccelerometerEnabled(isEnabled)", "cocos/platform/CCDevice.h", 61, 1], [["setKeepScreenOn", "Device:setKeepScreenOn"], "Device:setKeepScreenOn(value)", "cocos/platform/CCDevice.h", 69, 1], [["setAccelerometerInterval", "Device:setAccelerometerInterval"], "Device:setAccelerometerInterval(interval)", "cocos/platform/CCDevice.h", 65, 1], [["getDPI", "Device:getDPI"], "Device:getDPI", "cocos/platform/CCDevice.h", 56, 1], [["AnimationCache"], "AnimationCache", "cocos/2d/CCAnimationCache.h", 53, 1], [["getAnimation"], "getAnimation(name)", "cocos/2d/CCAnimationCache.h", 98, 1], [["addAnimation"], "addAnimation(animation, name)", "cocos/2d/CCAnimationCache.h", 82, 1], [["init"], "init()", "cocos/2d/CCAnimationCache.h", 78, 1], [["addAnimationsWithDictionary"], "addAnimationsWithDictionary(dictionary, plist)", "cocos/2d/CCAnimationCache.h", 111, 1], [["removeAnimation"], "removeAnimation(name)", "cocos/2d/CCAnimationCache.h", 87, 1], [["destroyInstance", "AnimationCache:destroyInstance"], "AnimationCache:destroyInstance", "cocos/2d/CCAnimationCache.h", 70, 1], [["getInstance", "AnimationCache:getInstance"], "AnimationCache:getInstance", "cocos/2d/CCAnimationCache.h", 66, 1], [["SpriteFrameCache"], "SpriteFrameCache", "cocos/2d/CCSpriteFrameCache.h", 58, 1], [["addSpriteFramesWithFileContent"], "addSpriteFramesWithFileContent(plist_content, texture)", "cocos/2d/CCSpriteFrameCache.h", 105, 1], [["addSpriteFrame"], "addSpriteFrame(frame, frameName)", "cocos/2d/CCSpriteFrameCache.h", 110, 1], [["removeUnusedSpriteFrames"], "removeUnusedSpriteFrames", "cocos/2d/CCSpriteFrameCache.h", 124, 1], [["removeSpriteFramesFromFile"], "removeSpriteFramesFromFile(plist)", "cocos/2d/CCSpriteFrameCache.h", 134, 1], [["init"], "init", "cocos/2d/CCSpriteFrameCache.h", 78, 1], [["removeSpriteFrames"], "removeSpriteFrames", "cocos/2d/CCSpriteFrameCache.h", 118, 1], [["removeSpriteFramesFromTexture"], "removeSpriteFramesFromTexture(texture)", "cocos/2d/CCSpriteFrameCache.h", 146, 1], [["removeSpriteFramesFromFileContent"], "removeSpriteFramesFromFileContent(plist_content)", "cocos/2d/CCSpriteFrameCache.h", 140, 1], [["removeSpriteFrameByName"], "removeSpriteFrameByName(name)", "cocos/2d/CCSpriteFrameCache.h", 127, 1], [["destroyInstance", "SpriteFrameCache:destroyInstance"], "SpriteFrameCache:destroyInstance", "cocos/2d/CCSpriteFrameCache.h", 68, 1], [["getInstance", "SpriteFrameCache:getInstance"], "SpriteFrameCache:getInstance", "cocos/2d/CCSpriteFrameCache.h", 62, 1], [["ParallaxNode"], "ParallaxNode", "cocos/2d/CCParallaxNode.h", 47, 1], [["addChild"], "addChild(child, zOrder, name)", "cocos/2d/CCParallaxNode.h", 68, 1], [["removeAllChildrenWithCleanup"], "removeAllChildrenWithCleanup(cleanup)", "cocos/2d/CCParallaxNode.h", 70, 1], [["create", "ParallaxNode:create"], "ParallaxNode:create", "cocos/2d/CCParallaxNode.h", 51, 1], [["TMXObjectGroup"], "TMXObjectGroup", "cocos/2d/CCTMXObjectGroup.h", 45, 1], [["setPositionOffset"], "setPositionOffset(offset)", "cocos/2d/CCTMXObjectGroup.h", 77, 1], [["getProperty"], "getProperty(propertyName)", "cocos/2d/CCTMXObjectGroup.h", 62, 1], [["getObject"], "getObject(objectName)", "cocos/2d/CCTMXObjectGroup.h", 69, 1], [["getObjects"], "getObjects", "cocos/2d/CCTMXObjectGroup.h", 90, 1], [["setGroupName"], "setGroupName(groupName)", "cocos/2d/CCTMXObjectGroup.h", 59, 1], [["getProperties"], "getProperties", "cocos/2d/CCTMXObjectGroup.h", 81, 1], [["setProperties"], "setProperties(properties)", "cocos/2d/CCTMXObjectGroup.h", 84, 1], [["setObjects"], "setObjects(objects)", "cocos/2d/CCTMXObjectGroup.h", 93, 1], [["TMXLayerInfo"], "TMXLayerInfo", "cocos/2d/CCTMXXMLParser.h", 92, 1], [["setProperties"], "setProperties(properties)", "cocos/2d/CCTMXXMLParser.h", 105, 1], [["getProperties"], "getProperties", "cocos/2d/CCTMXXMLParser.h", 106, 1], [["TMXTilesetInfo"], "TMXTilesetInfo", "cocos/2d/CCTMXXMLParser.h", 128, 1], [["getRectForGID"], "getRectForGID(gid)", "cocos/2d/CCTMXXMLParser.h", 150, 1], [["TMXMapInfo"], "TMXMapInfo", "cocos/2d/CCTMXXMLParser.h", 166, 1], [["setObjectGroups"], "setObjectGroups(groups)", "cocos/2d/CCTMXXMLParser.h", 231, 1], [["setTileSize"], "setTileSize(tileSize)", "cocos/2d/CCTMXXMLParser.h", 212, 1], [["initWithTMXFile"], "initWithTMXFile(tmxFile)", "cocos/2d/CCTMXXMLParser.h", 189, 1], [["getOrientation"], "getOrientation", "cocos/2d/CCTMXXMLParser.h", 203, 1], [["isStoringCharacters"], "isStoringCharacters", "cocos/2d/CCTMXXMLParser.h", 248, 1], [["setLayers"], "setLayers(layers)", "cocos/2d/CCTMXXMLParser.h", 217, 1], [["parseXMLFile"], "parseXMLFile(xmlFilename)", "cocos/2d/CCTMXXMLParser.h", 193, 1], [["getParentElement"], "getParentElement", "cocos/2d/CCTMXXMLParser.h", 236, 1], [["setTMXFileName"], "setTMXFileName(fileName)", "cocos/2d/CCTMXXMLParser.h", 279, 1], [["parseXMLString"], "parseXMLString(xmlString)", "cocos/2d/CCTMXXMLParser.h", 195, 1], [["getLayers"], "getLayers", "cocos/2d/CCTMXXMLParser.h", 216, 1], [["getTilesets"], "getTilesets", "cocos/2d/CCTMXXMLParser.h", 223, 1], [["getParentGID"], "getParentGID", "cocos/2d/CCTMXXMLParser.h", 240, 1], [["setParentElement"], "setParentElement(element)", "cocos/2d/CCTMXXMLParser.h", 237, 1], [["initWithXML"], "initWithXML(tmxString, resourcePath)", "cocos/2d/CCTMXXMLParser.h", 191, 1], [["setParentGID"], "setParentGID(gid)", "cocos/2d/CCTMXXMLParser.h", 241, 1], [["getLayerAttribs"], "getLayerAttribs", "cocos/2d/CCTMXXMLParser.h", 244, 1], [["getTileProperties"], "getTileProperties", "cocos/2d/CCTMXXMLParser.h", 197, 1], [["getObjectGroups"], "getObjectGroups", "cocos/2d/CCTMXXMLParser.h", 230, 1], [["setCurrentString"], "setCurrentString(currentString)", "cocos/2d/CCTMXXMLParser.h", 277, 1], [["setProperties"], "setProperties(properties)", "cocos/2d/CCTMXXMLParser.h", 255, 1], [["setOrientation"], "setOrientation(orientation)", "cocos/2d/CCTMXXMLParser.h", 204, 1], [["setTileProperties"], "setTileProperties(tileProperties)", "cocos/2d/CCTMXXMLParser.h", 198, 1], [["setMapSize"], "setMapSize(mapSize)", "cocos/2d/CCTMXXMLParser.h", 208, 1], [["setStoringCharacters"], "setStoringCharacters(storingCharacters)", "cocos/2d/CCTMXXMLParser.h", 250, 1], [["setTilesets"], "setTilesets(tilesets)", "cocos/2d/CCTMXXMLParser.h", 224, 1], [["getProperties"], "getProperties", "cocos/2d/CCTMXXMLParser.h", 254, 1], [["setLayerAttribs"], "setLayerAttribs(layerAttribs)", "cocos/2d/CCTMXXMLParser.h", 245, 1], [["create", "TMXMapInfo:create"], "TMXMapInfo:create(tmxFile)", "cocos/2d/CCTMXXMLParser.h", 170, 1], [["createWithXML", "TMXMapInfo:createWithXML"], "TMXMapInfo:createWithXML(tmxString, resourcePath)", "cocos/2d/CCTMXXMLParser.h", 172, 1], [["TMXLayer"], "TMXLayer", "cocos/2d/CCTMXLayer.h", 74, 1], [["getPositionAt"], "getPositionAt(tileCoordinate)", "cocos/2d/CCTMXLayer.h", 135, 1], [["setLayerOrientation"], "setLayerOrientation(orientation)", "cocos/2d/CCTMXLayer.h", 173, 1], [["releaseMap"], "releaseMap", "cocos/2d/CCTMXLayer.h", 96, 1], [["setMapTileSize"], "setMapTileSize(size)", "cocos/2d/CCTMXLayer.h", 154, 1], [["getLayerOrientation"], "getLayerOrientation", "cocos/2d/CCTMXLayer.h", 172, 1], [["setProperties"], "setProperties(properties)", "cocos/2d/CCTMXLayer.h", 178, 1], [["setLayerName"], "setLayerName(layerName)", "cocos/2d/CCTMXLayer.h", 146, 1], [["removeTileAt"], "removeTileAt(tileCoordinate)", "cocos/2d/CCTMXLayer.h", 132, 1], [["initWithTilesetInfo"], "initWithTilesetInfo(tilesetInfo, layerInfo, mapInfo)", "cocos/2d/CCTMXLayer.h", 90, 1], [["setupTiles"], "setupTiles", "cocos/2d/CCTMXLayer.h", 143, 1], [["setTileGID"], "setTileGID(gid, tileCoordinate, flags)", "cocos/2d/CCTMXLayer.h", 129, 1], [["getProperty"], "getProperty(propertyName)", "cocos/2d/CCTMXLayer.h", 139, 1], [["setLayerSize"], "setLayerSize(size)", "cocos/2d/CCTMXLayer.h", 150, 1], [["setTileSet"], "setTileSet(info)", "cocos/2d/CCTMXLayer.h", 165, 1], [["getTileSet"], "getTileSet", "cocos/2d/CCTMXLayer.h", 164, 1], [["getProperties"], "getProperties", "cocos/2d/CCTMXLayer.h", 177, 1], [["getTileAt"], "getTileAt(tileCoordinate)", "cocos/2d/CCTMXLayer.h", 105, 1], [["create", "TMXLayer:create"], "TMXLayer:create(tilesetInfo, layerInfo, mapInfo)", "cocos/2d/CCTMXLayer.h", 78, 1], [["TMXTiledMap"], "TMXTiledMap", "cocos/2d/CCTMXTiledMap.h", 113, 1], [["setObjectGroups"], "setObjectGroups(groups)", "cocos/2d/CCTMXTiledMap.h", 170, 1], [["getProperty"], "getProperty(propertyName)", "cocos/2d/CCTMXTiledMap.h", 139, 1], [["setMapSize"], "setMapSize(mapSize)", "cocos/2d/CCTMXTiledMap.h", 157, 1], [["getObjectGroup"], "getObjectGroup(groupName)", "cocos/2d/CCTMXTiledMap.h", 131, 1], [["getObjectGroups"], "getObjectGroups", "cocos/2d/CCTMXTiledMap.h", 169, 1], [["getProperties"], "getProperties", "cocos/2d/CCTMXTiledMap.h", 175, 1], [["setTileSize"], "setTileSize(tileSize)", "cocos/2d/CCTMXTiledMap.h", 161, 1], [["setProperties"], "setProperties(properties)", "cocos/2d/CCTMXTiledMap.h", 176, 1], [["getLayer"], "getLayer(layerName)", "cocos/2d/CCTMXTiledMap.h", 123, 1], [["getMapOrientation"], "getMapOrientation", "cocos/2d/CCTMXTiledMap.h", 164, 1], [["setMapOrientation"], "setMapOrientation(mapOrientation)", "cocos/2d/CCTMXTiledMap.h", 165, 1], [["create", "TMXTiledMap:create"], "TMXTiledMap:create(tmxFile)", "cocos/2d/CCTMXTiledMap.h", 117, 1], [["createWithXML", "TMXTiledMap:createWithXML"], "TMXTiledMap:createWithXML(tmxString, resourcePath)", "cocos/2d/CCTMXTiledMap.h", 120, 1], [["TileMapAtlas"], "TileMapAtlas", "cocos/2d/CCTileMapAtlas.h", 57, 1], [["initWithTileFile"], "initWithTileFile(tile, mapFile, tileWidth, tileHeight)", "cocos/2d/CCTileMapAtlas.h", 77, 1], [["releaseMap"], "releaseMap", "cocos/2d/CCTileMapAtlas.h", 88, 1], [["getTileAt"], "getTileAt(position)", "cocos/2d/CCTileMapAtlas.h", 81, 1], [["setTile"], "setTile(tile, position)", "cocos/2d/CCTileMapAtlas.h", 86, 1], [["create", "TileMapAtlas:create"], "TileMapAtlas:create(tile, mapFile, tileWidth, tileHeight)", "cocos/2d/CCTileMapAtlas.h", 63, 1], [["Component"], "Component", "cocos/2d/CCComponent.h", 42, 1], [["setEnabled"], "setEnabled(b)", "cocos/2d/CCComponent.h", 62, 1], [["setName"], "setName(name)", "cocos/2d/CCComponent.h", 66, 1], [["isEnabled"], "isEnabled", "cocos/2d/CCComponent.h", 61, 1], [["update"], "update(delta)", "cocos/2d/CCComponent.h", 59, 1], [["getOwner"], "getOwner", "cocos/2d/CCComponent.h", 69, 1], [["init"], "init", "cocos/2d/CCComponent.h", 55, 1], [["setOwner"], "setOwner(pOwner)", "cocos/2d/CCComponent.h", 68, 1], [["create", "Component:create"], "Component:create()", "cocos/2d/CCComponent.h", 63, 1], [["CCBAnimationManager"], "CCBAnimationManager", "cocos/editor-support/cocosbuilder/CCBAnimationManager.h", 24, 1], [["moveAnimationsFromNode"], "moveAnimationsFromNode(fromNode, toNode)", "cocos/editor-support/cocosbuilder/CCBAnimationManager.h", 88, 1], [["setAutoPlaySequenceId"], "setAutoPlaySequenceId(autoPlaySequenceId)", "cocos/editor-support/cocosbuilder/CCBAnimationManager.h", 48, 1], [["getDocumentCallbackNames"], "getDocumentCallbackNames", "cocos/editor-support/cocosbuilder/CCBAnimationManager.h", 64, 1], [["actionForSoundChannel"], "actionForSoundChannel(channel)", "cocos/editor-support/cocosbuilder/CCBAnimationManager.h", 113, 1], [["setBaseValue"], "setBaseValue(value, pNode, propName)", "cocos/editor-support/cocosbuilder/CCBAnimationManager.h", 85, 1], [["getDocumentOutletNodes"], "getDocumentOutletNodes", "cocos/editor-support/cocosbuilder/CCBAnimationManager.h", 69, 1], [["getLastCompletedSequenceName"], "getLastCompletedSequenceName", "cocos/editor-support/cocosbuilder/CCBAnimationManager.h", 70, 1], [["setRootNode"], "setRootNode(pRootNode)", "cocos/editor-support/cocosbuilder/CCBAnimationManager.h", 51, 1], [["runAnimationsForSequenceNamedTweenDuration"], "runAnimationsForSequenceNamedTweenDuration(pName, fTweenDuration)", "cocos/editor-support/cocosbuilder/CCBAnimationManager.h", 97, 1], [["addDocumentOutletName"], "addDocumentOutletName(name)", "cocos/editor-support/cocosbuilder/CCBAnimationManager.h", 59, 1], [["getSequences"], "getSequences", "cocos/editor-support/cocosbuilder/CCBAnimationManager.h", 43, 1], [["setDocumentControllerName"], "setDocumentControllerName(name)", "cocos/editor-support/cocosbuilder/CCBAnimationManager.h", 61, 1], [["setObject"], "setObject(obj, pNode, propName)", "cocos/editor-support/cocosbuilder/CCBAnimationManager.h", 86, 1], [["actionForCallbackChannel"], "actionForCallbackChannel(channel)", "cocos/editor-support/cocosbuilder/CCBAnimationManager.h", 112, 1], [["getDocumentOutletNames"], "getDocumentOutletNames", "cocos/editor-support/cocosbuilder/CCBAnimationManager.h", 68, 1], [["addDocumentCallbackControlEvents"], "addDocumentCallbackControlEvents(eventType)", "cocos/editor-support/cocosbuilder/CCBAnimationManager.h", 56, 1], [["init"], "init", "cocos/editor-support/cocosbuilder/CCBAnimationManager.h", 41, 1], [["getKeyframeCallbacks"], "getKeyframeCallbacks", "cocos/editor-support/cocosbuilder/CCBAnimationManager.h", 72, 1], [["getDocumentCallbackControlEvents"], "getDocumentCallbackControlEvents", "cocos/editor-support/cocosbuilder/CCBAnimationManager.h", 66, 1], [["setRootContainerSize"], "setRootContainerSize(rootContainerSize)", "cocos/editor-support/cocosbuilder/CCBAnimationManager.h", 75, 1], [["runAnimationsForSequenceIdTweenDuration"], "runAnimationsForSequenceIdTweenDuration(nSeqId, fTweenDuraiton)", "cocos/editor-support/cocosbuilder/CCBAnimationManager.h", 99, 1], [["getAutoPlaySequenceId"], "getAutoPlaySequenceId", "cocos/editor-support/cocosbuilder/CCBAnimationManager.h", 47, 1], [["addDocumentCallbackName"], "addDocumentCallbackName(name)", "cocos/editor-support/cocosbuilder/CCBAnimationManager.h", 55, 1], [["getRootNode"], "getRootNode", "cocos/editor-support/cocosbuilder/CCBAnimationManager.h", 50, 1], [["addDocumentOutletNode"], "addDocumentOutletNode(node)", "cocos/editor-support/cocosbuilder/CCBAnimationManager.h", 58, 1], [["getSequenceDuration"], "getSequenceDuration(pSequenceName)", "cocos/editor-support/cocosbuilder/CCBAnimationManager.h", 119, 1], [["addDocumentCallbackNode"], "addDocumentCallbackNode(node)", "cocos/editor-support/cocosbuilder/CCBAnimationManager.h", 54, 1], [["runAnimationsForSequenceNamed"], "runAnimationsForSequenceNamed(pName)", "cocos/editor-support/cocosbuilder/CCBAnimationManager.h", 98, 1], [["getSequenceId"], "getSequenceId(pSequenceName)", "cocos/editor-support/cocosbuilder/CCBAnimationManager.h", 116, 1], [["getDocumentCallbackNodes"], "getDocumentCallbackNodes", "cocos/editor-support/cocosbuilder/CCBAnimationManager.h", 65, 1], [["setSequences"], "setSequences(seq)", "cocos/editor-support/cocosbuilder/CCBAnimationManager.h", 44, 1], [["debug"], "debug", "cocos/editor-support/cocosbuilder/CCBAnimationManager.h", 106, 1], [["getDocumentControllerName"], "getDocumentControllerName", "cocos/editor-support/cocosbuilder/CCBAnimationManager.h", 63, 1], [["CCBReader"], "CCBReader", "cocos/editor-support/cocosbuilder/CCBReader.h", 69, 1], [["addOwnerOutletName"], "addOwnerOutletName(name)", "cocos/editor-support/cocosbuilder/CCBReader.h", 350, 1], [["getOwnerCallbackNames"], "getOwnerCallbackNames", "cocos/editor-support/cocosbuilder/CCBReader.h", 294, 1], [["addDocumentCallbackControlEvents"], "addDocumentCallbackControlEvents(eventType)", "cocos/editor-support/cocosbuilder/CCBReader.h", 337, 1], [["setCCBRootPath"], "setCCBRootPath(ccbRootPath)", "cocos/editor-support/cocosbuilder/CCBReader.h", 175, 1], [["addOwnerOutletNode"], "addOwnerOutletNode(node)", "cocos/editor-support/cocosbuilder/CCBReader.h", 351, 1], [["getOwnerCallbackNodes"], "getOwnerCallbackNodes", "cocos/editor-support/cocosbuilder/CCBReader.h", 295, 1], [["readSoundKeyframesForSeq"], "readSoundKeyframesForSeq(seq)", "cocos/editor-support/cocosbuilder/CCBReader.h", 292, 1], [["getOwnerCallbackControlEvents"], "getOwnerCallbackControlEvents", "cocos/editor-support/cocosbuilder/CCBReader.h", 296, 1], [["getOwnerOutletNodes"], "getOwnerOutletNodes", "cocos/editor-support/cocosbuilder/CCBReader.h", 299, 1], [["readUTF8"], "readUTF8", "cocos/editor-support/cocosbuilder/CCBReader.h", 274, 1], [["addOwnerCallbackControlEvents"], "addOwnerCallbackControlEvents(type)", "cocos/editor-support/cocosbuilder/CCBReader.h", 326, 1], [["getOwnerOutletNames"], "getOwnerOutletNames", "cocos/editor-support/cocosbuilder/CCBReader.h", 298, 1], [["readCallbackKeyframesForSeq"], "readCallbackKeyframesForSeq(seq)", "cocos/editor-support/cocosbuilder/CCBReader.h", 291, 1], [["getAnimationManagersForNodes"], "getAnimationManagersForNodes", "cocos/editor-support/cocosbuilder/CCBReader.h", 301, 1], [["getNodesWithAnimationManagers"], "getNodesWithAnimationManagers", "cocos/editor-support/cocosbuilder/CCBReader.h", 300, 1], [["setResolutionScale", "CCBReader:setResolutionScale"], "CCBReader:setResolutionScale(scale)", "cocos/editor-support/cocosbuilder/CCBReader.h", 343, 1], [["SimpleAudioEngine"], "SimpleAudioEngine", "cocos/audio/include/SimpleAudioEngine.h", 49, 1], [["stopAllEffects"], "stopAllEffects", "cocos/audio/include/SimpleAudioEngine.h", 216, 1], [["preloadEffect"], "preloadEffect(pszFilePath)", "cocos/audio/include/SimpleAudioEngine.h", 223, 1], [["getEffectsVolume"], "getEffectsVolume", "cocos/audio/include/SimpleAudioEngine.h", 158, 1], [["pauseEffect"], "pauseEffect(nSoundId)", "cocos/audio/include/SimpleAudioEngine.h", 189, 1], [["resumeAllEffects"], "resumeAllEffects", "cocos/audio/include/SimpleAudioEngine.h", 205, 1], [["setEffectsVolume"], "setEffectsVolume(volume)", "cocos/audio/include/SimpleAudioEngine.h", 164, 1], [["stopEffect"], "stopEffect(nSoundId)", "cocos/audio/include/SimpleAudioEngine.h", 211, 1], [["pauseAllEffects"], "pauseAllEffects", "cocos/audio/include/SimpleAudioEngine.h", 194, 1], [["unloadEffect"], "unloadEffect(pszFilePath)", "cocos/audio/include/SimpleAudioEngine.h", 229, 1], [["resumeEffect"], "resumeEffect(nSoundId)", "cocos/audio/include/SimpleAudioEngine.h", 200, 1], [["getInstance", "SimpleAudioEngine:getInstance"], "SimpleAudioEngine:getInstance", "cocos/audio/include/SimpleAudioEngine.h", 55, 1], [["Controller"], "Controller", "cocos/base/CCController.h", 41, 1], [["receiveExternalKeyEvent"], "receiveExternalKeyEvent(externalKeyCode, receive)", "cocos/base/CCController.h", 120, 1], [["isConnected"], "isConnected", "cocos/base/CCController.h", 109, 1], [["getDeviceId"], "getDeviceId", "cocos/base/CCController.h", 107, 1], [["setTag"], "setTag(tag)", "cocos/base/CCController.h", 125, 1], [["getTag"], "getTag", "cocos/base/CCController.h", 131, 1], [["startDiscoveryController", "Controller:startDiscoveryController"], "Controller:startDiscoveryController", "cocos/base/CCController.h", 100, 1], [["stopDiscoveryController", "Controller:stopDiscoveryController"], "Controller:stopDiscoveryController", "cocos/base/CCController.h", 104, 1], [["getControllerByTag", "Controller:getControllerByTag"], "Controller:getControllerByTag(tag)", "cocos/base/CCController.h", 96, 1], [["EventController"], "EventController", "cocos/base/CCEventController.h", 37, 1], [["getControllerEventType"], "getControllerEventType", "cocos/base/CCEventController.h", 50, 1], [["setConnectStatus"], "setConnectStatus(isConnected)", "cocos/base/CCEventController.h", 56, 1], [["isConnected"], "isConnected", "cocos/base/CCEventController.h", 57, 1], [["setKeyCode"], "setKeyCode(keyCode)", "cocos/base/CCEventController.h", 54, 1], [["getController"], "getController", "cocos/base/CCEventController.h", 51, 1], [["getKeyCode"], "getKeyCode", "cocos/base/CCEventController.h", 53, 1], [["EventListenerController"], "EventListenerController", "cocos/base/CCEventListenerController.h", 37, 1], [["create", "EventListenerController:create"], "EventListenerController:create", "cocos/base/CCEventListenerController.h", 42, 1], [["TMXLayer"], "TMXLayer", "cocos/2d/CCTMXLayer.h", 74, 1], [["getPositionAt"], "getPositionAt(tileCoordinate)", "cocos/2d/CCTMXLayer.h", 135, 1], [["setLayerOrientation"], "setLayerOrientation(orientation)", "cocos/2d/CCTMXLayer.h", 173, 1], [["setMapTileSize"], "setMapTileSize(size)", "cocos/2d/CCTMXLayer.h", 154, 1], [["getLayerOrientation"], "getLayerOrientation", "cocos/2d/CCTMXLayer.h", 172, 1], [["setProperties"], "setProperties(properties)", "cocos/2d/CCTMXLayer.h", 178, 1], [["setLayerName"], "setLayerName(layerName)", "cocos/2d/CCTMXLayer.h", 146, 1], [["removeTileAt"], "removeTileAt(tileCoordinate)", "cocos/2d/CCTMXLayer.h", 132, 1], [["getProperties"], "getProperties", "cocos/2d/CCTMXLayer.h", 177, 1], [["setupTiles"], "setupTiles", "cocos/2d/CCTMXLayer.h", 143, 1], [["setupTileSprite"], "setupTileSprite(sprite, pos, gid)", "cocos/2d/CCTMXLayer.h", 207, 1], [["setTileGID"], "setTileGID(gid, tileCoordinate, flags)", "cocos/2d/CCTMXLayer.h", 129, 1], [["getProperty"], "getProperty(propertyName)", "cocos/2d/CCTMXLayer.h", 139, 1], [["setLayerSize"], "setLayerSize(size)", "cocos/2d/CCTMXLayer.h", 150, 1], [["setTileSet"], "setTileSet(info)", "cocos/2d/CCTMXLayer.h", 165, 1], [["getTileSet"], "getTileSet", "cocos/2d/CCTMXLayer.h", 164, 1], [["getTileAt"], "getTileAt(tileCoordinate)", "cocos/2d/CCTMXLayer.h", 105, 1], [["create", "TMXLayer:create"], "TMXLayer:create(tilesetInfo, layerInfo, mapInfo)", "cocos/2d/CCTMXLayer.h", 78, 1], [["TMXTiledMap"], "TMXTiledMap", "cocos/2d/CCTMXTiledMap.h", 113, 1], [["setObjectGroups"], "setObjectGroups(groups)", "cocos/2d/CCTMXTiledMap.h", 170, 1], [["getProperty"], "getProperty(propertyName)", "cocos/2d/CCTMXTiledMap.h", 139, 1], [["setMapSize"], "setMapSize(mapSize)", "cocos/2d/CCTMXTiledMap.h", 157, 1], [["getObjectGroup"], "getObjectGroup(groupName)", "cocos/2d/CCTMXTiledMap.h", 131, 1], [["getObjectGroups"], "getObjectGroups", "cocos/2d/CCTMXTiledMap.h", 169, 1], [["getProperties"], "getProperties", "cocos/2d/CCTMXTiledMap.h", 175, 1], [["getPropertiesForGID"], "getPropertiesForGID(GID, value)", "cocos/2d/CCTMXTiledMap.h", 153, 1], [["setTileSize"], "setTileSize(tileSize)", "cocos/2d/CCTMXTiledMap.h", 161, 1], [["setProperties"], "setProperties(properties)", "cocos/2d/CCTMXTiledMap.h", 176, 1], [["getLayer"], "getLayer(layerName)", "cocos/2d/CCTMXTiledMap.h", 123, 1], [["getMapOrientation"], "getMapOrientation", "cocos/2d/CCTMXTiledMap.h", 164, 1], [["setMapOrientation"], "setMapOrientation(mapOrientation)", "cocos/2d/CCTMXTiledMap.h", 165, 1], [["create", "TMXTiledMap:create"], "TMXTiledMap:create(tmxFile)", "cocos/2d/CCTMXTiledMap.h", 117, 1], [["createWithXML", "TMXTiledMap:createWithXML"], "TMXTiledMap:createWithXML(tmxString, resourcePath)", "cocos/2d/CCTMXTiledMap.h", 120, 1], [["Control"], "Control", "extensions/GUI/CCControlExtension/CCControl.h", 65, 1], [["setEnabled"], "setEnabled(bEnabled)", "extensions/GUI/CCControlExtension/CCControl.h", 97, 1], [["onTouchMoved"], "onTouchMoved(touch, event)", "extensions/GUI/CCControlExtension/CCControl.h", 159, 1], [["onTouchEnded"], "onTouchEnded(touch, event)", "extensions/GUI/CCControlExtension/CCControl.h", 160, 1], [["sendActionsForControlEvents"], "sendActionsForControlEvents(controlEvents)", "extensions/GUI/CCControlExtension/CCControl.h", 120, 1], [["setSelected"], "setSelected(bSelected)", "extensions/GUI/CCControlExtension/CCControl.h", 101, 1], [["isEnabled"], "isEnabled", "extensions/GUI/CCControlExtension/CCControl.h", 98, 1], [["onTouchCancelled"], "onTouchCancelled(touch, event)", "extensions/GUI/CCControlExtension/CCControl.h", 161, 1], [["needsLayout"], "needsLayout", "extensions/GUI/CCControlExtension/CCControl.h", 112, 1], [["onTouchBegan"], "onTouchBegan(touch, event)", "extensions/GUI/CCControlExtension/CCControl.h", 158, 1], [["hasVisibleParents"], "hasVisibleParents", "extensions/GUI/CCControlExtension/CCControl.h", 108, 1], [["isSelected"], "isSelected", "extensions/GUI/CCControlExtension/CCControl.h", 102, 1], [["isTouchInside"], "isTouchInside(touch)", "extensions/GUI/CCControlExtension/CCControl.h", 171, 1], [["setHighlighted"], "setHighlighted(bHighlighted)", "extensions/GUI/CCControlExtension/CCControl.h", 105, 1], [["getTouchLocation"], "getTouchLocation(touch)", "extensions/GUI/CCControlExtension/CCControl.h", 156, 1], [["isHighlighted"], "isHighlighted", "extensions/GUI/CCControlExtension/CCControl.h", 106, 1], [["create", "Control:create"], "Control:create", "extensions/GUI/CCControlExtension/CCControl.h", 94, 1], [["ControlButton"], "ControlButton", "extensions/GUI/CCControlExtension/CCControlButton.h", 54, 1], [["isPushed"], "isPushed", "extensions/GUI/CCControlExtension/CCControlButton.h", 68, 1], [["setSelected"], "setSelected(enabled)", "extensions/GUI/CCControlExtension/CCControlButton.h", 65, 1], [["setTitleLabelForState"], "setTitleLabelForState(label, state)", "extensions/GUI/CCControlExtension/CCControlButton.h", 128, 1], [["setAdjustBackgroundImage"], "setAdjustBackgroundImage(adjustBackgroundImage)", "extensions/GUI/CCControlExtension/CCControlButton.h", 177, 1], [["setHighlighted"], "setHighlighted(enabled)", "extensions/GUI/CCControlExtension/CCControlButton.h", 66, 1], [["setTitleForState"], "setTitleForState(title, state)", "extensions/GUI/CCControlExtension/CCControlButton.h", 89, 1], [["getTitleTTFSizeForState"], "getTitleTTFSizeForState(state)", "extensions/GUI/CCControlExtension/CCControlButton.h", 134, 1], [["setTitleTTFForState"], "setTitleTTFForState(fntFile, state)", "extensions/GUI/CCControlExtension/CCControlButton.h", 130, 1], [["setTitleTTFSizeForState"], "setTitleTTFSizeForState(size, state)", "extensions/GUI/CCControlExtension/CCControlButton.h", 133, 1], [["setEnabled"], "setEnabled(enabled)", "extensions/GUI/CCControlExtension/CCControlButton.h", 64, 1], [["getBackgroundSpriteForState"], "getBackgroundSpriteForState(state)", "extensions/GUI/CCControlExtension/CCControlButton.h", 151, 1], [["needsLayout"], "needsLayout()", "extensions/GUI/CCControlExtension/CCControlButton.h", 62, 1], [["getCurrentTitle"], "getCurrentTitle", "extensions/GUI/CCControlExtension/CCControlButton.h", 191, 1], [["getTitleTTFForState"], "getTitleTTFForState(state)", "extensions/GUI/CCControlExtension/CCControlButton.h", 131, 1], [["getTitleColorForState"], "getTitleColorForState(state)", "extensions/GUI/CCControlExtension/CCControlButton.h", 100, 1], [["setTitleColorForState"], "setTitleColorForState(color, state)", "extensions/GUI/CCControlExtension/CCControlButton.h", 109, 1], [["doesAdjustBackgroundImage"], "doesAdjustBackgroundImage", "extensions/GUI/CCControlExtension/CCControlButton.h", 176, 1], [["setBackgroundSpriteFrameForState"], "setBackgroundSpriteFrameForState(spriteFrame, state)", "extensions/GUI/CCControlExtension/CCControlButton.h", 169, 1], [["setBackgroundSpriteForState"], "setBackgroundSpriteForState(sprite, state)", "extensions/GUI/CCControlExtension/CCControlButton.h", 160, 1], [["getTitleLabelForState"], "getTitleLabelForState(state)", "extensions/GUI/CCControlExtension/CCControlButton.h", 117, 1], [["setMargins"], "setMargins(marginH, marginV)", "extensions/GUI/CCControlExtension/CCControlButton.h", 172, 1], [["setTitleBMFontForState"], "setTitleBMFontForState(fntFile, state)", "extensions/GUI/CCControlExtension/CCControlButton.h", 142, 1], [["getTitleBMFontForState"], "getTitleBMFontForState(state)", "extensions/GUI/CCControlExtension/CCControlButton.h", 143, 1], [["getTitleForState"], "getTitleForState(state)", "extensions/GUI/CCControlExtension/CCControlButton.h", 78, 1], [["create", "ControlButton:create"], "ControlButton:create(title, fontName, fontSize)", "extensions/GUI/CCControlExtension/CCControlButton.h", 60, 1], [["ControlHuePicker"], "ControlHuePicker", "extensions/GUI/CCControlExtension/CCControlHuePicker.h", 49, 1], [["setEnabled"], "setEnabled(enabled)", "extensions/GUI/CCControlExtension/CCControlHuePicker.h", 64, 1], [["initWithTargetAndPos"], "initWithTargetAndPos(target, pos)", "extensions/GUI/CCControlExtension/CCControlHuePicker.h", 62, 1], [["setHue"], "setHue(val)", "extensions/GUI/CCControlExtension/CCControlHuePicker.h", 76, 1], [["setHuePercentage"], "setHuePercentage(val)", "extensions/GUI/CCControlExtension/CCControlHuePicker.h", 78, 1], [["create", "ControlHuePicker:create"], "ControlHuePicker:create(target, pos)", "extensions/GUI/CCControlExtension/CCControlHuePicker.h", 52, 1], [["ControlSaturationBrightnessPicker"], "ControlSaturationBrightnessPicker", "extensions/GUI/CCControlExtension/CCControlSaturationBrightnessPicker.h", 49, 1], [["initWithTargetAndPos"], "initWithTargetAndPos(target, pos)", "extensions/GUI/CCControlExtension/CCControlSaturationBrightnessPicker.h", 77, 1], [["setEnabled"], "setEnabled(enabled)", "extensions/GUI/CCControlExtension/CCControlSaturationBrightnessPicker.h", 81, 1], [["create", "ControlSaturationBrightnessPicker:create"], "ControlSaturationBrightnessPicker:create(target, pos)", "extensions/GUI/CCControlExtension/CCControlSaturationBrightnessPicker.h", 79, 1], [["ControlColourPicker"], "ControlColourPicker", "extensions/GUI/CCControlExtension/CCControlColourPicker.h", 51, 1], [["setEnabled"], "setEnabled(bEnabled)", "extensions/GUI/CCControlExtension/CCControlColourPicker.h", 68, 1], [["setColor"], "setColor(colorValue)", "extensions/GUI/CCControlExtension/CCControlColourPicker.h", 67, 1], [["hueSliderValueChanged"], "hueSliderValueChanged(sender, controlEvent)", "extensions/GUI/CCControlExtension/CCControlColourPicker.h", 71, 1], [["init"], "init", "extensions/GUI/CCControlExtension/CCControlColourPicker.h", 65, 1], [["colourSliderValueChanged"], "colourSliderValueChanged(sender, controlEvent)", "extensions/GUI/CCControlExtension/CCControlColourPicker.h", 72, 1], [["create", "ControlColourPicker:create"], "ControlColourPicker:create", "extensions/GUI/CCControlExtension/CCControlColourPicker.h", 54, 1], [["ControlPotentiometer"], "ControlPotentiometer", "extensions/GUI/CCControlExtension/CCControlPotentiometer.h", 44, 1], [["setValue"], "setValue(value)", "extensions/GUI/CCControlExtension/CCControlPotentiometer.h", 69, 1], [["getMaximumValue"], "getMaximumValue", "extensions/GUI/CCControlExtension/CCControlPotentiometer.h", 76, 1], [["potentiometerBegan"], "potentiometerBegan(location)", "extensions/GUI/CCControlExtension/CCControlPotentiometer.h", 86, 1], [["setMaximumValue"], "setMaximumValue(maximumValue)", "extensions/GUI/CCControlExtension/CCControlPotentiometer.h", 75, 1], [["getMinimumValue"], "getMinimumValue", "extensions/GUI/CCControlExtension/CCControlPotentiometer.h", 73, 1], [["getValue"], "getValue", "extensions/GUI/CCControlExtension/CCControlPotentiometer.h", 70, 1], [["distanceBetweenPointAndPoint"], "distanceBetweenPointAndPoint(point1, point2)", "extensions/GUI/CCControlExtension/CCControlPotentiometer.h", 91, 1], [["potentiometerEnded"], "potentiometerEnded(location)", "extensions/GUI/CCControlExtension/CCControlPotentiometer.h", 88, 1], [["setMinimumValue"], "setMinimumValue(minimumValue)", "extensions/GUI/CCControlExtension/CCControlPotentiometer.h", 72, 1], [["initWithTrackSprite_ProgressTimer_ThumbSprite"], "initWithTrackSprite_ProgressTimer_ThumbSprite(trackSprite, progressTimer, thumbSprite)", "extensions/GUI/CCControlExtension/CCControlPotentiometer.h", 67, 1], [["potentiometerMoved"], "potentiometerMoved(location)", "extensions/GUI/CCControlExtension/CCControlPotentiometer.h", 87, 1], [["create", "ControlPotentiometer:create"], "ControlPotentiometer:create(backgroundFile, progressFile, thumbFile)", "extensions/GUI/CCControlExtension/CCControlPotentiometer.h", 50, 1], [["ControlSlider"], "ControlSlider", "extensions/GUI/CCControlExtension/CCControlSlider.h", 46, 1], [["locationFromTouch"], "locationFromTouch(touch)", "extensions/GUI/CCControlExtension/CCControlSlider.h", 115, 1], [["setMinimumValue"], "setMinimumValue(val)", "extensions/GUI/CCControlExtension/CCControlSlider.h", 117, 1], [["setEnabled"], "setEnabled(enabled)", "extensions/GUI/CCControlExtension/CCControlSlider.h", 113, 1], [["setValue"], "setValue(val)", "extensions/GUI/CCControlExtension/CCControlSlider.h", 116, 1], [["setMaximumValue"], "setMaximumValue(val)", "extensions/GUI/CCControlExtension/CCControlSlider.h", 112, 1], [["needsLayout"], "needsLayout", "extensions/GUI/CCControlExtension/CCControlSlider.h", 110, 1], [["initWithSprites"], "initWithSprites(backgroundSprite, progressSprite, thumbSprite)", "extensions/GUI/CCControlExtension/CCControlSlider.h", 96, 1], [["isTouchInside"], "isTouchInside(touch)", "extensions/GUI/CCControlExtension/CCControlSlider.h", 114, 1], [["create", "ControlSlider:create"], "ControlSlider:create(backgroundSprite, pogressSprite, thumbSprite)", "extensions/GUI/CCControlExtension/CCControlSlider.h", 61, 1], [["ControlStepper"], "ControlStepper", "extensions/GUI/CCControlExtension/CCControlStepper.h", 44, 1], [["setWraps"], "setWraps(wraps)", "extensions/GUI/CCControlExtension/CCControlStepper.h", 67, 1], [["isContinuous"], "isContinuous", "extensions/GUI/CCControlExtension/CCControlStepper.h", 76, 1], [["updateLayoutUsingTouchLocation"], "updateLayoutUsingTouchLocation(location)", "extensions/GUI/CCControlExtension/CCControlStepper.h", 85, 1], [["setValueWithSendingEvent"], "setValueWithSendingEvent(value, send)", "extensions/GUI/CCControlExtension/CCControlStepper.h", 75, 1], [["stopAutorepeat"], "stopAutorepeat", "extensions/GUI/CCControlExtension/CCControlStepper.h", 91, 1], [["setMinimumValue"], "setMinimumValue(minimumValue)", "extensions/GUI/CCControlExtension/CCControlStepper.h", 68, 1], [["setValue"], "setValue(value)", "extensions/GUI/CCControlExtension/CCControlStepper.h", 70, 1], [["setStepValue"], "setStepValue(stepValue)", "extensions/GUI/CCControlExtension/CCControlStepper.h", 73, 1], [["setMaximumValue"], "setMaximumValue(maximumValue)", "extensions/GUI/CCControlExtension/CCControlStepper.h", 69, 1], [["update"], "update(dt)", "extensions/GUI/CCControlExtension/CCControlStepper.h", 82, 1], [["startAutorepeat"], "startAutorepeat", "extensions/GUI/CCControlExtension/CCControlStepper.h", 88, 1], [["initWithMinusSpriteAndPlusSprite"], "initWithMinusSpriteAndPlusSprite(minusSprite, plusSprite)", "extensions/GUI/CCControlExtension/CCControlStepper.h", 65, 1], [["getValue"], "getValue", "extensions/GUI/CCControlExtension/CCControlStepper.h", 72, 1], [["create", "ControlStepper:create"], "ControlStepper:create(minusSprite, plusSprite)", "extensions/GUI/CCControlExtension/CCControlStepper.h", 54, 1], [["ControlSwitch"], "ControlSwitch", "extensions/GUI/CCControlExtension/CCControlSwitch.h", 49, 1], [["setEnabled"], "setEnabled(enabled)", "extensions/GUI/CCControlExtension/CCControlSwitch.h", 83, 1], [["setOn"], "setOn(isOn)", "extensions/GUI/CCControlExtension/CCControlSwitch.h", 80, 1], [["isOn"], "isOn()", "extensions/GUI/CCControlExtension/CCControlSwitch.h", 81, 1], [["initWithMaskSprite"], "initWithMaskSprite(maskSprite, onSprite, offSprite, thumbSprite, onLabel, offLabel)", "extensions/GUI/CCControlExtension/CCControlSwitch.h", 69, 1], [["hasMoved"], "hasMoved", "extensions/GUI/CCControlExtension/CCControlSwitch.h", 82, 1], [["locationFromTouch"], "locationFromTouch(touch)", "extensions/GUI/CCControlExtension/CCControlSwitch.h", 85, 1], [["create", "ControlSwitch:create"], "ControlSwitch:create(maskSprite, onSprite, offSprite, thumbSprite)", "extensions/GUI/CCControlExtension/CCControlSwitch.h", 55, 1], [["ScrollView"], "ScrollView", "extensions/GUI/CCScrollView/CCScrollView.h", 69, 1], [["isClippingToBounds"], "isClippingToBounds", "extensions/GUI/CCScrollView/CCScrollView.h", 234, 1], [["setContainer"], "setContainer(pContainer)", "extensions/GUI/CCScrollView/CCScrollView.h", 208, 1], [["onTouchEnded"], "onTouchEnded(touch, event)", "extensions/GUI/CCScrollView/CCScrollView.h", 239, 1], [["setContentOffsetInDuration"], "setContentOffsetInDuration(offset, dt)", "extensions/GUI/CCScrollView/CCScrollView.h", 129, 1], [["setZoomScaleInDuration"], "setZoomScaleInDuration(s, dt)", "extensions/GUI/CCScrollView/CCScrollView.h", 148, 1], [["updateTweenAction"], "updateTweenAction(value, key)", "extensions/GUI/CCScrollView/CCScrollView.h", 258, 1], [["setMaxScale"], "setMaxScale(maxScale)", "extensions/GUI/CCScrollView/CCScrollView.h", 163, 1], [["hasVisibleParents"], "hasVisibleParents", "extensions/GUI/CCScrollView/CCScrollView.h", 260, 1], [["getDirection"], "getDirection", "extensions/GUI/CCScrollView/CCScrollView.h", 213, 1], [["setMinScale"], "setMinScale(minScale)", "extensions/GUI/CCScrollView/CCScrollView.h", 155, 1], [["getZoomScale"], "getZoomScale", "extensions/GUI/CCScrollView/CCScrollView.h", 140, 1], [["updateInset"], "updateInset", "extensions/GUI/CCScrollView/CCScrollView.h", 229, 1], [["initWithViewSize"], "initWithViewSize(size, container)", "extensions/GUI/CCScrollView/CCScrollView.h", 112, 1], [["pause"], "pause(sender)", "extensions/GUI/CCScrollView/CCScrollView.h", 185, 1], [["setDirection"], "setDirection(eDirection)", "extensions/GUI/CCScrollView/CCScrollView.h", 214, 1], [["init"], "init", "extensions/GUI/CCScrollView/CCScrollView.h", 104, 1], [["setContentOffset"], "setContentOffset(offset, animated)", "extensions/GUI/CCScrollView/CCScrollView.h", 120, 1], [["isDragging"], "isDragging", "extensions/GUI/CCScrollView/CCScrollView.h", 194, 1], [["isTouchEnabled"], "isTouchEnabled", "extensions/GUI/CCScrollView/CCScrollView.h", 193, 1], [["isBounceable"], "isBounceable", "extensions/GUI/CCScrollView/CCScrollView.h", 196, 1], [["setTouchEnabled"], "setTouchEnabled(enabled)", "extensions/GUI/CCScrollView/CCScrollView.h", 192, 1], [["onTouchMoved"], "onTouchMoved(touch, event)", "extensions/GUI/CCScrollView/CCScrollView.h", 238, 1], [["getContentOffset"], "getContentOffset", "extensions/GUI/CCScrollView/CCScrollView.h", 121, 1], [["resume"], "resume(sender)", "extensions/GUI/CCScrollView/CCScrollView.h", 190, 1], [["setClippingToBounds"], "setClippingToBounds(bClippingToBounds)", "extensions/GUI/CCScrollView/CCScrollView.h", 235, 1], [["setViewSize"], "setViewSize(size)", "extensions/GUI/CCScrollView/CCScrollView.h", 205, 1], [["onTouchCancelled"], "onTouchCancelled(touch, event)", "extensions/GUI/CCScrollView/CCScrollView.h", 240, 1], [["getViewSize"], "getViewSize", "extensions/GUI/CCScrollView/CCScrollView.h", 204, 1], [["maxContainerOffset"], "maxContainerOffset", "extensions/GUI/CCScrollView/CCScrollView.h", 174, 1], [["setBounceable"], "setBounceable(bBounceable)", "extensions/GUI/CCScrollView/CCScrollView.h", 197, 1], [["onTouchBegan"], "onTouchBegan(touch, event)", "extensions/GUI/CCScrollView/CCScrollView.h", 237, 1], [["isTouchMoved"], "isTouchMoved", "extensions/GUI/CCScrollView/CCScrollView.h", 195, 1], [["isNodeVisible"], "isNodeVisible(node)", "extensions/GUI/CCScrollView/CCScrollView.h", 180, 1], [["minContainerOffset"], "minContainerOffset", "extensions/GUI/CCScrollView/CCScrollView.h", 170, 1], [["setZoomScale"], "setZoomScale(s, animated)", "extensions/GUI/CCScrollView/CCScrollView.h", 138, 1], [["create", "ScrollView:create"], "ScrollView:create", "extensions/GUI/CCScrollView/CCScrollView.h", 93, 1], [["TableViewCell"], "TableViewCell", "extensions/GUI/CCScrollView/CCTableViewCell.h", 38, 1], [["reset"], "reset", "extensions/GUI/CCScrollView/CCTableViewCell.h", 52, 1], [["getIdx"], "getIdx", "extensions/GUI/CCScrollView/CCTableViewCell.h", 47, 1], [["setIdx"], "setIdx(uIdx)", "extensions/GUI/CCScrollView/CCTableViewCell.h", 48, 1], [["TableView"], "TableView", "extensions/GUI/CCScrollView/CCTableView.h", 143, 1], [["updateCellAtIndex"], "updateCellAtIndex(idx)", "extensions/GUI/CCScrollView/CCTableView.h", 236, 1], [["setVerticalFillOrder"], "setVerticalFillOrder(order)", "extensions/GUI/CCScrollView/CCTableView.h", 228, 1], [["scrollViewDidZoom"], "scrollViewDidZoom(view)", "extensions/GUI/CCScrollView/CCTableView.h", 270, 1], [["_updateContentSize"], "_updateContentSize", "extensions/GUI/CCScrollView/CCTableView.h", 327, 1], [["getVerticalFillOrder"], "getVerticalFillOrder", "extensions/GUI/CCScrollView/CCTableView.h", 229, 1], [["removeCellAtIndex"], "removeCellAtIndex(idx)", "extensions/GUI/CCScrollView/CCTableView.h", 248, 1], [["initWithViewSize"], "initWithViewSize(size, container)", "extensions/GUI/CCScrollView/CCTableView.h", 195, 1], [["scrollViewDidScroll"], "scrollViewDidScroll(view)", "extensions/GUI/CCScrollView/CCTableView.h", 269, 1], [["reloadData"], "reloadData", "extensions/GUI/CCScrollView/CCTableView.h", 252, 1], [["insertCellAtIndex"], "insertCellAtIndex(idx)", "extensions/GUI/CCScrollView/CCTableView.h", 242, 1], [["PhysicsShape"], "PhysicsShape", "cocos/physics/CCPhysicsShape.h", 65, 1], [["getFriction"], "getFriction", "cocos/physics/CCPhysicsShape.h", 102, 1], [["setGroup"], "setGroup(group)", "cocos/physics/CCPhysicsShape.h", 148, 1], [["setDensity"], "setDensity(density)", "cocos/physics/CCPhysicsShape.h", 99, 1], [["getMass"], "getMass", "cocos/physics/CCPhysicsShape.h", 95, 1], [["getCollisionBitmask"], "getCollisionBitmask", "cocos/physics/CCPhysicsShape.h", 141, 1], [["getArea"], "getArea", "cocos/physics/CCPhysicsShape.h", 86, 1], [["setCategoryBitmask"], "setCategoryBitmask(bitmask)", "cocos/physics/CCPhysicsShape.h", 126, 1], [["getGroup"], "getGroup", "cocos/physics/CCPhysicsShape.h", 149, 1], [["setMoment"], "setMoment(moment)", "cocos/physics/CCPhysicsShape.h", 90, 1], [["containsPoint"], "containsPoint(point)", "cocos/physics/CCPhysicsShape.h", 114, 1], [["getCategoryBitmask"], "getCategoryBitmask", "cocos/physics/CCPhysicsShape.h", 127, 1], [["getType"], "getType", "cocos/physics/CCPhysicsShape.h", 84, 1], [["getContactTestBitmask"], "getContactTestBitmask", "cocos/physics/CCPhysicsShape.h", 134, 1], [["getCenter"], "getCenter(getOffset)", "cocos/physics/CCPhysicsShape.h", 112, 1], [["getDensity"], "getDensity", "cocos/physics/CCPhysicsShape.h", 98, 1], [["setMass"], "setMass(mass)", "cocos/physics/CCPhysicsShape.h", 97, 1], [["getTag"], "getTag", "cocos/physics/CCPhysicsShape.h", 92, 1], [["calculateDefaultMoment"], "calculateDefaultMoment", "cocos/physics/CCPhysicsShape.h", 108, 1], [["setCollisionBitmask"], "setCollisionBitmask(bitmask)", "cocos/physics/CCPhysicsShape.h", 140, 1], [["getMoment"], "getMoment", "cocos/physics/CCPhysicsShape.h", 88, 1], [["getOffset"], "getOffset", "cocos/physics/CCPhysicsShape.h", 110, 1], [["getRestitution"], "getRestitution", "cocos/physics/CCPhysicsShape.h", 100, 1], [["setFriction"], "setFriction(friction)", "cocos/physics/CCPhysicsShape.h", 103, 1], [["setMaterial"], "setMaterial(material)", "cocos/physics/CCPhysicsShape.h", 105, 1], [["setTag"], "setTag(tag)", "cocos/physics/CCPhysicsShape.h", 91, 1], [["setContactTestBitmask"], "setContactTestBitmask(bitmask)", "cocos/physics/CCPhysicsShape.h", 133, 1], [["setRestitution"], "setRestitution(restitution)", "cocos/physics/CCPhysicsShape.h", 101, 1], [["getBody"], "getBody", "cocos/physics/CCPhysicsShape.h", 82, 1], [["PhysicsShapeCircle"], "PhysicsShapeCircle", "cocos/physics/CCPhysicsShape.h", 200, 1], [["getRadius"], "getRadius", "cocos/physics/CCPhysicsShape.h", 209, 1], [["create", "PhysicsShapeCircle:create"], "PhysicsShapeCircle:create(radius, material, offset)", "cocos/physics/CCPhysicsShape.h", 203, 1], [["calculateArea"], "calculateArea", "cocos/physics/CCPhysicsShape.h", 214, 1], [["calculateMoment", "PhysicsShapeCircle:calculateMoment"], "PhysicsShapeCircle:calculateMoment(mass, radius, offset)", "cocos/physics/CCPhysicsShape.h", 205, 1], [["PhysicsShapePolygon"], "PhysicsShapePolygon", "cocos/physics/CCPhysicsShape.h", 227, 1], [["getPointsCount"], "getPointsCount", "cocos/physics/CCPhysicsShape.h", 238, 1], [["getPoint"], "getPoint(i)", "cocos/physics/CCPhysicsShape.h", 236, 1], [["PhysicsShapeBox"], "PhysicsShapeBox", "cocos/physics/CCPhysicsShape.h", 251, 1], [["getSize"], "getSize", "cocos/physics/CCPhysicsShape.h", 256, 1], [["create", "PhysicsShapeBox:create"], "PhysicsShapeBox:create(size, material, offset)", "cocos/physics/CCPhysicsShape.h", 254, 1], [["PhysicsShapeEdgeSegment"], "PhysicsShapeEdgeSegment", "cocos/physics/CCPhysicsShape.h", 268, 1], [["getPointB"], "getPointB", "cocos/physics/CCPhysicsShape.h", 274, 1], [["getPointA"], "getPointA", "cocos/physics/CCPhysicsShape.h", 273, 1], [["create", "PhysicsShapeEdgeSegment:create"], "PhysicsShapeEdgeSegment:create(a, b, material, border)", "cocos/physics/CCPhysicsShape.h", 271, 1], [["PhysicsShapeEdgePolygon"], "PhysicsShapeEdgePolygon", "cocos/physics/CCPhysicsShape.h", 289, 1], [["getPointsCount"], "getPointsCount", "cocos/physics/CCPhysicsShape.h", 295, 1], [["PhysicsShapeEdgeBox"], "PhysicsShapeEdgeBox", "cocos/physics/CCPhysicsShape.h", 309, 1], [["create", "PhysicsShapeEdgeBox:create"], "PhysicsShapeEdgeBox:create(size, material, border, offset)", "cocos/physics/CCPhysicsShape.h", 312, 1], [["PhysicsShapeEdgeChain"], "PhysicsShapeEdgeChain", "cocos/physics/CCPhysicsShape.h", 326, 1], [["getPointsCount"], "getPointsCount", "cocos/physics/CCPhysicsShape.h", 332, 1], [["PhysicsBody"], "PhysicsBody", "cocos/physics/CCPhysicsBody.h", 56, 1], [["isGravityEnabled"], "isGravityEnabled", "cocos/physics/CCPhysicsBody.h", 286, 1], [["resetForces"], "resetForces", "cocos/physics/CCPhysicsBody.h", 116, 1], [["getVelocityLimit"], "getVelocityLimit", "cocos/physics/CCPhysicsBody.h", 139, 1], [["setGroup"], "setGroup(group)", "cocos/physics/CCPhysicsBody.h", 186, 1], [["getMass"], "getMass", "cocos/physics/CCPhysicsBody.h", 221, 1], [["getCollisionBitmask"], "getCollisionBitmask", "cocos/physics/CCPhysicsBody.h", 179, 1], [["getRotationOffset"], "getRotationOffset", "cocos/physics/CCPhysicsBody.h", 202, 1], [["getRotation"], "getRotation", "cocos/physics/CCPhysicsBody.h", 193, 1], [["getMoment"], "getMoment", "cocos/physics/CCPhysicsBody.h", 238, 1], [["applyImpulse"], "applyImpulse(impulse, offset)", "cocos/physics/CCPhysicsBody.h", 120, 1], [["setRotationOffset"], "setRotationOffset(rotation)", "cocos/physics/CCPhysicsBody.h", 200, 1], [["applyForce"], "applyForce(force, offset)", "cocos/physics/CCPhysicsBody.h", 114, 1], [["addShape"], "addShape(shape, addMassAndMoment)", "cocos/physics/CCPhysicsBody.h", 89, 1], [["applyTorque"], "applyTorque(torque)", "cocos/physics/CCPhysicsBody.h", 122, 1], [["getAngularVelocityLimit"], "getAngularVelocityLimit", "cocos/physics/CCPhysicsBody.h", 143, 1], [["setAngularVelocityLimit"], "setAngularVelocityLimit(limit)", "cocos/physics/CCPhysicsBody.h", 141, 1], [["getVelocity"], "getVelocity", "cocos/physics/CCPhysicsBody.h", 127, 1], [["getLinearDamping"], "getLinearDamping", "cocos/physics/CCPhysicsBody.h", 249, 1], [["removeAllShapes"], "removeAllShapes(reduceMassAndMoment)", "cocos/physics/CCPhysicsBody.h", 103, 1], [["setAngularDamping"], "setAngularDamping(_angularDamping)", "cocos/physics/CCPhysicsBody.h", 263, 1], [["setVelocityLimit"], "setVelocityLimit(limit)", "cocos/physics/CCPhysicsBody.h", 137, 1], [["setResting"], "setResting(rest)", "cocos/physics/CCPhysicsBody.h", 268, 1], [["getPositionOffset"], "getPositionOffset", "cocos/physics/CCPhysicsBody.h", 198, 1], [["setCategoryBitmask"], "setCategoryBitmask(bitmask)", "cocos/physics/CCPhysicsBody.h", 161, 1], [["getWorld"], "getWorld", "cocos/physics/CCPhysicsBody.h", 149, 1], [["getAngularVelocity"], "getAngularVelocity", "cocos/physics/CCPhysicsBody.h", 135, 1], [["getPosition"], "getPosition", "cocos/physics/CCPhysicsBody.h", 191, 1], [["setEnable"], "setEnable(enable)", "cocos/physics/CCPhysicsBody.h", 278, 1], [["setGravityEnable"], "setGravityEnable(enable)", "cocos/physics/CCPhysicsBody.h", 288, 1], [["getGroup"], "getGroup", "cocos/physics/CCPhysicsBody.h", 188, 1], [["setMoment"], "setMoment(moment)", "cocos/physics/CCPhysicsBody.h", 236, 1], [["getTag"], "getTag", "cocos/physics/CCPhysicsBody.h", 291, 1], [["local2World"], "local2World(point)", "cocos/physics/CCPhysicsBody.h", 298, 1], [["getCategoryBitmask"], "getCategoryBitmask", "cocos/physics/CCPhysicsBody.h", 175, 1], [["setDynamic"], "setDynamic(dynamic)", "cocos/physics/CCPhysicsBody.h", 213, 1], [["getFirstShape"], "getFirstShape(size)", "cocos/physics/CCPhysicsBody.h", 107, 1], [["getContactTestBitmask"], "getContactTestBitmask", "cocos/physics/CCPhysicsBody.h", 177, 1], [["setAngularVelocity"], "setAngularVelocity(velocity)", "cocos/physics/CCPhysicsBody.h", 129, 1], [["world2Local"], "world2Local(point)", "cocos/physics/CCPhysicsBody.h", 296, 1], [["isEnabled"], "isEnabled", "cocos/physics/CCPhysicsBody.h", 273, 1], [["removeShape"], "removeShape(tag, reduceMassAndMoment)", "cocos/physics/CCPhysicsBody.h", 101, 1], [["setMass"], "setMass(mass)", "cocos/physics/CCPhysicsBody.h", 219, 1], [["addMoment"], "addMoment(moment)", "cocos/physics/CCPhysicsBody.h", 247, 1], [["setVelocity"], "setVelocity(velocity)", "cocos/physics/CCPhysicsBody.h", 125, 1], [["setLinearDamping"], "setLinearDamping(_linearDamping)", "cocos/physics/CCPhysicsBody.h", 255, 1], [["setCollisionBitmask"], "setCollisionBitmask(bitmask)", "cocos/physics/CCPhysicsBody.h", 173, 1], [["setPositionOffset"], "setPositionOffset(position)", "cocos/physics/CCPhysicsBody.h", 196, 1], [["setRotationEnable"], "setRotationEnable(enable)", "cocos/physics/CCPhysicsBody.h", 283, 1], [["isRotationEnabled"], "isRotationEnabled", "cocos/physics/CCPhysicsBody.h", 281, 1], [["getAngularDamping"], "getAngularDamping", "cocos/physics/CCPhysicsBody.h", 257, 1], [["getVelocityAtLocalPoint"], "getVelocityAtLocalPoint(point)", "cocos/physics/CCPhysicsBody.h", 131, 1], [["isResting"], "isResting", "cocos/physics/CCPhysicsBody.h", 266, 1], [["addMass"], "addMass(mass)", "cocos/physics/CCPhysicsBody.h", 230, 1], [["getShape"], "getShape(tag)", "cocos/physics/CCPhysicsBody.h", 109, 1], [["setTag"], "setTag(tag)", "cocos/physics/CCPhysicsBody.h", 293, 1], [["getVelocityAtWorldPoint"], "getVelocityAtWorldPoint(point)", "cocos/physics/CCPhysicsBody.h", 133, 1], [["setContactTestBitmask"], "setContactTestBitmask(bitmask)", "cocos/physics/CCPhysicsBody.h", 167, 1], [["removeFromWorld"], "removeFromWorld", "cocos/physics/CCPhysicsBody.h", 146, 1], [["isDynamic"], "isDynamic", "cocos/physics/CCPhysicsBody.h", 208, 1], [["getNode"], "getNode", "cocos/physics/CCPhysicsBody.h", 154, 1], [["createBox", "PhysicsBody:createBox"], "PhysicsBody:createBox(size, material, offset)", "cocos/physics/CCPhysicsBody.h", 68, 1], [["createEdgeSegment", "PhysicsBody:createEdgeSegment"], "PhysicsBody:createEdgeSegment(a, b, material, border)", "cocos/physics/CCPhysicsBody.h", 76, 1], [["create", "PhysicsBody:create"], "PhysicsBody:create(mass, moment)", "cocos/physics/CCPhysicsBody.h", 64, 1], [["createEdgeBox", "PhysicsBody:createEdgeBox"], "PhysicsBody:createEdgeBox(size, material, border, offset)", "cocos/physics/CCPhysicsBody.h", 78, 1], [["createCircle", "PhysicsBody:createCircle"], "PhysicsBody:createCircle(radius, material, offset)", "cocos/physics/CCPhysicsBody.h", 66, 1], [["PhysicsContact"], "PhysicsContact", "cocos/physics/CCPhysicsContact.h", 62, 1], [["getEventCode"], "getEventCode", "cocos/physics/CCPhysicsContact.h", 90, 1], [["getShapeA"], "getShapeA", "cocos/physics/CCPhysicsContact.h", 76, 1], [["getShapeB"], "getShapeB", "cocos/physics/CCPhysicsContact.h", 78, 1], [["PhysicsContactPreSolve"], "PhysicsContactPreSolve", "cocos/physics/CCPhysicsContact.h", 132, 1], [["getFriction"], "getFriction", "cocos/physics/CCPhysicsContact.h", 138, 1], [["getRestitution"], "getRestitution", "cocos/physics/CCPhysicsContact.h", 136, 1], [["setFriction"], "setFriction(friction)", "cocos/physics/CCPhysicsContact.h", 144, 1], [["ignore"], "ignore", "cocos/physics/CCPhysicsContact.h", 148, 1], [["getSurfaceVelocity"], "getSurfaceVelocity", "cocos/physics/CCPhysicsContact.h", 140, 1], [["setSurfaceVelocity"], "setSurfaceVelocity(velocity)", "cocos/physics/CCPhysicsContact.h", 146, 1], [["setRestitution"], "setRestitution(restitution)", "cocos/physics/CCPhysicsContact.h", 142, 1], [["PhysicsContactPostSolve"], "PhysicsContactPostSolve", "cocos/physics/CCPhysicsContact.h", 163, 1], [["getFriction"], "getFriction", "cocos/physics/CCPhysicsContact.h", 169, 1], [["getSurfaceVelocity"], "getSurfaceVelocity", "cocos/physics/CCPhysicsContact.h", 171, 1], [["getRestitution"], "getRestitution", "cocos/physics/CCPhysicsContact.h", 167, 1], [["EventListenerPhysicsContact"], "EventListenerPhysicsContact", "cocos/physics/CCPhysicsContact.h", 184, 1], [["create", "EventListenerPhysicsContact:create"], "EventListenerPhysicsContact:create", "cocos/physics/CCPhysicsContact.h", 188, 1], [["EventListenerPhysicsContactWithBodies"], "EventListenerPhysicsContactWithBodies", "cocos/physics/CCPhysicsContact.h", 230, 1], [["hitTest"], "hitTest(shapeA, shapeB)", "cocos/physics/CCPhysicsContact.h", 235, 1], [["create", "EventListenerPhysicsContactWithBodies:create"], "EventListenerPhysicsContactWithBodies:create(bodyA, bodyB)", "cocos/physics/CCPhysicsContact.h", 233, 1], [["EventListenerPhysicsContactWithShapes"], "EventListenerPhysicsContactWithShapes", "cocos/physics/CCPhysicsContact.h", 248, 1], [["hitTest"], "hitTest(shapeA, shapeB)", "cocos/physics/CCPhysicsContact.h", 253, 1], [["create", "EventListenerPhysicsContactWithShapes:create"], "EventListenerPhysicsContactWithShapes:create(shapeA, shapeB)", "cocos/physics/CCPhysicsContact.h", 251, 1], [["EventListenerPhysicsContactWithGroup"], "EventListenerPhysicsContactWithGroup", "cocos/physics/CCPhysicsContact.h", 266, 1], [["hitTest"], "hitTest(shapeA, shapeB)", "cocos/physics/CCPhysicsContact.h", 271, 1], [["create", "EventListenerPhysicsContactWithGroup:create"], "EventListenerPhysicsContactWithGroup:create(group)", "cocos/physics/CCPhysicsContact.h", 269, 1], [["PhysicsJoint"], "PhysicsJoint", "cocos/physics/CCPhysicsJoint.h", 45, 1], [["getBodyA"], "getBodyA", "cocos/physics/CCPhysicsJoint.h", 52, 1], [["getBodyB"], "getBodyB", "cocos/physics/CCPhysicsJoint.h", 53, 1], [["getMaxForce"], "getMaxForce", "cocos/physics/CCPhysicsJoint.h", 71, 1], [["setMaxForce"], "setMaxForce(force)", "cocos/physics/CCPhysicsJoint.h", 69, 1], [["isEnabled"], "isEnabled", "cocos/physics/CCPhysicsJoint.h", 57, 1], [["setEnable"], "setEnable(enable)", "cocos/physics/CCPhysicsJoint.h", 59, 1], [["setCollisionEnable"], "setCollisionEnable(enable)", "cocos/physics/CCPhysicsJoint.h", 62, 1], [["getWorld"], "getWorld", "cocos/physics/CCPhysicsJoint.h", 54, 1], [["setTag"], "setTag(tag)", "cocos/physics/CCPhysicsJoint.h", 56, 1], [["removeFormWorld"], "removeFormWorld", "cocos/physics/CCPhysicsJoint.h", 64, 1], [["isCollisionEnabled"], "isCollisionEnabled", "cocos/physics/CCPhysicsJoint.h", 60, 1], [["getTag"], "getTag", "cocos/physics/CCPhysicsJoint.h", 55, 1], [["destroy", "PhysicsJoint:destroy"], "PhysicsJoint:destroy(joint)", "cocos/physics/CCPhysicsJoint.h", 66, 1], [["PhysicsJointFixed"], "PhysicsJointFixed", "cocos/physics/CCPhysicsJoint.h", 100, 1], [["construct", "PhysicsJointFixed:construct"], "PhysicsJointFixed:construct(a, b, anchr)", "cocos/physics/CCPhysicsJoint.h", 103, 1], [["PhysicsJointLimit"], "PhysicsJointLimit", "cocos/physics/CCPhysicsJoint.h", 116, 1], [["setAnchr2"], "setAnchr2(anchr2)", "cocos/physics/CCPhysicsJoint.h", 125, 1], [["setAnchr1"], "setAnchr1(anchr1)", "cocos/physics/CCPhysicsJoint.h", 123, 1], [["setMax"], "setMax(max)", "cocos/physics/CCPhysicsJoint.h", 129, 1], [["getAnchr2"], "getAnchr2", "cocos/physics/CCPhysicsJoint.h", 124, 1], [["getAnchr1"], "getAnchr1", "cocos/physics/CCPhysicsJoint.h", 122, 1], [["getMin"], "getMin", "cocos/physics/CCPhysicsJoint.h", 126, 1], [["getMax"], "getMax", "cocos/physics/CCPhysicsJoint.h", 128, 1], [["setMin"], "setMin(min)", "cocos/physics/CCPhysicsJoint.h", 127, 1], [["construct", "PhysicsJointLimit:construct"], "PhysicsJointLimit:construct(a, b, anchr1, anchr2, min, max)", "cocos/physics/CCPhysicsJoint.h", 120, 1], [["PhysicsJointPin"], "PhysicsJointPin", "cocos/physics/CCPhysicsJoint.h", 142, 1], [["construct", "PhysicsJointPin:construct"], "PhysicsJointPin:construct(a, b, anchr)", "cocos/physics/CCPhysicsJoint.h", 145, 1], [["PhysicsJointDistance"], "PhysicsJointDistance", "cocos/physics/CCPhysicsJoint.h", 156, 1], [["setDistance"], "setDistance(distance)", "cocos/physics/CCPhysicsJoint.h", 162, 1], [["getDistance"], "getDistance", "cocos/physics/CCPhysicsJoint.h", 161, 1], [["construct", "PhysicsJointDistance:construct"], "PhysicsJointDistance:construct(a, b, anchr1, anchr2)", "cocos/physics/CCPhysicsJoint.h", 159, 1], [["PhysicsJointSpring"], "PhysicsJointSpring", "cocos/physics/CCPhysicsJoint.h", 173, 1], [["setAnchr2"], "setAnchr2(anchr2)", "cocos/physics/CCPhysicsJoint.h", 180, 1], [["setAnchr1"], "setAnchr1(anchr1)", "cocos/physics/CCPhysicsJoint.h", 178, 1], [["getDamping"], "getDamping", "cocos/physics/CCPhysicsJoint.h", 185, 1], [["setStiffness"], "setStiffness(stiffness)", "cocos/physics/CCPhysicsJoint.h", 184, 1], [["getRestLength"], "getRestLength", "cocos/physics/CCPhysicsJoint.h", 181, 1], [["getAnchr2"], "getAnchr2", "cocos/physics/CCPhysicsJoint.h", 179, 1], [["getAnchr1"], "getAnchr1", "cocos/physics/CCPhysicsJoint.h", 177, 1], [["getStiffness"], "getStiffness", "cocos/physics/CCPhysicsJoint.h", 183, 1], [["setRestLength"], "setRestLength(restLength)", "cocos/physics/CCPhysicsJoint.h", 182, 1], [["setDamping"], "setDamping(damping)", "cocos/physics/CCPhysicsJoint.h", 186, 1], [["construct", "PhysicsJointSpring:construct"], "PhysicsJointSpring:construct(a, b, anchr1, anchr2, stiffness, damping)", "cocos/physics/CCPhysicsJoint.h", 176, 1], [["PhysicsJointGroove"], "PhysicsJointGroove", "cocos/physics/CCPhysicsJoint.h", 197, 1], [["setAnchr2"], "setAnchr2(anchr2)", "cocos/physics/CCPhysicsJoint.h", 207, 1], [["setGrooveA"], "setGrooveA(grooveA)", "cocos/physics/CCPhysicsJoint.h", 203, 1], [["setGrooveB"], "setGrooveB(grooveB)", "cocos/physics/CCPhysicsJoint.h", 205, 1], [["getGrooveA"], "getGrooveA", "cocos/physics/CCPhysicsJoint.h", 202, 1], [["getGrooveB"], "getGrooveB", "cocos/physics/CCPhysicsJoint.h", 204, 1], [["getAnchr2"], "getAnchr2", "cocos/physics/CCPhysicsJoint.h", 206, 1], [["construct", "PhysicsJointGroove:construct"], "PhysicsJointGroove:construct(a, b, grooveA, grooveB, anchr2)", "cocos/physics/CCPhysicsJoint.h", 200, 1], [["PhysicsJointRotarySpring"], "PhysicsJointRotarySpring", "cocos/physics/CCPhysicsJoint.h", 218, 1], [["getDamping"], "getDamping", "cocos/physics/CCPhysicsJoint.h", 227, 1], [["setRestAngle"], "setRestAngle(restAngle)", "cocos/physics/CCPhysicsJoint.h", 224, 1], [["getStiffness"], "getStiffness", "cocos/physics/CCPhysicsJoint.h", 225, 1], [["setStiffness"], "setStiffness(stiffness)", "cocos/physics/CCPhysicsJoint.h", 226, 1], [["setDamping"], "setDamping(damping)", "cocos/physics/CCPhysicsJoint.h", 228, 1], [["getRestAngle"], "getRestAngle", "cocos/physics/CCPhysicsJoint.h", 223, 1], [["construct", "PhysicsJointRotarySpring:construct"], "PhysicsJointRotarySpring:construct(a, b, stiffness, damping)", "cocos/physics/CCPhysicsJoint.h", 221, 1], [["PhysicsJointRotaryLimit"], "PhysicsJointRotaryLimit", "cocos/physics/CCPhysicsJoint.h", 239, 1], [["getMax"], "getMax", "cocos/physics/CCPhysicsJoint.h", 247, 1], [["setMin"], "setMin(min)", "cocos/physics/CCPhysicsJoint.h", 246, 1], [["setMax"], "setMax(max)", "cocos/physics/CCPhysicsJoint.h", 248, 1], [["getMin"], "getMin", "cocos/physics/CCPhysicsJoint.h", 245, 1], [["construct", "PhysicsJointRotaryLimit:construct"], "PhysicsJointRotaryLimit:construct(a, b)", "cocos/physics/CCPhysicsJoint.h", 243, 1], [["PhysicsJointRatchet"], "PhysicsJointRatchet", "cocos/physics/CCPhysicsJoint.h", 259, 1], [["getAngle"], "getAngle", "cocos/physics/CCPhysicsJoint.h", 264, 1], [["setAngle"], "setAngle(angle)", "cocos/physics/CCPhysicsJoint.h", 265, 1], [["setPhase"], "setPhase(phase)", "cocos/physics/CCPhysicsJoint.h", 267, 1], [["getPhase"], "getPhase", "cocos/physics/CCPhysicsJoint.h", 266, 1], [["setRatchet"], "setRatchet(ratchet)", "cocos/physics/CCPhysicsJoint.h", 269, 1], [["getRatchet"], "getRatchet", "cocos/physics/CCPhysicsJoint.h", 268, 1], [["construct", "PhysicsJointRatchet:construct"], "PhysicsJointRatchet:construct(a, b, phase, ratchet)", "cocos/physics/CCPhysicsJoint.h", 262, 1], [["PhysicsJointGear"], "PhysicsJointGear", "cocos/physics/CCPhysicsJoint.h", 280, 1], [["setRatio"], "setRatio(ratchet)", "cocos/physics/CCPhysicsJoint.h", 288, 1], [["getPhase"], "getPhase", "cocos/physics/CCPhysicsJoint.h", 285, 1], [["setPhase"], "setPhase(phase)", "cocos/physics/CCPhysicsJoint.h", 286, 1], [["getRatio"], "getRatio", "cocos/physics/CCPhysicsJoint.h", 287, 1], [["construct", "PhysicsJointGear:construct"], "PhysicsJointGear:construct(a, b, phase, ratio)", "cocos/physics/CCPhysicsJoint.h", 283, 1], [["PhysicsJointMotor"], "PhysicsJointMotor", "cocos/physics/CCPhysicsJoint.h", 299, 1], [["setRate"], "setRate(rate)", "cocos/physics/CCPhysicsJoint.h", 305, 1], [["getRate"], "getRate", "cocos/physics/CCPhysicsJoint.h", 304, 1], [["construct", "PhysicsJointMotor:construct"], "PhysicsJointMotor:construct(a, b, rate)", "cocos/physics/CCPhysicsJoint.h", 302, 1], [["PhysicsWorld"], "PhysicsWorld", "cocos/physics/CCPhysicsWorld.h", 83, 1], [["setGravity"], "setGravity(gravity)", "cocos/physics/CCPhysicsWorld.h", 127, 1], [["getDebugDrawMask"], "getDebugDrawMask", "cocos/physics/CCPhysicsWorld.h", 156, 1], [["setSubsteps"], "setSubsteps(steps)", "cocos/physics/CCPhysicsWorld.h", 149, 1], [["setAutoStep"], "setAutoStep(autoStep)", "cocos/physics/CCPhysicsWorld.h", 163, 1], [["addJoint"], "addJoint(joint)", "cocos/physics/CCPhysicsWorld.h", 94, 1], [["removeAllJoints"], "removeAllJoints(destroy)", "cocos/physics/CCPhysicsWorld.h", 98, 1], [["isAutoStep"], "isAutoStep", "cocos/physics/CCPhysicsWorld.h", 165, 1], [["removeBody"], "removeBody(tag)", "cocos/physics/CCPhysicsWorld.h", 103, 1], [["removeJoint"], "removeJoint(joint, destroy)", "cocos/physics/CCPhysicsWorld.h", 96, 1], [["getShapes"], "getShapes(point)", "cocos/physics/CCPhysicsWorld.h", 114, 1], [["step"], "step(delta)", "cocos/physics/CCPhysicsWorld.h", 170, 1], [["setDebugDrawMask"], "setDebugDrawMask(mask)", "cocos/physics/CCPhysicsWorld.h", 154, 1], [["getGravity"], "getGravity", "cocos/physics/CCPhysicsWorld.h", 125, 1], [["setUpdateRate"], "setUpdateRate(if)", "cocos/physics/CCPhysicsWorld.h", 141, 1], [["getSubsteps"], "getSubsteps", "cocos/physics/CCPhysicsWorld.h", 151, 1], [["getSpeed"], "getSpeed", "cocos/physics/CCPhysicsWorld.h", 134, 1], [["getUpdateRate"], "getUpdateRate", "cocos/physics/CCPhysicsWorld.h", 143, 1], [["removeAllBodies"], "removeAllBodies", "cocos/physics/CCPhysicsWorld.h", 105, 1], [["setSpeed"], "setSpeed(if)", "cocos/physics/CCPhysicsWorld.h", 132, 1], [["getShape"], "getShape(point)", "cocos/physics/CCPhysicsWorld.h", 116, 1], [["getBody"], "getBody(tag)", "cocos/physics/CCPhysicsWorld.h", 120, 1], [["PhysicsDebugDraw"], "PhysicsDebugDraw", "cocos/physics/CCPhysicsWorld.h", 238, 1], [["SkeletonRenderer"], "SkeletonRenderer", "cocos/editor-support/spine/SkeletonRenderer.h", 42, 1], [["setTimeScale"], "setTimeScale(scale)", "cocos/editor-support/spine/SkeletonRenderer.h", 55, 1], [["isOpacityModifyRGB"], "isOpacityModifyRGB", "cocos/editor-support/spine/SkeletonRenderer.h", 90, 1], [["setDebugSlotsEnabled"], "setDebugSlotsEnabled(enabled)", "cocos/editor-support/spine/SkeletonRenderer.h", 58, 1], [["getDebugSlotsEnabled"], "getDebugSlotsEnabled", "cocos/editor-support/spine/SkeletonRenderer.h", 59, 1], [["setBonesToSetupPose"], "setBonesToSetupPose", "cocos/editor-support/spine/SkeletonRenderer.h", 68, 1], [["setSlotsToSetupPose"], "setSlotsToSetupPose", "cocos/editor-support/spine/SkeletonRenderer.h", 69, 1], [["setSkin"], "setSkin(skinName)", "cocos/editor-support/spine/SkeletonRenderer.h", 79, 1], [["setToSetupPose"], "setToSetupPose", "cocos/editor-support/spine/SkeletonRenderer.h", 67, 1], [["setOpacityModifyRGB"], "setOpacityModifyRGB(value)", "cocos/editor-support/spine/SkeletonRenderer.h", 89, 1], [["setDebugBonesEnabled"], "setDebugBonesEnabled(enabled)", "cocos/editor-support/spine/SkeletonRenderer.h", 61, 1], [["getSkeleton"], "getSkeleton", "cocos/editor-support/spine/SkeletonRenderer.h", 53, 1], [["getDebugBonesEnabled"], "getDebugBonesEnabled", "cocos/editor-support/spine/SkeletonRenderer.h", 62, 1], [["getTimeScale"], "getTimeScale", "cocos/editor-support/spine/SkeletonRenderer.h", 56, 1], [["createWithFile", "SkeletonRenderer:createWithFile"], "SkeletonRenderer:createWithFile(skeletonDataFile, atlasFile, scale)", "cocos/editor-support/spine/SkeletonRenderer.h", 46, 1], [["SkeletonAnimation"], "SkeletonAnimation", "cocos/editor-support/spine/SkeletonAnimation.h", 47, 1], [["setStartListener"], "setStartListener(listener)", "cocos/editor-support/spine/SkeletonAnimation.h", 64, 1], [["setTrackEventListener"], "setTrackEventListener(entry, listener)", "cocos/editor-support/spine/SkeletonAnimation.h", 72, 1], [["setTrackCompleteListener"], "setTrackCompleteListener(entry, listener)", "cocos/editor-support/spine/SkeletonAnimation.h", 71, 1], [["setTrackStartListener"], "setTrackStartListener(entry, listener)", "cocos/editor-support/spine/SkeletonAnimation.h", 69, 1], [["setCompleteListener"], "setCompleteListener(listener)", "cocos/editor-support/spine/SkeletonAnimation.h", 66, 1], [["setTrackEndListener"], "setTrackEndListener(entry, listener)", "cocos/editor-support/spine/SkeletonAnimation.h", 70, 1], [["setEventListener"], "setEventListener(listener)", "cocos/editor-support/spine/SkeletonAnimation.h", 67, 1], [["setMix"], "setMix(fromAnimation, toAnimation, duration)", "cocos/editor-support/spine/SkeletonAnimation.h", 56, 1], [["setEndListener"], "setEndListener(listener)", "cocos/editor-support/spine/SkeletonAnimation.h", 65, 1], [["clearTracks"], "clearTracks", "cocos/editor-support/spine/SkeletonAnimation.h", 61, 1], [["clearTrack"], "clearTrack(trackIndex)", "cocos/editor-support/spine/SkeletonAnimation.h", 62, 1], [["ScrollView"], "ScrollView", "extensions/GUI/CCScrollView/CCScrollView.h", 69, 1], [["getDirection"], "getDirection", "extensions/GUI/CCScrollView/CCScrollView.h", 213, 1], [["setDirection"], "setDirection(eDirection)", "extensions/GUI/CCScrollView/CCScrollView.h", 214, 1], [["create", "ScrollView:create"], "ScrollView:create", "extensions/GUI/CCScrollView/CCScrollView.h", 93, 1]]"""