Mercurial > hg > tweakathon2ios
comparison UI code/UIElement.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 | a223551fdc1f |
children | 8d7ae43b2edd |
comparison
equal
deleted
inserted
replaced
11:91c3fba6e5b9 | 12:af71bf84660f |
---|---|
5 // Created by Robert Tubb on 22/05/2013. | 5 // Created by Robert Tubb on 22/05/2013. |
6 // | 6 // |
7 // | 7 // |
8 | 8 |
9 #include "UIElement.h" | 9 #include "UIElement.h" |
10 | |
10 //---------------------------------------------------------------------- | 11 //---------------------------------------------------------------------- |
11 UIElement::UIElement(){ | 12 UIElement::UIElement(){ |
12 // | 13 // |
13 //cout << " UIElement default constructur BAD !!!\n"; | 14 //cout << " UIElement default constructur BAD !!!\n"; |
14 init(); | 15 init(); |
15 } | 16 } |
17 //---------------------------------------------------------------------- | |
18 | |
19 | |
16 //---------------------------------------------------------------------- | 20 //---------------------------------------------------------------------- |
17 UIElement::UIElement(float ax, | 21 UIElement::UIElement(float ax, |
18 float ay, | 22 float ay, |
19 float awidth, | 23 float awidth, |
20 float aheight, | 24 float aheight, |