#include <monitorWindow.h>
Class diagram for MonitorWindow:
Public Members | |||
![]() | ![]() | MonitorWindow () | |
![]() | ![]() | bool | open_and_resize (Monitor*) |
![]() | ![]() | void | close () |
![]() | ![]() | void | adjust_after_resize () |
![]() | ![]() | void | full_redraw () |
Protected Members | |||
![]() | ![]() | Monitor* | my_monitor () |
![]() | ![]() | int | initial_left (), initial_top(), initial_width(), initial_height() |
![]() | ![]() | char* | compute_window_name () |
![]() | ![]() | char* | compute_display_name () |
![]() | ![]() | Monitor* | _m |
MonitorWindow::MonitorWindow () |
bool MonitorWindow::open_and_resize (Monitor * m) |
void MonitorWindow::close () [virtual]
|
Reimplemented from PlatformWindow.
void MonitorWindow::adjust_after_resize () [virtual]
|
Reimplemented from PlatformWindow.
void MonitorWindow::full_redraw () [virtual]
|
Reimplemented from PlatformWindow.
Monitor * MonitorWindow::my_monitor () [inline, protected]
|
int MonitorWindow::initial_left () [protected]
|
char * MonitorWindow::compute_window_name () [protected]
|
char * MonitorWindow::compute_display_name () [protected]
|
Monitor* MonitorWindow::_m [protected]
|