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 |
Macros | |
| #define | kControlEventTotalNumber 9 |
| Number of kinds of control event. More... | |
| #define | cccontrol_selector(_SELECTOR) static_cast<cocos2d::extension::Control::Handler>(&_SELECTOR) |
Enumerations | |
| 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 | |
| CC_EX_DLL Control::EventType | (Control::EventType a, Control::EventType b) |
| #define cccontrol_selector | ( | _SELECTOR | ) | static_cast<cocos2d::extension::Control::Handler>(&_SELECTOR) |
| #define kControlEventTotalNumber 9 |
Number of kinds of control event.
| var kControlEventTotalNumber 9 |
Number of kinds of control event.
|
strong |
| CC_EX_DLL Control::EventType cocos2d::extension::operator| |
( | Control::EventType | a, |
| Control::EventType | b | ||
| ) |
| CC_EX_DLL Control::EventType cocos2d::extension::operator| |
( | var | a, |
| var | b | ||
| ) |
| CC_EX_DLL Control::EventType cocos2d::extension::operator| |
( | local | a, |
| local | b | ||
| ) |