|
Unravel Engine C++ Reference
|
This is the complete list of members for seq::seq_manager, including all inherited members.
| action_collection_t typedef | seq::seq_manager | |
| clear_scopes() | seq::seq_manager | |
| close_scope(const std::string &scope) | seq::seq_manager | |
| get_actions() const -> const action_collection_t & | seq::seq_manager | |
| get_current_scope() const -> const std::string & | seq::seq_manager | |
| get_duration(seq_id_t id) const -> duration_t | seq::seq_manager | |
| get_elapsed(seq_id_t id) const -> duration_t | seq::seq_manager | |
| get_overflow(seq_id_t id) const -> duration_t | seq::seq_manager | |
| get_scopes() const -> const std::vector< std::string > & | seq::seq_manager | |
| get_speed_multiplier(seq_id_t id) -> float | seq::seq_manager | |
| has_action_with_scope(const std::string &scope_id) | seq::seq_manager | |
| is_finished(seq_id_t id) const -> bool | seq::seq_manager | |
| is_paused(seq_id_t id) const -> bool | seq::seq_manager | |
| is_running(seq_id_t id) const -> bool | seq::seq_manager | |
| is_stopping(seq_id_t id) const -> bool | seq::seq_manager | |
| pause(seq_id_t id) | seq::seq_manager | |
| pause_all(const std::string &scope={}, const std::string &key={}) | seq::seq_manager | |
| pop_scope() | seq::seq_manager | |
| push_scope(const std::string &scope) | seq::seq_manager | |
| resume(seq_id_t id) | seq::seq_manager | |
| resume_all(const std::string &scope={}, const std::string &key={}) | seq::seq_manager | |
| set_elapsed(seq_id_t id, duration_t elapsed) | seq::seq_manager | |
| set_speed_multiplier(seq_id_t id, float speed_multiplier=1.0f) | seq::seq_manager | |
| start(seq_action action, const seq_scope_policy &scope_policy={}) | seq::seq_manager | |
| stop(seq_id_t id) | seq::seq_manager | |
| stop_all(const std::string &scope={}) | seq::seq_manager | |
| stop_and_finish(seq_id_t id, duration_t finish_after=0ms) | seq::seq_manager | |
| stop_and_finish_all(const std::string &scope={}) | seq::seq_manager | |
| stop_when_finished(seq_id_t id) | seq::seq_manager | |
| stop_when_finished_all(const std::string &scope={}) | seq::seq_manager | |
| update(seq_id_t id, duration_t delta) | seq::seq_manager | |
| update(duration_t delta) | seq::seq_manager |