cocos2d-x
2.2.3-gd2.113-rev1ec524e
|
Classes | |
class | CCArrayForObjectSorting |
NA NA. More... | |
class | CCColor3bObject |
helper class to store ccColor3B's in mutable arrays NA NA More... | |
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... | |
class | CCControlUtils |
class | CCEditBox |
Class for edit box. More... | |
class | CCEditBoxDelegate |
NA NA. More... | |
class | CCEditBoxImpl |
class | CCEditBoxImplAndroid |
class | CCEditBoxImplIOS |
NA NA. More... | |
class | CCEditBoxImplMac |
NA NA. More... | |
class | CCEditBoxImplTizen |
NA NA. More... | |
class | CCEditBoxImplWin |
NA NA. More... | |
class | CCEditBoxImplWp8 |
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 NA NA. 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 | CCInvocation |
NA NA. More... | |
class | CCScale9Sprite |
A 9-slice sprite for cocos2d. More... | |
class | CCScrollView |
ScrollView support for cocos2d for iphone. More... | |
class | CCScrollViewDelegate |
NA NA. More... | |
class | CCSortableObject |
NA NA. More... | |
class | CCTableView |
UITableView counterpart for cocos2d for iphone. More... | |
class | CCTableViewCell |
Abstract class for SWTableView cell node NA. More... | |
class | CCTableViewDataSource |
Data source that governs table backend data. More... | |
class | CCTableViewDelegate |
Sole purpose of this delegate is to single touch event in this version. More... | |
class | ColorPickerDelegate |
struct | HSV |
struct | RGBA |
class | WebSocket |
Typedefs | |
typedef unsigned int | CCControlEvent |
typedef unsigned int | CCControlState |
typedef void(CCObject::* | SEL_CCControlHandler) (CCObject *, CCControlEvent) |
typedef void(CCObject::* | SEL_HttpResponse) (CCHttpClient *client, CCHttpResponse *response) |
Functions | |
CCEditBoxImpl * | __createSystemEditBox (CCEditBox *pEditBox) |
typedef void(CCObject::* SEL_HttpResponse) (CCHttpClient *client, CCHttpResponse *response) |
enum EditBoxInputFlag |
The EditBoxInputFlag defines how the input text is displayed/formatted.
enum EditBoxInputMode |
The EditBoxInputMode defines the type of text that the user is allowed to enter.
enum KeyboardReturnType |
CCEditBoxImpl * __createSystemEditBox | ( | CCEditBox * | pEditBox | ) |