testmenu: formatting code using astyle; some manual code nicenings

Origin commit data
------------------
Commit: 6d8402eb9c
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-12-04 (Sat, 04 Dec 2021)

Origin message was:
------------------
- testmenu: formatting code using astyle; some manual code nicenings
This commit is contained in:
vanhofen
2021-12-04 23:22:35 +01:00
parent 9f944fe1a2
commit af4429bcba
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;
@@ -65,11 +65,10 @@ class CTestMenu : public CMenuTarget
void showSeparatorTypes(CMenuWidget *widget);
void showRecords();
void handleShellOutput(std::string *line, int *, bool *);
public:
public:
CTestMenu();
~CTestMenu();
int exec(CMenuTarget* parent, const std::string & actionKey);
int exec(CMenuTarget *parent, const std::string &actionKey);
};
#endif