Mercurial > hg > soniczoomios
comparison QuestionnaireViewController.h @ 31:23ef179c3748
Ben / Christian 0.2
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Fri, 01 Mar 2013 13:28:45 +0000 |
parents | e2c62db1e265 |
children | ab7c86d0f3d8 |
comparison
equal
deleted
inserted
replaced
30:c0a6f7c66719 | 31:23ef179c3748 |
---|---|
25 @property (retain, nonatomic) IBOutlet UIButton *previousButton; | 25 @property (retain, nonatomic) IBOutlet UIButton *previousButton; |
26 | 26 |
27 @property (strong, nonatomic) IBOutlet UIPickerView *picker; | 27 @property (strong, nonatomic) IBOutlet UIPickerView *picker; |
28 | 28 |
29 @property (retain, nonatomic) IBOutlet UITextView *commentText; | 29 @property (retain, nonatomic) IBOutlet UITextView *commentText; |
30 @property (retain, nonatomic) IBOutlet UISegmentedControl *numberChooser; | |
31 @property (retain, nonatomic) IBOutlet UIView *interfacePreferenceOptions; | |
32 @property (retain, nonatomic) IBOutlet UIView *lickertOptions; | |
33 @property (retain, nonatomic) IBOutlet UILabel *pleaseAnswer; | |
30 | 34 |
31 //---------------------------------------------------------------- | 35 //---------------------------------------------------------------- |
36 - (IBAction)answerChosen:(id)sender; | |
37 | |
32 -(IBAction)hide:(id)sender; | 38 -(IBAction)hide:(id)sender; |
33 -(IBAction)show:(id)sender; | 39 -(IBAction)show:(id)sender; |
34 - (IBAction)nextQuestionPressed:(id)sender; | 40 - (IBAction)nextQuestionPressed:(id)sender; |
35 - (IBAction)previousQuestionPressed:(id)sender; | 41 - (IBAction)previousQuestionPressed:(id)sender; |
36 //---------------------------------------------------------------- | 42 //---------------------------------------------------------------- |