|
cocos2d-x
2.1.1
|
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
cocos2d::extension Namespace Reference
Classes | |
| class | CCBAnimationManagerDelegate |
| class | CCBAnimationManager |
| class | CCBSetSpriteFrame |
| class | CCBRotateTo |
| 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 | ccColor3BWapper |
| class | CCBValue |
| class | CCControlButtonLoader |
| class | CCControlLoader |
| class | CCData |
| class | CCLabelBMFontLoader |
| class | CCLabelTTFLoader |
| class | CCLayerColorLoader |
| class | CCLayerGradientLoader |
| class | CCLayerLoader |
| class | CCMenuItemImageLoader |
| class | CCMenuItemLoader |
| class | CCMenuLoader |
| struct | BlockData |
| struct | BlockCCControlData |
| class | CCNodeLoader |
| class | CCNodeLoaderLibrary |
| class | CCNodeLoaderListener |
| class | CCParticleSystemQuadLoader |
| class | CCScale9SpriteLoader |
| class | CCScrollViewLoader |
| class | CCSpriteLoader |
| class | CCControl |
| class | CCControlButton |
| for Cocos2D. More... | |
| class | CCControlColourPicker |
| class | CCControlHuePicker |
| class | CCControlPotentiometer |
| for Cocos2D. More... | |
| class | CCControlSaturationBrightnessPicker |
| class | CCControlSlider |
| class | CCControlStepper |
| class | CCControlSwitch |
| for Cocos2D. More... | |
| struct | RGBA |
| struct | HSV |
| class | CCColor3bObject |
| class | CCControlUtils |
| class | CCInvocation |
| class | CCScale9Sprite |
| class | CCEditBoxDelegate |
| class | CCEditBox |
| Class for edit box. More... | |
| class | CCEditBoxImpl |
| class | CCEditBoxImplAndroid |
| class | CCScrollViewDelegate |
| class | CCScrollView |
| ScrollView support for cocos2d for iphone. More... | |
| class | CCSortableObject |
| class | CCArrayForObjectSorting |
| class | CCTableViewDelegate |
| Sole purpose of this delegate is to single touch event in this version. More... | |
| class | CCTableViewDataSource |
| Data source that governs table backend data. More... | |
| class | CCTableView |
| UITableView counterpart for cocos2d for iphone. More... | |
| class | CCTableViewCell |
| Abstract class for SWTableView cell node. More... | |
| class | CCHttpClient |
| 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 | CCHttpRequest |
| defines the object which users must packed for CCHttpClient::send(HttpRequest*) method. More... | |
| class | CCHttpResponse |
| 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 | CCPhysicsSprite |
| A CCSprite subclass that is bound to a physics body. More... | |
Typedefs | |
| typedef std::map< std::string, CCNodeLoader * > | CCNodeLoaderMap |
| typedef std::pair< std::string, CCNodeLoader * > | CCNodeLoaderMapEntry |
| typedef unsigned int | CCControlEvent |
| typedef unsigned int | CCControlState |
| typedef void(CCObject::* | SEL_CCControlHandler )(CCObject *, CCControlEvent) |
Functions | |
| CCPoint | getAbsolutePosition (const CCPoint &pt, int nType, const CCSize &containerSize, const char *pPropName) |
| void | setRelativeScale (CCNode *pNode, float fScaleX, float fScaleY, int nType, const char *pPropName) |
| CCEditBoxImpl * | __createSystemEditBox (CCEditBox *pEditBox) |
Typedef Documentation
| typedef std::map<std::string, CCNodeLoader *> CCNodeLoaderMap |
| typedef std::pair<std::string, CCNodeLoader *> CCNodeLoaderMapEntry |
Enumeration Type Documentation
| enum EditBoxInputFlag |
The EditBoxInputFlag defines how the input text is displayed/formatted.
- Enumerator:
| enum EditBoxInputMode |
The EditBoxInputMode defines the type of text that the user is allowed to enter.
- Enumerator:
| enum KeyboardReturnType |
Function Documentation
| CCEditBoxImpl* cocos2d::extension::__createSystemEditBox | ( | CCEditBox * | pEditBox | ) |
| CCPoint cocos2d::extension::getAbsolutePosition | ( | const CCPoint & | pt, |
| int | nType, | ||
| const CCSize & | containerSize, | ||
| const char * | pPropName | ||
| ) |
| void cocos2d::extension::setRelativeScale | ( | CCNode * | pNode, |
| float | fScaleX, | ||
| float | fScaleY, | ||
| int | nType, | ||
| const char * | pPropName | ||
| ) |

