source: gs2-extensions/iOS-1.x/trunk/PrefCascadeView.h@ 28647

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

Original version of Greenstone2 app for iPhone/iPod-touch

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.