| App() (defined in cppgfx::App) | cppgfx::App | |
| background(const sf::Color &color) | cppgfx::App | |
| background(uint8_t shade) | cppgfx::App | |
| background(uint8_t r, uint8_t g, uint8_t b, uint8_t a=255) | cppgfx::App | |
| circle(float x, float y, float radius) | cppgfx::App | |
| clamp(T value, T min, T max) | cppgfx::App | inline |
| cleanup() | cppgfx::App | inlinevirtual |
| close() | cppgfx::App | |
| darkTitleBar | cppgfx::App | |
| day() | cppgfx::App | |
| decodeBase64(const std::string &input) | cppgfx::App | inline |
| degrees(float radians) | cppgfx::App | |
| displayHeight | cppgfx::App | |
| displayWidth | cppgfx::App | |
| dist(float x1, float y1, float x2, float y2) | cppgfx::App | |
| dmouseX | cppgfx::App | |
| dmouseY | cppgfx::App | |
| ellipse(float x, float y, float w, float h) | cppgfx::App | |
| encodeBase64(const std::vector< uint8_t > &input) | cppgfx::App | inline |
| exitFullscreen() | cppgfx::App | |
| fill(const sf::Color &color) | cppgfx::App | |
| fill(uint8_t shade) | cppgfx::App | |
| fill(uint8_t r, uint8_t g, uint8_t b, uint8_t a=255) | cppgfx::App | |
| focus() | cppgfx::App | |
| focused | cppgfx::App | |
| frameCount | cppgfx::App | |
| frameRate | cppgfx::App | |
| frameTime | cppgfx::App | |
| fullscreen() | cppgfx::App | |
| Get() (defined in cppgfx::App) | cppgfx::App | inlinestatic |
| height | cppgfx::App | |
| hour() | cppgfx::App | |
| line(float x1, float y1, float x2, float y2) | cppgfx::App | |
| lineCap(LineCap cap) | cppgfx::App | |
| loadFont(const std::string &filename) | cppgfx::App | |
| max(T a, T b) | cppgfx::App | inline |
| micros() | cppgfx::App | |
| millis() | cppgfx::App | |
| min(T a, T b) | cppgfx::App | inline |
| minute() | cppgfx::App | |
| month() | cppgfx::App | |
| mousePressed | cppgfx::App | |
| mouseX | cppgfx::App | |
| mouseY | cppgfx::App | |
| noFill() | cppgfx::App | |
| noStroke() | cppgfx::App | |
| onKeyPressed(const sf::Event::KeyEvent &event) | cppgfx::App | inlinevirtual |
| onKeyReleased(const sf::Event::KeyEvent &event) | cppgfx::App | inlinevirtual |
| onMouseEnter() | cppgfx::App | inlinevirtual |
| onMouseLeave() | cppgfx::App | inlinevirtual |
| onMouseMoved(const sf::Event::MouseMoveEvent &event) | cppgfx::App | inlinevirtual |
| onMousePressed(const sf::Event::MouseButtonEvent &event) | cppgfx::App | inlinevirtual |
| onMouseReleased(const sf::Event::MouseButtonEvent &event) | cppgfx::App | inlinevirtual |
| onMouseWheel(const sf::Event::MouseWheelScrollEvent &event) | cppgfx::App | inlinevirtual |
| onTextInput(const sf::Event::TextEvent &event) | cppgfx::App | inlinevirtual |
| onWindowClose() | cppgfx::App | inlinevirtual |
| onWindowFocus() | cppgfx::App | inlinevirtual |
| onWindowResize() | cppgfx::App | inlinevirtual |
| onWindowUnfocus() | cppgfx::App | inlinevirtual |
| PI | cppgfx::App | static |
| pmouseX | cppgfx::App | |
| pmouseY | cppgfx::App | |
| pop() | cppgfx::App | |
| print(Args &&... args) | cppgfx::App | inline |
| println(Args &&... args) | cppgfx::App | inline |
| push() | cppgfx::App | |
| radians(float degrees) | cppgfx::App | |
| random(float min, float max) | cppgfx::App | |
| random(float max) | cppgfx::App | |
| randomInt(int min, int max) | cppgfx::App | |
| randomInt(int max) | cppgfx::App | |
| randomSeed(uint32_t seed) | cppgfx::App | |
| rect(float x, float y, float w, float h) | cppgfx::App | |
| rectMode(RectMode mode) | cppgfx::App | |
| run() | cppgfx::App | |
| second() | cppgfx::App | |
| setFrameRate(float framerate) | cppgfx::App | |
| setTitle(const std::string &text) | cppgfx::App | |
| setup()=0 | cppgfx::App | pure virtual |
| size(int w, int h) | cppgfx::App | |
| stroke(const sf::Color &color) | cppgfx::App | |
| stroke(uint8_t shade) | cppgfx::App | |
| stroke(uint8_t r, uint8_t g, uint8_t b, uint8_t a=255) | cppgfx::App | |
| strokeWeight(float weight) | cppgfx::App | |
| text(const std::string &text, float x, float y) | cppgfx::App | |
| textAlign(TextAlign alignment) | cppgfx::App | |
| textFont(const sf::Font &font) | cppgfx::App | |
| textSize(uint32_t size) | cppgfx::App | |
| textWidth(const std::string &text) | cppgfx::App | |
| title | cppgfx::App | |
| triangle(float x1, float y1, float x2, float y2, float x3, float y3) | cppgfx::App | |
| update()=0 | cppgfx::App | pure virtual |
| vector(float vectorX, float vectorY, float originX, float originY) | cppgfx::App | |
| width | cppgfx::App | |
| window | cppgfx::App | |
| year() | cppgfx::App | |
| ~App() (defined in cppgfx::App) | cppgfx::App | |