- testmenu: formatting code using astyle; some manual code nicenings

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2021-12-06 05:18:19 +01:00
committed by Thilo Graf
parent fd2302fbf6
commit 72669771a7
2 changed files with 419 additions and 306 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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