Public Member Functions | |
bool | handle_event (input_event const *e, viewport *vp) |
void | help () |
void | paint (viewport *vp, int cmd) |
void | paint_row (viewport *vp, int row, size_t line, bool show_highlights=true) |
Public Attributes | |
size_t | cur_line_ |
int | first_row_ |
bool | is_active_ |
int | left_margin_ |
dir_rep | lines_ |
FileName | local_directory_ |
ViewerManager * | manager_ |
size_t | page_top_ |
string | password_ |
FileName | remote_directory_ |
string | remote_host_ |
string | search_ |
string | userid_ |
int | visible_rows_ |
Static Public Attributes | |
static viewer_map | active_viewers_ |
Definition at line 66 of file ftpviewer.cxx.
bool handle_event | ( | input_event const * | e, | |
viewport * | vp | |||
) |
void help | ( | ) |
void paint | ( | viewport * | vp, | |
int | cmd | |||
) |
void paint_row | ( | viewport * | vp, | |
int | row, | |||
size_t | line, | |||
bool | show_highlights = true | |||
) |
Definition at line 293 of file ftpviewer.cxx.
viewer_map active_viewers_ [static] |
Definition at line 83 of file ftpviewer.cxx.
size_t cur_line_ |
Definition at line 94 of file ftpviewer.cxx.
int first_row_ |
Definition at line 95 of file ftpviewer.cxx.
bool is_active_ |
Definition at line 92 of file ftpviewer.cxx.
int left_margin_ |
Definition at line 98 of file ftpviewer.cxx.
Definition at line 91 of file ftpviewer.cxx.
Definition at line 86 of file ftpviewer.cxx.
Definition at line 85 of file ftpviewer.cxx.
size_t page_top_ |
Definition at line 93 of file ftpviewer.cxx.
Definition at line 90 of file ftpviewer.cxx.
Definition at line 87 of file ftpviewer.cxx.
Definition at line 88 of file ftpviewer.cxx.
Definition at line 97 of file ftpviewer.cxx.
Definition at line 89 of file ftpviewer.cxx.
int visible_rows_ |
Definition at line 96 of file ftpviewer.cxx.