This is the complete list of members for eng::IRenderer, including all inherited members.
clearWindow(Color color)=0 | eng::IRenderer | pure virtual |
closeWindow()=0 | eng::IRenderer | pure virtual |
createFont(const std::string &name, const std::string &path)=0 | eng::IRenderer | pure virtual |
createSprite(const std::string &name, const std::string &textureName, float x, float y, float scale_x=1, float scale_y=1, int fx=0, int fy=0, int fnx=-1, int fny=-1)=0 | eng::IRenderer | pure virtual |
createText(Text text)=0 | eng::IRenderer | pure virtual |
createTexture(const std::string &name, const std::string &path)=0 | eng::IRenderer | pure virtual |
createWindow(const std::string &title, unsigned int height, unsigned int width, unsigned int frameLimit, bool fullscreen)=0 | eng::IRenderer | pure virtual |
displayWindow()=0 | eng::IRenderer | pure virtual |
drawPoint(float x, float y, Color color)=0 | eng::IRenderer | pure virtual |
drawSprite(const std::string &name)=0 | eng::IRenderer | pure virtual |
drawText(const std::string &name)=0 | eng::IRenderer | pure virtual |
getName() const =0 | utl::IPlugin | pure virtual |
getType() const =0 | utl::IPlugin | pure virtual |
getWindowSize()=0 | eng::IRenderer | pure virtual |
pollEvent(Event &event)=0 | eng::IRenderer | pure virtual |
setFrameLimit(unsigned int frameLimit)=0 | eng::IRenderer | pure virtual |
setSpriteFrame(const std::string &name, int fx, int fy, int fnx, int fny)=0 | eng::IRenderer | pure virtual |
setSpritePosition(const std::string &name, float x, float y)=0 | eng::IRenderer | pure virtual |
setSpriteScale(const std::string &name, int x, int y)=0 | eng::IRenderer | pure virtual |
setSpriteTexture(const std::string &name, const std::string &path)=0 | eng::IRenderer | pure virtual |
setTextColor(const std::string &name, Color color)=0 | eng::IRenderer | pure virtual |
setTextContent(const std::string &name, const std::string &content)=0 | eng::IRenderer | pure virtual |
setTextPosition(const std::string &name, float x, float y)=0 | eng::IRenderer | pure virtual |
windowIsOpen() const =0 | eng::IRenderer | pure virtual |
~IPlugin()=default | utl::IPlugin | virtual |