|
ObjectivelyMVC 0.1.0
Object oriented MVC framework for OpenGL, SDL2 and GNU C
|
The CollectionView data source protocol. More...
#include <CollectionView.h>
Data Fields | |
| size_t(* | numberOfItems )(const CollectionView *collectionView) |
| ident(* | objectForItemAtIndexPath )(const CollectionView *collectionView, const IndexPath *indexPath) |
| Called by the CollectionView for the associated object of an item. More... | |
| ident | self |
| The data source self-reference. More... | |
The CollectionView data source protocol.
Definition at line 63 of file CollectionView.h.
| size_t(* CollectionViewDataSource::numberOfItems) (const CollectionView *collectionView) |
| collectionView | The CollectionView. |
Definition at line 74 of file CollectionView.h.
| ident(* CollectionViewDataSource::objectForItemAtIndexPath) (const CollectionView *collectionView, const IndexPath *indexPath) |
Called by the CollectionView for the associated object of an item.
| collectionView | The CollectionView. |
| indexPath | The index path. |
Definition at line 82 of file CollectionView.h.
| ident CollectionViewDataSource::self |
The data source self-reference.
Definition at line 68 of file CollectionView.h.