This website requires JavaScript.
Explore
Help
Sign in
morgan
/
OMOTE
Watch
1
Star
0
Fork
You've already forked OMOTE
0
Code
Issues
2
Pull requests
Projects
Releases
Packages
Wiki
Activity
c7a8987d3b
OMOTE
/
Platformio
/
OmoteUI
/
core
/
screen
History
MatthewColvin
8d54d37978
Implement DropDown core widget using
...
templates to simplify creation and handling of of data related to dropdowns
2023-10-12 21:13:04 -05:00
..
BackgroundScreen.cpp
Added concept of Background Screen that allows for construction of pages before knowing the final parent.
2023-09-22 19:59:24 -05:00
BackgroundScreen.hpp
Implement DropDown core widget using
2023-10-12 21:13:04 -05:00
PopUpScreen.cpp
Make UI Element the owner of the Unique pointers to other UI elements to allow for easier scope management of adding elements to one another
2023-10-12 15:24:25 -05:00
PopUpScreen.hpp
Make UI Element the owner of the Unique pointers to other UI elements to allow for easier scope management of adding elements to one another
2023-10-12 15:24:25 -05:00
ScreenBase.cpp
convert Screen manager to use vector to allow popper of screen to use the Page.
2023-10-08 12:32:59 -05:00
ScreenBase.hpp
Create Base Implementation of OnShow and OnHide that notify all owned elements of their shown status
2023-10-12 18:40:07 -05:00