source: gs2-extensions/iOs-3.x/trunk/Classes/PrefCascadeView.h@ 22603

Last change on this file since 22603 was 22603, checked in by davidb, 14 years ago

Initial cut as iOs 3.x version of Greenstone2.app

File size: 530 bytes
Line 
1
2#import "PrefView.h"
3
4#import "MenuCascadeView.h"
5
6@interface PrefCascadeView: MenuCascadeView
7{
8 NSMutableArray* _prefViews;
9}
10
11-(id) initWithFrame:(CGRect)rect withParent:(UIView*)parent
12 withCollection:(NSString*)collection withTitle:(NSString*)title withGID:(NSString*)gid;
13
14-(UIView*) directEntry:(int)rowId;
15
16-(void) appendMenuItem: (NSObject*) app withItem:(NSString*)item_label withGID:(NSString*)childGID;
17
18-(void) tableRowSelected:(NSNotification*)notification;
19
20-(void) dealloc;
21
22@end
23
Note: See TracBrowser for help on using the repository browser.