Added some advanced menu item features #9

Merged
CommanderRedYT merged 2 commits from advanced-menuitems into main 2022-05-21 13:23:00 +02:00
6 changed files with 102 additions and 13 deletions
Showing only changes of commit 0aab02e177 - Show all commits

View File

@@ -10,7 +10,6 @@ namespace espgui {
0xFEEDC0DE64 commented 2022-03-23 18:30:12 +01:00 (Migrated from github.com)
Review

wozu nochmal ableiten

wozu nochmal ableiten
0xFEEDC0DE64 commented 2022-03-23 18:30:12 +01:00 (Migrated from github.com)
Review

wozu nochmal ableiten

wozu nochmal ableiten
0xFEEDC0DE64 commented 2022-03-23 18:30:12 +01:00 (Migrated from github.com)
Review

wozu nochmal ableiten

wozu nochmal ableiten
0xFEEDC0DE64 commented 2022-03-23 18:30:12 +01:00 (Migrated from github.com)
Review

wozu nochmal ableiten

wozu nochmal ableiten
class MarginMenuItem : class MarginMenuItem :
public virtual MenuItem, public virtual MenuItem,
public EmptyText, public EmptyText,
public virtual ActionInterface,
0xFEEDC0DE64 commented 2022-03-23 18:30:12 +01:00 (Migrated from github.com)
Review

wozu nochmal ableiten

wozu nochmal ableiten
0xFEEDC0DE64 commented 2022-03-23 18:30:12 +01:00 (Migrated from github.com)
Review

wozu nochmal ableiten

wozu nochmal ableiten
public virtual ScrollInterface public virtual ScrollInterface
{ {
public: public:
0xFEEDC0DE64 commented 2022-03-23 18:30:12 +01:00 (Migrated from github.com)
Review

wozu nochmal ableiten

wozu nochmal ableiten
0xFEEDC0DE64 commented 2022-03-23 18:30:12 +01:00 (Migrated from github.com)
Review

wozu nochmal ableiten

wozu nochmal ableiten
0xFEEDC0DE64 commented 2022-03-23 18:30:12 +01:00 (Migrated from github.com)
Review

wozu nochmal ableiten

wozu nochmal ableiten
0xFEEDC0DE64 commented 2022-03-23 18:30:12 +01:00 (Migrated from github.com)
Review

wozu nochmal ableiten

wozu nochmal ableiten

View File

@@ -45,8 +45,7 @@ protected:
class EmptyMenuItem : class EmptyMenuItem :
public MenuItem, public MenuItem,
public EmptyText, public EmptyText
public virtual ActionInterface
{ {
public: public:
void triggered() override {} void triggered() override {}