This class holds the actual viewport specific data. More...

Public Member Functions | |
| row_col | origin () |
| return the origin of a window in character cells after removing the WScale factor | |
| port (CursorWindow *w, viewport::repaint_handler *h, viewport::position p) | |
| row_col | size () |
| return the size of a window in character cells after removing the WScale factor | |
Public Attributes | |
| row_col | curpos_ |
| int | current_attribute_ |
| repaint_handler * | handler_ |
| viewport::position | position_ |
| row_col | scaled_origin_ |
| row_col | scaled_size_ |
| CursorWindow * | window_ |
This class holds the actual viewport specific data.
Definition at line 65 of file cursorwindow.cxx.
| port | ( | CursorWindow * | w, | |
| viewport::repaint_handler * | h, | |||
| viewport::position | p | |||
| ) |
| row_col origin | ( | ) |
return the origin of a window in character cells after removing the WScale factor
Definition at line 105 of file cursorwindow.cxx.
| row_col size | ( | ) |
return the size of a window in character cells after removing the WScale factor
Definition at line 92 of file cursorwindow.cxx.
| row_col curpos_ |
Definition at line 71 of file cursorwindow.cxx.
| int current_attribute_ |
Definition at line 73 of file cursorwindow.cxx.
| repaint_handler* handler_ |
Definition at line 74 of file cursorwindow.cxx.
| viewport::position position_ |
Definition at line 75 of file cursorwindow.cxx.
| row_col scaled_origin_ |
Definition at line 69 of file cursorwindow.cxx.
| row_col scaled_size_ |
Definition at line 70 of file cursorwindow.cxx.
| CursorWindow* window_ |
Definition at line 72 of file cursorwindow.cxx.
1.6.3