#include <WindowManager.hpp>
A singleton that manages window events
Definition at line 15 of file WindowManager.hpp.
◆ WindowList
◆ ~WindowManager()
WindowManager::~WindowManager |
( |
| ) |
|
◆ WindowManager()
WindowManager::WindowManager |
( |
| ) |
|
|
private |
◆ attach()
◆ begin()
WindowManager::WindowList::iterator WindowManager::begin |
( |
| ) |
|
◆ cbegin()
WindowManager::WindowList::const_iterator WindowManager::cbegin |
( |
| ) |
const |
Iterate over the windows attached to the WindowManager
- Returns
- A const iterator to the beginning of the window list.
Definition at line 85 of file WindowManager.cpp.
◆ cend()
WindowManager::WindowList::const_iterator WindowManager::cend |
( |
| ) |
const |
- Returns
- A const iterator to the end of the window list.
Definition at line 90 of file WindowManager.cpp.
◆ close()
quori_face::WindowManager::close |
( |
const Window::Ptr & |
window | ) |
|
Close a given window
- Parameters
-
window | The window to close |
◆ detach()
◆ end()
WindowManager::WindowList::iterator WindowManager::end |
( |
| ) |
|
- Returns
- An iterator to the end of the window list.
Definition at line 80 of file WindowManager.cpp.
◆ lookupByHandle()
Window::Ptr WindowManager::lookupByHandle |
( |
const GLFWwindow *const |
handle | ) |
const |
Given a GLFW handle, return a pointer to the window object that's attached to the WindowManager.
- Parameters
-
handle | The handle to look up |
Definition at line 65 of file WindowManager.cpp.
◆ ref()
◆ windows_
The documentation for this class was generated from the following files: