mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
- testmenu: formatting code using astyle; some manual code nicenings
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -40,8 +40,8 @@
|
||||
class CTestMenu : public CMenuTarget
|
||||
{
|
||||
private:
|
||||
CComponentsShapeCircle * circle;
|
||||
CComponentsShapeSquare* sq;
|
||||
CComponentsShapeCircle *circle;
|
||||
CComponentsShapeSquare *sq;
|
||||
CComponentsPicture *pic;
|
||||
CComponentsPicture *picsvg;
|
||||
CComponentsForm *form;
|
||||
@@ -51,10 +51,10 @@ class CTestMenu : public CMenuTarget
|
||||
CComponentsIconForm *iconform;
|
||||
CComponentsWindow *window;
|
||||
CComponentsButton *button;
|
||||
CComponentsFrmClock *clock ,*clock_r;
|
||||
CComponentsChannelLogo* chnl_pic;
|
||||
CComponentsExtTextForm* text_ext;
|
||||
CComponentsScrollBar* scrollbar;
|
||||
CComponentsFrmClock *clock, *clock_r;
|
||||
CComponentsChannelLogo *chnl_pic;
|
||||
CComponentsExtTextForm *text_ext;
|
||||
CComponentsScrollBar *scrollbar;
|
||||
CComponentsTimer *timer;
|
||||
int width, selected;
|
||||
|
||||
@@ -68,8 +68,7 @@ class CTestMenu : public CMenuTarget
|
||||
public:
|
||||
CTestMenu();
|
||||
~CTestMenu();
|
||||
int exec(CMenuTarget* parent, const std::string & actionKey);
|
||||
int exec(CMenuTarget *parent, const std::string &actionKey);
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user