This file implements the body of the FTPviewer class members. More...
#include <cxxtls/ftpviewer.h>#include <cxxtls/ftp.h>#include <cxxtls/viewermanager.h>#include <vector>#include <list>#include <cxxtls/file.h>#include <portable_io.h>#include <cxxtls/strtool.h>#include <cxxtls/cursesinterface.h>
Go to the source code of this file.
Classes | |
| struct | Impl |
Namespaces | |
| namespace | cxxtls |
The namespace that encapsulates most of the functionality in the CXX toolkit. | |
Typedefs | |
| typedef CursorWindow::Dialog | dialog |
| typedef std::vector < FTP::FileInfo > | dir_rep |
| typedef FTP::FileInfo | file_info |
| typedef std::list< file_info > | fileinfo_list |
| typedef FileName::sorted_names_t | filename_list |
| typedef CursorWindow::input_event | input_event |
| typedef CursorWindow::Message | message |
| typedef dialog::Ok | ok_field |
| typedef dialog::Password | password_field |
| typedef CursorWindow::Selection | selection |
| typedef dialog::String | string_field |
| typedef std::map< string, FTPviewer * > | viewer_map |
This file implements the body of the FTPviewer class members.
Definition in file ftpviewer.cxx.
1.6.3