better encapsulate the collapsed group values

This commit is contained in:
Mitchell Livingston
2008-02-07 16:20:24 +00:00
parent 940ac6a52a
commit dd0bf1fa8f
4 changed files with 14 additions and 16 deletions

View File

@@ -51,7 +51,7 @@
NSTimer * fPiecesBarTimer;
}
- (NSIndexSet *) collapsedGroupsIndexes;
- (BOOL) isGroupCollapsed: (int) value;
- (void) removeCollapsedGroup: (int) value;
- (void) removeAllCollapsedGroups;