This file defines the class, Viewer -- which is the one of the highest level text windowing application interfaces. More...
#include <cxxtls/cursorwindow.h>
#include <memory>
#include <vector>
#include <list>
Go to the source code of this file.
Classes | |
class | ListViewer |
A ListViewer is a simplified version of the generic Viewer interface. It only handles the viewing/editing of lists of strings. Each string is presented in vertical list form -- one string per line. More... | |
struct | policies |
An abstract base class definining the list of strings to to be displayed/edited and a command handler. The command handler must not do any displaying of its own. More... | |
class | Viewer |
Before directly using any of the classes in this file, you should consider reading text_windows. More... | |
Namespaces | |
namespace | cxxtls |
The namespace that encapsulates most of the functionality in the CXX toolkit. |
This file defines the class, Viewer -- which is the one of the highest level text windowing application interfaces.
Before directly using any of the classes in this file, you should consider reading text_windows.
Definition in file viewer.h.