DisplayList Class Reference
This file defines a viewer program that uses a cursor window to display files, directories -- even remotely using ftp. It is not a real viewer because you can't go from a directory to looking at the files in it, for example. It is more of an example of how to do the basics.
More...
List of all members.
Detailed Description
This file defines a viewer program that uses a cursor window to display files, directories -- even remotely using ftp. It is not a real viewer because you can't go from a directory to looking at the files in it, for example. It is more of an example of how to do the basics.
A DisplayList holds the items to be displayed -- it must be not contain tabs or special characters that would mess up the curses display. Use StrTool::expand_tabs() to eliminate tabs, and process the data yourself to eliminate other invalid characters.
Definition at line 51 of file v.cxx.
Member Typedef Documentation
Definition at line 63 of file v.cxx.
typedef list<string> rep_t |
Definition at line 62 of file v.cxx.
Constructor & Destructor Documentation
Definition at line 72 of file v.cxx.
Member Function Documentation
Definition at line 77 of file v.cxx.
Definition at line 78 of file v.cxx.
Definition at line 80 of file v.cxx.
Definition at line 89 of file v.cxx.
Member Data Documentation
Definition at line 67 of file v.cxx.
Definition at line 68 of file v.cxx.
The documentation for this class was generated from the following file: