ObjectivelyMVC 0.1.0
Object oriented MVC framework for OpenGL, SDL2 and GNU C
|
TableViews provide sortable, tabular presentations of data. More...
#include <Objectively/IndexSet.h>
#include <Objectively/MutableArray.h>
#include <ObjectivelyMVC/Control.h>
#include <ObjectivelyMVC/ScrollView.h>
#include <ObjectivelyMVC/StackView.h>
#include <ObjectivelyMVC/TableCellView.h>
#include <ObjectivelyMVC/TableColumn.h>
#include <ObjectivelyMVC/TableHeaderView.h>
#include <ObjectivelyMVC/TableRowView.h>
Go to the source code of this file.
Data Structures | |
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... | |
Functions | |
OBJECTIVELYMVC_EXPORT Class * | _TableView (void) |
TableViews provide sortable, tabular presentations of data.
Definition in file TableView.h.
OBJECTIVELYMVC_EXPORT Class * _TableView | ( | void | ) |
Definition at line 608 of file TableView.c.