cocos2d-x
2.2.3-gd2.113-rev1ec524e
|
Classes | |
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 | CCColor3bObject |
helper class to store ccColor3B's in mutable arrays NA NA More... | |
class | CCControlUtils |
class | CCInvocation |
NA NA. More... | |
class | CCScale9Sprite |
A 9-slice sprite for cocos2d. More... | |
class | ColorPickerDelegate |
Macros | |
#define | kControlEventTotalNumber 9 |
Number of kinds of control event. More... | |
#define | cccontrol_selector(_SELECTOR) (SEL_CCControlHandler)(&_SELECTOR) |
Typedefs | |
typedef unsigned int | CCControlEvent |
typedef unsigned int | CCControlState |
typedef void(CCObject::* | SEL_CCControlHandler) (CCObject *, CCControlEvent) |
Enumerations | |
enum | { CCControlEventTouchDown = 1 << 0 , CCControlEventTouchDragInside = 1 << 1 , CCControlEventTouchDragOutside = 1 << 2 , CCControlEventTouchDragEnter = 1 << 3 , CCControlEventTouchDragExit = 1 << 4 , CCControlEventTouchUpInside = 1 << 5 , CCControlEventTouchUpOutside = 1 << 6 , CCControlEventTouchCancel = 1 << 7 , CCControlEventValueChanged = 1 << 8 } |
Kinds of possible events for the control objects. More... | |
enum | { CCControlStateNormal = 1 << 0 , CCControlStateHighlighted = 1 << 1 , CCControlStateDisabled = 1 << 2 , CCControlStateSelected = 1 << 3 } |
The possible state for a control. More... | |
enum | CCControlStepperPart { kCCControlStepperPartMinus , kCCControlStepperPartPlus , kCCControlStepperPartNone } |
#define cccontrol_selector | ( | _SELECTOR | ) | (SEL_CCControlHandler)(&_SELECTOR) |
#define kControlEventTotalNumber 9 |
Number of kinds of control event.
typedef unsigned int CCControlEvent |
typedef unsigned int CCControlState |
typedef void(CCObject::* SEL_CCControlHandler) (CCObject *, CCControlEvent) |
anonymous enum |
Kinds of possible events for the control objects.
anonymous enum |
enum CCControlStepperPart |