CG-Project2
Loading...
Searching...
No Matches
ogl::Window Member List

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

addClearMask(const unsigned int &val) (defined in ogl::Window)ogl::Windowinline
begin() override (defined in ogl::Window)ogl::Windowvirtual
end() override (defined in ogl::Window)ogl::Windowvirtual
execCursorPosCallback(GLFWwindow *context, const double &xpos, const double &ypos) (defined in ogl::Window)ogl::Window
execKeysCallback(GLFWwindow *context, const int &key, const int &code, const int &action, const int &mods) (defined in ogl::Window)ogl::Window
execMouseButtonCallback(GLFWwindow *context, const int &button, const int &action, const int &mods) (defined in ogl::Window)ogl::Window
execResizeCallback(GLFWwindow *context, const int &width, const int &height) (defined in ogl::Window)ogl::Window
getContext() const (defined in ogl::Window)ogl::Windowinline
getHeight() const (defined in ogl::Window)ogl::Windowinline
getName() const (defined in ogl::Layer)ogl::Layerinline
getSize() const (defined in ogl::Window)ogl::Windowinline
getWidth() const (defined in ogl::Window)ogl::Windowinline
isAttached() const (defined in ogl::Layer)ogl::Layerinline
isVsyncEnabled() const (defined in ogl::Window)ogl::Window
Layer(const std::string &name) (defined in ogl::Layer)ogl::Layerinline
Layer() (defined in ogl::Layer)ogl::Layerinline
Layer(const Layer &other)=delete (defined in ogl::Layer)ogl::Layer
m_attached (defined in ogl::Layer)ogl::Layerprotected
m_name (defined in ogl::Layer)ogl::Layerprotected
onAttach() override (defined in ogl::Window)ogl::Windowvirtual
onDetach() override (defined in ogl::Window)ogl::Windowvirtual
onRender() override (defined in ogl::Window)ogl::Windowvirtual
onUpdate() override (defined in ogl::Window)ogl::Windowvirtual
setCursorPosCallback(std::function< void(GLFWwindow *, double, double)> &&func) (defined in ogl::Window)ogl::Window
setHeight(const float &val) (defined in ogl::Window)ogl::Windowinline
setKeysCallback(std::function< void(GLFWwindow *, int, int, int, int)> &&func) (defined in ogl::Window)ogl::Window
setMouseButtonCallback(std::function< void(GLFWwindow *, int, int, int)> &&func) (defined in ogl::Window)ogl::Window
setResizeCallback(std::function< void(GLFWwindow *, int, int)> &&func) (defined in ogl::Window)ogl::Window
setWidth(const float &val) (defined in ogl::Window)ogl::Windowinline
toggleVsync() (defined in ogl::Window)ogl::Window
Window(const WindowSettings &settings) (defined in ogl::Window)ogl::Window
Window()=delete (defined in ogl::Window)ogl::Window
~Layer()=default (defined in ogl::Layer)ogl::Layervirtual
~Window()=default (defined in ogl::Window)ogl::Window