|
cocos2d-iphone
1.0.1
Improved Cocos2D API Reference (iOS version) for Kobold2D developers
|
| activate() | CCMenuItem | [virtual] |
| addChild:(CCNode *node) | CCNode | [virtual] |
| addChild:z:(CCNode *node,[z] NSInteger z) | CCNode | [virtual] |
| addChild:z:tag:(CCNode *node,[z] NSInteger z,[tag] NSInteger tag) | CCNode | [virtual] |
| anchorPoint | CCNode | |
| anchorPoint_ (defined in CCNode) | CCNode | [protected] |
| anchorPointInPixels | CCNode | |
| anchorPointInPixels_ (defined in CCNode) | CCNode | [protected] |
| boundingBox() | CCNode | [virtual] |
| boundingBoxInPixels() | CCNode | [virtual] |
| camera | CCNode | |
| camera_ (defined in CCNode) | CCNode | [protected] |
| children | CCNode | |
| children_ (defined in CCNode) | CCNode | [protected] |
| cleanup() | CCNode | [virtual] |
| color() | <CCRGBAProtocol> | [virtual] |
| colorBackup (defined in CCMenuItemLabel) | CCMenuItemLabel | [protected] |
| contentSize | CCNode | |
| contentSize_ (defined in CCNode) | CCNode | [protected] |
| contentSizeInPixels | CCNode | |
| contentSizeInPixels_ (defined in CCNode) | CCNode | [protected] |
| convertToNodeSpace:(CGPoint worldPoint) | CCNode | [virtual] |
| convertToNodeSpaceAR:(CGPoint worldPoint) | CCNode | [virtual] |
| convertTouchToNodeSpace:(UITouch *touch) | CCNode | [virtual] |
| convertTouchToNodeSpaceAR:(UITouch *touch) | CCNode | [virtual] |
| convertToWorldSpace:(CGPoint nodePoint) | CCNode | [virtual] |
| convertToWorldSpaceAR:(CGPoint nodePoint) | CCNode | [virtual] |
| disabledColor | CCMenuItemLabel | |
| disabledColor_ (defined in CCMenuItemLabel) | CCMenuItemLabel | [protected] |
| doesOpacityModifyRGB() | <CCRGBAProtocol> | [virtual] |
| draw() | CCNode | [virtual] |
| getActionByTag:(NSInteger tag) | CCNode | [virtual] |
| getChildByTag:(NSInteger tag) | CCNode | [virtual] |
| grid | CCNode | |
| grid_ (defined in CCNode) | CCNode | [protected] |
| init() | CCNode | [virtual] |
| initFromString:charMapFile:itemWidth:itemHeight:startCharMap:target:selector:(NSString *value,[charMapFile] NSString *charMapFile,[itemWidth] int itemWidth,[itemHeight] int itemHeight,[startCharMap] char startCharMap,[target] id rec,[selector] SEL cb) | CCMenuItemAtlasFont | [virtual] |
| initWithLabel:target:selector:(CCNode< CCLabelProtocol, CCRGBAProtocol > *label,[target] id target,[selector] SEL selector) | CCMenuItemLabel | [virtual] |
| initWithTarget:selector:(id target,[selector] SEL selector) | CCMenuItem | [virtual] |
| inverse_ (defined in CCNode) | CCNode | [protected] |
| invocation_ (defined in CCMenuItem) | CCMenuItem | [protected] |
| isEnabled() | CCMenuItem | [virtual] |
| isEnabled_ (defined in CCMenuItem) | CCMenuItem | [protected] |
| isInverseDirty_ (defined in CCNode) | CCNode | [protected] |
| isRelativeAnchorPoint | CCNode | |
| isRelativeAnchorPoint_ (defined in CCNode) | CCNode | [protected] |
| isRunning | CCNode | |
| isRunning_ (defined in CCNode) | CCNode | [protected] |
| isSelected | CCMenuItem | |
| isSelected_ (defined in CCMenuItem) | CCMenuItem | [protected] |
| isTransformDirty_ (defined in CCNode) | CCNode | [protected] |
| isTransformGLDirty_ (defined in CCNode) | CCNode | [protected] |
| itemFromString:charMapFile:itemWidth:itemHeight:startCharMap:(NSString *value,[charMapFile] NSString *charMapFile,[itemWidth] int itemWidth,[itemHeight] int itemHeight,[startCharMap] char startCharMap) | CCMenuItemAtlasFont | [virtual, static] |
| itemFromString:charMapFile:itemWidth:itemHeight:startCharMap:target:selector:(NSString *value,[charMapFile] NSString *charMapFile,[itemWidth] int itemWidth,[itemHeight] int itemHeight,[startCharMap] char startCharMap,[target] id rec,[selector] SEL cb) | CCMenuItemAtlasFont | [virtual, static] |
| itemWithLabel:(CCNode< CCLabelProtocol, CCRGBAProtocol > *label) | CCMenuItemLabel | [virtual, static] |
| itemWithLabel:target:selector:(CCNode< CCLabelProtocol, CCRGBAProtocol > *label,[target] id target,[selector] SEL selector) | CCMenuItemLabel | [virtual, static] |
| itemWithTarget:selector:(id target,[selector] SEL selector) | CCMenuItem | [virtual, static] |
| label | CCMenuItemLabel | |
| label_ (defined in CCMenuItemLabel) | CCMenuItemLabel | [protected] |
| node() | CCNode | [virtual, static] |
| nodeToParentTransform() | CCNode | [virtual] |
| nodeToWorldTransform() | CCNode | [virtual] |
| numberOfRunningActions() | CCNode | [virtual] |
| onEnter() | CCNode | [virtual] |
| onEnterTransitionDidFinish() | CCNode | [virtual] |
| onExit() | CCNode | [virtual] |
| opacity() | <CCRGBAProtocol> | [virtual] |
| originalScale_ (defined in CCMenuItemLabel) | CCMenuItemLabel | [protected] |
| parent | CCNode | |
| parent_ (defined in CCNode) | CCNode | [protected] |
| parentToNodeTransform() | CCNode | [virtual] |
| pauseSchedulerAndActions() | CCNode | [virtual] |
| position | CCNode | |
| position_ (defined in CCNode) | CCNode | [protected] |
| positionInPixels | CCNode | |
| positionInPixels_ (defined in CCNode) | CCNode | [protected] |
| rect() | CCMenuItem | [virtual] |
| removeAllChildrenWithCleanup:(BOOL cleanup) | CCNode | [virtual] |
| removeChild:cleanup:(CCNode *node,[cleanup] BOOL cleanup) | CCNode | [virtual] |
| removeChildByTag:cleanup:(NSInteger tag,[cleanup] BOOL cleanup) | CCNode | [virtual] |
| removeFromParentAndCleanup:(BOOL cleanup) | CCNode | [virtual] |
| reorderChild:z:(CCNode *child,[z] NSInteger zOrder) | CCNode | [virtual] |
| resumeSchedulerAndActions() | CCNode | [virtual] |
| rotation | CCNode | |
| rotation_ (defined in CCNode) | CCNode | [protected] |
| runAction:(CCAction *action) | CCNode | [virtual] |
| scale | CCNode | |
| scaleX | CCNode | |
| scaleX_ (defined in CCNode) | CCNode | [protected] |
| scaleY | CCNode | |
| scaleY_ (defined in CCNode) | CCNode | [protected] |
| schedule:(SEL s) | CCNode | [virtual] |
| schedule:interval:(SEL s,[interval] ccTime seconds) | CCNode | [virtual] |
| scheduleUpdate() | CCNode | [virtual] |
| scheduleUpdateWithPriority:(NSInteger priority) | CCNode | [virtual] |
| selected() | CCMenuItem | [virtual] |
| setColor:(ccColor3B color) | <CCRGBAProtocol> | [virtual] |
| setIsEnabled:(BOOL enabled) | CCMenuItemLabel | [virtual] |
| setOpacity:(GLubyte opacity) | <CCRGBAProtocol> | [virtual] |
| setOpacityModifyRGB:(BOOL boolean) | <CCRGBAProtocol> | [virtual] |
| setString:(NSString *label) | CCMenuItemLabel | [virtual] |
| skewX | CCNode | |
| skewX_ (defined in CCNode) | CCNode | [protected] |
| skewY | CCNode | |
| skewY_ (defined in CCNode) | CCNode | [protected] |
| stopAction:(CCAction *action) | CCNode | [virtual] |
| stopActionByTag:(NSInteger tag) | CCNode | [virtual] |
| stopAllActions() | CCNode | [virtual] |
| tag | CCNode | |
| tag_ (defined in CCNode) | CCNode | [protected] |
| transform() | CCNode | [virtual] |
| transform_ (defined in CCNode) | CCNode | [protected] |
| transformAncestors() | CCNode | [virtual] |
| transformGL_ (defined in CCNode) | CCNode | [protected] |
| unschedule:(SEL s) | CCNode | [virtual] |
| unscheduleAllSelectors() | CCNode | [virtual] |
| unscheduleUpdate() (defined in CCNode) | CCNode | [virtual] |
| unselected() | CCMenuItem | [virtual] |
| userData | CCNode | |
| userData_ (defined in CCNode) | CCNode | [protected] |
| vertexZ | CCNode | |
| vertexZ_ (defined in CCNode) | CCNode | [protected] |
| visible | CCNode | |
| visible_ (defined in CCNode) | CCNode | [protected] |
| visit() | CCNode | [virtual] |
| worldToNodeTransform() | CCNode | [virtual] |
| zOrder | CCNode | |
| zOrder_ (defined in CCNode) | CCNode | [protected] |