|
R-Type
R-Type project
|
Public Member Functions | |
| GraphicalLibManager (KEngine &engine) | |
| void | addLib (std::shared_ptr< GraphicalLib > lib) |
| void | removeLib (std::size_t const &index) |
| void | removeLib (std::string const &name) |
| bool | isLibExists (std::size_t const &index) |
| bool | isLibExists (std::string const &name) |
| std::size_t | getLibIndexFromName (std::string const &name) |
| std::string | getLibNameFromIndex (std::size_t const &index) |
| std::shared_ptr< GraphicalLib > | getLib (std::size_t index) |
| void | __update () |
| std::size_t | getCurrLib () const |
| std::shared_ptr< GraphicalLib > | getCurrentLib () const |
| KEngine & | getEngine () const |
| void | changeLib (std::size_t const &libId) |
| void | changeLib (std::string const &libName) |