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
c7f9482e0a
OMOTE
/
Platformio
/
OmoteUI
/
core
/
screen
History
MatthewColvin
c7f9482e0a
Create Base Implementation of OnShow and OnHide that notify all owned elements of their shown status
...
Update OnShow and OnHide to be aware of current set visibility.
2023-10-12 18:40:07 -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
Added concept of Background Screen that allows for construction of pages before knowing the final parent.
2023-09-22 19:59:24 -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