comparison UI code/UIElement.h @ 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 f83635861187
comparison
equal deleted inserted replaced
11:91c3fba6e5b9 12:af71bf84660f
25 25
26 UICallbackFunction callback; 26 UICallbackFunction callback;
27 27
28 UIElement(); 28 UIElement();
29 virtual ~UIElement(){}; 29 virtual ~UIElement(){};
30
31 UIElement(float ax,
32 float ay,
33 float awidth,
34 float aheight);
35
30 // recommended 36 // recommended
31 UIElement(float ax, 37 UIElement(float ax,
32 float ay, 38 float ay,
33 float awidth, 39 float awidth,
34 float aheight, 40 float aheight,