Namespaces | |
| armature | |
Classes | |
| class | AssetsManager |
| class | AssetsManagerDelegateProtocol |
| class | CCBAnimationManagerDelegate |
| class | CCBAnimationManager |
| class | CCBSetSpriteFrame |
| class | CCBSoundEffect |
| class | CCBRotateTo |
| class | CCBRotateXTo |
| class | CCBRotateYTo |
| class | CCBEaseInstant |
| class | CCBFileLoader |
| class | CCBKeyframe |
| class | CCBMemberVariableAssigner |
| class | CCBFile |
| class | CCBReader |
| Parse CCBI file which is generated by CocosBuilder. More... | |
| class | CCBSelectorResolver |
| class | CCBScriptOwnerProtocol |
| class | CCBSequence |
| class | CCBSequenceProperty |
| class | Color3BWapper |
| class | CCBValue |
| class | ControlButtonLoader |
| class | ControlLoader |
| class | LabelBMFontLoader |
| class | LabelTTFLoader |
| class | LayerColorLoader |
| class | LayerGradientLoader |
| class | LayerLoader |
| class | MenuItemImageLoader |
| class | MenuItemLoader |
| class | MenuLoader |
| struct | BlockData |
| struct | BlockControlData |
| class | NodeLoader |
| class | NodeLoaderLibrary |
| class | NodeLoaderListener |
| class | ParticleSystemQuadLoader |
| class | Scale9SpriteLoader |
| class | ScrollViewLoader |
| class | SpriteLoader |
| class | ActionFrame |
| class | ActionMoveFrame |
| class | ActionScaleFrame |
| class | ActionRotationFrame |
| class | ActionFadeFrame |
| class | ActionTintFrame |
| class | ActionFrameEasing |
| class | ActionManagerEx |
| class | ActionNode |
| class | ActionObject |
| class | ComAttribute |
| class | ComAudio |
| class | ComController |
| class | ComRender |
| class | InputDelegate |
| class | UIRootWidget |
| class | UIWidget |
| class | GUIRenderer |
| class | Layout |
| class | RectClippingNode |
| class | LayoutParameter |
| class | LinearLayoutParameter |
| class | RelativeLayoutParameter |
| class | UIMargin |
| class | UIHelper |
| class | UIInputManager |
| class | UILayer |
| class | UIDragPanel |
| class | UIListView |
| class | UIPageView |
| class | UIScrollInterface |
| class | UIScrollView |
| class | UIButton |
| class | UICheckBox |
| class | UIImageView |
| class | UILabel |
| class | UICCLabelAtlas |
| class | UILabelAtlas |
| class | UILabelBMFont |
| class | UILoadingBar |
| class | UISlider |
| class | UICCTextField |
| class | UITextField |
| class | DictionaryHelper |
| class | CCSGUIReader |
| class | SceneReader |
| class | Control |
| class | ControlButton |
| for Cocos2D. More... | |
| class | ControlColourPicker |
| class | ControlHuePicker |
| class | ControlPotentiometer |
| for Cocos2D. More... | |
| class | ControlSaturationBrightnessPicker |
| class | ControlSlider |
| class | ControlStepper |
| class | ControlSwitch |
| for Cocos2D. More... | |
| struct | RGBA |
| struct | HSV |
| class | Color3bObject |
| class | ControlUtils |
| class | Invocation |
| class | Scale9Sprite |
| A 9-slice sprite for cocos2d. More... | |
| class | EditBoxDelegate |
| class | EditBox |
| Class for edit box. More... | |
| class | EditBoxImpl |
| class | EditBoxImplAndroid |
| class | EditBoxImplTizen |
| class | EditBoxImplWin |
| class | ScrollViewDelegate |
| class | ScrollView |
| ScrollView support for cocos2d-x. More... | |
| class | SortableObject |
| class | ArrayForObjectSorting |
| class | TableViewDelegate |
| Sole purpose of this delegate is to single touch event in this version. More... | |
| class | TableViewDataSource |
| Data source that governs table backend data. More... | |
| class | TableView |
| UITableView support for cocos2d-x. More... | |
| class | TableViewCell |
| Abstract class for SWTableView cell node. More... | |
| class | HttpClient |
| Singleton that handles asynchrounous http requests Once the request completed, a callback will issued in main thread when it provided during make request. More... | |
| class | HttpRequest |
| defines the object which users must packed for HttpClient::send(HttpRequest*) method. More... | |
| class | HttpResponse |
| defines the object which users will receive at onHttpCompleted(sender, HttpResponse) callback Please refer to samples/TestCpp/Classes/ExtensionTest/NetworkTest/HttpClientTest.cpp as a sample More... | |
| class | SocketIO |
| Singleton and wrapper class to provide static creation method as well as registry of all sockets. More... | |
| class | SIOClient |
| A single connection to a socket.io endpoint. More... | |
| class | WebSocket |
| class | PhysicsSprite |
| A Sprite subclass that is bound to a physics body. More... | |
| struct | Animation |
| struct | Timeline |
| struct | CurveTimeline |
| struct | ColorTimeline |
| struct | AttachmentTimeline |
| struct | AnimationState |
| struct | AnimationStateData |
| struct | AtlasPage |
| struct | AtlasRegion |
| struct | Atlas |
| struct | AtlasAttachmentLoader |
| struct | Attachment |
| struct | AttachmentLoader |
| struct | Bone |
| struct | BoneData |
| class | CCSkeleton |
| Draws a skeleton. More... | |
| class | CCSkeletonAnimation |
| Draws an animated skeleton, providing a simple API for applying one or more animations and queuing animations to be played later. More... | |
| struct | RegionAttachment |
| struct | Skeleton |
| struct | SkeletonData |
| struct | SkeletonJson |
| struct | Skin |
| struct | SlotData |
Typedefs | |
| typedef std::map< std::string, NodeLoader * > | NodeLoaderMap |
| typedef std::pair< std::string, NodeLoader * > | NodeLoaderMapEntry |
| typedef void(Object::* | SEL_TouchEvent )(Object *, TouchEventType) |
| typedef void(Object::* | SEL_DragPanelEvent )(Object *, DragPanelEventType) |
| dragpanel event More... | |
| typedef void(Object::* | SEL_ListViewEvent )(Object *, ListViewEventType) |
| list view event More... | |
| typedef void(Object::* | SEL_PageViewEvent )(Object *, PageViewEventType) |
| typedef void(Object::* | SEL_ScrollViewEvent )(Object *, ScrollviewEventType) |
| typedef void(CCObject::* | SEL_SelectedStateEvent )(Object *, CheckBoxEventType) |
| typedef void(CCObject::* | SEL_SlidPercentChangedEvent )(Object *, SliderEventType) |
| typedef void(Object::* | SEL_TextFieldEvent )(Object *, TextFiledEventType) |
| typedef void(Object::* | SEL_HttpResponse )(HttpClient *client, HttpResponse *response) |
| typedef std::function< void(SIOClient *, const std::string &)> | SIOEvent |
| typedef std::map< std::string, SIOEvent > | EventRegistry |
| typedef struct Timeline | Timeline |
| typedef struct BaseTimeline | TranslateTimeline |
| typedef struct BaseTimeline | ScaleTimeline |
| typedef struct AtlasPage | AtlasPage |
| typedef struct AtlasRegion | AtlasRegion |
| typedef struct Attachment | Attachment |
| typedef struct AttachmentLoader | AttachmentLoader |
| typedef struct Bone | Bone |
| typedef struct BoneData | BoneData |
| typedef struct RegionAttachment | RegionAttachment |
| typedef struct Skeleton | Skeleton |
Functions | |
| Point | (const Point &pt, CCBReader::PositionType type, const Size &containerSize, const char *propName) |
| var | ( var pt, var type, var containerSize, var propName) |
| local | ( local pt, local type, local containerSize, local propName) |
| void | (Node *node, float scaleX, float scaleY, CCBReader::ScaleType type, const char *propName) |
| local | ( local node, local scaleX, local scaleY, local type, local propName) |
| const char * | () |
| EditBoxImpl * | (EditBox *pEditBox) |
| local | ( local pEditBox) |
| Animation * | (const char *name, int timelineCount) |
| local | ( local name, local timelineCount) |
| void | (Animation *self) |
| void | (const Animation *self, struct Skeleton *skeleton, float time, intloop) |
| local | ( local self, local skeleton, local time, local intloop) |
| void | (const Animation *self, struct Skeleton *skeleton, float time, intloop, float alpha) |
| void | (Timeline *self) |
| void | (const Timeline *self, struct Skeleton *skeleton, float time, float alpha) |
| void | (CurveTimeline *self, int frameIndex) |
| void | (CurveTimeline *self, int frameIndex) |
| void | (CurveTimeline *self, int frameIndex, float cx1, float cy1, float cx2, float cy2) |
| local | ( local self, local frameIndex, local cx1, local cy1, local cx2, local cy2) |
| float | (const CurveTimeline *self, int frameIndex, float percent) |
| RotateTimeline * | (int frameCount) |
| void | (RotateTimeline *self, int frameIndex, float time, float angle) |
| var | ( var self, var frameIndex, var time, var angle) |
| local | ( local self, local frameIndex, local time, local angle) |
| TranslateTimeline * | (int frameCount) |
| void | (TranslateTimeline *self, int frameIndex, float time, float x, float y) |
| var | ( var self, var frameIndex, var time, var x, var y) |
| local | ( local self, local frameIndex, local time, local x, local y) |
| ScaleTimeline * | (int frameCount) |
| void | (ScaleTimeline *self, int frameIndex, float time, float x, float y) |
| var | ( var self, var frameIndex, var time, var x, var y) |
| local | ( local self, local frameIndex, local time, local x, local y) |
| ColorTimeline * | (int frameCount) |
| void | (ColorTimeline *self, int frameIndex, float time, float r, float g, float b, float a) |
| var | ( var self, var frameIndex, var time, var r, var g, var b, var a) |
| local | ( local self, local frameIndex, local time, local r, local g, local b, local a) |
| AttachmentTimeline * | (int frameCount) |
| void | (AttachmentTimeline *self, int frameIndex, float time, const char *attachmentName) |
| var | ( var self, var frameIndex, var time, var attachmentName) |
| local | ( local self, local frameIndex, local time, local attachmentName) |
| AnimationState * | (AnimationStateData *data) |
| void | (AnimationState *self) |
| void | (AnimationState *self, float delta) |
| void | (AnimationState *self, struct Skeleton *skeleton) |
| void | (AnimationState *self, const char *animationName, intloop) |
| void | (AnimationState *self, Animation *animation, intloop) |
| void | (AnimationState *self, const char *animationName, intloop, float delay) |
| void | (AnimationState *self, Animation *animation, intloop, float delay) |
| void | (AnimationState *self) |
| int | (AnimationState *self) |
| AnimationStateData * | (SkeletonData *skeletonData) |
| void | (AnimationStateData *self) |
| void | (AnimationStateData *self, const char *fromName, const char *toName, float duration) |
| var | ( var self, var fromName, var toName, var duration) |
| local | ( local self, local fromName, local toName, local duration) |
| void | (AnimationStateData *self, Animation *from, Animation *to, float duration) |
| local | ( local self, local from, local to, local duration) |
| float | (AnimationStateData *self, Animation *from, Animation *to) |
| AtlasPage * | (const char *name) |
| void | (AtlasPage *self) |
| AtlasRegion * | () |
| void | (AtlasRegion *self) |
| var | ( var self) |
| local | ( local self) |
| Atlas * | (const char *data, int length, const char *dir) |
| local | ( local data, local length, local dir) |
| Atlas * | (const char *path) |
| void | (Atlas *atlas) |
| AtlasRegion * | (const Atlas *self, const char *name) |
| local | ( local self, local name) |
| AtlasAttachmentLoader * | (Atlas *atlas) |
| void | (Attachment *self) |
| void | (AttachmentLoader *self) |
| Attachment * | (AttachmentLoader *self, Skin *skin, AttachmentType type, const char *name) |
| var | ( var self, var skin, var type, var name) |
| local | ( local self, local skin, local type, local name) |
| void | (intyDown) |
| var | ( var intyDown) |
| local | ( local intyDown) |
| Bone * | (BoneData *data, Bone *parent) |
| var | ( var data, var parent) |
| local | ( local data, local parent) |
| void | (Bone *self) |
| void | (Bone *self) |
| var | ( var self) |
| local | ( local self) |
| void | (Bone *self, intflipX, intflipY) |
| var | ( var self, var intflipX, var intflipY) |
| local | ( local self, local intflipX, local intflipY) |
| BoneData * | (const char *name, BoneData *parent) |
| void | (BoneData *self) |
| void | (AtlasPage *self, const char *path) |
| var | ( var self, var path) |
| local | ( local self, local path) |
| void | (AtlasPage *self) |
| char * | (const char *path, int *length) |
| void * | (size_t size) |
| void * | (size_t num, size_t size) |
| local | ( local num, local size) |
| void | (void *ptr) |
| void | (void *(*_malloc)(size_t size)) |
| local | () |
| void | (void(*_free)(void *ptr)) |
| char * | (const char *path, int *length) |
| void | (AttachmentLoader *self, void(*dispose)(AttachmentLoader *self), Attachment *(*newAttachment)(AttachmentLoader *self, Skin *skin, AttachmentType type, const char *name)) |
| var | ( var self, var self, var skin, var type) |
| local | ( local self, local self, local skin, local type) |
| void | (AttachmentLoader *self) |
| void | (AttachmentLoader *self, const char *error1, const char *error2) |
| local | ( local self, local error1, local error2) |
| void | (AttachmentLoader *self, AttachmentType type) |
| void | (Attachment *self, const char *name, AttachmentType type, void(*dispose)(Attachment *self)) |
| local | ( local self, local name, local type) |
| void | (Attachment *self) |
| void | (Timeline *self, void(*dispose)(Timeline *self), void(*apply)(const Timeline *self, Skeleton *skeleton, float time, float alpha)) |
| void | (Timeline *self) |
| void | (CurveTimeline *self, int frameCount, void(*dispose)(Timeline *self), void(*apply)(const Timeline *self, Skeleton *skeleton, float time, float alpha)) |
| void | (CurveTimeline *self) |
| Json * | (const char *value) |
| var | ( var value) |
| local | ( local value) |
| void | (Json *json) |
| var | ( var json) |
| local | ( local json) |
| int | (Json *json) |
| var | ( var json) |
| local | ( local json) |
| Json * | (Json *json, int item) |
| var | ( var json, var item) |
| local | ( local json, local item) |
| Json * | (Json *json, const char *string) |
| local | ( local json, local string) |
| const char * | (Json *json, const char *name, const char *defaultValue) |
| local | ( local json, local name, local defaultValue) |
| float | (Json *json, const char *name, float defaultValue) |
| local | ( local json, local name, local defaultValue) |
| int | (Json *json, const char *name, int defaultValue) |
| var | ( var json, var name, var defaultValue) |
| local | ( local json, local name, local defaultValue) |
| const char * | (void) |
| RegionAttachment * | (const char *name) |
| void | (RegionAttachment *self, float u, float v, float u2, float v2, introtate) |
| var | ( var self, var u, var v, var u2, var v2, var introtate) |
| local | ( local self, local u, local v, local u2, local v2, local introtate) |
| void | (RegionAttachment *self) |
| void | (RegionAttachment *self, float x, float y, Bone *bone, float *vertices) |
| var | ( var self, var x, var y, var bone, var vertices) |
| local | ( local self, local x, local y, local bone, local vertices) |
| Skeleton * | (SkeletonData *data) |
| void | (Skeleton *self) |
| void | (const Skeleton *self) |
| void | (const Skeleton *self) |
| void | (const Skeleton *self) |
| void | (const Skeleton *self) |
| Bone * | (const Skeleton *self, const char *boneName) |
| int | (const Skeleton *self, const char *boneName) |
| Slot * | (const Skeleton *self, const char *slotName) |
| int | (const Skeleton *self, const char *slotName) |
| void | (Skeleton *self, Skin *skin) |
| int | (Skeleton *self, const char *skinName) |
| Attachment * | (const Skeleton *self, const char *slotName, const char *attachmentName) |
| Attachment * | (const Skeleton *self, int slotIndex, const char *attachmentName) |
| int | (Skeleton *self, const char *slotName, const char *attachmentName) |
| void | (Skeleton *self, float deltaTime) |
| SkeletonData * | () |
| void | (SkeletonData *self) |
| var | ( var self) |
| local | ( local self) |
| BoneData * | (const SkeletonData *self, const char *boneName) |
| int | (const SkeletonData *self, const char *boneName) |
| SlotData * | (const SkeletonData *self, const char *slotName) |
| int | (const SkeletonData *self, const char *slotName) |
| Skin * | (const SkeletonData *self, const char *skinName) |
| Animation * | (const SkeletonData *self, const char *animationName) |
| SkeletonJson * | (AttachmentLoader *attachmentLoader) |
| SkeletonJson * | (Atlas *atlas) |
| void | (SkeletonJson *self) |
| SkeletonData * | (SkeletonJson *self, const char *json) |
| SkeletonData * | (SkeletonJson *self, const char *path) |
| Skin * | (const char *name) |
| void | (Skin *self) |
| var | ( var self) |
| local | ( local self) |
| void | (Skin *self, int slotIndex, const char *name, Attachment *attachment) |
| var | ( var self, var slotIndex, var name, var attachment) |
| local | ( local self, local slotIndex, local name, local attachment) |
| Attachment * | (const Skin *self, int slotIndex, const char *name) |
| local | ( local self, local slotIndex, local name) |
| const char * | (const Skin *self, int slotIndex, int attachmentIndex) |
| var | ( var self, var slotIndex, var attachmentIndex) |
| local | ( local self, local slotIndex, local attachmentIndex) |
| void | (const Skin *self, struct Skeleton *skeleton, const Skin *oldSkin) |
| Attach each attachment in this skin if the corresponding attachment in oldSkin is currently attached. More... | |
| Slot * | (SlotData *data, struct Skeleton *skeleton, Bone *bone) |
| var | ( var data, var skeleton, var bone) |
| local | ( local data, local skeleton, local bone) |
| void | (Slot *self) |
| var | ( var self) |
| local | ( local self) |
| void | (Slot *self, Attachment *attachment) |
| var | ( var self, var attachment) |
| local | ( local self, local attachment) |
| void | (Slot *self, float time) |
| var | ( var self, var time) |
| local | ( local self, local time) |
| float | (const Slot *self) |
| void | (Slot *self) |
| var | ( var self) |
| local | ( local self) |
| SlotData * | (const char *name, BoneData *boneData) |
| void | (SlotData *self) |
| void | (SlotData *self, const char *attachmentName) |
| local | ( local self, local attachmentName) |
| void | (RegionAttachment *self, Slot *slot, cocos2d::V3F_C4B_T2F_Quad *quad, bool premultiplied=false) |
| local | ( local self, local slot, local quad, local false) |
| var AtlasPage |
| local AtlasPage |
| typedef struct AtlasRegion AtlasRegion |
| var AtlasRegion |
| local AtlasRegion |
| typedef struct Attachment Attachment |
| var Attachment |
| local Attachment |
| typedef struct AttachmentLoader AttachmentLoader |
| var AttachmentLoader |
| local AttachmentLoader |
| var Bone |
| local Bone |
| var BoneData |
| local BoneData |
| typedef std::map<std::string, SIOEvent> EventRegistry |
| var EventRegistry |
| local EventRegistry |
| typedef std::map<std::string, NodeLoader *> NodeLoaderMap |
| var NodeLoaderMap |
| local NodeLoaderMap |
| typedef std::pair<std::string, NodeLoader *> NodeLoaderMapEntry |
| local NodeLoaderMapEntry |
| typedef struct RegionAttachment RegionAttachment |
| var RegionAttachment |
| local RegionAttachment |
| typedef struct BaseTimeline ScaleTimeline |
| var ScaleTimeline |
| local ScaleTimeline |
| typedef void(Object::* SEL_DragPanelEvent)(Object *, DragPanelEventType) |
dragpanel event
| typedef void(Object::* SEL_DragPanelEvent)(Object *, DragPanelEventType) |
dragpanel event
| typedef void(Object::* SEL_DragPanelEvent)(Object *, DragPanelEventType) |
dragpanel event
| typedef void(Object::* SEL_HttpResponse)(HttpClient *client, HttpResponse *response) |
| typedef void(Object::* SEL_HttpResponse)(HttpClient *client, HttpResponse *response) |
| typedef void(Object::* SEL_HttpResponse)(HttpClient *client, HttpResponse *response) |
| typedef void(Object::* SEL_ListViewEvent)(Object *, ListViewEventType) |
list view event
| typedef void(Object::* SEL_ListViewEvent)(Object *, ListViewEventType) |
list view event
| typedef void(Object::* SEL_ListViewEvent)(Object *, ListViewEventType) |
list view event
| typedef void(Object::* SEL_PageViewEvent)(Object *, PageViewEventType) |
| typedef void(Object::* SEL_PageViewEvent)(Object *, PageViewEventType) |
| typedef void(Object::* SEL_PageViewEvent)(Object *, PageViewEventType) |
| typedef void(Object::* SEL_ScrollViewEvent)(Object *, ScrollviewEventType) |
| typedef void(Object::* SEL_ScrollViewEvent)(Object *, ScrollviewEventType) |
| typedef void(Object::* SEL_ScrollViewEvent)(Object *, ScrollviewEventType) |
| typedef void(CCObject::* SEL_SelectedStateEvent)(Object *, CheckBoxEventType) |
| typedef void(CCObject::* SEL_SelectedStateEvent)(Object *, CheckBoxEventType) |
| typedef void(CCObject::* SEL_SelectedStateEvent)(Object *, CheckBoxEventType) |
| typedef void(CCObject::* SEL_SlidPercentChangedEvent)(Object *, SliderEventType) |
| typedef void(CCObject::* SEL_SlidPercentChangedEvent)(Object *, SliderEventType) |
| typedef void(CCObject::* SEL_SlidPercentChangedEvent)(Object *, SliderEventType) |
| typedef void(Object::* SEL_TextFieldEvent)(Object *, TextFiledEventType) |
| typedef void(Object::* SEL_TextFieldEvent)(Object *, TextFiledEventType) |
| typedef void(Object::* SEL_TextFieldEvent)(Object *, TextFiledEventType) |
| typedef void(Object::* SEL_TouchEvent)(Object *, TouchEventType) |
| typedef void(Object::* SEL_TouchEvent)(Object *, TouchEventType) |
| typedef void(Object::* SEL_TouchEvent)(Object *, TouchEventType) |
| var SIOEvent |
| local SIOEvent |
| var Skeleton |
| local Skeleton |
| var Timeline |
| local Timeline |
| typedef struct BaseTimeline TranslateTimeline |
| local TranslateTimeline |
| enum AtlasFilter |
| var AtlasFilter |
| local AtlasFilter |
| enum AtlasFormat |
| var AtlasFormat |
| local AtlasFormat |
| enum AtlasWrap |
| var AtlasWrap |
| local AtlasWrap |
| enum AttachmentType |
| var AttachmentType |
| local AttachmentType |
| enum BrightStyle |
| var BrightStyle |
| local BrightStyle |
| enum CheckBoxEventType |
| local CheckBoxEventType |
| enum DRAGPANEL_BERTH_DIR |
| local DRAGPANEL_BERTH_DIR |
| enum DRAGPANEL_BOUNCE_DIR |
| local DRAGPANEL_BOUNCE_DIR |
| enum DRAGPANEL_MOVE_TYPE |
| local DRAGPANEL_MOVE_TYPE |
| enum DragPanelEventType |
| local DragPanelEventType |
| enum FrameEasingType |
| var FrameEasingType |
| local FrameEasingType |
| enum FrameType |
| var FrameType |
| local FrameType |
| enum LayoutParameterType |
| local LayoutParameterType |
| enum LayoutType |
| var LayoutType |
| local LayoutType |
| enum ListViewDirection |
| local ListViewDirection |
| enum ListViewEventType |
| local ListViewEventType |
| local ListViewMoveDirection |
| enum LoadingBarType |
| var LoadingBarType |
| local LoadingBarType |
| enum PageViewEventType |
| local PageViewEventType |
| enum PositionType |
| var PositionType |
| local PositionType |
| enum PVTouchDir |
| var PVTouchDir |
| local PVTouchDir |
| enum SCROLLVIEW_DIR |
| var SCROLLVIEW_DIR |
| local SCROLLVIEW_DIR |
| enum SCROLLVIEW_MOVE_DIR |
| local SCROLLVIEW_MOVE_DIR |
| enum ScrollviewEventType |
| local ScrollviewEventType |
| enum SizeType |
| var SizeType |
| local SizeType |
| enum SliderEventType |
| var SliderEventType |
| local SliderEventType |
| enum TextFiledEventType |
| local TextFiledEventType |
| enum TextureResType |
| var TextureResType |
| local TextureResType |
| enum TouchEventType |
| var TouchEventType |
| local TouchEventType |
| enum UILinearGravity |
| var UILinearGravity |
| local UILinearGravity |
| enum UIRelativeAlign |
| var UIRelativeAlign |
| local UIRelativeAlign |
| enum VertexIndex |
| var VertexIndex |
| local VertexIndex |
| enum WidgetType |
| var WidgetType |
| local WidgetType |
| Point cocos2d::extension::getAbsolutePosition |
( | const Point & | pt, |
| CCBReader::PositionType | type, | ||
| const Size & | containerSize, | ||
| const char * | propName | ||
| ) |
| var getAbsolutePosition | ( | var | pt, |
| var | type, | ||
| var | containerSize, | ||
| var | propName | ||
| ) |
| local getAbsolutePosition | ( | local | pt, |
| local | type, | ||
| local | containerSize, | ||
| local | propName | ||
| ) |
| void cocos2d::extension::setRelativeScale |
( | Node * | node, |
| float | scaleX, | ||
| float | scaleY, | ||
| CCBReader::ScaleType | type, | ||
| const char * | propName | ||
| ) |
| var setRelativeScale | ( | var | node, |
| var | scaleX, | ||
| var | scaleY, | ||
| var | type, | ||
| var | propName | ||
| ) |
| local setRelativeScale | ( | local | node, |
| local | scaleX, | ||
| local | scaleY, | ||
| local | type, | ||
| local | propName | ||
| ) |
| void cocos2d::extension::RegionAttachment_updateQuad |
( | RegionAttachment * | self, |
| Slot * | slot, | ||
| cocos2d::V3F_C4B_T2F_Quad * | quad, | ||
| bool | premultiplied = false |
||
| ) |
| var RegionAttachment_updateQuad | ( | var | self, |
| var | slot, | ||
| var | quad, | ||
| var | premultiplied = false |
||
| ) |
| local RegionAttachment_updateQuad | ( | local | self, |
| local | slot, | ||
| local | quad, | ||
| local | premultiplied = false |
||
| ) |
| AnimationStateData* cocos2d::extension::AnimationStateData_create |
( | SkeletonData * | skeletonData) |
| var AnimationStateData_create | ( | var | skeletonData) |
| local AnimationStateData_create | ( | local | skeletonData) |
| AtlasAttachmentLoader* cocos2d::extension::AtlasAttachmentLoader_create |
( | Atlas * | atlas) |
| var AtlasAttachmentLoader_create | ( | var | atlas) |
| local AtlasAttachmentLoader_create | ( | local | atlas) |
| Skin* cocos2d::extension::Skin_create |
( | const char * | name) |
| var Skin_create | ( | var | name) |
| local Skin_create | ( | local | name) |
| SlotData* cocos2d::extension::SlotData_create |
( | const char * | name, |
| BoneData * | boneData | ||
| ) |
| var SlotData_create | ( | var | name, |
| var | boneData | ||
| ) |
| local SlotData_create | ( | local | name, |
| local | boneData | ||
| ) |
| void cocos2d::extension::AnimationStateData_dispose |
( | AnimationStateData * | self) |
| var AnimationStateData_dispose | ( | var | self) |
| local AnimationStateData_dispose | ( | local | self) |
| void cocos2d::extension::Skin_dispose |
( | Skin * | self) |
| var Skin_dispose | ( | var | self) |
| local Skin_dispose | ( | local | self) |
| void cocos2d::extension::SlotData_dispose |
( | SlotData * | self) |
| var SlotData_dispose | ( | var | self) |
| local SlotData_dispose | ( | local | self) |
| AnimationState* cocos2d::extension::AnimationState_create |
( | AnimationStateData * | data) |
| var AnimationState_create | ( | var | data) |
| local AnimationState_create | ( | local | data) |
| BoneData* cocos2d::extension::BoneData_create |
( | const char * | name, |
| BoneData * | parent | ||
| ) |
| var BoneData_create | ( | var | name, |
| var | parent | ||
| ) |
| local BoneData_create | ( | local | name, |
| local | parent | ||
| ) |
| void cocos2d::extension::AnimationStateData_setMixByName |
( | AnimationStateData * | self, |
| const char * | fromName, | ||
| const char * | toName, | ||
| float | duration | ||
| ) |
| var AnimationStateData_setMixByName | ( | var | self, |
| var | fromName, | ||
| var | toName, | ||
| var | duration | ||
| ) |
| local AnimationStateData_setMixByName |
( | local | self, |
| local | fromName, | ||
| local | toName, | ||
| local | duration | ||
| ) |
| Animation* cocos2d::extension::Animation_create |
( | const char * | name, |
| int | timelineCount | ||
| ) |
| var Animation_create | ( | var | name, |
| var | timelineCount | ||
| ) |
| local Animation_create | ( | local | name, |
| local | timelineCount | ||
| ) |
| void cocos2d::extension::AnimationState_dispose |
( | AnimationState * | self) |
| var AnimationState_dispose | ( | var | self) |
| local AnimationState_dispose | ( | local | self) |
| void cocos2d::extension::BoneData_dispose |
( | BoneData * | self) |
| var BoneData_dispose | ( | var | self) |
| local BoneData_dispose | ( | local | self) |
| void cocos2d::extension::AnimationStateData_setMix |
( | AnimationStateData * | self, |
| Animation * | from, | ||
| Animation * | to, | ||
| float | duration | ||
| ) |
| var AnimationStateData_setMix | ( | var | self, |
| var | from, | ||
| var | to, | ||
| var | duration | ||
| ) |
| local AnimationStateData_setMix | ( | local | self, |
| local | from, | ||
| local | to, | ||
| local | duration | ||
| ) |
| void cocos2d::extension::Animation_dispose |
( | Animation * | self) |
| var Animation_dispose | ( | var | self) |
| local Animation_dispose | ( | local | self) |
| SkeletonJson* cocos2d::extension::SkeletonJson_createWithLoader |
( | AttachmentLoader * | attachmentLoader) |
| var SkeletonJson_createWithLoader | ( | var | attachmentLoader) |
| local SkeletonJson_createWithLoader | ( | local | attachmentLoader) |
| void cocos2d::extension::Skin_addAttachment |
( | Skin * | self, |
| int | slotIndex, | ||
| const char * | name, | ||
| Attachment * | attachment | ||
| ) |
| var Skin_addAttachment | ( | var | self, |
| var | slotIndex, | ||
| var | name, | ||
| var | attachment | ||
| ) |
| local Skin_addAttachment | ( | local | self, |
| local | slotIndex, | ||
| local | name, | ||
| local | attachment | ||
| ) |
| void cocos2d::extension::SlotData_setAttachmentName |
( | SlotData * | self, |
| const char * | attachmentName | ||
| ) |
| var SlotData_setAttachmentName | ( | var | self, |
| var | attachmentName | ||
| ) |
| local SlotData_setAttachmentName | ( | local | self, |
| local | attachmentName | ||
| ) |
| void cocos2d::extension::AnimationState_update |
( | AnimationState * | self, |
| float | delta | ||
| ) |
| var AnimationState_update | ( | var | self, |
| var | delta | ||
| ) |
| local AnimationState_update | ( | local | self, |
| local | delta | ||
| ) |
| SkeletonJson* cocos2d::extension::SkeletonJson_create |
( | Atlas * | atlas) |
| var SkeletonJson_create | ( | var | atlas) |
| local SkeletonJson_create | ( | local | atlas) |
| float cocos2d::extension::AnimationStateData_getMix |
( | AnimationStateData * | self, |
| Animation * | from, | ||
| Animation * | to | ||
| ) |
| var AnimationStateData_getMix | ( | var | self, |
| var | from, | ||
| var | to | ||
| ) |
| local AnimationStateData_getMix | ( | local | self, |
| local | from, | ||
| local | to | ||
| ) |
| void cocos2d::extension::Attachment_dispose |
( | Attachment * | self) |
| var Attachment_dispose | ( | var | self) |
| local Attachment_dispose | ( | local | self) |
| void cocos2d::extension::AttachmentLoader_dispose |
( | AttachmentLoader * | self) |
| var AttachmentLoader_dispose | ( | var | self) |
| local AttachmentLoader_dispose | ( | local | self) |
| void cocos2d::extension::Animation_apply |
( | const Animation * | self, |
| struct Skeleton * | skeleton, | ||
| float | time, | ||
| intloop | |||
| ) |
| var Animation_apply | ( | var | self, |
| var | skeleton, | ||
| var | time, | ||
| var | |||
| ) |
| local Animation_apply | ( | local | self, |
| local | skeleton, | ||
| local | time, | ||
| local | |||
| ) |
| void cocos2d::extension::SkeletonJson_dispose |
( | SkeletonJson * | self) |
| var SkeletonJson_dispose | ( | var | self) |
| local SkeletonJson_dispose | ( | local | self) |
| Attachment* cocos2d::extension::Skin_getAttachment |
( | const Skin * | self, |
| int | slotIndex, | ||
| const char * | name | ||
| ) |
| var Skin_getAttachment | ( | var | self, |
| var | slotIndex, | ||
| var | name | ||
| ) |
| local Skin_getAttachment | ( | local | self, |
| local | slotIndex, | ||
| local | name | ||
| ) |
| Slot* cocos2d::extension::Slot_create |
( | SlotData * | data, |
| struct Skeleton * | skeleton, | ||
| Bone * | bone | ||
| ) |
| var Slot_create | ( | var | data, |
| var | skeleton, | ||
| var | bone | ||
| ) |
| local Slot_create | ( | local | data, |
| local | skeleton, | ||
| local | bone | ||
| ) |
| void cocos2d::extension::Animation_mix |
( | const Animation * | self, |
| struct Skeleton * | skeleton, | ||
| float | time, | ||
| intloop | , | ||
| float | alpha | ||
| ) |
| var Animation_mix | ( | var | self, |
| var | skeleton, | ||
| var | time, | ||
| var | , | ||
| var | alpha | ||
| ) |
| local Animation_mix | ( | local | self, |
| local | skeleton, | ||
| local | time, | ||
| local | , | ||
| local | alpha | ||
| ) |
| void cocos2d::extension::AnimationState_apply |
( | AnimationState * | self, |
| struct Skeleton * | skeleton | ||
| ) |
| var AnimationState_apply | ( | var | self, |
| var | skeleton | ||
| ) |
| local AnimationState_apply | ( | local | self, |
| local | skeleton | ||
| ) |
| void cocos2d::extension::Slot_dispose |
( | Slot * | self) |
| var Slot_dispose | ( | var | self) |
| local Slot_dispose | ( | local | self) |
| void cocos2d::extension::Bone_setYDown |
( | intyDown | ) |
| var Bone_setYDown | ( | var | ) |
| local Bone_setYDown | ( | local | ) |
| SkeletonData* cocos2d::extension::SkeletonJson_readSkeletonData |
( | SkeletonJson * | self, |
| const char * | json | ||
| ) |
| var SkeletonJson_readSkeletonData | ( | var | self, |
| var | json | ||
| ) |
| local SkeletonJson_readSkeletonData | ( | local | self, |
| local | json | ||
| ) |
| const char* cocos2d::extension::Skin_getAttachmentName |
( | const Skin * | self, |
| int | slotIndex, | ||
| int | attachmentIndex | ||
| ) |
| var Skin_getAttachmentName | ( | var | self, |
| var | slotIndex, | ||
| var | attachmentIndex | ||
| ) |
| local Skin_getAttachmentName | ( | local | self, |
| local | slotIndex, | ||
| local | attachmentIndex | ||
| ) |
| Attachment* cocos2d::extension::AttachmentLoader_newAttachment |
( | AttachmentLoader * | self, |
| Skin * | skin, | ||
| AttachmentType | type, | ||
| const char * | name | ||
| ) |
| var AttachmentLoader_newAttachment | ( | var | self, |
| var | skin, | ||
| var | type, | ||
| var | name | ||
| ) |
| local AttachmentLoader_newAttachment |
( | local | self, |
| local | skin, | ||
| local | type, | ||
| local | name | ||
| ) |
| SkeletonData* cocos2d::extension::SkeletonJson_readSkeletonDataFile |
( | SkeletonJson * | self, |
| const char * | path | ||
| ) |
| var SkeletonJson_readSkeletonDataFile |
( | var | self, |
| var | path | ||
| ) |
| local SkeletonJson_readSkeletonDataFile |
( | local | self, |
| local | path | ||
| ) |
| void cocos2d::extension::Slot_setAttachment |
( | Slot * | self, |
| Attachment * | attachment | ||
| ) |
| var Slot_setAttachment | ( | var | self, |
| var | attachment | ||
| ) |
| local Slot_setAttachment | ( | local | self, |
| local | attachment | ||
| ) |
| void cocos2d::extension::AnimationState_setAnimationByName |
( | AnimationState * | self, |
| const char * | animationName, | ||
| intloop | |||
| ) |
| var AnimationState_setAnimationByName |
( | var | self, |
| var | animationName, | ||
| var | |||
| ) |
| local AnimationState_setAnimationByName |
( | local | self, |
| local | animationName, | ||
| local | |||
| ) |
| const char* cocos2d::extension::CocosGUIVersion |
( | ) |
| var CocosGUIVersion | ( | ) |
| local CocosGUIVersion | ( | ) |
| Bone* cocos2d::extension::Bone_create |
( | BoneData * | data, |
| Bone * | parent | ||
| ) |
| var Bone_create | ( | var | data, |
| var | parent | ||
| ) |
| local Bone_create | ( | local | data, |
| local | parent | ||
| ) |
| void cocos2d::extension::Slot_setAttachmentTime |
( | Slot * | self, |
| float | time | ||
| ) |
| var Slot_setAttachmentTime | ( | var | self, |
| var | time | ||
| ) |
| local Slot_setAttachmentTime | ( | local | self, |
| local | time | ||
| ) |
| SkeletonData* cocos2d::extension::SkeletonData_create |
( | ) |
| var SkeletonData_create | ( | ) |
| local SkeletonData_create | ( | ) |
| void cocos2d::extension::Bone_dispose |
( | Bone * | self) |
| var Bone_dispose | ( | var | self) |
| local Bone_dispose | ( | local | self) |
| void cocos2d::extension::AnimationState_setAnimation |
( | AnimationState * | self, |
| Animation * | animation, | ||
| intloop | |||
| ) |
| var AnimationState_setAnimation | ( | var | self, |
| var | animation, | ||
| var | |||
| ) |
| local AnimationState_setAnimation | ( | local | self, |
| local | animation, | ||
| local | |||
| ) |
| void cocos2d::extension::Skin_attachAll |
( | const Skin * | self, |
| struct Skeleton * | skeleton, | ||
| const Skin * | oldSkin | ||
| ) |
Attach each attachment in this skin if the corresponding attachment in oldSkin is currently attached.
| var Skin_attachAll | ( | var | self, |
| var | skeleton, | ||
| var | oldSkin | ||
| ) |
Attach each attachment in this skin if the corresponding attachment in oldSkin is currently attached.
| local Skin_attachAll | ( | local | self, |
| local | skeleton, | ||
| local | oldSkin | ||
| ) |
Attach each attachment in this skin if the corresponding attachment in oldSkin is currently attached.
| float cocos2d::extension::Slot_getAttachmentTime |
( | const Slot * | self) |
| var Slot_getAttachmentTime | ( | var | self) |
| local Slot_getAttachmentTime | ( | local | self) |
| void cocos2d::extension::SkeletonData_dispose |
( | SkeletonData * | self) |
| var SkeletonData_dispose | ( | var | self) |
| local SkeletonData_dispose | ( | local | self) |
| RegionAttachment* cocos2d::extension::RegionAttachment_create |
( | const char * | name) |
| var RegionAttachment_create | ( | var | name) |
| local RegionAttachment_create | ( | local | name) |
| void cocos2d::extension::Bone_setToSetupPose |
( | Bone * | self) |
| var Bone_setToSetupPose | ( | var | self) |
| local Bone_setToSetupPose | ( | local | self) |
| void cocos2d::extension::Timeline_dispose |
( | Timeline * | self) |
| var Timeline_dispose | ( | var | self) |
| local Timeline_dispose | ( | local | self) |
| void cocos2d::extension::RegionAttachment_setUVs |
( | RegionAttachment * | self, |
| float | u, | ||
| float | v, | ||
| float | u2, | ||
| float | v2, | ||
| introtate | |||
| ) |
| var RegionAttachment_setUVs | ( | var | self, |
| var | u, | ||
| var | v, | ||
| var | u2, | ||
| var | v2, | ||
| var | |||
| ) |
| local RegionAttachment_setUVs | ( | local | self, |
| local | u, | ||
| local | v, | ||
| local | u2, | ||
| local | v2, | ||
| local | |||
| ) |
| Skeleton* cocos2d::extension::Skeleton_create |
( | SkeletonData * | data) |
| var Skeleton_create | ( | var | data) |
| local Skeleton_create | ( | local | data) |
| void cocos2d::extension::Slot_setToSetupPose |
( | Slot * | self) |
| var Slot_setToSetupPose | ( | var | self) |
| local Slot_setToSetupPose | ( | local | self) |
| BoneData* cocos2d::extension::SkeletonData_findBone |
( | const SkeletonData * | self, |
| const char * | boneName | ||
| ) |
| var SkeletonData_findBone | ( | var | self, |
| var | boneName | ||
| ) |
| local SkeletonData_findBone | ( | local | self, |
| local | boneName | ||
| ) |
| Json* cocos2d::extension::Json_create |
( | const char * | value) |
| var Json_create | ( | var | value) |
| local Json_create | ( | local | value) |
| void cocos2d::extension::Timeline_apply |
( | const Timeline * | self, |
| struct Skeleton * | skeleton, | ||
| float | time, | ||
| float | alpha | ||
| ) |
| var Timeline_apply | ( | var | self, |
| var | skeleton, | ||
| var | time, | ||
| var | alpha | ||
| ) |
| local Timeline_apply | ( | local | self, |
| local | skeleton, | ||
| local | time, | ||
| local | alpha | ||
| ) |
| void cocos2d::extension::RegionAttachment_updateOffset |
( | RegionAttachment * | self) |
| var RegionAttachment_updateOffset | ( | var | self) |
| local RegionAttachment_updateOffset | ( | local | self) |
| void cocos2d::extension::Skeleton_dispose |
( | Skeleton * | self) |
| var Skeleton_dispose | ( | var | self) |
| local Skeleton_dispose | ( | local | self) |
| void cocos2d::extension::Bone_updateWorldTransform |
( | Bone * | self, |
| intflipX | , | ||
| intflipY | |||
| ) |
| var Bone_updateWorldTransform | ( | var | self, |
| var | , | ||
| var | |||
| ) |
| local Bone_updateWorldTransform | ( | local | self, |
| local | , | ||
| local | |||
| ) |
| void cocos2d::extension::AnimationState_addAnimationByName |
( | AnimationState * | self, |
| const char * | animationName, | ||
| intloop | , | ||
| float | delay | ||
| ) |
| animationName | May be 0. |
| delay | May be <= 0 to use duration of previous animation minus any mix duration plus the negative delay. |
| var AnimationState_addAnimationByName |
( | var | self, |
| var | animationName, | ||
| var | , | ||
| var | delay | ||
| ) |
| animationName | May be 0. |
| delay | May be <= 0 to use duration of previous animation minus any mix duration plus the negative delay. |
| local AnimationState_addAnimationByName |
( | local | self, |
| local | animationName, | ||
| local | , | ||
| local | delay | ||
| ) |
| animationName | May be 0. |
| delay | May be <= 0 to use duration of previous animation minus any mix duration plus the negative delay. |
| int cocos2d::extension::SkeletonData_findBoneIndex |
( | const SkeletonData * | self, |
| const char * | boneName | ||
| ) |
| var SkeletonData_findBoneIndex | ( | var | self, |
| var | boneName | ||
| ) |
| local SkeletonData_findBoneIndex | ( | local | self, |
| local | boneName | ||
| ) |
| void cocos2d::extension::RegionAttachment_computeVertices |
( | RegionAttachment * | self, |
| float | x, | ||
| float | y, | ||
| Bone * | bone, | ||
| float * | vertices | ||
| ) |
| var RegionAttachment_computeVertices |
( | var | self, |
| var | x, | ||
| var | y, | ||
| var | bone, | ||
| var | vertices | ||
| ) |
| local RegionAttachment_computeVertices |
( | local | self, |
| local | x, | ||
| local | y, | ||
| local | bone, | ||
| local | vertices | ||
| ) |
| void cocos2d::extension::Skeleton_updateWorldTransform |
( | const Skeleton * | self) |
| var Skeleton_updateWorldTransform | ( | var | self) |
| local Skeleton_updateWorldTransform | ( | local | self) |
| SlotData* cocos2d::extension::SkeletonData_findSlot |
( | const SkeletonData * | self, |
| const char * | slotName | ||
| ) |
| var SkeletonData_findSlot | ( | var | self, |
| var | slotName | ||
| ) |
| local SkeletonData_findSlot | ( | local | self, |
| local | slotName | ||
| ) |
| void cocos2d::extension::AnimationState_addAnimation |
( | AnimationState * | self, |
| Animation * | animation, | ||
| intloop | , | ||
| float | delay | ||
| ) |
| animation | May be 0. |
| delay | May be <= 0 to use duration of previous animation minus any mix duration plus the negative delay. |
| var AnimationState_addAnimation | ( | var | self, |
| var | animation, | ||
| var | , | ||
| var | delay | ||
| ) |
| animation | May be 0. |
| delay | May be <= 0 to use duration of previous animation minus any mix duration plus the negative delay. |
| local AnimationState_addAnimation | ( | local | self, |
| local | animation, | ||
| local | , | ||
| local | delay | ||
| ) |
| animation | May be 0. |
| delay | May be <= 0 to use duration of previous animation minus any mix duration plus the negative delay. |
| void cocos2d::extension::Json_dispose |
( | Json * | json) |
| var Json_dispose | ( | var | json) |
| local Json_dispose | ( | local | json) |
| int cocos2d::extension::SkeletonData_findSlotIndex |
( | const SkeletonData * | self, |
| const char * | slotName | ||
| ) |
| var SkeletonData_findSlotIndex | ( | var | self, |
| var | slotName | ||
| ) |
| local SkeletonData_findSlotIndex | ( | local | self, |
| local | slotName | ||
| ) |
| void cocos2d::extension::Skeleton_setToSetupPose |
( | const Skeleton * | self) |
| var Skeleton_setToSetupPose | ( | var | self) |
| local Skeleton_setToSetupPose | ( | local | self) |
| void cocos2d::extension::AnimationState_clearAnimation |
( | AnimationState * | self) |
| var AnimationState_clearAnimation | ( | var | self) |
| local AnimationState_clearAnimation | ( | local | self) |
| Skin* cocos2d::extension::SkeletonData_findSkin |
( | const SkeletonData * | self, |
| const char * | skinName | ||
| ) |
| var SkeletonData_findSkin | ( | var | self, |
| var | skinName | ||
| ) |
| local SkeletonData_findSkin | ( | local | self, |
| local | skinName | ||
| ) |
| void cocos2d::extension::Skeleton_setBonesToSetupPose |
( | const Skeleton * | self) |
| var Skeleton_setBonesToSetupPose | ( | var | self) |
| local Skeleton_setBonesToSetupPose | ( | local | self) |
| int cocos2d::extension::Json_getSize |
( | Json * | json) |
| var Json_getSize | ( | var | json) |
| local Json_getSize | ( | local | json) |
| void cocos2d::extension::Skeleton_setSlotsToSetupPose |
( | const Skeleton * | self) |
| var Skeleton_setSlotsToSetupPose | ( | var | self) |
| local Skeleton_setSlotsToSetupPose | ( | local | self) |
| int cocos2d::extension::AnimationState_isComplete |
( | AnimationState * | self) |
| var AnimationState_isComplete | ( | var | self) |
| local AnimationState_isComplete | ( | local | self) |
| AtlasPage* cocos2d::extension::AtlasPage_create |
( | const char * | name) |
| var AtlasPage_create | ( | var | name) |
| local AtlasPage_create | ( | local | name) |
| Animation* cocos2d::extension::SkeletonData_findAnimation |
( | const SkeletonData * | self, |
| const char * | animationName | ||
| ) |
| var SkeletonData_findAnimation | ( | var | self, |
| var | animationName | ||
| ) |
| local SkeletonData_findAnimation | ( | local | self, |
| local | animationName | ||
| ) |
| void cocos2d::extension::AtlasPage_dispose |
( | AtlasPage * | self) |
| var AtlasPage_dispose | ( | var | self) |
| local AtlasPage_dispose | ( | local | self) |
| var Json_getItemAt | ( | var | json, |
| var | item | ||
| ) |
| local Json_getItemAt | ( | local | json, |
| local | item | ||
| ) |
| void cocos2d::extension::CurveTimeline_setLinear |
( | CurveTimeline * | self, |
| int | frameIndex | ||
| ) |
| var CurveTimeline_setLinear | ( | var | self, |
| var | frameIndex | ||
| ) |
| local CurveTimeline_setLinear | ( | local | self, |
| local | frameIndex | ||
| ) |
| Bone* cocos2d::extension::Skeleton_findBone |
( | const Skeleton * | self, |
| const char * | boneName | ||
| ) |
| var Skeleton_findBone | ( | var | self, |
| var | boneName | ||
| ) |
| local Skeleton_findBone | ( | local | self, |
| local | boneName | ||
| ) |
| void cocos2d::extension::CurveTimeline_setStepped |
( | CurveTimeline * | self, |
| int | frameIndex | ||
| ) |
| var CurveTimeline_setStepped | ( | var | self, |
| var | frameIndex | ||
| ) |
| local CurveTimeline_setStepped | ( | local | self, |
| local | frameIndex | ||
| ) |
| int cocos2d::extension::Skeleton_findBoneIndex |
( | const Skeleton * | self, |
| const char * | boneName | ||
| ) |
| var Skeleton_findBoneIndex | ( | var | self, |
| var | boneName | ||
| ) |
| local Skeleton_findBoneIndex | ( | local | self, |
| local | boneName | ||
| ) |
| var Json_getItem | ( | var | json, |
| var | string | ||
| ) |
| local Json_getItem | ( | local | json, |
| local | string | ||
| ) |
| const char* cocos2d::extension::Json_getString |
( | Json * | json, |
| const char * | name, | ||
| const char * | defaultValue | ||
| ) |
| var Json_getString | ( | var | json, |
| var | name, | ||
| var | defaultValue | ||
| ) |
| local Json_getString | ( | local | json, |
| local | name, | ||
| local | defaultValue | ||
| ) |
| float cocos2d::extension::Json_getFloat |
( | Json * | json, |
| const char * | name, | ||
| float | defaultValue | ||
| ) |
| var Json_getFloat | ( | var | json, |
| var | name, | ||
| var | defaultValue | ||
| ) |
| local Json_getFloat | ( | local | json, |
| local | name, | ||
| local | defaultValue | ||
| ) |
| Slot* cocos2d::extension::Skeleton_findSlot |
( | const Skeleton * | self, |
| const char * | slotName | ||
| ) |
| var Skeleton_findSlot | ( | var | self, |
| var | slotName | ||
| ) |
| local Skeleton_findSlot | ( | local | self, |
| local | slotName | ||
| ) |
| int cocos2d::extension::Json_getInt | ( | Json * | json, |
| const char * | name, | ||
| int | defaultValue | ||
| ) |
| var Json_getInt | ( | var | json, |
| var | name, | ||
| var | defaultValue | ||
| ) |
| local Json_getInt | ( | local | json, |
| local | name, | ||
| local | defaultValue | ||
| ) |
| void cocos2d::extension::CurveTimeline_setCurve |
( | CurveTimeline * | self, |
| int | frameIndex, | ||
| float | cx1, | ||
| float | cy1, | ||
| float | cx2, | ||
| float | cy2 | ||
| ) |
| var CurveTimeline_setCurve | ( | var | self, |
| var | frameIndex, | ||
| var | cx1, | ||
| var | cy1, | ||
| var | cx2, | ||
| var | cy2 | ||
| ) |
| local CurveTimeline_setCurve | ( | local | self, |
| local | frameIndex, | ||
| local | cx1, | ||
| local | cy1, | ||
| local | cx2, | ||
| local | cy2 | ||
| ) |
| float cocos2d::extension::CurveTimeline_getCurvePercent |
( | const CurveTimeline * | self, |
| int | frameIndex, | ||
| float | percent | ||
| ) |
| var CurveTimeline_getCurvePercent | ( | var | self, |
| var | frameIndex, | ||
| var | percent | ||
| ) |
| local CurveTimeline_getCurvePercent | ( | local | self, |
| local | frameIndex, | ||
| local | percent | ||
| ) |
| int cocos2d::extension::Skeleton_findSlotIndex |
( | const Skeleton * | self, |
| const char * | slotName | ||
| ) |
| var Skeleton_findSlotIndex | ( | var | self, |
| var | slotName | ||
| ) |
| local Skeleton_findSlotIndex | ( | local | self, |
| local | slotName | ||
| ) |
| const char* cocos2d::extension::Json_getError |
( | void | ) |
| var Json_getError | ( | ) |
| local Json_getError | ( | ) |
| void cocos2d::extension::Skeleton_setSkin |
( | Skeleton * | self, |
| Skin * | skin | ||
| ) |
| var Skeleton_setSkin | ( | var | self, |
| var | skin | ||
| ) |
| local Skeleton_setSkin | ( | local | self, |
| local | skin | ||
| ) |
| int cocos2d::extension::Skeleton_setSkinByName |
( | Skeleton * | self, |
| const char * | skinName | ||
| ) |
| var Skeleton_setSkinByName | ( | var | self, |
| var | skinName | ||
| ) |
| local Skeleton_setSkinByName | ( | local | self, |
| local | skinName | ||
| ) |
| Attachment* cocos2d::extension::Skeleton_getAttachmentForSlotName |
( | const Skeleton * | self, |
| const char * | slotName, | ||
| const char * | attachmentName | ||
| ) |
| var Skeleton_getAttachmentForSlotName |
( | var | self, |
| var | slotName, | ||
| var | attachmentName | ||
| ) |
| local Skeleton_getAttachmentForSlotName |
( | local | self, |
| local | slotName, | ||
| local | attachmentName | ||
| ) |
| RotateTimeline* cocos2d::extension::RotateTimeline_create |
( | int | frameCount) |
| var RotateTimeline_create | ( | var | frameCount) |
| local RotateTimeline_create | ( | local | frameCount) |
| void cocos2d::extension::RotateTimeline_setFrame |
( | RotateTimeline * | self, |
| int | frameIndex, | ||
| float | time, | ||
| float | angle | ||
| ) |
| var RotateTimeline_setFrame | ( | var | self, |
| var | frameIndex, | ||
| var | time, | ||
| var | angle | ||
| ) |
| local RotateTimeline_setFrame | ( | local | self, |
| local | frameIndex, | ||
| local | time, | ||
| local | angle | ||
| ) |
| Attachment* cocos2d::extension::Skeleton_getAttachmentForSlotIndex |
( | const Skeleton * | self, |
| int | slotIndex, | ||
| const char * | attachmentName | ||
| ) |
| var Skeleton_getAttachmentForSlotIndex |
( | var | self, |
| var | slotIndex, | ||
| var | attachmentName | ||
| ) |
| local Skeleton_getAttachmentForSlotIndex |
( | local | self, |
| local | slotIndex, | ||
| local | attachmentName | ||
| ) |
| AtlasRegion* cocos2d::extension::AtlasRegion_create |
( | ) |
| var AtlasRegion_create | ( | ) |
| local AtlasRegion_create | ( | ) |
| int cocos2d::extension::Skeleton_setAttachment |
( | Skeleton * | self, |
| const char * | slotName, | ||
| const char * | attachmentName | ||
| ) |
| var Skeleton_setAttachment | ( | var | self, |
| var | slotName, | ||
| var | attachmentName | ||
| ) |
| local Skeleton_setAttachment | ( | local | self, |
| local | slotName, | ||
| local | attachmentName | ||
| ) |
| void cocos2d::extension::AtlasRegion_dispose |
( | AtlasRegion * | self) |
| var AtlasRegion_dispose | ( | var | self) |
| local AtlasRegion_dispose | ( | local | self) |
| void cocos2d::extension::Skeleton_update |
( | Skeleton * | self, |
| float | deltaTime | ||
| ) |
| var Skeleton_update | ( | var | self, |
| var | deltaTime | ||
| ) |
| local Skeleton_update | ( | local | self, |
| local | deltaTime | ||
| ) |
| TranslateTimeline* cocos2d::extension::TranslateTimeline_create |
( | int | frameCount) |
| var TranslateTimeline_create | ( | var | frameCount) |
| local TranslateTimeline_create | ( | local | frameCount) |
| void cocos2d::extension::TranslateTimeline_setFrame |
( | TranslateTimeline * | self, |
| int | frameIndex, | ||
| float | time, | ||
| float | x, | ||
| float | y | ||
| ) |
| var TranslateTimeline_setFrame | ( | var | self, |
| var | frameIndex, | ||
| var | time, | ||
| var | x, | ||
| var | y | ||
| ) |
| local TranslateTimeline_setFrame | ( | local | self, |
| local | frameIndex, | ||
| local | time, | ||
| local | x, | ||
| local | y | ||
| ) |
| EditBoxImpl* cocos2d::extension::__createSystemEditBox |
( | EditBox * | pEditBox) |
| var __createSystemEditBox | ( | var | pEditBox) |
| local __createSystemEditBox | ( | local | pEditBox) |
| Atlas* cocos2d::extension::Atlas_readAtlas |
( | const char * | data, |
| int | length, | ||
| const char * | dir | ||
| ) |
| var Atlas_readAtlas | ( | var | data, |
| var | length, | ||
| var | dir | ||
| ) |
| local Atlas_readAtlas | ( | local | data, |
| local | length, | ||
| local | dir | ||
| ) |
| void cocos2d::extension::_AtlasPage_createTexture |
( | AtlasPage * | self, |
| const char * | path | ||
| ) |
| var _AtlasPage_createTexture | ( | var | self, |
| var | path | ||
| ) |
| local _AtlasPage_createTexture | ( | local | self, |
| local | path | ||
| ) |
| void cocos2d::extension::_AtlasPage_disposeTexture |
( | AtlasPage * | self) |
| var _AtlasPage_disposeTexture | ( | var | self) |
| local _AtlasPage_disposeTexture | ( | local | self) |
| Atlas* cocos2d::extension::Atlas_readAtlasFile |
( | const char * | path) |
| var Atlas_readAtlasFile | ( | var | path) |
| local Atlas_readAtlasFile | ( | local | path) |
| ScaleTimeline* cocos2d::extension::ScaleTimeline_create |
( | int | frameCount) |
| var ScaleTimeline_create | ( | var | frameCount) |
| local ScaleTimeline_create | ( | local | frameCount) |
| void cocos2d::extension::Atlas_dispose |
( | Atlas * | atlas) |
| var Atlas_dispose | ( | var | atlas) |
| local Atlas_dispose | ( | local | atlas) |
| char* cocos2d::extension::_Util_readFile |
( | const char * | path, |
| int * | length | ||
| ) |
| var _Util_readFile | ( | var | path, |
| var | length | ||
| ) |
| local _Util_readFile | ( | local | path, |
| local | length | ||
| ) |
| void cocos2d::extension::ScaleTimeline_setFrame |
( | ScaleTimeline * | self, |
| int | frameIndex, | ||
| float | time, | ||
| float | x, | ||
| float | y | ||
| ) |
| var ScaleTimeline_setFrame | ( | var | self, |
| var | frameIndex, | ||
| var | time, | ||
| var | x, | ||
| var | y | ||
| ) |
| local ScaleTimeline_setFrame | ( | local | self, |
| local | frameIndex, | ||
| local | time, | ||
| local | x, | ||
| local | y | ||
| ) |
| AtlasRegion* cocos2d::extension::Atlas_findRegion |
( | const Atlas * | self, |
| const char * | name | ||
| ) |
| var Atlas_findRegion | ( | var | self, |
| var | name | ||
| ) |
| local Atlas_findRegion | ( | local | self, |
| local | name | ||
| ) |
| void* cocos2d::extension::_malloc | ( | size_t | size) |
| var _malloc | ( | var | size) |
| local _malloc | ( | local | size) |
| void* cocos2d::extension::_calloc | ( | size_t | num, |
| size_t | size | ||
| ) |
| var _calloc | ( | var | num, |
| var | size | ||
| ) |
| local _calloc | ( | local | num, |
| local | size | ||
| ) |
| void cocos2d::extension::_free | ( | void * | ptr) |
| var _free | ( | var | ptr) |
| local _free | ( | local | ptr) |
| void cocos2d::extension::_setMalloc | ( | void *(*)(size_t size) | _malloc) |
| var _setMalloc | ( | var | _malloc) |
| local _setMalloc | ( | local | _malloc) |
| void cocos2d::extension::_setFree | ( | void(*)(void *ptr) | _free) |
| var _setFree | ( | var | _free) |
| local _setFree | ( | local | _free) |
| ColorTimeline* cocos2d::extension::ColorTimeline_create |
( | int | frameCount) |
| var ColorTimeline_create | ( | var | frameCount) |
| local ColorTimeline_create | ( | local | frameCount) |
| char* cocos2d::extension::_readFile | ( | const char * | path, |
| int * | length | ||
| ) |
| var _readFile | ( | var | path, |
| var | length | ||
| ) |
| local _readFile | ( | local | path, |
| local | length | ||
| ) |
| void cocos2d::extension::ColorTimeline_setFrame |
( | ColorTimeline * | self, |
| int | frameIndex, | ||
| float | time, | ||
| float | r, | ||
| float | g, | ||
| float | b, | ||
| float | a | ||
| ) |
| var ColorTimeline_setFrame | ( | var | self, |
| var | frameIndex, | ||
| var | time, | ||
| var | r, | ||
| var | g, | ||
| var | b, | ||
| var | a | ||
| ) |
| local ColorTimeline_setFrame | ( | local | self, |
| local | frameIndex, | ||
| local | time, | ||
| local | r, | ||
| local | g, | ||
| local | b, | ||
| local | a | ||
| ) |
| void cocos2d::extension::_AttachmentLoader_init |
( | AttachmentLoader * | self, |
| void(*)(AttachmentLoader *self) | dispose, | ||
| Attachment *(*)(AttachmentLoader *self, Skin *skin, AttachmentType type, const char *name) | newAttachment | ||
| ) |
| var _AttachmentLoader_init | ( | var | self, |
| var | dispose, | ||
| var | newAttachment | ||
| ) |
| local _AttachmentLoader_init | ( | local | self, |
| local | dispose, | ||
| local | newAttachment | ||
| ) |
| void cocos2d::extension::_AttachmentLoader_deinit |
( | AttachmentLoader * | self) |
| var _AttachmentLoader_deinit | ( | var | self) |
| local _AttachmentLoader_deinit | ( | local | self) |
| void cocos2d::extension::_AttachmentLoader_setError |
( | AttachmentLoader * | self, |
| const char * | error1, | ||
| const char * | error2 | ||
| ) |
| var _AttachmentLoader_setError | ( | var | self, |
| var | error1, | ||
| var | error2 | ||
| ) |
| local _AttachmentLoader_setError | ( | local | self, |
| local | error1, | ||
| local | error2 | ||
| ) |
| void cocos2d::extension::_AttachmentLoader_setUnknownTypeError |
( | AttachmentLoader * | self, |
| AttachmentType | type | ||
| ) |
| var _AttachmentLoader_setUnknownTypeError |
( | var | self, |
| var | type | ||
| ) |
| local _AttachmentLoader_setUnknownTypeError |
( | local | self, |
| local | type | ||
| ) |
| void cocos2d::extension::_Attachment_init |
( | Attachment * | self, |
| const char * | name, | ||
| AttachmentType | type, | ||
| void(*)(Attachment *self) | dispose | ||
| ) |
| var _Attachment_init | ( | var | self, |
| var | name, | ||
| var | type, | ||
| var | dispose | ||
| ) |
| local _Attachment_init | ( | local | self, |
| local | name, | ||
| local | type, | ||
| local | dispose | ||
| ) |
| AttachmentTimeline* cocos2d::extension::AttachmentTimeline_create |
( | int | frameCount) |
| var AttachmentTimeline_create | ( | var | frameCount) |
| local AttachmentTimeline_create | ( | local | frameCount) |
| void cocos2d::extension::_Attachment_deinit |
( | Attachment * | self) |
| var _Attachment_deinit | ( | var | self) |
| local _Attachment_deinit | ( | local | self) |
| void cocos2d::extension::AttachmentTimeline_setFrame |
( | AttachmentTimeline * | self, |
| int | frameIndex, | ||
| float | time, | ||
| const char * | attachmentName | ||
| ) |
| var AttachmentTimeline_setFrame | ( | var | self, |
| var | frameIndex, | ||
| var | time, | ||
| var | attachmentName | ||
| ) |
| local AttachmentTimeline_setFrame | ( | local | self, |
| local | frameIndex, | ||
| local | time, | ||
| local | attachmentName | ||
| ) |
| void cocos2d::extension::_Timeline_init |
( | Timeline * | self, |
| void(*)(Timeline *self) | dispose, | ||
| void(*)(const Timeline *self, Skeleton *skeleton, float time, float alpha) | apply | ||
| ) |
| var _Timeline_init | ( | var | self, |
| var | dispose, | ||
| var | apply | ||
| ) |
| local _Timeline_init | ( | local | self, |
| local | dispose, | ||
| local | apply | ||
| ) |
| void cocos2d::extension::_Timeline_deinit |
( | Timeline * | self) |
| var _Timeline_deinit | ( | var | self) |
| local _Timeline_deinit | ( | local | self) |
| void cocos2d::extension::_CurveTimeline_init |
( | CurveTimeline * | self, |
| int | frameCount, | ||
| void(*)(Timeline *self) | dispose, | ||
| void(*)(const Timeline *self, Skeleton *skeleton, float time, float alpha) | apply | ||
| ) |
| var _CurveTimeline_init | ( | var | self, |
| var | frameCount, | ||
| var | dispose, | ||
| var | apply | ||
| ) |
| local _CurveTimeline_init | ( | local | self, |
| local | frameCount, | ||
| local | dispose, | ||
| local | apply | ||
| ) |
| void cocos2d::extension::_CurveTimeline_deinit |
( | CurveTimeline * | self) |
| var _CurveTimeline_deinit | ( | var | self) |
| local _CurveTimeline_deinit | ( | local | self) |
| CC_DEPRECATED_ATTRIBUTE typedef AnimationState CCAnimationState |
| var CCAnimationState |
| local CCAnimationState |
| CC_DEPRECATED_ATTRIBUTE typedef AnimationStateData CCAnimationStateData |
| var CCAnimationStateData |
| local CCAnimationStateData |
| CC_DEPRECATED_ATTRIBUTE typedef ArrayForObjectSorting CCArrayForObjectSorting |
| var CCArrayForObjectSorting |
| local CCArrayForObjectSorting |
| CC_DEPRECATED_ATTRIBUTE typedef AssetsManager CCAssetsManager |
| var CCAssetsManager |
| local CCAssetsManager |
| CC_DEPRECATED_ATTRIBUTE typedef AssetsManagerDelegateProtocol CCAssetsManagerDelegateProtocol |
| var CCAssetsManagerDelegateProtocol |
| local CCAssetsManagerDelegateProtocol |
| CC_DEPRECATED_ATTRIBUTE typedef Atlas CCAtlas |
| var CCAtlas |
| local CCAtlas |
| CC_DEPRECATED_ATTRIBUTE typedef AtlasAttachmentLoader CCAtlasAttachmentLoader |
| var CCAtlasAttachmentLoader |
| local CCAtlasAttachmentLoader |
| CC_DEPRECATED_ATTRIBUTE typedef AtlasFilter CCAtlasFilter |
| var CCAtlasFilter |
| local CCAtlasFilter |
| CC_DEPRECATED_ATTRIBUTE typedef AtlasFormat CCAtlasFormat |
| var CCAtlasFormat |
| local CCAtlasFormat |
| CC_DEPRECATED_ATTRIBUTE typedef AtlasPage CCAtlasPage |
| var CCAtlasPage |
| local CCAtlasPage |
| CC_DEPRECATED_ATTRIBUTE typedef AtlasRegion CCAtlasRegion |
| var CCAtlasRegion |
| local CCAtlasRegion |
| CC_DEPRECATED_ATTRIBUTE typedef AtlasWrap CCAtlasWrap |
| var CCAtlasWrap |
| local CCAtlasWrap |
| CC_DEPRECATED_ATTRIBUTE typedef AttachmentLoader CCAttachmentLoader |
| var CCAttachmentLoader |
| local CCAttachmentLoader |
| CC_DEPRECATED_ATTRIBUTE typedef AttachmentTimeline CCAttachmentTimeline |
| var CCAttachmentTimeline |
| local CCAttachmentTimeline |
| CC_DEPRECATED_ATTRIBUTE typedef AttachmentType CCAttachmentType |
| var CCAttachmentType |
| local CCAttachmentType |
| CC_DEPRECATED_ATTRIBUTE typedef Color3bObject CCColor3bObject |
| var CCColor3bObject |
| local CCColor3bObject |
| CC_DEPRECATED_ATTRIBUTE typedef Color3BWapper CCColor3BWapper |
| var CCColor3BWapper |
| local CCColor3BWapper |
| CC_DEPRECATED_ATTRIBUTE typedef ColorTimeline CCColorTimeline |
| var CCColorTimeline |
| local CCColorTimeline |
| CC_DEPRECATED_ATTRIBUTE typedef ComAttribute CCComAttribute |
| var CCComAttribute |
| local CCComAttribute |
| CC_DEPRECATED_ATTRIBUTE typedef ComAudio CCComAudio |
| var CCComAudio |
| local CCComAudio |
| CC_DEPRECATED_ATTRIBUTE typedef ComController CCComController |
| var CCComController |
| local CCComController |
| CC_DEPRECATED_ATTRIBUTE typedef Control CCControl |
| var CCControl |
| local CCControl |
| CC_DEPRECATED_ATTRIBUTE typedef ControlButton CCControlButton |
| var CCControlButton |
| local CCControlButton |
| CC_DEPRECATED_ATTRIBUTE typedef ControlButtonLoader CCControlButtonLoader |
| var CCControlButtonLoader |
| local CCControlButtonLoader |
| CC_DEPRECATED_ATTRIBUTE typedef ControlColourPicker CCControlColourPicker |
| var CCControlColourPicker |
| local CCControlColourPicker |
| CC_DEPRECATED_ATTRIBUTE typedef Control::EventType CCControlEvent |
| var CCControlEvent |
| local CCControlEvent |
| CC_DEPRECATED_ATTRIBUTE const Control::EventType CCControlEventTouchCancel = Control::EventType::TOUCH_CANCEL |
| var CCControlEventTouchCancel = Control::EventType::TOUCH_CANCEL |
| local CCControlEventTouchCancel = Control::EventType::TOUCH_CANCEL |
| CC_DEPRECATED_ATTRIBUTE const Control::EventType CCControlEventTouchDown = Control::EventType::TOUCH_DOWN |
| var CCControlEventTouchDown = Control::EventType::TOUCH_DOWN |
| local CCControlEventTouchDown = Control::EventType::TOUCH_DOWN |
| CC_DEPRECATED_ATTRIBUTE const Control::EventType CCControlEventTouchDragEnter = Control::EventType::DRAG_ENTER |
| var CCControlEventTouchDragEnter = Control::EventType::DRAG_ENTER |
| local CCControlEventTouchDragEnter = Control::EventType::DRAG_ENTER |
| CC_DEPRECATED_ATTRIBUTE const Control::EventType CCControlEventTouchDragExit = Control::EventType::DRAG_EXIT |
| var CCControlEventTouchDragExit = Control::EventType::DRAG_EXIT |
| local CCControlEventTouchDragExit = Control::EventType::DRAG_EXIT |
| CC_DEPRECATED_ATTRIBUTE const Control::EventType CCControlEventTouchDragInside = Control::EventType::DRAG_INSIDE |
| var CCControlEventTouchDragInside = Control::EventType::DRAG_INSIDE |
| local CCControlEventTouchDragInside = Control::EventType::DRAG_INSIDE |
| CC_DEPRECATED_ATTRIBUTE const Control::EventType CCControlEventTouchDragOutside = Control::EventType::DRAG_OUTSIDE |
| var CCControlEventTouchDragOutside = Control::EventType::DRAG_OUTSIDE |
| local CCControlEventTouchDragOutside = Control::EventType::DRAG_OUTSIDE |
| CC_DEPRECATED_ATTRIBUTE const Control::EventType CCControlEventTouchUpInside = Control::EventType::TOUCH_UP_INSIDE |
| var CCControlEventTouchUpInside = Control::EventType::TOUCH_UP_INSIDE |
| local CCControlEventTouchUpInside = Control::EventType::TOUCH_UP_INSIDE |
| CC_DEPRECATED_ATTRIBUTE const Control::EventType CCControlEventTouchUpOutside = Control::EventType::TOUCH_UP_OUTSIDE |
| var CCControlEventTouchUpOutside = Control::EventType::TOUCH_UP_OUTSIDE |
| local CCControlEventTouchUpOutside = Control::EventType::TOUCH_UP_OUTSIDE |
| CC_DEPRECATED_ATTRIBUTE const Control::EventType CCControlEventValueChanged = Control::EventType::VALUE_CHANGED |
| var CCControlEventValueChanged = Control::EventType::VALUE_CHANGED |
| local CCControlEventValueChanged = Control::EventType::VALUE_CHANGED |
| CC_DEPRECATED_ATTRIBUTE typedef ControlHuePicker CCControlHuePicker |
| var CCControlHuePicker |
| local CCControlHuePicker |
| CC_DEPRECATED_ATTRIBUTE typedef ControlLoader CCControlLoader |
| var CCControlLoader |
| local CCControlLoader |
| CC_DEPRECATED_ATTRIBUTE typedef ControlPotentiometer CCControlPotentiometer |
| var CCControlPotentiometer |
| local CCControlPotentiometer |
| CC_DEPRECATED_ATTRIBUTE typedef ControlSaturationBrightnessPicker CCControlSaturationBrightnessPicker |
| var CCControlSaturationBrightnessPicker |
| local CCControlSaturationBrightnessPicker |
| CC_DEPRECATED_ATTRIBUTE typedef ControlSlider CCControlSlider |
| var CCControlSlider |
| local CCControlSlider |
| CC_DEPRECATED_ATTRIBUTE typedef Control::State CCControlState |
| var CCControlState |
| local CCControlState |
| CC_DEPRECATED_ATTRIBUTE const Control::State CCControlStateDisabled = Control::State::DISABLED |
| var CCControlStateDisabled = Control::State::DISABLED |
| local CCControlStateDisabled = Control::State::DISABLED |
| CC_DEPRECATED_ATTRIBUTE const Control::State CCControlStateHighlighted = Control::State::HIGH_LIGHTED |
| var CCControlStateHighlighted = Control::State::HIGH_LIGHTED |
| local CCControlStateHighlighted = Control::State::HIGH_LIGHTED |
| CC_DEPRECATED_ATTRIBUTE const Control::State CCControlStateNormal = Control::State::NORMAL |
| var CCControlStateNormal = Control::State::NORMAL |
| local CCControlStateNormal = Control::State::NORMAL |
| CC_DEPRECATED_ATTRIBUTE const Control::State CCControlStateSelected = Control::State::SELECTED |
| var CCControlStateSelected = Control::State::SELECTED |
| local CCControlStateSelected = Control::State::SELECTED |
| CC_DEPRECATED_ATTRIBUTE typedef ControlStepper CCControlStepper |
| var CCControlStepper |
| local CCControlStepper |
| CC_DEPRECATED_ATTRIBUTE typedef ControlSwitch CCControlSwitch |
| var CCControlSwitch |
| local CCControlSwitch |
| CC_DEPRECATED_ATTRIBUTE typedef ControlSwitchSprite CCControlSwitchSprite |
| var CCControlSwitchSprite |
| local CCControlSwitchSprite |
| CC_DEPRECATED_ATTRIBUTE typedef ControlUtils CCControlUtils |
| var CCControlUtils |
| local CCControlUtils |
| CC_DEPRECATED_ATTRIBUTE typedef CurveTimeline CCCurveTimeline |
| var CCCurveTimeline |
| local CCCurveTimeline |
| CC_DEPRECATED_ATTRIBUTE typedef EditBox CCEditBox |
| var CCEditBox |
| local CCEditBox |
| CC_DEPRECATED_ATTRIBUTE typedef EditBoxDelegate CCEditBoxDelegate |
| var CCEditBoxDelegate |
| local CCEditBoxDelegate |
| CC_DEPRECATED_ATTRIBUTE typedef EventRegistry CCEventRegistry |
| var CCEventRegistry |
| local CCEventRegistry |
| CC_DEPRECATED_ATTRIBUTE typedef HttpClient CCHttpClient |
| var CCHttpClient |
| local CCHttpClient |
| CC_DEPRECATED_ATTRIBUTE typedef HttpRequest CCHttpRequest |
| var CCHttpRequest |
| local CCHttpRequest |
| CC_DEPRECATED_ATTRIBUTE typedef HttpResponse CCHttpResponse |
| var CCHttpResponse |
| local CCHttpResponse |
| CC_DEPRECATED_ATTRIBUTE typedef InputDelegate CCInputDelegate |
| var CCInputDelegate |
| local CCInputDelegate |
| CC_DEPRECATED_ATTRIBUTE typedef Invocation CCInvocation |
| var CCInvocation |
| local CCInvocation |
| CC_DEPRECATED_ATTRIBUTE typedef LabelBMFontLoader CCLabelBMFontLoader |
| var CCLabelBMFontLoader |
| local CCLabelBMFontLoader |
| CC_DEPRECATED_ATTRIBUTE typedef LabelTTFLoader CCLabelTTFLoader |
| var CCLabelTTFLoader |
| local CCLabelTTFLoader |
| CC_DEPRECATED_ATTRIBUTE typedef LayerColorLoader CCLayerColorLoader |
| var CCLayerColorLoader |
| local CCLayerColorLoader |
| CC_DEPRECATED_ATTRIBUTE typedef LayerGradientLoader CCLayerGradientLoader |
| var CCLayerGradientLoader |
| local CCLayerGradientLoader |
| CC_DEPRECATED_ATTRIBUTE typedef LayerLoader CCLayerLoader |
| var CCLayerLoader |
| local CCLayerLoader |
| CC_DEPRECATED_ATTRIBUTE typedef MenuItemImageLoader CCMenuItemImageLoader |
| var CCMenuItemImageLoader |
| local CCMenuItemImageLoader |
| CC_DEPRECATED_ATTRIBUTE typedef MenuItemLoader CCMenuItemLoader |
| var CCMenuItemLoader |
| local CCMenuItemLoader |
| CC_DEPRECATED_ATTRIBUTE typedef MenuLoader CCMenuLoader |
| var CCMenuLoader |
| local CCMenuLoader |
| CC_DEPRECATED_ATTRIBUTE typedef NodeLoader CCNodeLoader |
| var CCNodeLoader |
| local CCNodeLoader |
| CC_DEPRECATED_ATTRIBUTE typedef NodeLoaderLibrary CCNodeLoaderLibrary |
| var CCNodeLoaderLibrary |
| local CCNodeLoaderLibrary |
| CC_DEPRECATED_ATTRIBUTE typedef NodeLoaderListener CCNodeLoaderListener |
| var CCNodeLoaderListener |
| local CCNodeLoaderListener |
| CC_DEPRECATED_ATTRIBUTE typedef NodeLoaderMap CCNodeLoaderMap |
| var CCNodeLoaderMap |
| local CCNodeLoaderMap |
| CC_DEPRECATED_ATTRIBUTE typedef NodeLoaderMapEntry CCNodeLoaderMapEntry |
| var CCNodeLoaderMapEntry |
| local CCNodeLoaderMapEntry |
| CC_DEPRECATED_ATTRIBUTE typedef ParticleSystemQuadLoader CCParticleSystemQuadLoader |
| var CCParticleSystemQuadLoader |
| local CCParticleSystemQuadLoader |
| CC_DEPRECATED_ATTRIBUTE typedef RegionAttachment CCRegionAttachment |
| var CCRegionAttachment |
| local CCRegionAttachment |
| CC_DEPRECATED_ATTRIBUTE typedef RotateTimeline CCRotateTimeline |
| var CCRotateTimeline |
| local CCRotateTimeline |
| CC_DEPRECATED_ATTRIBUTE typedef Scale9Sprite CCScale9Sprite |
| var CCScale9Sprite |
| local CCScale9Sprite |
| CC_DEPRECATED_ATTRIBUTE typedef Scale9SpriteLoader CCScale9SpriteLoader |
| var CCScale9SpriteLoader |
| local CCScale9SpriteLoader |
| CC_DEPRECATED_ATTRIBUTE typedef ScaleTimeline CCScaleTimeline |
| var CCScaleTimeline |
| local CCScaleTimeline |
| CC_DEPRECATED_ATTRIBUTE typedef ScrollView CCScrollView |
| var CCScrollView |
| local CCScrollView |
| CC_DEPRECATED_ATTRIBUTE typedef ScrollViewDelegate CCScrollViewDelegate |
| var CCScrollViewDelegate |
| local CCScrollViewDelegate |
| CC_DEPRECATED_ATTRIBUTE typedef ScrollView::Direction CCScrollViewDirection |
| var CCScrollViewDirection |
| local CCScrollViewDirection |
| CC_DEPRECATED_ATTRIBUTE typedef ScrollViewLoader CCScrollViewLoader |
| var CCScrollViewLoader |
| local CCScrollViewLoader |
| CC_DEPRECATED_ATTRIBUTE typedef SkeletonJson CCSkeletonJson |
| var CCSkeletonJson |
| local CCSkeletonJson |
| CC_DEPRECATED_ATTRIBUTE typedef Skin CCSkin |
| var CCSkin |
| local CCSkin |
| CC_DEPRECATED_ATTRIBUTE typedef SlotData CCSlotData |
| var CCSlotData |
| local CCSlotData |
| CC_DEPRECATED_ATTRIBUTE typedef SortableObject CCSortableObject |
| var CCSortableObject |
| local CCSortableObject |
| CC_DEPRECATED_ATTRIBUTE typedef SpriteLoader CCSpriteLoader |
| var CCSpriteLoader |
| local CCSpriteLoader |
| CC_DEPRECATED_ATTRIBUTE typedef TableView CCTableView |
| var CCTableView |
| local CCTableView |
| CC_DEPRECATED_ATTRIBUTE typedef TableViewCell CCTableViewCell |
| var CCTableViewCell |
| local CCTableViewCell |
| CC_DEPRECATED_ATTRIBUTE typedef TableViewDataSource CCTableViewDataSource |
| var CCTableViewDataSource |
| local CCTableViewDataSource |
| CC_DEPRECATED_ATTRIBUTE typedef TableViewDelegate CCTableViewDelegate |
| var CCTableViewDelegate |
| local CCTableViewDelegate |
| CC_DEPRECATED_ATTRIBUTE typedef TableView::VerticalFillOrder CCTableViewVerticalFillOrder |
| var CCTableViewVerticalFillOrder |
| local CCTableViewVerticalFillOrder |
| CC_DEPRECATED_ATTRIBUTE typedef Timeline CCTimeline |
| var CCTimeline |
| local CCTimeline |
| CC_DEPRECATED_ATTRIBUTE typedef TranslateTimeline CCTranslateTimeline |
| var CCTranslateTimeline |
| local CCTranslateTimeline |
| CC_DEPRECATED_ATTRIBUTE typedef VertexIndex CCVertexIndex |
| var CCVertexIndex |
| local CCVertexIndex |
| CC_DEPRECATED_ATTRIBUTE typedef ControlStepper::Part ControlStepperPart |
| var ControlStepperPart |
| local ControlStepperPart |
| CC_DEPRECATED_ATTRIBUTE typedef EditBox::InputFlag EditBoxInputFlag |
| var EditBoxInputFlag |
| local EditBoxInputFlag |
| CC_DEPRECATED_ATTRIBUTE typedef EditBox::InputMode EditBoxInputMode |
| var EditBoxInputMode |
| local EditBoxInputMode |
| CC_DEPRECATED_ATTRIBUTE const CCBValue::Type kArrayValue = CCBValue::Type::ARRAY |
| var kArrayValue = CCBValue::Type::ARRAY |
| local kArrayValue = CCBValue::Type::ARRAY |
| CC_DEPRECATED_ATTRIBUTE const CCBValue::Type kBoolValue = CCBValue::Type::BOOL |
| var kBoolValue = CCBValue::Type::BOOL |
| local kBoolValue = CCBValue::Type::BOOL |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::FloatType kCCBFloat0 = CCBReader::FloatType::_0 |
| var kCCBFloat0 = CCBReader::FloatType::_0 |
| local kCCBFloat0 = CCBReader::FloatType::_0 |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::FloatType kCCBFloat05 = CCBReader::FloatType::_05 |
| var kCCBFloat05 = CCBReader::FloatType::_05 |
| local kCCBFloat05 = CCBReader::FloatType::_05 |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::FloatType kCCBFloat1 = CCBReader::FloatType::_1 |
| var kCCBFloat1 = CCBReader::FloatType::_1 |
| local kCCBFloat1 = CCBReader::FloatType::_1 |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::FloatType kCCBFloatFull = CCBReader::FloatType::FULL |
| var kCCBFloatFull = CCBReader::FloatType::FULL |
| local kCCBFloatFull = CCBReader::FloatType::FULL |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::FloatType kCCBFloatInteger = CCBReader::FloatType::INTEGER |
| var kCCBFloatInteger = CCBReader::FloatType::INTEGER |
| local kCCBFloatInteger = CCBReader::FloatType::INTEGER |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::FloatType kCCBFloatMinus1 = CCBReader::FloatType::MINUS1 |
| var kCCBFloatMinus1 = CCBReader::FloatType::MINUS1 |
| local kCCBFloatMinus1 = CCBReader::FloatType::MINUS1 |
| CC_DEPRECATED_ATTRIBUTE const CCBKeyframe::EasingType kCCBKeyframeEasingBackIn = CCBKeyframe::EasingType::BACK_IN |
| var kCCBKeyframeEasingBackIn = CCBKeyframe::EasingType::BACK_IN |
| local kCCBKeyframeEasingBackIn = CCBKeyframe::EasingType::BACK_IN |
| CC_DEPRECATED_ATTRIBUTE const CCBKeyframe::EasingType kCCBKeyframeEasingBackInOut = CCBKeyframe::EasingType::BACK_INOUT |
| var kCCBKeyframeEasingBackInOut = CCBKeyframe::EasingType::BACK_INOUT |
| local kCCBKeyframeEasingBackInOut = CCBKeyframe::EasingType::BACK_INOUT |
| CC_DEPRECATED_ATTRIBUTE const CCBKeyframe::EasingType kCCBKeyframeEasingBackOut = CCBKeyframe::EasingType::BACK_OUT |
| var kCCBKeyframeEasingBackOut = CCBKeyframe::EasingType::BACK_OUT |
| local kCCBKeyframeEasingBackOut = CCBKeyframe::EasingType::BACK_OUT |
| CC_DEPRECATED_ATTRIBUTE const CCBKeyframe::EasingType kCCBKeyframeEasingBounceIn = CCBKeyframe::EasingType::BOUNCE_IN |
| var kCCBKeyframeEasingBounceIn = CCBKeyframe::EasingType::BOUNCE_IN |
| local kCCBKeyframeEasingBounceIn = CCBKeyframe::EasingType::BOUNCE_IN |
| CC_DEPRECATED_ATTRIBUTE const CCBKeyframe::EasingType kCCBKeyframeEasingBounceInOut = CCBKeyframe::EasingType::BOUNCE_INOUT |
| var kCCBKeyframeEasingBounceInOut = CCBKeyframe::EasingType::BOUNCE_INOUT |
| local kCCBKeyframeEasingBounceInOut = CCBKeyframe::EasingType::BOUNCE_INOUT |
| CC_DEPRECATED_ATTRIBUTE const CCBKeyframe::EasingType kCCBKeyframeEasingBounceOut = CCBKeyframe::EasingType::BOUNCE_OUT |
| var kCCBKeyframeEasingBounceOut = CCBKeyframe::EasingType::BOUNCE_OUT |
| local kCCBKeyframeEasingBounceOut = CCBKeyframe::EasingType::BOUNCE_OUT |
| CC_DEPRECATED_ATTRIBUTE const CCBKeyframe::EasingType kCCBKeyframeEasingCubicIn = CCBKeyframe::EasingType::CUBIC_IN |
| var kCCBKeyframeEasingCubicIn = CCBKeyframe::EasingType::CUBIC_IN |
| local kCCBKeyframeEasingCubicIn = CCBKeyframe::EasingType::CUBIC_IN |
| CC_DEPRECATED_ATTRIBUTE const CCBKeyframe::EasingType kCCBKeyframeEasingCubicInOut = CCBKeyframe::EasingType::CUBIC_INOUT |
| var kCCBKeyframeEasingCubicInOut = CCBKeyframe::EasingType::CUBIC_INOUT |
| local kCCBKeyframeEasingCubicInOut = CCBKeyframe::EasingType::CUBIC_INOUT |
| CC_DEPRECATED_ATTRIBUTE const CCBKeyframe::EasingType kCCBKeyframeEasingCubicOut = CCBKeyframe::EasingType::CUBIC_OUT |
| var kCCBKeyframeEasingCubicOut = CCBKeyframe::EasingType::CUBIC_OUT |
| local kCCBKeyframeEasingCubicOut = CCBKeyframe::EasingType::CUBIC_OUT |
| CC_DEPRECATED_ATTRIBUTE const CCBKeyframe::EasingType kCCBKeyframeEasingElasticIn = CCBKeyframe::EasingType::ELASTIC_IN |
| var kCCBKeyframeEasingElasticIn = CCBKeyframe::EasingType::ELASTIC_IN |
| local kCCBKeyframeEasingElasticIn = CCBKeyframe::EasingType::ELASTIC_IN |
| CC_DEPRECATED_ATTRIBUTE const CCBKeyframe::EasingType kCCBKeyframeEasingElasticInOut = CCBKeyframe::EasingType::ELASTIC_INOUT |
| var kCCBKeyframeEasingElasticInOut = CCBKeyframe::EasingType::ELASTIC_INOUT |
| local kCCBKeyframeEasingElasticInOut = CCBKeyframe::EasingType::ELASTIC_INOUT |
| CC_DEPRECATED_ATTRIBUTE const CCBKeyframe::EasingType kCCBKeyframeEasingElasticOut = CCBKeyframe::EasingType::ELASTIC_OUT |
| var kCCBKeyframeEasingElasticOut = CCBKeyframe::EasingType::ELASTIC_OUT |
| local kCCBKeyframeEasingElasticOut = CCBKeyframe::EasingType::ELASTIC_OUT |
| CC_DEPRECATED_ATTRIBUTE const CCBKeyframe::EasingType kCCBKeyframeEasingInstant = CCBKeyframe::EasingType::INSTANT |
| var kCCBKeyframeEasingInstant = CCBKeyframe::EasingType::INSTANT |
| local kCCBKeyframeEasingInstant = CCBKeyframe::EasingType::INSTANT |
| CC_DEPRECATED_ATTRIBUTE const CCBKeyframe::EasingType kCCBKeyframeEasingLinear = CCBKeyframe::EasingType::LINEAR |
| var kCCBKeyframeEasingLinear = CCBKeyframe::EasingType::LINEAR |
| local kCCBKeyframeEasingLinear = CCBKeyframe::EasingType::LINEAR |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::PlatformType kCCBPlatformAll = CCBReader::PlatformType::ALL |
| var kCCBPlatformAll = CCBReader::PlatformType::ALL |
| local kCCBPlatformAll = CCBReader::PlatformType::ALL |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::PlatformType kCCBPlatformIOS = CCBReader::PlatformType::IOS |
| var kCCBPlatformIOS = CCBReader::PlatformType::IOS |
| local kCCBPlatformIOS = CCBReader::PlatformType::IOS |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::PlatformType kCCBPlatformMac = CCBReader::PlatformType::MAC |
| var kCCBPlatformMac = CCBReader::PlatformType::MAC |
| local kCCBPlatformMac = CCBReader::PlatformType::MAC |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::PositionType kCCBPositionTypeMultiplyResolution = CCBReader::PositionType::MULTIPLY_RESOLUTION |
| var kCCBPositionTypeMultiplyResolution = CCBReader::PositionType::MULTIPLY_RESOLUTION |
| local kCCBPositionTypeMultiplyResolution = CCBReader::PositionType::MULTIPLY_RESOLUTION |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::PositionType kCCBPositionTypePercent = CCBReader::PositionType::PERCENT |
| var kCCBPositionTypePercent = CCBReader::PositionType::PERCENT |
| local kCCBPositionTypePercent = CCBReader::PositionType::PERCENT |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::PositionType kCCBPositionTypeRelativeBottomLeft = CCBReader::PositionType::RELATIVE_BOTTOM_LEFT |
| var kCCBPositionTypeRelativeBottomLeft = CCBReader::PositionType::RELATIVE_BOTTOM_LEFT |
| local kCCBPositionTypeRelativeBottomLeft = CCBReader::PositionType::RELATIVE_BOTTOM_LEFT |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::PositionType kCCBPositionTypeRelativeBottomRight = CCBReader::PositionType::RELATIVE_BOTTOM_RIGHT |
| var kCCBPositionTypeRelativeBottomRight = CCBReader::PositionType::RELATIVE_BOTTOM_RIGHT |
| local kCCBPositionTypeRelativeBottomRight = CCBReader::PositionType::RELATIVE_BOTTOM_RIGHT |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::PositionType kCCBPositionTypeRelativeTopLeft = CCBReader::PositionType::RELATIVE_TOP_LEFT |
| var kCCBPositionTypeRelativeTopLeft = CCBReader::PositionType::RELATIVE_TOP_LEFT |
| local kCCBPositionTypeRelativeTopLeft = CCBReader::PositionType::RELATIVE_TOP_LEFT |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::PositionType kCCBPositionTypeRelativeTopRight = CCBReader::PositionType::RELATIVE_TOP_RIGHT |
| var kCCBPositionTypeRelativeTopRight = CCBReader::PositionType::RELATIVE_TOP_RIGHT |
| local kCCBPositionTypeRelativeTopRight = CCBReader::PositionType::RELATIVE_TOP_RIGHT |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::PropertyType kCCBPropTypeAnimation = CCBReader::PropertyType::ANIMATION |
| var kCCBPropTypeAnimation = CCBReader::PropertyType::ANIMATION |
| local kCCBPropTypeAnimation = CCBReader::PropertyType::ANIMATION |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::PropertyType kCCBPropTypeBlendmode = CCBReader::PropertyType::BLEND_MODE |
| var kCCBPropTypeBlendmode = CCBReader::PropertyType::BLEND_MODE |
| local kCCBPropTypeBlendmode = CCBReader::PropertyType::BLEND_MODE |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::PropertyType kCCBPropTypeBlock = CCBReader::PropertyType::BLOCK |
| var kCCBPropTypeBlock = CCBReader::PropertyType::BLOCK |
| local kCCBPropTypeBlock = CCBReader::PropertyType::BLOCK |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::PropertyType kCCBPropTypeBlockCCControl = CCBReader::PropertyType::BLOCK_CONTROL |
| var kCCBPropTypeBlockCCControl = CCBReader::PropertyType::BLOCK_CONTROL |
| local kCCBPropTypeBlockCCControl = CCBReader::PropertyType::BLOCK_CONTROL |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::PropertyType kCCBPropTypeByte = CCBReader::PropertyType::BYTE |
| var kCCBPropTypeByte = CCBReader::PropertyType::BYTE |
| local kCCBPropTypeByte = CCBReader::PropertyType::BYTE |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::PropertyType kCCBPropTypeCCBFile = CCBReader::PropertyType::CCB_FILE |
| var kCCBPropTypeCCBFile = CCBReader::PropertyType::CCB_FILE |
| local kCCBPropTypeCCBFile = CCBReader::PropertyType::CCB_FILE |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::PropertyType kCCBPropTypeCheck = CCBReader::PropertyType::CHECK |
| var kCCBPropTypeCheck = CCBReader::PropertyType::CHECK |
| local kCCBPropTypeCheck = CCBReader::PropertyType::CHECK |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::PropertyType kCCBPropTypeColor3 = CCBReader::PropertyType::COLOR3 |
| var kCCBPropTypeColor3 = CCBReader::PropertyType::COLOR3 |
| local kCCBPropTypeColor3 = CCBReader::PropertyType::COLOR3 |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::PropertyType kCCBPropTypeColor4FVar = CCBReader::PropertyType::COLOR4F_VAR |
| var kCCBPropTypeColor4FVar = CCBReader::PropertyType::COLOR4F_VAR |
| local kCCBPropTypeColor4FVar = CCBReader::PropertyType::COLOR4F_VAR |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::PropertyType kCCBPropTypeDegrees = CCBReader::PropertyType::DEGREES |
| var kCCBPropTypeDegrees = CCBReader::PropertyType::DEGREES |
| local kCCBPropTypeDegrees = CCBReader::PropertyType::DEGREES |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::PropertyType kCCBPropTypeFlip = CCBReader::PropertyType::FLIP |
| var kCCBPropTypeFlip = CCBReader::PropertyType::FLIP |
| local kCCBPropTypeFlip = CCBReader::PropertyType::FLIP |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::PropertyType kCCBPropTypeFloat = CCBReader::PropertyType::FLOAT |
| var kCCBPropTypeFloat = CCBReader::PropertyType::FLOAT |
| local kCCBPropTypeFloat = CCBReader::PropertyType::FLOAT |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::PropertyType kCCBPropTypeFloatScale = CCBReader::PropertyType::FLOAT_SCALE |
| var kCCBPropTypeFloatScale = CCBReader::PropertyType::FLOAT_SCALE |
| local kCCBPropTypeFloatScale = CCBReader::PropertyType::FLOAT_SCALE |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::PropertyType kCCBPropTypeFloatVar = CCBReader::PropertyType::FLOAT_VAR |
| var kCCBPropTypeFloatVar = CCBReader::PropertyType::FLOAT_VAR |
| local kCCBPropTypeFloatVar = CCBReader::PropertyType::FLOAT_VAR |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::PropertyType kCCBPropTypeFloatXY = CCBReader::PropertyType::FLOAT_XY |
| var kCCBPropTypeFloatXY = CCBReader::PropertyType::FLOAT_XY |
| local kCCBPropTypeFloatXY = CCBReader::PropertyType::FLOAT_XY |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::PropertyType kCCBPropTypeFntFile = CCBReader::PropertyType::FNT_FILE |
| var kCCBPropTypeFntFile = CCBReader::PropertyType::FNT_FILE |
| local kCCBPropTypeFntFile = CCBReader::PropertyType::FNT_FILE |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::PropertyType kCCBPropTypeFontTTF = CCBReader::PropertyType::FONT_TTF |
| var kCCBPropTypeFontTTF = CCBReader::PropertyType::FONT_TTF |
| local kCCBPropTypeFontTTF = CCBReader::PropertyType::FONT_TTF |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::PropertyType kCCBPropTypeInteger = CCBReader::PropertyType::INTEGER |
| var kCCBPropTypeInteger = CCBReader::PropertyType::INTEGER |
| local kCCBPropTypeInteger = CCBReader::PropertyType::INTEGER |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::PropertyType kCCBPropTypeIntegerLabeled = CCBReader::PropertyType::INTEGER_LABELED |
| var kCCBPropTypeIntegerLabeled = CCBReader::PropertyType::INTEGER_LABELED |
| local kCCBPropTypeIntegerLabeled = CCBReader::PropertyType::INTEGER_LABELED |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::PropertyType kCCBPropTypePoint = CCBReader::PropertyType::POINT |
| var kCCBPropTypePoint = CCBReader::PropertyType::POINT |
| local kCCBPropTypePoint = CCBReader::PropertyType::POINT |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::PropertyType kCCBPropTypePointLock = CCBReader::PropertyType::POINT_LOCK |
| var kCCBPropTypePointLock = CCBReader::PropertyType::POINT_LOCK |
| local kCCBPropTypePointLock = CCBReader::PropertyType::POINT_LOCK |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::PropertyType kCCBPropTypePosition = CCBReader::PropertyType::POSITION |
| var kCCBPropTypePosition = CCBReader::PropertyType::POSITION |
| local kCCBPropTypePosition = CCBReader::PropertyType::POSITION |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::PropertyType kCCBPropTypeScaleLock = CCBReader::PropertyType::SCALE_LOCK |
| var kCCBPropTypeScaleLock = CCBReader::PropertyType::SCALE_LOCK |
| local kCCBPropTypeScaleLock = CCBReader::PropertyType::SCALE_LOCK |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::PropertyType kCCBPropTypeSize = CCBReader::PropertyType::SIZE |
| var kCCBPropTypeSize = CCBReader::PropertyType::SIZE |
| local kCCBPropTypeSize = CCBReader::PropertyType::SIZE |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::PropertyType kCCBPropTypeSpriteFrame = CCBReader::PropertyType::SPRITEFRAME |
| var kCCBPropTypeSpriteFrame = CCBReader::PropertyType::SPRITEFRAME |
| local kCCBPropTypeSpriteFrame = CCBReader::PropertyType::SPRITEFRAME |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::PropertyType kCCBPropTypeString = CCBReader::PropertyType::STRING |
| var kCCBPropTypeString = CCBReader::PropertyType::STRING |
| local kCCBPropTypeString = CCBReader::PropertyType::STRING |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::PropertyType kCCBPropTypeText = CCBReader::PropertyType::TEXT |
| var kCCBPropTypeText = CCBReader::PropertyType::TEXT |
| local kCCBPropTypeText = CCBReader::PropertyType::TEXT |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::PropertyType kCCBPropTypeTexture = CCBReader::PropertyType::TEXTURE |
| var kCCBPropTypeTexture = CCBReader::PropertyType::TEXTURE |
| local kCCBPropTypeTexture = CCBReader::PropertyType::TEXTURE |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::ScaleType kCCBScaleTypeAbsolute = CCBReader::ScaleType::ABSOLUTE |
| var kCCBScaleTypeAbsolute = CCBReader::ScaleType::ABSOLUTE |
| local kCCBScaleTypeAbsolute = CCBReader::ScaleType::ABSOLUTE |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::ScaleType kCCBScaleTypeMultiplyResolution = CCBReader::ScaleType::MULTIPLY_RESOLUTION |
| var kCCBScaleTypeMultiplyResolution = CCBReader::ScaleType::MULTIPLY_RESOLUTION |
| local kCCBScaleTypeMultiplyResolution = CCBReader::ScaleType::MULTIPLY_RESOLUTION |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::SizeType kCCBSizeTypeAbsolute = CCBReader::SizeType::ABSOLUTE |
| var kCCBSizeTypeAbsolute = CCBReader::SizeType::ABSOLUTE |
| local kCCBSizeTypeAbsolute = CCBReader::SizeType::ABSOLUTE |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::SizeType kCCBSizeTypeHorizontalPercent = CCBReader::SizeType::HORIZONTAL_PERCENT |
| var kCCBSizeTypeHorizontalPercent = CCBReader::SizeType::HORIZONTAL_PERCENT |
| local kCCBSizeTypeHorizontalPercent = CCBReader::SizeType::HORIZONTAL_PERCENT |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::SizeType kCCBSizeTypeMultiplyResolution = CCBReader::SizeType::MULTIPLY_RESOLUTION |
| var kCCBSizeTypeMultiplyResolution = CCBReader::SizeType::MULTIPLY_RESOLUTION |
| local kCCBSizeTypeMultiplyResolution = CCBReader::SizeType::MULTIPLY_RESOLUTION |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::SizeType kCCBSizeTypePercent = CCBReader::SizeType::PERCENT |
| var kCCBSizeTypePercent = CCBReader::SizeType::PERCENT |
| local kCCBSizeTypePercent = CCBReader::SizeType::PERCENT |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::SizeType kCCBSizeTypeRelativeContainer = CCBReader::SizeType::RELATIVE_CONTAINER |
| var kCCBSizeTypeRelativeContainer = CCBReader::SizeType::RELATIVE_CONTAINER |
| local kCCBSizeTypeRelativeContainer = CCBReader::SizeType::RELATIVE_CONTAINER |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::SizeType kCCBSizeTypeVerticalPercent = CCBReader::SizeType::VERTICAL_PERCENT |
| var kCCBSizeTypeVerticalPercent = CCBReader::SizeType::VERTICAL_PERCENT |
| local kCCBSizeTypeVerticalPercent = CCBReader::SizeType::VERTICAL_PERCENT |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::TargetType kCCBTargetTypeDocumentRoot = CCBReader::TargetType::DOCUMENT_ROOT |
| var kCCBTargetTypeDocumentRoot = CCBReader::TargetType::DOCUMENT_ROOT |
| local kCCBTargetTypeDocumentRoot = CCBReader::TargetType::DOCUMENT_ROOT |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::TargetType kCCBTargetTypeNone = CCBReader::TargetType::NONE |
| var kCCBTargetTypeNone = CCBReader::TargetType::NONE |
| local kCCBTargetTypeNone = CCBReader::TargetType::NONE |
| CC_DEPRECATED_ATTRIBUTE const CCBReader::TargetType kCCBTargetTypeOwner = CCBReader::TargetType::OWNER |
| var kCCBTargetTypeOwner = CCBReader::TargetType::OWNER |
| local kCCBTargetTypeOwner = CCBReader::TargetType::OWNER |
| CC_DEPRECATED_ATTRIBUTE const ControlStepper::Part kCCControlStepperPartMinus = ControlStepper::Part::MINUS |
| var kCCControlStepperPartMinus = ControlStepper::Part::MINUS |
| local kCCControlStepperPartMinus = ControlStepper::Part::MINUS |
| CC_DEPRECATED_ATTRIBUTE const ControlStepper::Part kCCControlStepperPartNone = ControlStepper::Part::NONE |
| var kCCControlStepperPartNone = ControlStepper::Part::NONE |
| local kCCControlStepperPartNone = ControlStepper::Part::NONE |
| CC_DEPRECATED_ATTRIBUTE const ControlStepper::Part kCCControlStepperPartPlus = ControlStepper::Part::PLUS |
| var kCCControlStepperPartPlus = ControlStepper::Part::PLUS |
| local kCCControlStepperPartPlus = ControlStepper::Part::PLUS |
| CC_DEPRECATED_ATTRIBUTE const ScrollView::Direction kCCScrollViewDirectionBoth = ScrollView::Direction::BOTH |
| var kCCScrollViewDirectionBoth = ScrollView::Direction::BOTH |
| local kCCScrollViewDirectionBoth = ScrollView::Direction::BOTH |
| CC_DEPRECATED_ATTRIBUTE const ScrollView::Direction kCCScrollViewDirectionHorizontal = ScrollView::Direction::HORIZONTAL |
| var kCCScrollViewDirectionHorizontal = ScrollView::Direction::HORIZONTAL |
| local kCCScrollViewDirectionHorizontal = ScrollView::Direction::HORIZONTAL |
| CC_DEPRECATED_ATTRIBUTE const ScrollView::Direction kCCScrollViewDirectionNone = ScrollView::Direction::NONE |
| var kCCScrollViewDirectionNone = ScrollView::Direction::NONE |
| local kCCScrollViewDirectionNone = ScrollView::Direction::NONE |
| CC_DEPRECATED_ATTRIBUTE const ScrollView::Direction kCCScrollViewDirectionVertical = ScrollView::Direction::VERTICAL |
| var kCCScrollViewDirectionVertical = ScrollView::Direction::VERTICAL |
| local kCCScrollViewDirectionVertical = ScrollView::Direction::VERTICAL |
| CC_DEPRECATED_ATTRIBUTE const TableView::VerticalFillOrder kCCTableViewFillBottomUp = TableView::VerticalFillOrder::BOTTOM_UP |
| var kCCTableViewFillBottomUp = TableView::VerticalFillOrder::BOTTOM_UP |
| local kCCTableViewFillBottomUp = TableView::VerticalFillOrder::BOTTOM_UP |
| CC_DEPRECATED_ATTRIBUTE const TableView::VerticalFillOrder kCCTableViewFillTopDown = TableView::VerticalFillOrder::TOP_DOWN |
| var kCCTableViewFillTopDown = TableView::VerticalFillOrder::TOP_DOWN |
| local kCCTableViewFillTopDown = TableView::VerticalFillOrder::TOP_DOWN |
| CC_DEPRECATED_ATTRIBUTE const EditBox::InputFlag kEditBoxInputFlagInitialCapsAllCharacters = EditBox::InputFlag::INTIAL_CAPS_ALL_CHARACTERS |
| var kEditBoxInputFlagInitialCapsAllCharacters = EditBox::InputFlag::INTIAL_CAPS_ALL_CHARACTERS |
| local kEditBoxInputFlagInitialCapsAllCharacters = EditBox::InputFlag::INTIAL_CAPS_ALL_CHARACTERS |
| CC_DEPRECATED_ATTRIBUTE const EditBox::InputFlag kEditBoxInputFlagInitialCapsSentence = EditBox::InputFlag::INITIAL_CAPS_SENTENCE |
| var kEditBoxInputFlagInitialCapsSentence = EditBox::InputFlag::INITIAL_CAPS_SENTENCE |
| local kEditBoxInputFlagInitialCapsSentence = EditBox::InputFlag::INITIAL_CAPS_SENTENCE |
| CC_DEPRECATED_ATTRIBUTE const EditBox::InputFlag kEditBoxInputFlagInitialCapsWord = EditBox::InputFlag::INITIAL_CAPS_WORD |
| var kEditBoxInputFlagInitialCapsWord = EditBox::InputFlag::INITIAL_CAPS_WORD |
| local kEditBoxInputFlagInitialCapsWord = EditBox::InputFlag::INITIAL_CAPS_WORD |
| CC_DEPRECATED_ATTRIBUTE const EditBox::InputFlag kEditBoxInputFlagPassword = EditBox::InputFlag::PASSWORD |
| var kEditBoxInputFlagPassword = EditBox::InputFlag::PASSWORD |
| local kEditBoxInputFlagPassword = EditBox::InputFlag::PASSWORD |
| CC_DEPRECATED_ATTRIBUTE const EditBox::InputFlag kEditBoxInputFlagSensitive = EditBox::InputFlag::SENSITIVE |
| var kEditBoxInputFlagSensitive = EditBox::InputFlag::SENSITIVE |
| local kEditBoxInputFlagSensitive = EditBox::InputFlag::SENSITIVE |
| CC_DEPRECATED_ATTRIBUTE const EditBox::InputMode kEditBoxInputModeAny = EditBox::InputMode::ANY |
| var kEditBoxInputModeAny = EditBox::InputMode::ANY |
| local kEditBoxInputModeAny = EditBox::InputMode::ANY |
| CC_DEPRECATED_ATTRIBUTE const EditBox::InputMode kEditBoxInputModeDecimal = EditBox::InputMode::DECIMAL |
| var kEditBoxInputModeDecimal = EditBox::InputMode::DECIMAL |
| local kEditBoxInputModeDecimal = EditBox::InputMode::DECIMAL |
| CC_DEPRECATED_ATTRIBUTE const EditBox::InputMode kEditBoxInputModeEmailAddr = EditBox::InputMode::EMAIL_ADDRESS |
| var kEditBoxInputModeEmailAddr = EditBox::InputMode::EMAIL_ADDRESS |
| local kEditBoxInputModeEmailAddr = EditBox::InputMode::EMAIL_ADDRESS |
| CC_DEPRECATED_ATTRIBUTE const EditBox::InputMode kEditBoxInputModeNumeric = EditBox::InputMode::NUMERIC |
| var kEditBoxInputModeNumeric = EditBox::InputMode::NUMERIC |
| local kEditBoxInputModeNumeric = EditBox::InputMode::NUMERIC |
| CC_DEPRECATED_ATTRIBUTE const EditBox::InputMode kEditBoxInputModePhoneNumber = EditBox::InputMode::PHONE_NUMBER |
| var kEditBoxInputModePhoneNumber = EditBox::InputMode::PHONE_NUMBER |
| local kEditBoxInputModePhoneNumber = EditBox::InputMode::PHONE_NUMBER |
| CC_DEPRECATED_ATTRIBUTE const EditBox::InputMode kEditBoxInputModeSingleLine = EditBox::InputMode::SINGLE_LINE |
| var kEditBoxInputModeSingleLine = EditBox::InputMode::SINGLE_LINE |
| local kEditBoxInputModeSingleLine = EditBox::InputMode::SINGLE_LINE |
| CC_DEPRECATED_ATTRIBUTE const EditBox::InputMode kEditBoxInputModeUrl = EditBox::InputMode::URL |
| var kEditBoxInputModeUrl = EditBox::InputMode::URL |
| local kEditBoxInputModeUrl = EditBox::InputMode::URL |
| CC_DEPRECATED_ATTRIBUTE typedef EditBox::KeyboardReturnType KeyboardReturnType |
| var KeyboardReturnType |
| local KeyboardReturnType |
| CC_DEPRECATED_ATTRIBUTE const CCBValue::Type kFloatValue = CCBValue::Type::FLOAT |
| var kFloatValue = CCBValue::Type::FLOAT |
| local kFloatValue = CCBValue::Type::FLOAT |
| CC_DEPRECATED_ATTRIBUTE const CCBValue::Type kIntValue = CCBValue::Type::INT |
| var kIntValue = CCBValue::Type::INT |
| local kIntValue = CCBValue::Type::INT |
| CC_DEPRECATED_ATTRIBUTE const EditBox::KeyboardReturnType kKeyboardReturnTypeDefault = EditBox::KeyboardReturnType::DEFAULT |
| var kKeyboardReturnTypeDefault = EditBox::KeyboardReturnType::DEFAULT |
| local kKeyboardReturnTypeDefault = EditBox::KeyboardReturnType::DEFAULT |
| CC_DEPRECATED_ATTRIBUTE const EditBox::KeyboardReturnType kKeyboardReturnTypeDone = EditBox::KeyboardReturnType::DONE |
| var kKeyboardReturnTypeDone = EditBox::KeyboardReturnType::DONE |
| local kKeyboardReturnTypeDone = EditBox::KeyboardReturnType::DONE |
| CC_DEPRECATED_ATTRIBUTE const EditBox::KeyboardReturnType kKeyboardReturnTypeGo = EditBox::KeyboardReturnType::GO |
| var kKeyboardReturnTypeGo = EditBox::KeyboardReturnType::GO |
| local kKeyboardReturnTypeGo = EditBox::KeyboardReturnType::GO |
| CC_DEPRECATED_ATTRIBUTE const EditBox::KeyboardReturnType kKeyboardReturnTypeSearch = EditBox::KeyboardReturnType::SEARCH |
| var kKeyboardReturnTypeSearch = EditBox::KeyboardReturnType::SEARCH |
| local kKeyboardReturnTypeSearch = EditBox::KeyboardReturnType::SEARCH |
| CC_DEPRECATED_ATTRIBUTE const EditBox::KeyboardReturnType kKeyboardReturnTypeSend = EditBox::KeyboardReturnType::SEND |
| var kKeyboardReturnTypeSend = EditBox::KeyboardReturnType::SEND |
| local kKeyboardReturnTypeSend = EditBox::KeyboardReturnType::SEND |
| CC_DEPRECATED_ATTRIBUTE const CCBValue::Type kStringValue = CCBValue::Type::STRING |
| var kStringValue = CCBValue::Type::STRING |
| local kStringValue = CCBValue::Type::STRING |
| CC_DEPRECATED_ATTRIBUTE const CCBValue::Type kUnsignedCharValue = CCBValue::Type::UNSIGNED_CHAR |
| var kUnsignedCharValue = CCBValue::Type::UNSIGNED_CHAR |
| local kUnsignedCharValue = CCBValue::Type::UNSIGNED_CHAR |
| CC_DEPRECATED_ATTRIBUTE typedef Control::Handler SEL_CCControlHandler |
| var SEL_CCControlHandler |
| local SEL_CCControlHandler |