API  1.0.0
CPAccordionView.h
Go to the documentation of this file.
1 
2 @interface CPAccordionView : CPView
3 {
4  CPInteger _dirtyItemIndex;
5  CPView _itemHeaderPrototype;
6 
7  CPMutableArray _items;
8  CPMutableArray _itemViews;
9  CPIndexSet _expandedItemIndexes;
10 }
11 @end
A collection of unique integers.
Definition: CPIndexSet.h:2
Definition: CPView.j:137