iv::AnimSystem Class Reference
#include <AnimSystem.hpp>
Public Member Functions | |
| AnimSystem (SystemContainer *sc) | |
| virtual void | status (TextDebugView *view) override |
| virtual std::string | debug_name () const override |
| void | AnimUpdate (int delta_ms) |
| void | InsertRoot (AnimNodeI *client) |
| void | RemoveRoot (AnimNodeI *client) |
| unsigned | update_id () |
Public Member Functions inherited from iv::System | |
| System (SystemContainer *sc) | |
| virtual | ~System () |
| virtual bool | flushSystem () |
| SystemContainer * | system_container () const |
| void | retain () |
| void | release () |
Public Member Functions inherited from iv::Context | |
| Context () | |
| virtual | ~Context () |
| template<class ... Items> | |
| void | log (SrcInfo const &info, LogId id, Items const &... items) const |
| bool | log_enabled (LogId id) const |
| template<class ... Items> | |
| void | warning (SrcInfo const &info, Items const &... items) const |
Additional Inherited Members | |
Protected Member Functions inherited from iv::System | |
| virtual bool | log_process_enabled (LogId id) const override final |
| virtual void | log_process (SrcInfo const &info, LogId id, std::string const &message) const override final |
Detailed Description
Definition at line 14 of file AnimSystem.hpp.
Constructor & Destructor Documentation
◆ AnimSystem()
| iv::AnimSystem::AnimSystem | ( | SystemContainer * | sc | ) |
Definition at line 8 of file AnimSystem.cpp.
Member Function Documentation
◆ status()
|
overridevirtual |
Reimplemented from iv::System.
Definition at line 196 of file AnimSystem.cpp.
◆ debug_name()
|
inlineoverridevirtual |
Reimplemented from iv::System.
Definition at line 20 of file AnimSystem.hpp.
◆ AnimUpdate()
| void iv::AnimSystem::AnimUpdate | ( | int | delta_ms | ) |
Definition at line 77 of file AnimSystem.cpp.
◆ InsertRoot()
| void iv::AnimSystem::InsertRoot | ( | AnimNodeI * | client | ) |
Definition at line 132 of file AnimSystem.cpp.
◆ RemoveRoot()
| void iv::AnimSystem::RemoveRoot | ( | AnimNodeI * | client | ) |
Definition at line 137 of file AnimSystem.cpp.
◆ update_id()
| unsigned iv::AnimSystem::update_id | ( | ) |
Definition at line 15 of file AnimSystem.cpp.
The documentation for this class was generated from the following files:
- ivorium_graphics/Animation/Animation/AnimSystem.hpp
- ivorium_graphics/Animation/Animation/AnimSystem.cpp

Public Member Functions inherited from 