Mercurial > hg > soniczoomios
comparison QuestionnaireViewController.h @ 32:ab7c86d0f3d8
V0.3 SZBeta sent out. bristol tests.
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Fri, 08 Mar 2013 14:54:55 +0000 |
parents | 23ef179c3748 |
children |
comparison
equal
deleted
inserted
replaced
31:23ef179c3748 | 32:ab7c86d0f3d8 |
---|---|
37 | 37 |
38 -(IBAction)hide:(id)sender; | 38 -(IBAction)hide:(id)sender; |
39 -(IBAction)show:(id)sender; | 39 -(IBAction)show:(id)sender; |
40 - (IBAction)nextQuestionPressed:(id)sender; | 40 - (IBAction)nextQuestionPressed:(id)sender; |
41 - (IBAction)previousQuestionPressed:(id)sender; | 41 - (IBAction)previousQuestionPressed:(id)sender; |
42 -(void)unlockAll; | |
42 //---------------------------------------------------------------- | 43 //---------------------------------------------------------------- |
43 - (void)setAppRef:(id)theOFApp; | 44 - (void)setAppRef:(id)theOFApp; |
44 - (void)populateQuestionArray; | 45 - (void)populateQuestionArray; |
45 - (void)loadQuestion:(NSInteger)questionIndex; | 46 - (void)loadQuestion:(NSInteger)questionIndex; |
46 //---------------------------------------------------------------- | 47 //---------------------------------------------------------------- |