Mercurial > hg > tweakathon2ios
comparison testApp.mm @ 12:af71bf84660f
icon stuff. not working/tested.
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Mon, 20 Oct 2014 14:12:23 +0100 |
parents | d5e928887f51 |
children | f83635861187 |
comparison
equal
deleted
inserted
replaced
11:91c3fba6e5b9 | 12:af71bf84660f |
---|---|
135 bottomButtonPanel->addButton(playCandidateButton); | 135 bottomButtonPanel->addButton(playCandidateButton); |
136 | 136 |
137 trainingMessageOrganiser.setBottomPanel(bottomButtonPanel); | 137 trainingMessageOrganiser.setBottomPanel(bottomButtonPanel); |
138 UIElements.push_back(bottomButtonPanel); | 138 UIElements.push_back(bottomButtonPanel); |
139 bottomButtonPanel->hide(); | 139 bottomButtonPanel->hide(); |
140 | |
141 IconPanel* iconPanel = new IconPanel(200, 10, 200, 150, p); | |
142 trainingMessageOrganiser.setIconPanel(iconPanel); | |
143 UIElements.push_back(iconPanel); | |
144 iconPanel->show(); | |
145 | |
140 } | 146 } |
141 //-------------------------------------------------------------- | 147 //-------------------------------------------------------------- |
142 // gui for the old style tweakathlon stage | 148 // gui for the old style tweakathlon stage |
143 void testApp::setupSearchViewPanels(){ | 149 void testApp::setupSearchViewPanels(){ |
144 | 150 |