equal
deleted
inserted
replaced
29 @property (nonatomic,retain) PopoverMenuViewController *popupMenu; |
29 @property (nonatomic,retain) PopoverMenuViewController *popupMenu; |
30 |
30 |
31 -(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event; |
31 -(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event; |
32 -(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event; |
32 -(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event; |
33 -(void) touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event; |
33 -(void) touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event; |
|
34 -(void) touchesCancelled:(NSSet *)touches withEvent:(UIEvent *)event; |
34 |
35 |
35 -(IBAction) buttonReleased:(id) sender; |
36 -(IBAction) buttonReleased:(id) sender; |
36 -(IBAction) buttonPressed:(id) sender; |
37 -(IBAction) buttonPressed:(id) sender; |
37 |
38 |
38 -(void) showPopover; |
39 -(void) showPopover; |