Mercurial > hg > tweakathon2ios
comparison SequenceController.h @ 48:2396eb9dcddd
back to menu improved but still dodgy
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Thu, 18 Dec 2014 17:02:28 +0000 |
parents | 17402059e089 |
children | a62e033117fa |
comparison
equal
deleted
inserted
replaced
47:17402059e089 | 48:2396eb9dcddd |
---|---|
132 | 132 |
133 class SequenceController{ | 133 class SequenceController{ |
134 public: | 134 public: |
135 SequenceController(); | 135 SequenceController(); |
136 void init(bool asoundOnlyMode, controlPanelType whichInterfaceAreWeUsing, bool demoMode); | 136 void init(bool asoundOnlyMode, controlPanelType whichInterfaceAreWeUsing, bool demoMode); |
137 void clearAll(); | |
137 AnimStep getNextStep(); | 138 AnimStep getNextStep(); |
138 void setToStart(); | 139 void setToStart(); |
139 void stepForward(); | 140 void stepForward(); |
140 float getStartIntervalTime(); | 141 float getStartIntervalTime(); |
141 void saveResultForCurrentStep(TrainingTestResult result); | 142 void saveResultForCurrentStep(TrainingTestResult result); |