This is the complete list of members for le::console::ITerminal, including all inherited members.
| add_tweakable(std::string_view id, gsl::not_null< ITweakable * > tweakable)=0 | le::tweak::IStore | pure virtual |
| draw(IRenderer &renderer) const =0 | le::IDrawable | pure virtual |
| get_background() const -> kvf::Color=0 | le::console::ITerminal | pure virtual |
| handle_events(glm::vec2 framebuffer_size, std::span< Event const > events) -> StateChange=0 | le::console::ITerminal | pure virtual |
| is_active() const -> bool=0 | le::console::ITerminal | pure virtual |
| is_null() const -> bool=0 | le::console::ITerminal | pure virtual |
| printerr(std::string_view text)=0 | le::console::ITerminal | pure virtual |
| println(std::string_view text)=0 | le::console::ITerminal | pure virtual |
| remove_tweakable(std::string_view id)=0 | le::tweak::IStore | pure virtual |
| set_background(kvf::Color color)=0 | le::console::ITerminal | pure virtual |
| tick(kvf::Seconds dt)=0 | le::console::ITerminal | pure virtual |
| toggle_active()=0 | le::console::ITerminal | pure virtual |