#include <cxxtls/viewer.h>
Go to the source code of this file.
Classes | |
class | TableViewer |
A TableViewer is a kind of viewer that shows rows and columns and allows the user to move around within the table. The TableViewer class is meant primarily to be derived from. It handles the basics of table editing without doing anything really useful. You should derive from a TableViewer and implement various methods as needed to do something useful. More... | |
struct | CellInfo |
struct | ColumnInfo |
struct | CursorInfo |
Set the "edit cell" for the table in world coordinates. If the cursor is currently visible and not already at the specified location it will be moved. More... | |
struct | FieldAttributes |
struct | RowInfo |
Namespaces | |
namespace | cxxtls |
The namespace that encapsulates most of the functionality in the CXX toolkit. |