| cocos2d-x 3.0 |
)- 类列表 - 类索引 - 类继承关系 - 类成员
全部) 类) 命名空间) 文件) 函数) 变量) 类型定义) 枚举) 枚举值) 属性) 友元) 宏定义) 组) 页)
Scheduler 成员列表
成员的完整列表,这些成员属于 Scheduler,包括所有继承而来的类成员
| _currentTarget | Scheduler | protected |
| _currentTargetSalvaged | Scheduler | protected |
| _functionsToPerform | Scheduler | protected |
| _hashForTimers | Scheduler | protected |
| _hashForUpdates | Scheduler | protected |
| _performMutex | Scheduler | protected |
| _referenceCount | Ref | protected |
| _timeScale | Scheduler | protected |
| _updateHashLocked | Scheduler | protected |
| _updates0List | Scheduler | protected |
| _updatesNegList | Scheduler | protected |
| _updatesPosList | Scheduler | protected |
| appendIn(struct _listEntry list, const ccSchedulerFunc &callback, void target, bool paused) | Scheduler | protected |
| autorelease() | Ref | |
| getReferenceCount() const | Ref | |
| getTimeScale() | Scheduler | inline |
| isScheduled(const std::string &key, void target) | Scheduler | |
| isScheduled(SEL_SCHEDULE selector, Ref target) | Scheduler | |
| isScheduledForTarget(Ref target, SEL_SCHEDULE selector) | Scheduler | inline |
| isTargetPaused(void target) | Scheduler | |
| pauseAllTargets() | Scheduler | |
| pauseAllTargetsWithMinPriority(int minPriority) | Scheduler | |
| pauseTarget(void target) | Scheduler | |
| performFunctionInCocosThread(const std::function< void()> &function) | Scheduler | |
| PRIORITY_NON_SYSTEM_MIN | Scheduler | static |
| PRIORITY_SYSTEM | Scheduler | static |
| priorityIn(struct _listEntry list, const ccSchedulerFunc &callback, void target, int priority, bool paused) | Scheduler | protected |
| Ref() | Ref | protected |
| release() | Ref | |
| removeHashElement(struct _hashSelectorEntry element) | Scheduler | protected |
| removeUpdateFromHash(struct _listEntry entry) | Scheduler | protected |
| resumeTarget(void target) | Scheduler | |
| resumeTargets(const std::set< void > &targetsToResume) | Scheduler | |
| retain() | Ref | |
| schedule(const ccSchedulerFunc &callback, void target, float interval, unsigned int repeat, float delay, bool paused, const std::string &key) | Scheduler | |
| schedule(const ccSchedulerFunc &callback, void target, float interval, bool paused, const std::string &key) | Scheduler | |
| schedule(SEL_SCHEDULE selector, Ref target, float interval, unsigned int repeat, float delay, bool paused) | Scheduler | |
| schedule(SEL_SCHEDULE selector, Ref target, float interval, bool paused) | Scheduler | |
| schedulePerFrame(const ccSchedulerFunc &callback, void target, int priority, bool paused) | Scheduler | protected |
| Scheduler() | Scheduler | |
| scheduleSelector(SEL_SCHEDULE selector, Ref target, float interval, unsigned int repeat, float delay, bool paused) | Scheduler | inline |
| scheduleSelector(SEL_SCHEDULE selector, Ref target, float interval, bool paused) | Scheduler | inline |
| scheduleUpdate(T target, int priority, bool paused) | Scheduler | inline |
| scheduleUpdateForTarget(T target, int priority, bool paused) | Scheduler | inline |
| setTimeScale(float timeScale) | Scheduler | inline |
| unschedule(const std::string &key, void target) | Scheduler | |
| unschedule(SEL_SCHEDULE selector, Ref target) | Scheduler | |
| unscheduleAll(void) | Scheduler | |
| unscheduleAllForTarget(void target) | Scheduler | |
| unscheduleAllWithMinPriority(int minPriority) | Scheduler | |
| unscheduleSelector(SEL_SCHEDULE selector, Ref target) | Scheduler | inline |
| unscheduleUpdate(void target) | Scheduler | |
| unscheduleUpdateForTarget(Ref target) | Scheduler | inline |
| update(float dt) | Scheduler | |
| ~Ref() | Ref | virtual |
| ~Scheduler() | Scheduler | virtual |

