#include <window_manager.hpp>
Definition at line 28 of file window_manager.hpp.
◆ window_manager()
neogfx::window_manager::window_manager |
( |
| ) |
|
◆ ~window_manager()
neogfx::window_manager::~window_manager |
( |
| ) |
|
◆ activate_window()
void neogfx::window_manager::activate_window |
( |
i_window & |
aWindow | ) |
|
|
finalvirtual |
◆ active_window()
i_window & neogfx::window_manager::active_window |
( |
| ) |
const |
|
finalvirtual |
◆ add_window()
void neogfx::window_manager::add_window |
( |
i_window & |
aWindow | ) |
|
|
finalvirtual |
◆ any_strong_windows()
bool neogfx::window_manager::any_strong_windows |
( |
| ) |
const |
|
finalvirtual |
◆ deactivate_window()
void neogfx::window_manager::deactivate_window |
( |
i_window & |
aWindow | ) |
|
|
finalvirtual |
◆ desktop_rect()
rect neogfx::window_manager::desktop_rect |
( |
const i_window & |
aWindow | ) |
const |
|
finalvirtual |
◆ has_window()
bool neogfx::window_manager::has_window |
( |
i_window & |
aWindow | ) |
const |
|
finalvirtual |
◆ hosting_window()
i_window & neogfx::window_manager::hosting_window |
( |
const i_window & |
aNestedWindow | ) |
const |
|
finalvirtual |
◆ is_mouse_button_pressed()
bool neogfx::window_manager::is_mouse_button_pressed |
( |
mouse_button |
aButton | ) |
const |
|
finalvirtual |
◆ mouse_position() [1/2]
point neogfx::window_manager::mouse_position |
( |
| ) |
const |
|
finalvirtual |
◆ mouse_position() [2/2]
point neogfx::window_manager::mouse_position |
( |
const i_window & |
aWindow | ) |
const |
|
finalvirtual |
◆ move_window()
void neogfx::window_manager::move_window |
( |
i_window & |
aWindow, |
|
|
const point & |
aPosition |
|
) |
| |
|
finalvirtual |
◆ remove_window()
void neogfx::window_manager::remove_window |
( |
i_window & |
aWindow | ) |
|
|
finalvirtual |
◆ resize_window()
void neogfx::window_manager::resize_window |
( |
i_window & |
aWindow, |
|
|
const size & |
aExtents |
|
) |
| |
|
finalvirtual |
◆ window()
i_window & neogfx::window_manager::window |
( |
std::size_t |
aIndex | ) |
const |
|
finalvirtual |
◆ window_activated()
bool neogfx::window_manager::window_activated |
( |
| ) |
const |
|
finalvirtual |
◆ window_count()
std::size_t neogfx::window_manager::window_count |
( |
| ) |
const |
|
finalvirtual |
◆ window_rect()
rect neogfx::window_manager::window_rect |
( |
const i_window & |
aWindow | ) |
const |
|
finalvirtual |
◆ z_order()
double neogfx::window_manager::z_order |
( |
const i_window & |
aWindow | ) |
const |
|
finalvirtual |
The documentation for this class was generated from the following file: