source: gs2-extensions/iOS-1.x/trunk/QueryCascadeView.h

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

Original version of Greenstone2 app for iPhone/iPod-touch

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