Instead of burdening the include/cursorwindow file with these messy implementation details, they are encapsulated in this nested type which is not implemented in the aforenamed header. More...

Public Types | |
| typedef rep_type::iterator | iterator |
| typedef CursorWindow::Selection::rep_type | rep_type |
Public Member Functions | |
| void | compute_page_info (viewport *v) |
| void | draw_current_line (std::auto_ptr< viewport > &v, bool highlighted) |
| void | draw_current_line (viewport *v, bool highlighted) |
Public Attributes | |
| int | actual_height_ |
| int | actual_width_ |
| size_t | auto_complete_column_ |
| iterator | begin_ |
| iterator | current_line_ |
| int | desired_height_ |
| int | desired_width_ |
| iterator | end_ |
| int | input_col_ |
| int | input_row_ |
| iterator | page_bottom_ |
| iterator | page_top_ |
| string | title_ |
| int | title_col_ |
| int | title_row_ |
Instead of burdening the include/cursorwindow file with these messy implementation details, they are encapsulated in this nested type which is not implemented in the aforenamed header.
Definition at line 3055 of file cursorwindow.cxx.
| typedef rep_type::iterator iterator |
Definition at line 3065 of file cursorwindow.cxx.
Definition at line 3064 of file cursorwindow.cxx.
| void compute_page_info | ( | viewport * | v | ) |
Definition at line 3096 of file cursorwindow.cxx.


| void draw_current_line | ( | std::auto_ptr< viewport > & | v, | |
| bool | highlighted | |||
| ) |
Definition at line 3208 of file cursorwindow.cxx.
| void draw_current_line | ( | viewport * | v, | |
| bool | highlighted | |||
| ) |
Definition at line 3161 of file cursorwindow.cxx.


| int actual_height_ |
Definition at line 3072 of file cursorwindow.cxx.
| int actual_width_ |
Definition at line 3071 of file cursorwindow.cxx.
| size_t auto_complete_column_ |
Definition at line 3087 of file cursorwindow.cxx.
Definition at line 3079 of file cursorwindow.cxx.
Definition at line 3077 of file cursorwindow.cxx.
| int desired_height_ |
Definition at line 3070 of file cursorwindow.cxx.
| int desired_width_ |
Definition at line 3069 of file cursorwindow.cxx.
Definition at line 3080 of file cursorwindow.cxx.
| int input_col_ |
Definition at line 3085 of file cursorwindow.cxx.
| int input_row_ |
Definition at line 3084 of file cursorwindow.cxx.
Definition at line 3075 of file cursorwindow.cxx.
Definition at line 3074 of file cursorwindow.cxx.
Definition at line 3067 of file cursorwindow.cxx.
| int title_col_ |
Definition at line 3082 of file cursorwindow.cxx.
| int title_row_ |
Definition at line 3083 of file cursorwindow.cxx.
1.6.3