|
ObjectivelyMVC 0.1.0
Object oriented MVC framework for OpenGL, SDL2 and GNU C
|
The CollectionView type. More...
#include <Objectively/IndexPath.h>#include <ObjectivelyMVC/Control.h>#include <ObjectivelyMVC/CollectionItemView.h>#include <ObjectivelyMVC/ScrollView.h>Go to the source code of this file.
Data Structures | |
| struct | CollectionView |
| CollectionViews display items in a grid. More... | |
| struct | CollectionViewDataSource |
| The CollectionView data source protocol. More... | |
| struct | CollectionViewDelegate |
| The CollectionView delegate protocol. More... | |
Enumerations | |
| enum | CollectionViewAxis { CollectionViewAxisVertical , CollectionViewAxisHorizontal } |
| Axis constants for specifying a CollectionView's primary layout direction. More... | |
Functions | |
| OBJECTIVELYMVC_EXPORT Class * | _CollectionView (void) |
Variables | |
| OBJECTIVELYMVC_EXPORT const EnumName | CollectionViewAxisNames [] |
The CollectionView type.
Definition in file CollectionView.h.
| OBJECTIVELYMVC_EXPORT Class * _CollectionView | ( | void | ) |
Definition at line 542 of file CollectionView.c.
| OBJECTIVELYMVC_EXPORT const EnumName CollectionViewAxisNames[] |
Definition at line 51 of file CollectionView.h.