|
ObjectivelyMVC 0.1.0
Object oriented MVC framework for OpenGL, SDL2 and GNU C
|
Tables provide sortable, tabular presentations of data. More...
Classes | |
| struct | TableCellView |
| Each row in a TableView is comprised of TableCellViews. More... | |
| struct | TableColumn |
| Columns provide alignment, spacing and sorting hints for TableView instances. More... | |
| struct | TableHeaderCellView |
| Header cells provide clickable sort handles for TableView instances. More... | |
| struct | TableHeaderView |
| The header row is a specialized TableRow depicting the TableColumn handles. More... | |
| struct | TableRowView |
| Rows for TableViews. More... | |
| struct | TableView |
| TableViews provide sortable, tabular presentations of data. More... | |
| struct | TableViewDataSource |
| The TableView data source protocol. More... | |
| struct | TableViewDelegate |
| The TableView delegate protocol. More... | |