comparison TopButtonViewController.mm @ 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 fabb3a5cdfc9
children a42903c61558
comparison
equal deleted inserted replaced
31:23ef179c3748 32:ab7c86d0f3d8
108 button.title = @"Lock Synth (Y)"; 108 button.title = @"Lock Synth (Y)";
109 }else{ 109 }else{
110 NSLog(@"button title error"); 110 NSLog(@"button title error");
111 } 111 }
112 } 112 }
113 113 -(void)unlockAll{
114
115 }
114 - (IBAction)qPressed:(id)sender { 116 - (IBAction)qPressed:(id)sender {
115 ((testApp *)self.theOFAppRef)->showQuestionnaire(); 117 ((testApp *)self.theOFAppRef)->showQuestionnaire();
116 } 118 }
117 119
118 - (IBAction)randomise:(id)sender { 120 - (IBAction)randomise:(id)sender {