AGL
A graphics library
agl::Window Member List

This is the complete list of members for agl::Window, including all inherited members.

background(const glm::vec3 &color)agl::Windowprotected
camera (defined in agl::Window)agl::Windowprotected
cameraEnabled() constagl::Windowinlineprotected
draw()agl::Windowinlineprotectedvirtual
dt() constagl::Windowprotected
elapsedTime() constagl::Windowprotected
height() constagl::Windowprotected
keyDown(int key, int mods)agl::Windowinlineprotectedvirtual
keyIsDown(int key) constagl::Windowprotected
keyUp(int key, int mods)agl::Windowinlineprotectedvirtual
lookAt(const glm::vec3 &camPos, const glm::vec3 &camLook, const glm::vec3 &up=glm::vec3(0, 1, 0))agl::Windowprotected
mouseDown(int button, int mods)agl::Windowinlineprotectedvirtual
mouseIsDown(int button) constagl::Windowprotected
mouseMotion(int x, int y, int dx, int dy)agl::Windowinlineprotectedvirtual
mousePosition() constagl::Windowprotected
mouseUp(int button, int mods)agl::Windowinlineprotectedvirtual
noLoop()agl::Windowprotected
ortho(float minx, float maxx, float miny, float maxy, float minz, float maxz)agl::Windowprotected
perspective(float fovRadians, float aspect, float near, float far)agl::Windowprotected
renderer (defined in agl::Window)agl::Windowprotected
resize(int width, int height)agl::Windowinlineprotectedvirtual
run()agl::Window
screenshot(const std::string &filename)agl::Window
scroll(float dx, float dy)agl::Windowinlineprotectedvirtual
setCameraEnabled(bool on)agl::Windowinlineprotected
setup()agl::Windowinlineprotectedvirtual
setupOrthoScene(const glm::vec3 &center, const glm::vec3 &dim)agl::Windowprotected
setupPerspectiveScene(const glm::vec3 &center, const glm::vec3 &dim)agl::Windowprotected
setWindowSize(int w, int h)agl::Windowprotected
width() constagl::Windowprotected
Window()agl::Window
~Window() (defined in agl::Window)agl::Windowvirtual