This is the complete list of members for ven::Window, including all inherited members.
| createWindow(uint32_t width, uint32_t height, const std::string &title) | ven::Window | |
| createWindowSurface(VkInstance instance, VkSurfaceKHR *surface) const | ven::Window | |
| framebufferResizeCallback(GLFWwindow *window, int width, int height) | ven::Window | privatestatic |
| getExtent() const | ven::Window | inline |
| getGLFWindow() const | ven::Window | inline |
| m_framebufferResized | ven::Window | private |
| m_height | ven::Window | private |
| m_width | ven::Window | private |
| m_window | ven::Window | private |
| operator=(const Window &)=delete | ven::Window | |
| operator=(Window &&)=delete | ven::Window | |
| resetWindowResizedFlag() | ven::Window | inline |
| setFullscreen(bool fullscreen, uint32_t width, uint32_t height) | ven::Window | |
| setWindowIcon(const std::string &path) | ven::Window | |
| wasWindowResized() const | ven::Window | inline |
| Window(const uint32_t width=DEFAULT_WIDTH, const uint32_t height=DEFAULT_HEIGHT) | ven::Window | inlineexplicit |
| Window(const Window &)=delete | ven::Window | |
| Window(Window &&)=delete | ven::Window | |
| ~Window() | ven::Window | inline |