This is the complete list of members for Sh::SfmlPlatform, including all inherited members.
| Align enum name | Sh::IPlatform | |
| CENTER enum value | Sh::IPlatform | |
| clear(const Color &color) override | Sh::SfmlPlatform | protectedvirtual |
| closeDisplay() override | Sh::SfmlPlatform | protectedvirtual |
| createContext(const Vector2< size_t > &size, const Color &color) override | Sh::SfmlPlatform | virtual |
| display() override | Sh::SfmlPlatform | protectedvirtual |
| displayContext(const IPlatform::IContext *context, const Vector2< double > &pos) override | Sh::SfmlPlatform | virtual |
| displayText(const std::string_view &text, const Frame &frame, Align align) override | Sh::SfmlPlatform | virtual |
| drawCircle(const Vector2< double > &pos, const double &radius) override | Sh::SfmlPlatform | virtual |
| drawLine(const Vector2< double > &start, const Vector2< double > &end) override | Sh::SfmlPlatform | virtual |
| drawPoint(const Vector2< double > &pos) override | Sh::SfmlPlatform | virtual |
| drawRectangle(const Vector2< double > &pos, const Vector2< double > &size) override | Sh::SfmlPlatform | virtual |
| getDisplaySize() override | Sh::SfmlPlatform | virtual |
| getMousePos() override | Sh::SfmlPlatform | virtual |
| initDisplay(int *argc_ptr, char *argv[]) override | Sh::SfmlPlatform | protectedvirtual |
| IPlatform()=default | Sh::IPlatform | protected |
| isRunning() override | Sh::SfmlPlatform | virtual |
| LEFT enum value | Sh::IPlatform | |
| loadContextFromImage(const std::string_view &filename) override | Sh::SfmlPlatform | virtual |
| pollEvent() override | Sh::SfmlPlatform | protectedvirtual |
| RIGHT enum value | Sh::IPlatform | |
| saveContextAsImage(IContext *context, const std::string_view &filename) override | Sh::SfmlPlatform | virtual |
| setColor(const Color &color) override | Sh::SfmlPlatform | virtual |
| setFont(const ResourceManager::Resource &font) override | Sh::SfmlPlatform | virtual |
| setFontSize(const size_t &font_size) override | Sh::SfmlPlatform | virtual |
| setTexture(const ResourceManager::Resource &texture) override | Sh::SfmlPlatform | virtual |
| setViewport(const Frame &frame) override | Sh::SfmlPlatform | virtual |
| SfmlPlatform() | Sh::SfmlPlatform | |
| ~IPlatform()=default | Sh::IPlatform | virtual |
| ~SfmlPlatform() override=default | Sh::SfmlPlatform |