JMGraphics
Loading...
Searching...
No Matches
JMGraphics Member List

This is the complete list of members for JMGraphics, including all inherited members.

altKeyDown() constJMGraphics
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
bufferNearestFilterJMGraphics
character_callback(GLFWwindow *window, unsigned int codepoint) (defined in JMGraphics)JMGraphicsinlinestatic
cleanValString(float val)JMGraphicsstatic
cleanValString(double val)JMGraphicsstatic
closeWindow()JMGraphics
controlKeyDown() constJMGraphics
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() constJMGraphics
displayHeight(int monitor) constJMGraphics
displayHeight(GLFWmonitor *monitor) constJMGraphics
displayTexture(GLuint texture, float x, float y, float sizeX, float sizeY)JMGraphics
displayWidth() constJMGraphics
displayWidth(int monitor) constJMGraphics
displayWidth(GLFWmonitor *monitor) constJMGraphics
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)JMGraphicsinlinestatic
frameRate() constJMGraphics
frameTime() constJMGraphics
fullscreen()JMGraphics
fullscreen(int monitor)JMGraphics
fullscreen(GLFWmonitor *monitor) constJMGraphics
fullscreen(GLFWmonitor *monitor, int width, int height) constJMGraphics
globalMouseX() constJMGraphics
globalMouseY() constJMGraphics
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() constJMGraphics
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)JMGraphicsstatic
isPaused() constJMGraphics
isRendering() constJMGraphics
isResizeable(bool resizable) constJMGraphics
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)JMGraphicsinlinestatic
keyDown(int key) constJMGraphics
keyPressed(int key) constJMGraphics
keyReleased(int key) constJMGraphics
lerpColor(glm::vec4 colorA, glm::vec4 colorB, float factor)JMGraphicsstatic
lerpColor(glm::vec4 colorA, glm::vec4 colorB, glm::vec4 colorC, float factor)JMGraphicsstatic
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) constJMGraphics
linearIncrease(float input, float scaler) constJMGraphics
maximize() constJMGraphics
maxWindowHeight (defined in JMGraphics)JMGraphics
maxWindowWidth (defined in JMGraphics)JMGraphics
minimize() constJMGraphics
minWindowHeight (defined in JMGraphics)JMGraphics
minWindowWidth (defined in JMGraphics)JMGraphics
monitorNum() constJMGraphics
mouseClicked() constJMGraphics
mouseClickedRight() constJMGraphics
mouseDoubleClicked() constJMGraphics
mouseMoved() constJMGraphics
mousePressed() constJMGraphics
mousePressedLast() constJMGraphics
mousePressedRight() constJMGraphics
mouseRightDoubleClicked() constJMGraphics
mouseRightPressedLast() constJMGraphics
mouseX() constJMGraphics
mouseY() constJMGraphics
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() constJMGraphics
realMouseY() constJMGraphics
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
roundedStrokeJMGraphics
scale(float x, float y, float z)JMGraphics
scale(float x, float y)JMGraphics
scaleFactorJMGraphics
scaleFactorChanged() const (defined in JMGraphics)JMGraphics
screenCoordMatrix() constJMGraphics
scroll_callback(GLFWwindow *window, double xoffset, double yoffset) (defined in JMGraphics)JMGraphicsinlinestatic
ScrolledLast() constJMGraphics
scrollX() constJMGraphics
scrollY() constJMGraphics
setFont(Font *font)JMGraphics
shiftKeyDown() constJMGraphics
size(int x, int y) constJMGraphics
smoothDecrease(float input, float scaler) constJMGraphics
smoothIncrease(float input, float scaler) constJMGraphics
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() constJMGraphics
translate(float x, float y, float z)JMGraphics
translate(float x, float y)JMGraphics
typedCharactersJMGraphics
width() constJMGraphics
windowJMGraphics
windowHeight()JMGraphics
windowOpen() constJMGraphics
windowPosition(int x, int y) constJMGraphics
windowResized() constJMGraphics
windowWidth()JMGraphics
workAreaHeight() constJMGraphics
workAreaHeight(int monitor) constJMGraphics
workAreaHeight(GLFWmonitor *monitor) constJMGraphics
workAreaWidth() constJMGraphics
workAreaWidth(int monitor) constJMGraphics
workAreaWidth(GLFWmonitor *monitor) constJMGraphics
~JMGraphics() (defined in JMGraphics)JMGraphics