|
ObjectivelyMVC 0.1.0
Object oriented MVC framework for OpenGL, SDL2 and GNU C
|
The CollectionView delegate protocol. More...
#include <CollectionView.h>
Data Fields | |
| void(* | didModifySelection )(CollectionView *collectionView, const Array *selectionIndexPaths) |
| Called by the CollectionView when items are selected or deselected. More... | |
| CollectionItemView *(* | itemForObjectAtIndexPath )(const CollectionView *collectionView, const IndexPath *indexPath) |
| Called by the CollectionView to instantiate items. More... | |
| ident | self |
| The delegate self-reference. More... | |
The CollectionView delegate protocol.
Definition at line 89 of file CollectionView.h.
| void(* CollectionViewDelegate::didModifySelection) (CollectionView *collectionView, const Array *selectionIndexPaths) |
Called by the CollectionView when items are selected or deselected.
| collectionView | The CollectionView. |
| selectionIndexPaths | The index paths of the current selection. |
Definition at line 102 of file CollectionView.h.
| CollectionItemView *(* CollectionViewDelegate::itemForObjectAtIndexPath) (const CollectionView *collectionView, const IndexPath *indexPath) |
Called by the CollectionView to instantiate items.
| collectionView | The CollectionView. |
| indexPath | The index path. |
Definition at line 110 of file CollectionView.h.
| ident CollectionViewDelegate::self |
The delegate self-reference.
Definition at line 94 of file CollectionView.h.