CUGL 1.3
Cornell University Game Library
cugl::ActionManager Member List

This is the complete list of members for cugl::ActionManager, including all inherited members.

_actionscugl::ActionManagerprotected
_keyscugl::ActionManagerprotected
ActionManager()cugl::ActionManagerinline
activate(std::string key, const std::shared_ptr< Action > &action, const std::shared_ptr< Node > &target)cugl::ActionManagerinline
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::ActionManagerinlinestatic
clearAllActions(const std::shared_ptr< Node > &target)cugl::ActionManager
dispose()cugl::ActionManager
getAllActions(const std::shared_ptr< Node > &target) constcugl::ActionManager
init()cugl::ActionManagerinline
isActive(std::string key) constcugl::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::ActionManagerinline