|
JMGraphics
|
This is the complete list of members for JMGraphics, including all inherited members.
| altKeyDown() const | JMGraphics | |
| arc(float x, float y, float sizeX, float sizeY, float startAngle, float endAngle, bool pie) | JMGraphics | |
| arc(float x, float y, float sizeX, float sizeY, float startAngle, float endAngle) | JMGraphics | |
| background(float r, float g, float b, float a) | JMGraphics | |
| background(float r, float g, float b) | JMGraphics | |
| background(float v) | JMGraphics | |
| beginDraw() | JMGraphics | |
| box(float x, float y, float z) | JMGraphics | |
| bufferNearestFilter | JMGraphics | |
| character_callback(GLFWwindow *window, unsigned int codepoint) (defined in JMGraphics) | JMGraphics | inlinestatic |
| cleanValString(float val) | JMGraphics | static |
| cleanValString(double val) | JMGraphics | static |
| closeWindow() | JMGraphics | |
| controlKeyDown() const | JMGraphics | |
| cube(float size) | JMGraphics | |
| dashedLine(float x1, float y1, float x2, float y2, float dashLength, float gapLength) | JMGraphics | |
| dashedLine(float x1, float y1, float z1, float x2, float y2, float z2, float dashLength, float gapLength) | JMGraphics | |
| displayHeight() const | JMGraphics | |
| displayHeight(int monitor) const | JMGraphics | |
| displayHeight(GLFWmonitor *monitor) const | JMGraphics | |
| displayTexture(GLuint texture, float x, float y, float sizeX, float sizeY) | JMGraphics | |
| displayWidth() const | JMGraphics | |
| displayWidth(int monitor) const | JMGraphics | |
| displayWidth(GLFWmonitor *monitor) const | JMGraphics | |
| ellipse(float x, float y, float sizeX, float sizeY) | JMGraphics | |
| ellipse(float x, float y, float diameter) | JMGraphics | |
| endDraw() | JMGraphics | |
| fill(float r, float g, float b, float a) | JMGraphics | |
| fill(glm::vec4 color) | JMGraphics | |
| fill(glm::vec3 color) | JMGraphics | |
| fill(float r, float g, float b) | JMGraphics | |
| fill(float v) | JMGraphics | |
| forceResume() | JMGraphics | |
| framebuffer_size_callback(GLFWwindow *window, int width, int height) (defined in JMGraphics) | JMGraphics | inlinestatic |
| frameRate() const | JMGraphics | |
| frameTime() const | JMGraphics | |
| fullscreen() | JMGraphics | |
| fullscreen(int monitor) | JMGraphics | |
| fullscreen(GLFWmonitor *monitor) const | JMGraphics | |
| fullscreen(GLFWmonitor *monitor, int width, int height) const | JMGraphics | |
| globalMouseX() const | JMGraphics | |
| globalMouseY() const | JMGraphics | |
| gradient(float posX, float posY, float sizeX, float sizeY, glm::vec4 color1, glm::vec4 color2) | JMGraphics | |
| gradient(float posX, float posY, float sizeX, float sizeY, glm::vec3 color1, glm::vec3 color2) | JMGraphics | |
| gradient(float posX, float posY, float sizeX, float sizeY, float color1, float color2) | JMGraphics | |
| height() const | JMGraphics | |
| image(Buffer *buffer, float x, float y, float sizeX, float sizeY) | JMGraphics | |
| image(Buffer *buffer, float x, float y) | JMGraphics | |
| image(Buffer3D *buffer, float x, float y, float sizeX, float sizeY) | JMGraphics | |
| image(Buffer3D *buffer, float x, float y) | JMGraphics | |
| image(Texture *texture, float x, float y, float sizeX, float sizeY) | JMGraphics | |
| image(Texture *texture, float x, float y) | JMGraphics | |
| invertColor(glm::vec4 color) | JMGraphics | static |
| isPaused() const | JMGraphics | |
| isRendering() const | JMGraphics | |
| isResizeable(bool resizable) const | JMGraphics | |
| JMGraphics(int windowWidth, int windowHeight, const char *title) (defined in JMGraphics) | JMGraphics | |
| JMGraphics(int windowWidth, int windowHeight, const char *title, GLFWmonitor *monitor) (defined in JMGraphics) | JMGraphics | |
| JMGraphics(int windowWidth, int windowHeight, const char *title, GLFWwindow *parentObject) (defined in JMGraphics) | JMGraphics | |
| JMGraphics(int windowWidth, int windowHeight, const char *title, GLFWmonitor *monitor, GLFWwindow *parentObject) (defined in JMGraphics) | JMGraphics | |
| JMGraphics(const JMGraphics &)=delete (defined in JMGraphics) | JMGraphics | |
| JMGraphics(JMGraphics &&)=default (defined in JMGraphics) | JMGraphics | |
| key_callback(GLFWwindow *window, int key, int scancode, int action, int mods) | JMGraphics | inlinestatic |
| keyDown(int key) const | JMGraphics | |
| keyPressed(int key) const | JMGraphics | |
| keyReleased(int key) const | JMGraphics | |
| lerpColor(glm::vec4 colorA, glm::vec4 colorB, float factor) | JMGraphics | static |
| lerpColor(glm::vec4 colorA, glm::vec4 colorB, glm::vec4 colorC, float factor) | JMGraphics | static |
| limitFrameRate(int rate) | JMGraphics | |
| line(float x1, float y1, float x2, float y2) | JMGraphics | |
| line(float x1, float y1, float z1, float x2, float y2, float z2) | JMGraphics | |
| linearDecrease(float input, float scaler) const | JMGraphics | |
| linearIncrease(float input, float scaler) const | JMGraphics | |
| maximize() const | JMGraphics | |
| maxWindowHeight (defined in JMGraphics) | JMGraphics | |
| maxWindowWidth (defined in JMGraphics) | JMGraphics | |
| minimize() const | JMGraphics | |
| minWindowHeight (defined in JMGraphics) | JMGraphics | |
| minWindowWidth (defined in JMGraphics) | JMGraphics | |
| monitorNum() const | JMGraphics | |
| mouseClicked() const | JMGraphics | |
| mouseClickedRight() const | JMGraphics | |
| mouseDoubleClicked() const | JMGraphics | |
| mouseMoved() const | JMGraphics | |
| mousePressed() const | JMGraphics | |
| mousePressedLast() const | JMGraphics | |
| mousePressedRight() const | JMGraphics | |
| mouseRightDoubleClicked() const | JMGraphics | |
| mouseRightPressedLast() const | JMGraphics | |
| mouseX() const | JMGraphics | |
| mouseY() const | JMGraphics | |
| multiplyMatrix(glm::mat4 matrix) | JMGraphics | |
| noFill() | JMGraphics | |
| noStroke() | JMGraphics | |
| on_character_callback(GLFWwindow *window, unsigned int codepoint) (defined in JMGraphics) | JMGraphics | |
| on_framebuffer_size_callback(GLFWwindow *window, int width, int height) (defined in JMGraphics) | JMGraphics | |
| on_key_callback(GLFWwindow *window, int key, int scancode, int action, int mods) (defined in JMGraphics) | JMGraphics | |
| on_scroll_callback(GLFWwindow *window, double xoffset, double yoffset) (defined in JMGraphics) | JMGraphics | |
| operator=(const JMGraphics &)=delete (defined in JMGraphics) | JMGraphics | |
| operator=(JMGraphics &&)=default (defined in JMGraphics) | JMGraphics | |
| pauseInLoop() | JMGraphics | |
| point(float x, float y) | JMGraphics | |
| polygon(float x, float y, float sizeX, float sizeY, int sides) | JMGraphics | |
| polygon(float x, float y, float radius, int sides) | JMGraphics | |
| popMatrix() | JMGraphics | |
| pushMatrix() | JMGraphics | |
| realMouseX() const | JMGraphics | |
| realMouseY() const | JMGraphics | |
| rect(float posX, float posY, float sizeX, float sizeY) | JMGraphics | |
| rect(float x, float y, float sizeX, float sizeY, float radius) | JMGraphics | |
| resetMatrix() | JMGraphics | |
| resume() | JMGraphics | |
| rotate(float angle) | JMGraphics | |
| rotate(float X, float Y, float Z) | JMGraphics | |
| rotate(float angle, glm::vec3 axis) | JMGraphics | |
| rotateX(float angle) (defined in JMGraphics) | JMGraphics | |
| rotateY(float angle) (defined in JMGraphics) | JMGraphics | |
| rotateZ(float angle) (defined in JMGraphics) | JMGraphics | |
| roundedStroke | JMGraphics | |
| scale(float x, float y, float z) | JMGraphics | |
| scale(float x, float y) | JMGraphics | |
| scaleFactor | JMGraphics | |
| scaleFactorChanged() const (defined in JMGraphics) | JMGraphics | |
| screenCoordMatrix() const | JMGraphics | |
| scroll_callback(GLFWwindow *window, double xoffset, double yoffset) (defined in JMGraphics) | JMGraphics | inlinestatic |
| ScrolledLast() const | JMGraphics | |
| scrollX() const | JMGraphics | |
| scrollY() const | JMGraphics | |
| setFont(Font *font) | JMGraphics | |
| shiftKeyDown() const | JMGraphics | |
| size(int x, int y) const | JMGraphics | |
| smoothDecrease(float input, float scaler) const | JMGraphics | |
| smoothIncrease(float input, float scaler) const | JMGraphics | |
| stroke(float r, float g, float b, float a) | JMGraphics | |
| stroke(glm::vec4 color) | JMGraphics | |
| stroke(glm::vec3 color) | JMGraphics | |
| stroke(float r, float g, float b) | JMGraphics | |
| stroke(float v) | JMGraphics | |
| strokeWeight(float weight) | JMGraphics | |
| text(std::string text, float posX, float posY) | JMGraphics | |
| text(std::string text, float posX, float posY, glm::vec2 &textSize) | JMGraphics | |
| text(std::string text, float posX, float posY, bool leftJustify) | JMGraphics | |
| text(std::string text, float posX, float posY, bool leftJustify, glm::vec2 &textSize) | JMGraphics | |
| textSize(float size) | JMGraphics | |
| textureFxaa(bool FXAAon) | JMGraphics | |
| transformationMatrix() const | JMGraphics | |
| translate(float x, float y, float z) | JMGraphics | |
| translate(float x, float y) | JMGraphics | |
| typedCharacters | JMGraphics | |
| width() const | JMGraphics | |
| window | JMGraphics | |
| windowHeight() | JMGraphics | |
| windowOpen() const | JMGraphics | |
| windowPosition(int x, int y) const | JMGraphics | |
| windowResized() const | JMGraphics | |
| windowWidth() | JMGraphics | |
| workAreaHeight() const | JMGraphics | |
| workAreaHeight(int monitor) const | JMGraphics | |
| workAreaHeight(GLFWmonitor *monitor) const | JMGraphics | |
| workAreaWidth() const | JMGraphics | |
| workAreaWidth(int monitor) const | JMGraphics | |
| workAreaWidth(GLFWmonitor *monitor) const | JMGraphics | |
| ~JMGraphics() (defined in JMGraphics) | JMGraphics |