tbx
0.7.3
|
Convenience template to return an item of a collection as the value for a view. More...
#include <viewvalue.h>
Public Member Functions | |
IndexItemViewValue (const C &collection) | |
Construct with collection to index. | |
virtual T | value (unsigned int index) const |
Return value for given index. | |
Convenience template to return an item of a collection as the value for a view.
T is the type to return C is the collection to return it from