CTestMenu: add some demos for CComponents

Origin commit data
------------------
Branch: ni/coolstream
Commit: c0d4c204b2
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-09-02 (Sun, 02 Sep 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2012-09-02 01:26:05 +02:00
parent e98fa3142d
commit eaa4b4025e
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();