![]() |
CUGL 1.1
Cornell University Game Library
|
This is the complete list of members for cugl::ActionManager, including all inherited members.
| _actions | cugl::ActionManager | protected |
| _keys | cugl::ActionManager | protected |
| ActionManager() | cugl::ActionManager | inline |
| activate(std::string key, const std::shared_ptr< Action > &action, const std::shared_ptr< Node > &target) | cugl::ActionManager | inline |
| activate(std::string key, const std::shared_ptr< Action > &action, const std::shared_ptr< Node > &target, std::function< float(float)> easing) | cugl::ActionManager | |
| alloc() | cugl::ActionManager | inlinestatic |
| clearAllActions(const std::shared_ptr< Node > &target) | cugl::ActionManager | |
| dispose() | cugl::ActionManager | |
| getAllActions(const std::shared_ptr< Node > &target) const | cugl::ActionManager | |
| init() | cugl::ActionManager | inline |
| isActive(std::string key) const | cugl::ActionManager | |
| isPaused(std::string key) | cugl::ActionManager | |
| pause(std::string key) | cugl::ActionManager | |
| pauseAllActions(const std::shared_ptr< Node > &target) | cugl::ActionManager | |
| remove(std::string key) | cugl::ActionManager | |
| unpause(std::string key) | cugl::ActionManager | |
| unpauseAllActions(const std::shared_ptr< Node > &target) | cugl::ActionManager | |
| update(float dt) | cugl::ActionManager | |
| ~ActionManager() | cugl::ActionManager | inline |
1.8.10