CG-Project2
|
This is the complete list of members for ogl::Window, including all inherited members.
addClearMask(const unsigned int &val) (defined in ogl::Window) | ogl::Window | inline |
begin() override (defined in ogl::Window) | ogl::Window | virtual |
end() override (defined in ogl::Window) | ogl::Window | virtual |
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::Window | inline |
getHeight() const (defined in ogl::Window) | ogl::Window | inline |
getName() const (defined in ogl::Layer) | ogl::Layer | inline |
getSize() const (defined in ogl::Window) | ogl::Window | inline |
getWidth() const (defined in ogl::Window) | ogl::Window | inline |
isAttached() const (defined in ogl::Layer) | ogl::Layer | inline |
isVsyncEnabled() const (defined in ogl::Window) | ogl::Window | |
Layer(const std::string &name) (defined in ogl::Layer) | ogl::Layer | inline |
Layer() (defined in ogl::Layer) | ogl::Layer | inline |
Layer(const Layer &other)=delete (defined in ogl::Layer) | ogl::Layer | |
m_attached (defined in ogl::Layer) | ogl::Layer | protected |
m_name (defined in ogl::Layer) | ogl::Layer | protected |
onAttach() override (defined in ogl::Window) | ogl::Window | virtual |
onDetach() override (defined in ogl::Window) | ogl::Window | virtual |
onRender() override (defined in ogl::Window) | ogl::Window | virtual |
onUpdate() override (defined in ogl::Window) | ogl::Window | virtual |
setCursorPosCallback(std::function< void(GLFWwindow *, double, double)> &&func) (defined in ogl::Window) | ogl::Window | |
setHeight(const float &val) (defined in ogl::Window) | ogl::Window | inline |
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::Window | inline |
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::Layer | virtual |
~Window()=default (defined in ogl::Window) | ogl::Window |