Functional MeterPanel

This commit is contained in:
Charles J. Cliffe
2016-07-06 23:16:25 -04:00
parent baa5d93ba6
commit 4ec2d8bcbd
6 changed files with 213 additions and 142 deletions
+2
View File
@@ -2,6 +2,7 @@
#include "PrimaryGLContext.h"
#include "GLPanel.h"
#include "MeterPanel.h"
class UITestCanvas;
@@ -19,4 +20,5 @@ private:
GLPanel testChildPanel2;
GLPanel testChildPanel3;
GLTextPanel testText1;
MeterPanel testMeter;
};