#include <desktop.h>
Inheritance diagram for desktop:

Public Member Functions | |
| desktop (window_handle parent, const c_rectangle &desktop_view, c_rectangle_warper::origin_vertex view_corner=c_rectangle_warper::BOTTOM_LEFT) | |
| ~desktop () | |
| c_point | device_to_view (const c_point &in_device) const |
| c_point | view_to_device (const c_point &in_view) const |
| c_rectangle | device_to_view (const c_rectangle &in_device) const |
| c_rectangle | view_to_device (const c_rectangle &in_view) const |
| c_rectangle | device_coordinate_system () const |
| c_rectangle | view_coordinate_system () const |
| const c_rectangle_warper & | warper () const |
Definition at line 38 of file desktop.h.
| desktop::desktop | ( | window_handle | parent, | |
| const c_rectangle & | desktop_view, | |||
| c_rectangle_warper::origin_vertex | view_corner = c_rectangle_warper::BOTTOM_LEFT | |||
| ) |
Definition at line 28 of file desktop.cpp.
| desktop::~desktop | ( | ) |
| c_point desktop::device_to_view | ( | const c_point & | in_device | ) | const |
Definition at line 48 of file desktop.cpp.
Referenced by manager::device_to_universe(), and query_desktop().
| c_point desktop::view_to_device | ( | const c_point & | in_view | ) | const |
Definition at line 51 of file desktop.cpp.
Referenced by manager::device_to_universe(), manager::dimensions(), query_desktop(), query_manager(), and manager::universe_to_device().
| c_rectangle desktop::device_to_view | ( | const c_rectangle & | in_device | ) | const |
Definition at line 54 of file desktop.cpp.
| c_rectangle desktop::view_to_device | ( | const c_rectangle & | in_view | ) | const |
Definition at line 57 of file desktop.cpp.
| c_rectangle desktop::device_coordinate_system | ( | ) | const |
| c_rectangle desktop::view_coordinate_system | ( | ) | const |
| const c_rectangle_warper & desktop::warper | ( | ) | const |
Definition at line 40 of file desktop.cpp.
1.5.1