RSS

(root)/iphone/tappity : 49 : tappity/source/TappityAppDelegate.h

To get this branch, use:
bzr branch /browse/iphone/tappity

« back to all changes in this revision

Viewing changes to tappity/source/TappityAppDelegate.h

Dömötör Gulyás
2009-10-28 22:34:56
Revision ID: dognotdog@gmail.com-20091028213456-9pjbddhboknsf5w8
tappity now no longer eating some events

Show diffs side-by-side

added added

removed removed

10
10
 
11
11
#import "BonjourBrowser.h"
12
12
 
13
 
@class TappityViewController, BonjourBrowser, TappityClient, TappityView;
 
13
@class BonjourBrowser, TappityClient, TappityView;
14
14
 
15
15
@interface TappityAppDelegate : NSObject <UIApplicationDelegate, BonjourBrowserDelegate>
16
16
{
17
17
    UIWindow*                           window;
18
18
        BonjourBrowser*                 browser;
19
 
    TappityViewController*      viewController;
20
19
        TappityClient*                  tapClient;
21
20
        TappityView*                    tapView;
 
21
        
 
22
        UIView*         settingsView;
 
23
        UISwitch*       touchSwitch;
 
24
        UISwitch*       accelerationSwitch;
 
25
        UISwitch*       compassSwitch;
 
26
        UISwitch*       locationSwitch;
 
27
        UISwitch*       feedbackSwitch;
22
28
}
23
29
 
24
30
@property (nonatomic, retain) IBOutlet UIWindow *window;
25
 
@property (nonatomic, retain) IBOutlet TappityViewController *viewController;
 
31
 
 
32
@property (nonatomic, retain) IBOutlet UIView* settingsView;
 
33
@property (nonatomic, retain) IBOutlet UISwitch* touchSwitch;
 
34
@property (nonatomic, retain) IBOutlet UISwitch* accelerationSwitch;
 
35
@property (nonatomic, retain) IBOutlet UISwitch* compassSwitch;
 
36
@property (nonatomic, retain) IBOutlet UISwitch* locationSwitch;
 
37
@property (nonatomic, retain) IBOutlet UISwitch* feedbackSwitch;
 
38
 
 
39
- (IBAction) letsGo: (id) sender;
26
40
 
27
41
@end
28
42
 

Loggerhead 1.17 is a web-based interface for Bazaar branches