Classes | |
| 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... | |
| class | Color3bObject |
| class | ControlUtils |
| class | Invocation |
| class | Scale9Sprite |
| A 9-slice sprite for cocos2d. More... | |
Macros | |
| #define | kControlEventTotalNumber 9 |
| Number of kinds of control event. More... | |
| #define | cccontrol_selector(_SELECTOR) static_cast<cocos2d::extension::Control::Handler>(&_SELECTOR) |
Enumerations | |
| enum | EventType { TOUCH_DOWN = 1 << 0, DRAG_INSIDE = 1 << 1, DRAG_OUTSIDE = 1 << 2, DRAG_ENTER = 1 << 3, DRAG_EXIT = 1 << 4, TOUCH_UP_INSIDE = 1 << 5, TOUCH_UP_OUTSIDE = 1 << 6, TOUCH_CANCEL = 1 << 7, VALUE_CHANGED = 1 << 8 } |
| Kinds of possible events for the control objects. More... | |
| enum | State { NORMAL = 1 << 0, HIGH_LIGHTED = 1 << 1, DISABLED = 1 << 2, SELECTED = 1 << 3 } |
| The possible state for a control. More... | |
| enum | Part { MINUS, PLUS, NONE } |
Functions | |
| Control::EventType | (Control::EventType a, Control::EventType b) |
| #define cccontrol_selector | ( | _SELECTOR | ) | static_cast<cocos2d::extension::Control::Handler>(&_SELECTOR) |
| var cccontrol_selector | ( | var | ) | static_cast<cocos2d::extension::Control::Handler>(&_SELECTOR) |
| #define kControlEventTotalNumber 9 |
Number of kinds of control event.
|
strong |
|
strong |
|
strong |
|
strong |
| Control::EventType cocos2d::extension::operator| |
( | Control::EventType | a, |
| Control::EventType | b | ||
| ) |
| Control::EventType cocos2d::extension::operator| |
( | var | a, |
| var | b | ||
| ) |
| Control::EventType cocos2d::extension::operator| |
( | local | a, |
| local | b | ||
| ) |