RSS

(root)/iphone/common : 61 : Jigs/source/ImageWell.h

« back to all changes in this revision

Viewing changes to Jigs/source/ImageWell.h

Dömötör Gulyás
2010-01-18 09:03:51
Revision ID: dognotdog@gmail.com-20100118080351-ib2knxvk4w8ssw3h
made common a nested tree

Show diffs side-by-side

added added

removed removed

1
 
//
2
 
//  ImageWell.h
3
 
//  Jigs
4
 
//
5
 
//  Created by döme on 11.08.2009.
6
 
//  Copyright 2009 __MyCompanyName__. All rights reserved.
7
 
//
8
 
 
9
 
#import <UIKit/UIKit.h>
10
 
 
11
 
@interface ElImageView : UIView
12
 
{
13
 
        UIImage*        image;
14
 
        float           cornerRadius, borderWidth;
15
 
        UIColor*        borderColor;
16
 
        
17
 
        float           imageAlpha;
18
 
        
19
 
        BOOL            fillView;
20
 
}
21
 
 
22
 
@property(retain) UIImage* image;
23
 
@property(assign) float cornerRadius, borderWidth, imageAlpha;
24
 
@property(retain) UIColor* borderColor;
25
 
 
26
 
@property(assign) BOOL fillView;
27
 
@end
28
 
 
29
 
@interface ImageWell : ElImageView <UINavigationControllerDelegate, UIImagePickerControllerDelegate>
30
 
{       
31
 
        UITextView* instructionsView;
32
 
        
33
 
        NSTimeInterval  touchBeganTime;
34
 
        
35
 
        NSTimer*                pasteTimer;
36
 
        
37
 
        UIImagePickerController*        imagePicker;
38
 
        
39
 
        IBOutlet        id      delegate;
40
 
}
41
 
 
42
 
- (void) showInstructions: (float) time;
43
 
 
44
 
@property(assign) id delegate;
45
 
 
46
 
@end
47
 
 
48
 
@protocol ImageWellDelegate
49
 
- (void) imageWasSelectedInWell: (ImageWell*) well;
50
 
//- (void) fadeInView: (UIView*) view;
51
 
//- (void) fadeOutView: (UIView*) view;
52
 
@end

Loggerhead 1.17 is a web-based interface for Bazaar branches