CTestMenu: add some demos for CComponents

This commit is contained in:
2012-09-02 01:26:05 +02:00
parent e931bdfd6c
commit c0d4c204b2
2 changed files with 68 additions and 1 deletions

View File

@@ -31,7 +31,7 @@
#include <gui/widget/menue.h>
#include <gui/widget/icons.h>
#include <gui/widget/components.h>
// #define TEST_MENU
#include <string>
@@ -39,10 +39,15 @@
class CTestMenu : public CMenuTarget
{
private:
CComponentsShapeCircle * circle;
CComponentsShapeSquare* sq;
CComponentsPicture* pic;
CComponentsPIP* pip;
int width, selected;
void showTestMenu();
void showHWTests(CMenuWidget *widget);
void showCCTests(CMenuWidget *widget);
public:
CTestMenu();