v.cxx File Reference
#include <cxxtls/file.h>
#include <cxxtls/ftp.h>
#include <cxxtls/cursorwindow.h>
#include <cxxtls/strtool.h>
#include <iostream>
#include <stdlib.h>
#include <portable_io.h>
#include <fstream>
#include <portable_strstream.h>
Go to the source code of this file.
Classes |
class | DisplayList |
| 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...
|
class | ResizeHandler |
| This class implements the resize hander needed to repaint the display window when its size changes. Note that this class is needed because viewports are not used in this example program. If you were using viewports, their individual repaint handlers would do the trick -- of course you might need a ResizeHandler to inforce your own resize policy on the subwindows. The default one does nothing. More...
|
Functions |
int | main (int argc, char **argv) |
static void | readfile (FileName const &f, DisplayList &l) |
Variables |
static char | binary_char = '#' |
Function Documentation
int main |
( |
int |
argc, |
|
|
char ** |
argv | |
|
) |
| | |
Variable Documentation