Glfwx
0.1.0
C++ wrapper for GLFW
|
This is the complete list of members for Glfwx::Window, including all inherited members.
ANY_RELEASE_BEHAVIOR (defined in Glfwx::Window) | Glfwx::Window | static |
attribute(Attribute id) const | Glfwx::Window | |
Attribute enum name | Glfwx::Window | |
contentScale(float &x, float &y) const | Glfwx::Window | |
context() const | Glfwx::Window | |
createSurface(VkInstance instance, VkAllocationCallbacks *allocator) const | Glfwx::Window | |
EGL_CONTEXT_API (defined in Glfwx::Window) | Glfwx::Window | static |
focus() | Glfwx::Window | |
frame(int &left, int &top, int &right, int &bottom) const | Glfwx::Window | |
framebufferSize(int &width, int &height) const | Glfwx::Window | |
Hint enum name | Glfwx::Window | |
hint(Hint id, int value) | Glfwx::Window | static |
iconify() | Glfwx::Window | |
LOSE_CONTEXT_ON_RESET (defined in Glfwx::Window) | Glfwx::Window | static |
maximize() | Glfwx::Window | |
monitor() const | Glfwx::Window | |
NATIVE_CONTEXT_API (defined in Glfwx::Window) | Glfwx::Window | static |
NO_API (defined in Glfwx::Window) | Glfwx::Window | static |
NO_RESET_NOTIFICATION (defined in Glfwx::Window) | Glfwx::Window | static |
NO_ROBUSTNESS (defined in Glfwx::Window) | Glfwx::Window | static |
onClose() | Glfwx::Window | privatevirtual |
onContentScaleChanged(float x, float y) | Glfwx::Window | privatevirtual |
onFocusChanged(int gained) | Glfwx::Window | privatevirtual |
onFramebufferSizeChanged(int width, int height) | Glfwx::Window | privatevirtual |
onIconifyChanged(int iconified) | Glfwx::Window | privatevirtual |
onMaximizeChanged(int maximized) | Glfwx::Window | privatevirtual |
onPositionChanged(int x, int y) | Glfwx::Window | privatevirtual |
onRefresh() | Glfwx::Window | privatevirtual |
onSizeChanged(int width, int height) | Glfwx::Window | privatevirtual |
OPENGL_ANY_PROFILE (defined in Glfwx::Window) | Glfwx::Window | static |
OPENGL_API (defined in Glfwx::Window) | Glfwx::Window | static |
OPENGL_COMPAT_PROFILE (defined in Glfwx::Window) | Glfwx::Window | static |
OPENGL_CORE_PROFILE (defined in Glfwx::Window) | Glfwx::Window | static |
OPENGL_ES_API (defined in Glfwx::Window) | Glfwx::Window | static |
OSMESA_CONTEXT_API (defined in Glfwx::Window) | Glfwx::Window | static |
position(int &x, int &y) const | Glfwx::Window | |
processEvents() | Glfwx::Window | |
RELEASE_BEHAVIOR_FLUSH (defined in Glfwx::Window) | Glfwx::Window | static |
RELEASE_BEHAVIOR_NONE (defined in Glfwx::Window) | Glfwx::Window | static |
resetHints() | Glfwx::Window | static |
restore() | Glfwx::Window | |
setAspectRatio(int n, int d) | Glfwx::Window | |
setAttribute(Attribute id, int value) | Glfwx::Window | |
setContext(void *context) | Glfwx::Window | |
setIcon(std::vector< GLFWimage > images=std::vector< GLFWimage >()) | Glfwx::Window | |
setMonitor(GLFWmonitor *monitor, int x, int y, int width, int height, int refreshRate) | Glfwx::Window | |
setPosition(int x, int y) | Glfwx::Window | |
setSize(int width, int height) | Glfwx::Window | |
setSizeLimits(int minWidth=-1, int minHeight=-1, int maxWidth=-1, int maxHeight=-1) | Glfwx::Window | |
setTitle(char const *title) | Glfwx::Window | |
show(bool shown=true) | Glfwx::Window | |
size(int &width, int &height) const | Glfwx::Window | |
waitEvents() | Glfwx::Window | |
Window(int width, int height, char const *title, Monitor *monitor=nullptr, GLFWwindow *share=nullptr) | Glfwx::Window | |
~Window() | Glfwx::Window | virtual |