mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user